-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release' into 'master'
Release 2023.09.28 See merge request arenadata/development/adcm!3034
- Loading branch information
Showing
284 changed files
with
10,862 additions
and
2,809 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
/data/ @aas @d.skrynnik @tsd | ||
/conf/ @aas @d.skrynnik @tsd @a.starovoitov | ||
/go/ @aas @d.skrynnik @tsd @aer | ||
/os/ @aas @d.skrynnik @tsd | ||
/python/ @aas @d.skrynnik @tsd @a.starovoitov | ||
/spec/ @aas @d.skrynnik @tsd | ||
tests/ @aer @v.chudasov | ||
/data/ @aas @d.skrynnik @aer | ||
/conf/ @aas @d.skrynnik @a.starovoitov @aer | ||
/go/ @aas @d.skrynnik @aer | ||
/os/ @aas @d.skrynnik @aer | ||
/python/ @aas @d.skrynnik @a.starovoitov @aer | ||
/spec/ @aas @d.skrynnik @aer | ||
/web/ @v.remizov @d.bardin @k.fedorenko | ||
.dockerignore @aas @v.remizov @d.skrynnik @tsd | ||
.gitignore @aas @d.skrynnik @tsd @v.remizov @d.bardin @k.fedorenko | ||
.gitlab-ci.yaml @aas @v.remizov @d.skrynnik @tsd | ||
.pre-commit-config.yaml @aas @d.skrynnik @tsd @v.remizov @d.bardin @k.fedorenko | ||
CODEOWNERS @aas @v.remizov @tsd @d.skrynnik | ||
COPYRIGHT @aas @v.remizov @d.skrynnik @tsd | ||
Dockerfile @aas @v.remizov @d.skrynnik @tsd | ||
LICENSE @aas @v.remizov @d.skrynnik @tsd | ||
license_checker.py @aas @d.skrynnik @tsd | ||
Makefile @aas @d.skrynnik @tsd | ||
pyproject.toml @aas @d.skrynnik @tsd | ||
README.md @aas @d.skrynnik @tsd @v.remizov @d.bardin @k.fedorenko @a.starovoitov | ||
.dockerignore @aas @v.remizov @d.skrynnik @aer @v.chudasov | ||
.gitignore @aas @d.skrynnik @v.remizov @d.bardin @k.fedorenko @aer @v.chudasov | ||
.gitlab-ci.yaml @aas @v.remizov @d.skrynnik @aer @v.chudasov | ||
.pre-commit-config.yaml @aas @d.skrynnik @v.remizov @d.bardin @k.fedorenko @aer @v.chudasov | ||
CODEOWNERS @aas @v.remizov @d.skrynnik @aer @v.chudasov | ||
COPYRIGHT @aas @v.remizov @d.skrynnik @aer | ||
Dockerfile @aas @v.remizov @d.skrynnik @aer | ||
LICENSE @aas @v.remizov @d.skrynnik @aer | ||
license_checker.py @aas @d.skrynnik @aer | ||
Makefile @aas @d.skrynnik @aer | ||
pyproject.toml @aas @d.skrynnik @aer @v.chudasov | ||
README.md @aas @d.skrynnik @v.remizov @d.bardin @k.fedorenko @a.starovoitov @aer @v.chudasov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ RUN apk update && \ | |
bash \ | ||
curl \ | ||
git \ | ||
gnupg \ | ||
libc6-compat \ | ||
libffi \ | ||
libstdc++ \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# DO NOT EDIT THIS FILE - edit the master and reinstall. | ||
# (/tmp/crontab.nS0S9F/crontab installed on Wed Oct 5 09:29:23 2022) | ||
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) | ||
0 8 */1 * * python /adcm/python/manage.py logrotate --target all | ||
0 8 */1 * * python /adcm/python/manage.py logrotate --target all | ||
0 10 */1 * * python /adcm/python/manage.py clearaudit | ||
*/1 * * * * python /adcm/python/manage.py run_ldap_sync | ||
0 0 * * 1 python /adcm/python/manage.py collect_statistics |
Oops, something went wrong.