267 Commits

Author SHA1 Message Date
Francesco Borzì
48736cfc89
feat(CI): enable cache in dashboard checks (#23432) 2025-10-26 22:07:06 +01:00
Francesco Borzì
ab8afbb3ec
feat(CI): enable caching for pch build (#23422) 2025-10-26 15:24:14 +01:00
Francesco Borzì
3bbcc15233
fix(CI): improve caching (#23387) 2025-10-26 13:43:22 +01:00
Yehonal
a05cc525f0
feat(Config): Implement configuration severity policy and logging mechanism (#23284) 2025-10-25 01:16:09 +02:00
sudlud
5861eab60c
docs(README): add logo for dashboard-ci build status (#23377) 2025-10-24 09:51:01 -03:00
Francesco Borzì
ce840795c5
fix(CI): eluna->ale mod rename (#23382) 2025-10-24 09:50:23 -03:00
Yehonal
cfc8678843
feat(bash): several chores to bash scripts: (#23250) 2025-10-15 02:10:14 +02:00
Yehonal
b950c610d4
feat(bash): test command in dashboard + fix tests (#23030)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-27 13:36:14 +02:00
Yehonal
119af32649
feat(Scripts): Add health and console commands to service manager and corresponding tests (#22814) 2025-09-06 15:10:42 +02:00
Yehonal
c9e1782d7a
Refactor menu command handling for direct execution (#22791) 2025-09-04 11:47:44 +02:00
Yehonal
5a79a4edce
Feat/refactoring-module-menu (#22733) 2025-08-30 23:44:07 +02:00
Ryan Turner
561399e011
chore(CI): Corrected the name of workflow in action tab to be more clear. (#22459) 2025-07-11 14:59:50 -04:00
Yehonal
04547d90b3
fix(CI): update build job to support multiple Ubuntu versions (#22413) 2025-07-03 11:03:16 +02:00
Yehonal
e1b2689c3a
feat(bash): startup-scripts reworked + bash scripts workflow integration (#22401) 2025-07-01 15:35:54 +02:00
sudlud
2957143338
fix(CI/linux-build): use correct OS name for cache key (#21640) 2025-03-02 22:05:20 +01:00
Francesco Borzì
8207d1e8d0
docs(README): update JetBrains logo (#21478) 2025-02-17 11:08:34 +01:00
sudlud
0d37ff292b
fix(CI/nopch-module-build): ensure build continues after errors (#21457) 2025-02-15 14:10:46 +01:00
Kitzunu
24dd7dfc21
refactor(Misc): improve issue templates (#21391) 2025-02-11 22:45:47 -03:00
Ryan Turner
778742749a
SECURITY.md File Update (#20190) 2025-01-26 08:20:03 +01:00
Kitzunu
fca38b8c33
refactor(Github/Misc): Deprecate Suggestion label and use Github Type (#21192) 2025-01-16 21:00:07 +01:00
sudlud
0828851313
feat(CI/linux-build): introduce option to set maxerrors for compilation (#21022) 2024-12-25 22:46:45 +01:00
Kitzunu
3dff276136
chore(CI): Update CI run types (#21015) 2024-12-23 10:23:55 +01:00
Kitzunu
d5fac96a20
refactor(CI/Codestyle): Move the SQL check to python (#21002) 2024-12-22 16:50:32 +01:00
sudlud
ebf7f7583b
fix(CI): do not run on draft PRs (#21009) 2024-12-22 09:02:15 +01:00
sudlud
99e5d73beb
feat(CI/modules_build): trigger on file change instead label (#20997) 2024-12-21 22:44:12 +01:00
sudlud
47580c0fab
fix(CI/nopch-modules): bump to ubuntu-24.04/clang-18, align with nopc… (#20832) 2024-12-04 07:54:00 +01:00
sudlud
63bf4058fc
fix(CI): make tools build able to run on PRs again (#20831) 2024-12-04 07:53:48 +01:00
sudlud
2269344dce
Update README.md - update build status logos and links (#20228) 2024-10-20 17:19:55 +02:00
Anton Popovichenko
36a8653c83
fix(CI/macOS): Fix macOS CI dependency installation by updating macOS version. (#19997)
* fix(CI/MacOS): Fix MacOS CI dependency installation.

* Try to use macos 14 version

* Remove brew cleanup and z3 dependency

* Adjust readline lib discovery

* Update macos supported version in SECURITY.md
2024-09-21 11:37:55 -03:00
Kitzunu
dbde182ecd
refactor(Deps/MySQL): Drop MariaDB and MySQL 5.7/8.1 and add MySQL 8.… (#19451) 2024-09-19 00:24:11 -03:00
sudlud
43d60694e4
fix(CI/codestyle): bump dependencies for Node.js 20 (#19778) 2024-08-31 22:25:52 +02:00
Grimdhex
574ef5203a
chore(Apps/CodeStyle): rewrite Ci-codestyle in python (#19714)
* initial version

* port most current checks

* allow to specify for each checks the exclude files

* Update _ci-codestyle.py

* fix trailing whitespace check and the error_handler logic

* optimize the script to parse all files only one time

* restore the error handling after that all checks are passed

* fix double blank lines at the end of the file

* improve outputs and the codestyle

* .

* update github workflow to the new script

*drop the old ci-codestyle
*move and rename the python script

* use getcwd instead abspath to define src_directory where the script is launch

* test for github workflow

* few cleanup

* fix the logic with the result output

* remove GetTypeId from the output result

* restore GetTypeId() check

* fix reviews

* remove GetTypeId check for gameobjects

*not currently fixed in the core

* fix type hint for file parameters

* remove the test file
2024-08-27 06:19:13 -03: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
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 564cbca7d37768d78a2b9e90467aad2204e1650b.

* 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
sudlud
24c8f3c4c6
fix(CI): fix Error.log check (#19161) 2024-06-25 13:53:46 +02: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
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
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
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
Mike Delago
90cef46e6c
fix(CI): Don't cache pch builds (#18674) 2024-04-05 12:38:11 -03:00