summaryrefslogtreecommitdiff
path: root/apps/installer
AgeCommit message (Collapse)Author
2024-09-20fix(apps/installer): fix Debian 12 build with mysql (#20003)sudlud
2024-08-26fix(apps/installer): update for Ubuntu 22.04/24.04 with mysql 8.4 LTS (#19737)sudlud
2024-08-24fix(apps/installer): update for Debian 12 using mysql (#19649)sudlud
* fix(apps/installer): update for Debian 11 and 12 using mysql * drop Debian 11 due to OpenSSL 1.1.1 beeing deprecated already
2024-08-17chore(APPS/installer): Detection of BSD* OS (#19285)Marcus Schommer
Installer output is wrong for BSD*. "acore.sh install-deps" says "This platform is not supported" should be "BSD is not supported yet"
2024-03-10fix(CI/MacOS): Fix MacOS dependency installation (#18507)Anton Popovichenko
Fix MacOS CI/CD
2023-11-29fix(CI): Maybe baby this will solve our problemos (#17889)Kitzunu
* Because BREW and MAC OSX suck a** * Update core-build-nopch.yml * if mac dont fix now. I might just quit * maybe I can bring this back now :pog:
2023-11-26chore(CI): Make some changes (#17861)Kitzunu
* chore(CI): Make some changes. Less CI's maybe better... * pendingsql * FORK TEST - TO BE REVERTED * changes * test * fix * Revert "FORK TEST - TO BE REVERTED" This reverts commit 875bc281c5a355cce2ddd8015484e256dbc185cf. * rename workflow * rename workflow * rename workflow * rename workflow * I argue windows don't need dry runs * maybe mac wants to be alive. who knows. When do we drop mac support really...?
2023-11-11fix(ci): macos (#17681)Kitzunu
* fix(ci): macos * Update osx.sh
2023-09-15chore(CI): Update deps for Windows and Mac builds (#17252)Kitzunu
* chore(CI): Update deps for Windows and Mac builds * Update windows.sh * Update windows.sh
2023-09-10refactor(Apps/Dashboard): Remove Deno as a dependency to the dashboard (#16934)Mike Delago
* remove deno as a dependency * use the ACORE_VERSION env var * I forgot client-data * accidentally removed too much * docker-cmd: extraneous parallel flag * typo * remove docker image prune -af the `docker image prune` removes the containers we just build. * fetch everything in the beginning
2023-07-29fix(CI): Update macos openssl to 3 (#16846)Kitzunu
2023-01-06fix(Apps): Update client data version (#14527)Revision
Update functions.sh
2022-12-26fix(CI/mac): python issue workaround (#14369)Patrick Lewis
2022-11-07feat(CORE): docker permissions and rework (#13454)Yehonal
- fix docker permissions with mounted volumes on new docker versions (https://github.com/docker/desktop-linux/issues/31) - fix ac-tools image - cleanup unused env - add `cap_add: SYS_NICE` to allow setting process high priority - fix ccache in docker - allow to switch between root user (default) to acore user in any container - fix cache of the downloaded client data - split docker github actions in 2 parts - versioning mysql images - performance improvements
2022-10-22feat(CORE/bash): implemented acore dashboard for Windows (#13476)Yehonal
+ implemented acore dashboard for windows + integrated acore dashboard for windows in our pipeline + implemented dry run for windows build + fixed permissions issue for all the operating systems + code clean
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
2022-06-21chore(Dashboard/functions.sh): update data version (#12140)Stefano Borzì
2022-05-10chore: update AC data version (#11709)Kitzunu
2022-05-09chore: update AC data version (#11703)Nefertumm
2022-04-25chore: update AC data version (#11535)Stefano Borzì
2022-03-01feat(bash): bumped inst_download_client_data to v13 (#10755)Remko de Bruin
2021-12-14fix(CI): Ubuntu build (#9697)Francesco Borzì
2021-11-01feat(Bash/Installer): configure remote and pull branch in conf/config.sh (#8488)BytesGalore
Co-authored-by: BytesGalore <3903215+BytesGalore@users.noreply.github.com>
2021-10-13Revert "feat(APPS/installer): configure remote and pull branch in ↵Kitzunu
conf/config.sh (#8364)" (#8486) This reverts commit f5c8afcf0b63083ddd0afcdb013e13eb5a873780.
2021-10-12feat(APPS/installer): configure remote and pull branch in conf/config.sh (#8364)BytesGalore
Co-authored-by: BytesGalore <3903215+BytesGalore@users.noreply.github.com>
2021-10-02fix(CI/MacOS) openssl sym link (#8201)Patrick Lewis
* fix(CI/MacOS) openssl
2021-10-01Fix start scripts (#8005)marcelhas
* fix(Bash): Handle missing env variable Bash installation failed when no explicit `zipPath` was set. As it defaulted to `/`, which led to permission errors. * fix(Docker): Fix docker volume error Docker installation failed, because target directories of volumes should not end with a `/`. https://stackoverflow.com/questions/68273745/how-to-make-a-mount-shared-in-docker/68455665#68455665
2021-09-29fix(CI/MacOS): pinto openssl@1.1 (#8150)Patrick Lewis
2021-09-22chore(Bash/installer): update client-data version (#8000)Stefano Borzì
2021-08-08fix(Core/Collision): typo in VMap BIH generation. (#7066)UltraNix
* Core/Collision: Fix typo in VMap BIH generation. Fixed #5768. * Bump vmap and mmap versions. * chore: update data version in the bash installer
2021-07-16feat(Deps/ACE): remove ACE library (part 1/2) (#6980)Kargatum
2021-05-31fix(Bash/Ubuntu): allow Boost install on minimal ubuntu 20.04 installs (#6037)Patrick Lewis
2021-05-23feat(Deps/Boost): add boost support (#5676)Kargatum
* feat(Deps/Boost): add boost support * 1 * 2 * to 1.74
2021-05-10feat(bash): Improved support for gperftools (#5769)Yehonal
2021-05-04feat(docker): production images, integrated ccache and many other ↵Yehonal
improvements (#5551)
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-04-09fix(Bash): client data files version 10 (#5146)Francesco Borzì
2021-04-01fix(BASH/INSTALLER): add missing deps for debian 10 (#5019)Patrick Lewis
2021-03-07fix(bash): Handle different Debian versions (#4607)Peter
Co-authored-by: locus313 <locus313@users.noreply.github.com>
2021-01-09feat(CI/Ubuntu): use acore.sh to install deps (#4042)Patrick Lewis
2021-01-08fix(CI/MacOS) workaround for configure os failing (#4234)Patrick Lewis
2020-12-22feat(CI/MacOS): use acore.sh to install deps (#4003)Patrick Lewis
2020-12-15fix(Bash/installer): client data version (#3992)Francesco Borzì
2020-11-19refactor(Apps/Defines): Codefactor warning (#3714)Kitzunu
2020-08-06feat(bash): support for derivated distro + refactor conf (#3259)Yehonal
* feat(bash): support for derivated distro * refactor: refactoring for dist files
2020-05-16fix(bash): joiner tool has been moved (#3038)Yehonal
joiner tool has been moved has been moved under azerothcore organization. I've fixed the url and the path So it's now available here: https://www.azerothcore.org/joiner/ , repo: https://github.com/azerothcore/joiner
2020-04-19feat(CI): migrate from Travis to GitHub Actions (#2887)Rochet2
Co-authored-by: Yehonal <yehonal.azeroth@gmail.com>
2019-08-25fix(bash): update the data files version (#2235)Francesco Borzì
2019-08-05Updated client data downloader url with vmaps 4.3Yehonal