Age | Commit message (Collapse) | Author |
|
|
|
|
|
* fix(apps/installer): update for Debian 11 and 12 using mysql
* drop Debian 11 due to OpenSSL 1.1.1 beeing deprecated already
|
|
Installer output is wrong for BSD*.
"acore.sh install-deps" says "This platform is not supported"
should be "BSD is not supported yet"
|
|
Fix MacOS CI/CD
|
|
* 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:
|
|
* 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...?
|
|
* fix(ci): macos
* Update osx.sh
|
|
* chore(CI): Update deps for Windows and Mac builds
* Update windows.sh
* Update windows.sh
|
|
* 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
|
|
|
|
Update functions.sh
|
|
|
|
- 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
|
|
+ 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
|
|
## Changes Proposed:
- Implemented dbimport with docker
- deprecated db_assembler
- Fixed deno scripts and integrated them with the CI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: BytesGalore <3903215+BytesGalore@users.noreply.github.com>
|
|
conf/config.sh (#8364)" (#8486)
This reverts commit f5c8afcf0b63083ddd0afcdb013e13eb5a873780.
|
|
Co-authored-by: BytesGalore <3903215+BytesGalore@users.noreply.github.com>
|
|
* fix(CI/MacOS) openssl
|
|
* 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
|
|
|
|
|
|
* Core/Collision: Fix typo in VMap BIH generation.
Fixed #5768.
* Bump vmap and mmap versions.
* chore: update data version in the bash installer
|
|
|
|
|
|
* feat(Deps/Boost): add boost support
* 1
* 2
* to 1.74
|
|
|
|
improvements (#5551)
|
|
|
|
## ⚠️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)
|
|
|
|
|
|
Co-authored-by: locus313 <locus313@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
* feat(bash): support for derivated distro
* refactor: refactoring for dist files
|
|
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
|
|
Co-authored-by: Yehonal <yehonal.azeroth@gmail.com>
|
|
|
|
|