summaryrefslogtreecommitdiff
path: root/apps/db_assembler
AgeCommit message (Collapse)Author
2023-08-19chore(apps): remove deprecated db_assembler and erroneous .gitmodules (#17039)Mike Delago
* chore(Contrib): remove deprecated db_assembler * chore(repo): Remove erroneous gitmodule
2022-10-14chore(bash/db_assembler): show deprecation warning (#13410)Francesco Borzì
2022-10-05feat(docker): implemented dbimport (#13308)Yehonal
## Changes Proposed: - Implemented dbimport with docker - deprecated db_assembler - Fixed deno scripts and integrated them with the CI
2021-04-28fix(Docker): windows improvements and permissions fix (#5444)Yehonal
2021-04-22Feat(Docker/bash): docker-compose system rework (#4488)Yehonal
## ⚠️ATTENTION! ⚠️ Upgrading procedure: **Database:** After this PR will be merged you need to backup your DB first (you can use the db-assembler or any mysql client to generate the dump) and restore it after. The reason is that we use now docker named volumes instead of binded ones to improve performance. **Conf & client data**: if you use the default configuration, both the etc and the data folder are now available inside the **/env/docker**. Finally, you can cleanup the /docker folder previously used by our system. ## Changes Proposed: This PR will implement the [devcontainer ](https://code.visualstudio.com/docs/remote/containers) feature for VSCode. Allowing us to develop and debug directly within the container in the same way on all OSes. * Implemented support for vscode dev-container feature by remote-extension suite * Docker performance optimizations for MacOS and non-linux hosts * Bash system improvements * Implemented first command using Deno runtime environment (typescript) and [commander.js] * Implemented wait mechanism for db_assembler * Implemented db migration command * possibility to run the authserver and worldserver with GDB using the integrated simple-restarter * Implemented docker multi-stage mechanism to use one single Dockerfile for all the services * client-data downloader now creates a placeholder to avoid downloading the same version of data files multiple times * deployment of pre-compiled docker images on [docker hub](https://hub.docker.com/u/acore), you can test them [here](https://github.com/azerothcore/acore-docker)
2021-01-11refactor(db_assembler): Allow connecting to non default mysql ports (#3123)Petric
2020-12-28fix(dashboard): check if acore user already exists (#4034)Stefano Borzì
2020-12-23fix(apps/scripts): Add quotes for directory paths containing empty spaces ↵Patrick Lewis
(#3716)
2020-08-06feat(bash): support for derivated distro + refactor conf (#3259)Yehonal
* feat(bash): support for derivated distro * refactor: refactoring for dist files
2020-04-19feat(CI): migrate from Travis to GitHub Actions (#2887)Rochet2
Co-authored-by: Yehonal <yehonal.azeroth@gmail.com>
2020-04-04fix(DB/creature): Add waypoint for Morin Cloudstalker (#2837)aleigood
2020-03-31fix(app/db_assembler): Allow recursion with bash (#2731)Barbz
- Before that commit, the recursion with "**" stopped after the first directory
2019-01-22chore(db_assembler): Changed var name (#1091)Barbz
- Added a missing "s" to the update suffix because it must match exactly the name of the updates/ directory (we have base, custom and updates) - Also changed var name in config.sh.dist (edit your config.sh if you use it) - Removed trailing spaces
2019-01-14Fix DB import issues (#1283)Francesco Borzì
- Closes #1278 - Closes #1281
2019-01-12DBAssembler: Fix incorrect apply sql files at import (#1252)Kargatum
2018-09-17fixed query of previous commitroot
2018-09-17Fixing db importing with new mysql 5.7 installationsYehonal
2018-09-14db_assembler - ReadmeBarbz
Default location of the merged files
2018-08-05add "set -e" also to script "db_assembler.sh"Stoabrogga
2018-07-15Rewrite of bash systemYehonal
+ Implemented new dashboard menu + some fixes for db_assembler + new module installation process with version check via json files + some fixes to modules installer + implemented simple crossplatform worldserver and authserver restarters + new compiler script + client data downloader (beta) + various other fixes
2018-07-13README - db_assemblerBarbz
Added description and formatted it for github
2018-02-06DB Assembler: Fixed privileges assignmentyehonal
2017-10-13Bash: fixing scripts after directory reworkYehonal
2017-10-12Directory Structure [step 1]: moving filesYehonal
working on #672 NOTE: This commit can't be compiled!!