Commit Graph

144 Commits

Author SHA1 Message Date
Patrick Lewis
9fa35180ea fix(CI): pin boost version (#12730)
* fix(CI): pin boost version
2022-08-13 22:31:26 -04:00
Patrick Lewis
6ad764c520 chore(CI): remove ubuntu-18.04 (#12650)
* chore(CI): remove ubuntu-18.04 and add ubuntu-22.04

* update ubuntu.sh

* update

* update

* openssl workaround

* update

* update

* update
2022-08-07 01:05:05 -07:00
Patrick Lewis
134568158c chore(CI): remove macos-10.15 (#12642) 2022-08-05 23:04:52 -04:00
Kargatum
94528cd44d feat(Tools/DbImport): implement separated app for importing DB (#11614) 2022-06-09 08:23:38 -03:00
Kargatum
4fbec972a8 refactor(Cmake): add support build selected applications and tools (#11836) 2022-05-31 17:05:39 +07:00
Patrick Lewis
94123e60f6 chore(CI): add macos-12 (#11242)
* chore(CI): add macos-12

* Update SECURITY.md

* test changing googletest git_tag to main

* update utf8cpp

* Update DBCStorageIterator.h

Co-Authored-By: Shauren <shauren.trinity@gmail.com>

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-05-01 07:00:40 +02:00
Francesco Borzì
63df0a3d20 docs: update README.md with latest Eluna changes (#11216) 2022-03-30 00:37:20 -03:00
Kitzunu
7e8b021db3 feat(Core): Enable C++20 support (#10440)
* feat(Core): Enable C++20 support

* Update Duration.h

* Revert "Update Duration.h"

This reverts commit 177093e992c5d47d8c3b978c84857f5ecba12889.

* maybe fix GCC

* cherry-pick https://gcc.gnu.org/pipermail/gcc-cvs/2020-June/299715.html

* Update Duration.h

* Update Duration.h

* Update Duration.h

* Update Duration.h

* Update Duration.h

* Update Duration.h

* Update Duration.h

* Revert "Update Duration.h"

This reverts commit dc4e2ce281dd1a33cfac5be56488a3b96131bfd5.

* Update Duration.h

* Update Duration.h

* Update Duration.h

* cleanup

* more cleanup

* maybe fix build

* restore advstd::type_identity because GCC8 is garbage

* Update advstd.h

* fix gcc8 💤

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update src/common/Utilities/advstd.h

Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2022-02-11 14:37:24 +01:00
Kitzunu
34c67d84c6 docs(SECURITY): macOS 11 support (#10481) 2022-02-09 00:55:23 +01:00
Francesco Borzì
35d208efb3 feat(CI): process pending SQL file in PRs (#9887) 2021-12-27 10:28:27 +01:00
Patrick Lewis
e1f176f51b fix(CI/Docker): free up additional space (#9754) 2021-12-18 14:20:16 +01:00
Kitzunu
04fd8791e1 refactor(Core/DB): Deprecate MariaDB 10.4 and below (#9675) 2021-12-14 15:15:44 +01:00
Francesco Borzì
d31d8279ca fix(CI): do not always run mac/windows/docker for C++ changes (#9126) 2021-11-10 21:39:27 +01:00
Francesco Borzì
c519dc5738 fix(CI): re-run builds if label is present (#9114) 2021-11-10 16:31:42 +01:00
Francesco Borzì
8773bacd34 fix(CI/C++20): attempt to fix labelled builds 2021-11-10 13:20:36 +01:00
Francesco Borzì
1cd8c43447 fix(CI): revert sleep + fix shadowing variable issue (#9106) 2021-11-10 10:18:40 +01:00
Francesco Borzì
5223f040fb chore(CI): rename workflow 2021-11-10 10:11:15 +01:00
Francesco Borzì
acf6aab247 fix(CI): trigger builds on C++ changes (#9103) 2021-11-10 10:08:52 +01:00
Francesco Borzì
d6e0e9e5cf fix(CI/Labeller): correct config key name 2021-11-09 14:15:16 +01:00
Francesco Borzì
17891d8c82 fix(CI): labeller token (#9081) 2021-11-09 11:41:19 +01:00
Francesco Borzì
f823328f7b fix(CI): labelled builds (#9037) 2021-11-07 20:33:23 +01:00
Kitzunu
463a98f82e fix(Labeler): file-cpp (#9025) 2021-11-07 15:55:53 +01:00
Francesco Borzì
7cd03f1429 feat(CI): skip matrix builds for non-C++ changes (#9008) 2021-11-07 10:11:13 +01:00
Francesco Borzì
f7c9b7de14 fix(CI): do not skip windows/mac/docker on master branch (#8968) 2021-11-05 09:05:37 +01:00
Patrick Lewis
d8ad098372 fix(CI): run-build label (#8966) 2021-11-05 08:59:29 +01:00
Francesco Borzì
dd79b7f63f feat(CI): C++20 build (#8952) 2021-11-05 08:58:17 +01:00
Kargatum
2d38f36555 feat(CI/CheckPending): add check version db line (#8653) 2021-11-02 14:44:17 +01:00
Kitzunu
54cf80bf29 chore(CI/Ubuntu): remove unused code (#8703) 2021-11-01 10:13:00 +01:00
Kitzunu
cec77215af docs: update CONTRIBUTING.md (#8435)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2021-10-16 13:00:15 +02:00
Kitzunu
5fafa92594 fix(CI/Docker): Run build on label (#8487)
* fix(Core/Player): Prevent exploit to loot items that are already looted

* 586c00fe2e

Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com>

* Revert "fix(Core/Player): Prevent exploit to loot items that are already looted"

This reverts commit 8376bba57925eda08e72d72e04fe6ce39fa354e2.

* refactor(Core/Misc): Update attributes to blizzlike

* Revert "refactor(Core/Misc): Update attributes to blizzlike"

This reverts commit ffc5dfc19e740b4a8396972a24ebfd1d8fc4bbc0.

* fix(Core/Spell): Remove ErrorCube visual

* cherry-pick https://github.com/trinitycore/trinitycore/commit/3b5014fdae

* cherry-pick small part of f4f7e6324d

Co-Authored-By: Shauren <shauren.trinity@gmail.com>
Co-Authored-By: Treeston <14020072+treeston@users.noreply.github.com>

* Revert "fix(Core/Spell): Remove ErrorCube visual"

This reverts commit 52ff8915dfda9c905a4094e8974b73bbc21e8eab.

* chore(ci): Upgrade MySQL ver on Windows build

* Revert "chore(ci): Upgrade MySQL ver on Windows build"

This reverts commit 3b111997308671ffa090671c0bc8aadbf3ecd05e.

* fix(DB/Auth): Possible collation error

* Update docker_build.yml

Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Treeston <14020072+treeston@users.noreply.github.com>
2021-10-13 20:00:41 -07:00
Patrick Lewis
32e7bd3d52 fix(CI/Docker): don't build images in forks (#8225) 2021-10-07 13:07:53 +02:00
Skjalf
f66d0ce345 fix(CI): Don't run builds when PRs are labeled (#8290) 2021-10-05 21:13:14 -03:00
Kitzunu
5bc8b0dfbf feat(CI/Labeler): Add Batch label (#7993) 2021-09-20 17:48:20 -06:00
Patrick Lewis
772a168d6f fix(CI): update mysql path for windows build (#7934)
* fix(CI): update mysql version for windows build

* fix(CI): temp change

* fix(CI): update
2021-09-16 18:58:11 -07:00
Francesco Borzì
e1176ad240 docs(README): clarify the role of Jetbrains in AzerothCore (#7504) 2021-08-26 00:52:20 +02:00
Patrick Lewis
ac3631902b fix(CI): docker workflow update (#7262) 2021-08-09 17:56:19 -07:00
Patrick Lewis
4c810ae677 chore(CI): enable macos-11 (#7127) 2021-07-28 21:51:33 -07:00
Kargatum
70a8066ab0 feat(Cmake/MySQL): add support MariaDB 10.6 (#7113)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-07-27 00:34:06 +07:00
Kargatum
b680670047 feat(CMake): delete EXTRA_LOGS (#6897) 2021-07-14 23:47:40 +02:00
Patrick Lewis
96ab0d4427 fix(CI): docker workflow update (#6860) 2021-07-10 10:23:41 +02:00
Patrick Lewis
3e4cfd7fc0 fix(CI): docker workflow update (#6851) 2021-07-10 02:00:40 +02:00
Patrick Lewis
390d9c8659 fix(CI): docker workflow update step if (#6716) 2021-07-07 14:08:30 +02:00
Kitzunu
4b58ce2084 docs(bug_report): Clean up (#6758) 2021-07-07 05:52:22 +02:00
Francesco Borzì
b7f20516bc docs(ISSUE_TEMPLATE): allow blank reports 2021-07-05 17:29:38 +02:00
Kitzunu
a6983268de docs(issue_template): migrate from .md to .yml format (#6621)
Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Treeston <14020072+treeston@users.noreply.github.com>
2021-07-05 15:15:41 +02:00
Francesco Borzì
3c8678f367 docs: replacing Bountysource with PayPal donation (#6592) 2021-06-26 17:20:52 +02:00
Patrick Lewis
6be8fa2c73 fix(CI): workflow updates (#6439) 2021-06-20 13:09:42 +02:00
Patrick Lewis
fc10f1a72d fix(CI): limit concurrency group to PR's (#6419) 2021-06-19 14:10:43 +02:00
Patrick Lewis
5a564ea498 fix(CI): typo in docker_build (#6364) 2021-06-18 17:08:02 +02:00
Patrick Lewis
d0c6e137fa feat(CI): move modules build into separate workflow (#6277) 2021-06-17 23:54:39 +02:00