267 Commits

Author SHA1 Message Date
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
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