Commit Graph

189 Commits

Author SHA1 Message Date
Stefano Borzì
168192b731 fix(CI): cppcheck failure step (#17240)
* feat: add cppcheck for scripts

* fix: cppcheck step failure

* trigger cppcheck build, it should fail

* fix: cppcheck should succeed

* fix: cppcheck
2023-09-21 12:43:57 +02:00
Kitzunu
b378b191a2 chore(CI): revert previous changes to import_pending.yml (#17303)
* chore(CI): revert previous changes to import_pending.yml

* Update import_pending.yml
2023-09-18 22:24:01 +02:00
Kitzunu
63b10f34a6 chore(CI): Hello Github Bot and Update actions version (#17285) 2023-09-17 17:14:04 -03:00
Kitzunu
01dc3fe999 chore(docs): remove reference to BountySource (#17253) 2023-09-15 02:33:07 +02:00
Kitzunu
5d128d38ea chore(CI): Update deps for Windows and Mac builds (#17252)
* chore(CI): Update deps for Windows and Mac builds

* Update windows.sh

* Update windows.sh
2023-09-15 02:32:52 +02:00
Kitzunu
cceafcf580 fix(CI): only run cpp check on AC (#17230) 2023-09-11 01:23:42 -03:00
Kitzunu
2698ed5a26 fix(CI): pending files (#17229) 2023-09-10 09:01:03 -03:00
Mike Delago
2faceea420 fix(CI): rebase instead of unshallow fetch (#17226) 2023-09-10 10:01:57 +02:00
Mike Delago
a5e90d0289 fix(CI): pending sql changelog script's invocation (#17225)
fix deno run command
2023-09-10 02:04:38 +02:00
Mike Delago
c43e1b8c0c refactor(Apps/Dashboard): Remove Deno as a dependency to the dashboard (#16934)
* remove deno as a dependency

* use the ACORE_VERSION env var

* I forgot client-data

* accidentally removed too much

* docker-cmd: extraneous parallel flag

* typo

* remove docker image prune -af

the `docker image prune` removes the containers we just build.

* fetch everything in the beginning
2023-09-10 01:12:47 +02:00
Kitzunu
abfae47cf9 refactor(docs): Clean up readme a bit (#16849)
---------

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
2023-08-19 22:07:27 +02:00
Kitzunu
3deefcb271 chore(Docs): Specify MySQL 8.1 support (#16903) 2023-08-06 21:26:35 +02:00
Kitzunu
0ebb1969cb chore(CI): Update checkout and cache to v3 (#16847) 2023-07-29 16:31:07 +02:00
Kitzunu
c0a17a2a83 fix(CI): Windows build (#16843)
* fix(CI): Windows build

* Update windows_build.yml
2023-07-29 13:40:45 +02:00
Kitzunu
54f122ec74 fix(CI): Windows build (#15879)
* fix(CI): Windows build

* Update windows_build.yml

* Update windows_build.yml
2023-04-08 19:12:19 +02:00
Kitzunu
2b5e469c1b chore(Github): clarify OS in issue themplates (#15765)
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/15734
2023-04-02 10:14:16 -03:00
Stefano Borzì
034b521501 feat(CI): add cppcheck (#15211)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
2023-03-05 18:47:18 +01:00
Kitzunu
484cb1d01b chore: Update issue template (#14703) 2023-01-19 00:49:30 +01:00
Kitzunu
4b266d493a fix(build): build-db (#14121)
* fix(build): build-db

* Update build_dbimport.yml
2022-12-11 07:19:10 -03:00
Kitzunu
7abd52bff2 fix(Docs): ReadMe (#13773) 2022-11-12 14:08:13 +01:00
Kitzunu
f32b34ef44 feat(Docs): Add Doxygen link to ReadMe (#13755) 2022-11-09 21:41:50 +01:00
Yehonal
f383c9b334 chore(CI): restore old configuration 2022-11-08 00:39:47 +01:00
Yehonal
df4c4b1476 fix(CI/docker): increase build space 2022-11-08 00:02:30 +01:00
Yehonal
8533b54997 fix(CI/docker): checkout the entire history
Restored old cache_from
2022-11-07 23:55:15 +01:00
Yehonal
0764d0d6b8 fix(CI/docker): removed buildx and speedup checkout 2022-11-07 23:48:24 +01:00
Yehonal
2e6dcae940 fix(CI/docker): try to fix the missing space issue 2022-11-07 23:38:59 +01:00
Yehonal
d182aac35a fix(CI): clean before checkout 2022-11-07 23:28:06 +01:00
Yehonal
cff814d235 fix(CI/docker): optimize runtime space 2022-11-07 22:27:23 +01:00
Yehonal
c2d23b3578 feat(CORE/docker): try to leverage inline cache 2022-11-07 21:08:49 +01:00
Yehonal
b6b2573272 fix(CI): missing --profile dev 2022-11-07 20:38:59 +01:00
Yehonal
839731d5d5 fix(CORE/docker): client data image deployment 2022-11-07 17:44:47 +01:00
Yehonal
e0313219e3 feat(CORE/docker): cachebust for the client data 2022-11-07 17:30:00 +01:00
Yehonal
9dbadbd6d9 fix(CI/docker_build): missing step 2022-11-07 16:36:12 +01:00
Yehonal
4e7c57f7e6 fix(CORE/docker): image tag creation 2022-11-07 14:48:22 +01:00
Yehonal
e4016823d7 feat(CORE): docker permissions and rework (#13454)
- fix docker permissions with mounted volumes on new docker versions (https://github.com/docker/desktop-linux/issues/31)
- fix ac-tools image
- cleanup unused env
- add  `cap_add: SYS_NICE` to allow setting process high priority
- fix ccache in docker
- allow to switch between root user (default) to acore user in any container
- fix cache of the downloaded client data
- split docker github actions in 2 parts
- versioning mysql images
- performance improvements
2022-11-07 13:20:48 +01:00
Francesco Borzì
b4a21ff445 feat(CI): auto-assign to all projects 2022-10-28 17:56:54 +02:00
Francesco Borzì
b52ee4d0d8 fix(CI): improve previous commit 2022-10-28 17:41:59 +02:00
Francesco Borzì
7bbeea7e36 fix(CI): correct auto-assign-projects 2022-10-28 17:35:53 +02:00
Francesco Borzì
30bbd5bb2b feat(CI): try assign-to-one-project 2022-10-28 17:23:48 +02:00
Francesco Borzì
d4d58d2432 fix(CI): use add-to-projects v0.0.5 2022-10-28 16:35:09 +02:00
Francesco Borzì
4d88f7e329 feat(CI): first experiment with add-to-project 2022-10-28 16:30:41 +02:00
Yehonal
171df31196 feat(CORE/bash): implemented acore dashboard for Windows (#13476)
+ implemented acore dashboard for windows
+ integrated acore dashboard for windows in our pipeline
+ implemented dry run for windows build
+ fixed permissions issue for all the operating systems
+ code clean
2022-10-22 15:40:13 +02:00
Yehonal
a82cf659a3 feat(CORE/docker): switch to docker compose and check the version (#13444)
* feat(docker): switch to `docker compose` and check the version

* chore: removed all docker-compose commands in CI
2022-10-17 22:50:31 +02:00
Yehonal
c855e8d227 fix(CORE/dbupdate)): allow to pass MySQL password via env (#13404)
* fix(CORE/dbupdate)): allow to pass MySQL password via env

+ fixed devContainer override file issue
+ added authserver dry-run in our CI
2022-10-17 10:53:42 +02:00
Yehonal
e189caeb76 feat(docker): implemented dbimport (#13308)
## Changes Proposed:

- Implemented dbimport with docker
- deprecated db_assembler
- Fixed deno scripts and integrated them with the CI
2022-10-05 13:15:42 +02:00
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