summaryrefslogtreecommitdiff
path: root/src/server/database/Updater
AgeCommit message (Collapse)Author
6 daysfix(Core/DBUpdater): Fix sql files not being applied in alphabetic order ↵Uros Spasojevic
(#24206)
2025-11-14fix(docs/license): use GPLv2 as MaNGOS-based project (#23655)Francesco Borzì
2025-10-12fix(CORE/DBUpdater): Use stdin instead of -e SOURCE (#22949)arsinspace
2025-10-01feat(Core/Updater): Add configurable shutdown delay on update exceptions ↵Andrew
(#23042)
2025-08-02fix(Core/DBUpdater): disable exception throwing for dryrun (#22610)sudlud
2025-02-16feat(Core/DBUpdater): include pending path (#21469)Kitzunu
2024-10-31refactor(src/common|server): remove unused import (big part 1) (#20377)Francesco Borzì
* refactor(src/common|server): remove unused import (big part 1) * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: attempt to fix damn linkin error
2024-10-28refactor(src/server/database|shared): remove unused import (#20316)Francesco Borzì
2024-09-29refactor(src/server/apps|database|shared): remove unused imports (#19505)Francesco Borzì
2024-09-19refactor(Deps/MySQL): Drop MariaDB and MySQL 5.7/8.1 and add MySQL 8.… ↵Kitzunu
(#19451)
2024-09-03refactor(Core/Misc): Acore::StringFormat to fmt format (#19838)Kitzunu
refactor(Core/Utilities): Acore::StringFormat to fmt format * closes https://github.com/azerothcore/azerothcore-wotlk/issues/10356
2024-07-30refactor(src/common): remove unused imports (#19506)Francesco Borzì
* refactor(src/common): remove unused imports * fix: build * chore: fix build * chore: size_t -> std::size_t * chore: fix fuckup from previous commit * chore: fix build * chore: fix build * chore: fix build * chore: fix build with std::size_t * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build
2023-12-22refactor(Scripts): remove useless includes (#18004)IntelligentQuantum
2023-04-24chore(core): cleanup code p3 (#16073)天鹿
* Update MMapMgr.cpp * Update UpdateFetcher.cpp * Update AuctionHouseMgr.cpp * Update AuctionHouseMgr.h * Update BattlegroundAV.cpp * Update ChannelMgr.cpp * Update ThreatMgr.h * Update Player.h * Update PlayerSettings.cpp * Update ObjectMgr.cpp * Update Guild.cpp * Update Guild.h * Update Map.cpp * Update World.cpp * Update boss_nefarian.cpp * Update boss_prince_malchezaar.cpp * Update boss_venoxis.cpp * Update zone_elwynn_forest.cpp * Update zulfarrak.cpp * Update boss_novos.cpp
2023-04-16chore (core): Clean up (#15977)M'Dic
* chore (core): Clean up * Update SmartScript.cpp * more clean up * Update boss_xt002.cpp
2022-10-22fix(CORE): another attempt to fix the dbimport command line warning (#13449)Yehonal
2022-10-21fix(CORE): crash when AC_DISABLE_INTERACTIVE is not definedYehonal
2022-10-20Revert feat(core): Start Process and DBUpdater (#13465)M'Dic
Revert "feat(CORE): for Start Process and DBUpdater This a selective reverts for commits: c855e8d227a73b8328fb3d0a7a9eb99347a60738 and 636df195147ffeae3ea9ffbdc0cbb97a95e02cd2. To re-enable the windows build to function again while applying updates. Update DBUpdater.cpp
2022-10-19feat(CORE): implemented AC_DISABLE_INTERACTIVE for DBUpdater (#13450)Yehonal
Implement AC_DISABLE_INTERACTIVE that allow us to skip the question when the db doesn't exit
2022-10-17fix: codestyle CI (#13453)Angelo Venturini
2022-10-17fix(CORE): revert to mysql -p argument.Yehonal
A different and non deprecated approach should be used.
2022-10-17fix(CORE/dbupdate)): allow to pass MySQL password via env (#13404)Yehonal
* fix(CORE/dbupdate)): allow to pass MySQL password via env + fixed devContainer override file issue + added authserver dry-run in our CI
2022-08-26feat(Core/DBUpdater): Apply each sql update file in a separate transa… ↵Skjalf
(#12842) cherry-pick: https://github.com/TrinityCore/TrinityCore/commit/b79a91039bba12d62e43806d8a20ad76107ac5d7 Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-04-21feat(Core/DryRun): add support db autoupdate for DryRun (#9572)Kargatum
2022-02-05feat(Core/DBLayer): replace `char const*` to `std::string_view` (#10211)Kargatum
* feat(Core/DBLayer): replace `char const*` to `std::string_view` * CString * 1 * chore(Core/Misc): code cleanup * cl * db fix * fmt style sql * to fmt * py * del old * 1 * 2 * 3 * 1 * 1
2022-01-27refactor(Core/Logging): switch to fmt style for LOG_ (#10366)Kargatum
* feat(Core/Common): add support fmt style for ASSERT and ABORT * correct CheckCompactArrayMaskOverflow * 1 * Update src/server/game/Spells/Spell.cpp * rework logging * add fmt replace logs * logging * FMT_LOG_ * settings * fix startup * 1 * 2 * 3 * 4 * 5 * fmt::print * to fmt
2022-01-22refactor(Core): remove unused imports (#10296)Francesco Borzì
2021-12-17chore(Core/Misc): use fallthrough attribute instead of comment (#9660)Kitzunu
2021-12-02feat(Core/Modules): add separated lib for modules (#9281)Kargatum
2021-11-26fix(Core/DBUpdater): MySQL 8.0 + SSL support (#9340)Kitzunu
* cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/57617e215b2f45ba1636e0002714792326c3e57c) Co-Authored-By: kvolk2git <78740198+kvolk2git@users.noreply.github.com> Co-authored-by: kvolk2git <78740198+kvolk2git@users.noreply.github.com>
2021-11-22refactor(Core/Misc): headers cleanup (#9259)Kargatum
2021-11-06feat(Core/Modules): Preparation to implement progression-system module. (#8837)UltraNix
2021-09-30feat(License): add new headers information about license (#7941)Kargatum
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2021-07-09refactor(Core): replace boost::filesystem with std::filesystem (#6800)Francesco Borzì
2021-06-27feat(Core/DBUpdater): implement db auto update (#6576)Kargatum
* feat(Core/DBUpdater): implement db auto update * 1 * 2 * 3 * Some minor improvements * add find bin for mysql 8.0 * lic Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-06-22feat(Core/Database): port TrinityCore database API (#5611)Kargatum