Yunfan Li
c72188467a
Merge branch 'master' into Playerbot
2024-07-23 18:23:10 +08:00
Kitzunu
b9136e060d
fix(CI): tools ( #19453 )
...
* fix(CI): tools
* Update tools_build.yml
* I dont think this is neccessary. Let's see if CI agrees with me
2024-07-20 20:27:08 +02:00
Kitzunu
cef6423bd8
chore(Github): Update issue template to further emphasize the require… ( #19442 )
...
chore(Github): Update issue template to further emphasize the requirement of server debug output
2024-07-19 15:27:07 +02:00
Yunfan Li
05c9a96ba9
Merge branch 'master' into Playerbot
2024-07-11 12:32:13 +08:00
sudlud
37e3d89f91
fix(CI): linux-build: add -Werror parameter ( #19240 )
...
* fix(CI): linux-build: add -Werror parameter
* add KI
tzunu
* Revert "feat(CI): enable fail-fast for pch/nopch (#19058 )"
This reverts commit 564cbca7d3 .
* Update midsummer.cpp - drop unused variable
* initialize variable
* Update core-build-nopch.yml - drop gcc12
* fix(Core/CalendarMgr): do not use element after delete, but before
* attempt to fix Socket.h error
* Revert "attempt to fix Socket.h error"
This reverts commit c1a59145ed3c49d0f76be2f81925434ea969db97.
* fix Socket.h error - attempt 2
* Update Socket.h
* Update Socket.h
* npc_shattrath_daily_quest: init variable templateID
* fix(Scripts/Karazhan): use size_t within loop in boss_shade_of_aran:Reset()
* boss_archimonde: drop unused variable
* Revert "fix(Scripts/Karazhan): use size_t within loop in boss_shade_of_aran:Reset()"
This reverts commit 1f71aaef256990c5cdc16561676be302c954ea9d.
* SmartScripts: SMART_TARGET_RANDOM_POINT: fix unintended fallthrough
* Revert "Revert "feat(CI): enable fail-fast for pch/nopch (#19058 )""
This reverts commit d13df293624e0f50d9374272bfd05ab56242511d.
---------
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2024-07-07 22:00:24 +02:00
Yunfan Li
9a11d9dd5b
Merge branch 'master' into Playerbot
2024-06-28 18:36:45 +08:00
sudlud
24c8f3c4c6
fix(CI): fix Error.log check ( #19161 )
2024-06-25 13:53:46 +02:00
Yunfan Li
72725635ba
Merge branch 'master' into Playerbot
2024-06-19 14:32:16 +08:00
sudlud
564cbca7d3
feat(CI): enable fail-fast for pch/nopch ( #19058 )
...
fix(CI): enable fail-fast for pch/nopch
2024-06-15 18:34:42 +02:00
sudlud
278ee2a728
fix(docs): sync SECURITY.md with current CI config ( #19057 )
2024-06-13 21:52:22 +02:00
sudlud
302421ae4b
fix(CI): reintroduce ubuntu-22.04 checks ( #19052 )
...
- we wan to support the 2 latest ubuntu LTS versions
2024-06-13 15:21:53 +02:00
sudlud
da8d42c72c
fix(CI/labeler): update Core, Documentation, Cmake labelling ( #19022 )
...
fix(CI/labeler: update Core, Documentation, Cmake labelling
2024-06-11 22:16:47 +02:00
Yunfan Li
72634b2829
Merge branch 'master' into Playerbot
2024-06-07 22:28:03 +08:00
sudlud
988fd98e19
fix(CI/labeler): fix some paths for proper labeling ( #19016 )
2024-06-06 21:05:29 +02:00
sudlud
03879617d8
fix(CI): add missing ticks to labeler.yml file paths ( #18995 )
2024-06-04 20:38:49 +02:00
Kitzunu
defed64bc3
chore(CI): drop checks - only keep latest Ubuntu 24.04 ( #18991 )
...
* chore(CI): Nuke 20.04 checks
* revert back to old where we dont test gcc on pch
* only test latest version. Keep it up to date folks
2024-06-04 06:36:04 +02:00
Yunfan Li
971b2f8316
Merge branch 'master' into Playerbot
2024-06-03 23:16:28 +08:00
Kitzunu
dbb7107d7c
fix(CI): fix labeler ( #18990 )
...
* fix(CI): I think this fixes the labeler :D
* Update labeler.yml
* Update pr_labeler.yml
* Update labeler.yml
* test complete - this should work after merge
* Update labeler.yml
2024-06-02 06:29:11 +02:00
sudlud
6f1d3aab15
fix(CI): bump pr-labeler dependencies for usage of Node.js 20 ( #18983 )
...
this workflow currently has the warning:
```
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/labeler@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ .
```
2024-06-01 21:43:06 +02:00
sudlud
94991004dc
fix(CI): fix ubuntu-24.04 build ( #18984 )
...
fix(CI): try to fix ubuntu-24.04 build
2024-06-01 11:00:49 +02:00
Yunfan Li
1e22c4dc94
Merge branch 'master' into Playerbot
2024-05-26 23:00:39 +08:00
sudlud
77397f0054
fix(CI): bump dependencies for usage of Node.js 20 ( #18914 )
2024-05-19 10:30:06 +02:00
sudlud
7b23439b8f
feat(CI): add CI for ubuntu-24.04 ( #18909 )
2024-05-17 22:56:15 +02:00
sudlud
dfc9abb754
fix(CI): revert ubuntu-22.04 to gcc12 ( #18905 )
...
* fix(CI/PCH): revert ubuntu-22.04 to gcc12, add ubuntu-24.04 with gcc14
* also update nopch workflow
* Update core-build-nopch.yml
* Update core-build-pch.yml
2024-05-17 21:00:16 +02:00
Yunfan Li
f0be01a5d7
Merge branch 'master' into Playerbot
2024-04-07 21:49:34 +08:00
Mike Delago
90cef46e6c
fix(CI): Don't cache pch builds ( #18674 )
2024-04-05 12:38:11 -03:00
Yunfan Li
d74a6dd960
Merge branch 'master' into Playerbot
2024-03-31 12:44:21 +08:00
sudlud
61ee67b95d
fix(CI): correct name suffix of PCH jobs ( #18632 )
2024-03-30 22:16:38 +01:00
Mike Delago
88be6d8150
fix(ci): ensure module build clones modules ( #18631 )
2024-03-30 13:08:35 +01:00
Mike Delago
4bc373b37f
Fix(CI): Don't use PCH on nopch builds ( #18627 )
...
gha yaml makes me want to scream
2024-03-29 21:35:30 -04:00
Yunfan Li
6338010e09
Merge branch 'master' into Playerbot
2024-03-28 19:15:09 +08:00
Mike Delago
3ff8de2086
feat(CI): rework core ubuntu build, ubuntu-22 support ( #17281 )
...
feat(CI): rework core ubuntu build
2024-03-27 14:58:27 -04:00
Francesco Borzì
7f2ebd253e
docs(README): update Authors & Contributors ( #18589 )
2024-03-25 01:04:52 +01:00
Yunfan Li
a42219e17d
Merge branch 'azerothcore:master' into Playerbot
2024-03-12 16:54:14 +08:00
Yunfan Li
b3f96a2bc1
Update core-build.yml
2024-03-12 14:52:37 +08:00
Yunfan Li
23cf1a3aab
Update workflows
2024-03-12 14:50:04 +08:00
Yunfan Li
6d5b402c2c
Fix workflows
2024-03-12 13:15:19 +08:00
Yunfan Li
60b624a3ac
Fix workflows
2024-03-12 13:10:51 +08:00
sudlud
ba32dc4b59
fix(Docs): readme: fix broken license links ( #18500 )
...
fix(Docs): readme fix broken license links
using same links as azerothcore.org now
2024-03-10 16:51:26 -03:00
sudlud
7fb865ba78
fix(Docs): readme: fix broken link to CODE_OF_CONDUCT.md ( #18499 )
...
fix(docs): readme link to CODE_OF_CONDUCT.md
2024-03-10 16:50:58 -03:00
sudlud
8a5b9d551d
fix(CI): fix tools_build ( #18505 )
...
* fix(CI): fix tools_build
* change something
* revert change - CI please run now
2024-03-10 16:50:39 -03:00
Mike Delago
7ec2585cc8
fix(CI): revert if in job conditionals on docker build ( #18147 )
...
Don't use env in step.if
2024-01-10 13:53:45 +01:00
Kitzunu
fdbde0b866
fix(CI): Probably fix vanishing CIs from PRs ( #18124 )
...
* Update core-build-nopch.yml
* Update core-build-pch.yml
* Update core-build-nopch.yml
2024-01-08 20:10:25 +01:00
Mike Delago
8b2f411d19
refactor(CI): Squash docker ci into one workflow ( #17880 )
...
* refactor(CI): Squash docker ci into one workflow
* fiddle with variable
* use proper dockerfile target
2024-01-08 19:37:05 +01:00
Kitzunu
0be6140061
chore(Docs): Update CONTRIBUTING ( #17950 )
2023-12-06 20:13:46 +01:00
Kitzunu
123bf37ee7
chore(CI): bump issue labeler version ( #17913 )
2023-11-30 23:39:10 +01:00
Kitzunu
65e25bd7b9
fix(CI): Maybe baby this will solve our problemos ( #17889 )
...
* 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-29 08:37:48 -03:00
Kitzunu
e663505b41
chore(docs): update security.md ( #17287 )
...
* chore(docs): update security.md
* Update SECURITY.md
* Update SECURITY.md
2023-11-29 08:51:45 +01:00
Kitzunu
4caf6fb5bf
chore(docs): bump coc to 2.1 with modificatiosn ( #17302 )
...
* chore(docs): Update Code of Conduct to version 2.1
* Update README.md
* Update CODE_OF_CONDUCT.md
* Update CODE_OF_CONDUCT.md
2023-11-28 23:56:54 +01:00
Kitzunu
fb2924a9b3
chore(CI): rename CI to easier determain which is which ( #17879 )
...
* chore(CI): rename CI to easier determain which is which
* small change
* Update codestyle.yml
* codestyle checks changes
* test to see if this works
* revert this, just to check that CI works
* Revert "revert this, just to check that CI works"
This reverts commit ad03c6bdd9bb33faf8ee1c8d1571090bd4ced531.
* Update core_modules_build.yml
2023-11-27 23:17:02 +01:00