Mike Delago
Mike Delago
## Description Tuesday afternoon, the Query Planner stopped automatically selecting indexes for our `_find` queries. This was confirmed by sending the same queries to the `_explain` endpoint. This appears to...
## Changes Proposed: - Some modules have sql files in `data/sql/db-world`. Other modules have sql files in `sql/world`. `data/sql/db-world` was referenced in the code, meaning automatic imports would only work...
I can be contacted on discord as mynameismeat\#2486. Please feel free to reach out/tag me in a channel if you have any questions, comments, concerns. ## Goals - Smaller docker...
## Changes Proposed: - Add lines to `apps/docker/Dockerfile` so that the docker build can properly get version information from git ## Issues Addressed: - The `ac-dev-server` doesn't properly pull the...
## Changes Proposed: This PR proposes changes to: - [ ] Core (units, players, creatures, game systems). - [ ] Scripts (bosses, spell scripts, creature scripts). - [ ] Database...
### Describe your feature request or suggestion in detail Hey all! I've been looking through the [Docker build](https://github.com/azerothcore/azerothcore-wotlk/blob/master/apps/docker/Dockerfile) and the [docker-compose.yaml](https://github.com/azerothcore/azerothcore-wotlk/blob/master/docker-compose.yml), and it seems like the default Docker builds are...
## Changes Proposed: This makes it so the startup script (known as the entrypoint) for the docker containers will ensure that it owns the config and filelog directories on startup....
## Changes Proposed: This PR proposes changes to: - [ ] Core (units, players, creatures, game systems). - [ ] Scripts (bosses, spell scripts, creature scripts). - [ ] Database...
## Description This change reverts to the pre 0.55.6 behavior of not recursing dependencies for all operations. In case a user desires this behavior, they can enable it with `--recurse-dependencies`...