From d962d5ddf846540ac80d956ca9261de89d199038 Mon Sep 17 00:00:00 2001 From: Vladislav Yatsun Date: Thu, 31 Oct 2024 20:31:57 +0100 Subject: [PATCH 1/4] feat: add Llama 3 icon --- static/Llama3.svg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/Llama3.svg diff --git a/static/Llama3.svg b/static/Llama3.svg new file mode 100644 index 0000000..d0e6a63 --- /dev/null +++ b/static/Llama3.svg @@ -0,0 +1,5 @@ + + + + + From 3cfe6c9c5962d48bc5cf7509d009ed4654e4483d Mon Sep 17 00:00:00 2001 From: Vladislav Yatsun Date: Thu, 31 Oct 2024 20:32:43 +0100 Subject: [PATCH 2/4] chore: github repo maintenance --- .github/CODEOWNERS | 1 - .gitignore | 25 +++++++++++++++++++++++++ trivy.yaml | 13 +++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 trivy.yaml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0b36b3c..3ea3ba3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,2 @@ -* @akryvasheyeu /.github/ @nepalevov @alexey-ban * @mikitabut @denys-kolomiitsev @Alexander-Kezik @IlyaBondar \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..833fb34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# OSX leaves these everywhere on SMB shares +._* + +# OSX trash +.DS_Store + +# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA +.idea/ +*.iml + +# Vscode files +.vscode + +# Emacs save files +*~ +\#*\# +.\#* + +# Vim-related files +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist +.history diff --git a/trivy.yaml b/trivy.yaml new file mode 100644 index 0000000..f595cea --- /dev/null +++ b/trivy.yaml @@ -0,0 +1,13 @@ +# Trivy configuration file +# https://aquasecurity.github.io/trivy/latest/docs/references/configuration/config-file/ +# Can be deleted after public ecr mirror will be added by default +db: + no-progress: true + repository: + - ghcr.io/aquasecurity/trivy-db:2 + - public.ecr.aws/aquasecurity/trivy-db:2 + java-repository: + - ghcr.io/aquasecurity/trivy-java-db:1 + - public.ecr.aws/aquasecurity/trivy-java-db:1 +misconfiguration: + checks-bundle-repository: public.ecr.aws/aquasecurity/trivy-checks From 9f7cfbaf58cd5200ba763cff6312c1f78afdf02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:35:44 +0100 Subject: [PATCH 3/4] chore: bump epam/ai-dial-ci from 1.9.0 to 1.9.4 (#54) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy_dev.yml | 2 +- .github/workflows/e2e_tests.yml | 2 +- .github/workflows/pr-title-check.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy_dev.yml b/.github/workflows/deploy_dev.yml index dc74e0c..75b63f1 100644 --- a/.github/workflows/deploy_dev.yml +++ b/.github/workflows/deploy_dev.yml @@ -6,7 +6,7 @@ on: jobs: gitlab-dev-deploy: if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }} - uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.9.0 + uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.9.4 with: gitlab-project-id: "1825" secrets: diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index 9f0f948..81f8b00 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -6,7 +6,7 @@ on: jobs: e2e-tests: if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }} - uses: epam/ai-dial-ci/.github/workflows/e2e-test.yml@1.9.0 + uses: epam/ai-dial-ci/.github/workflows/e2e-test.yml@1.9.4 with: gitlab-project-id: "1843" secrets: diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 7a621e9..1e5a444 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -9,6 +9,6 @@ on: jobs: pr-title-check: - uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.9.0 + uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.9.4 secrets: ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9367c3f..c73bbdd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,5 +6,5 @@ on: jobs: run_tests: - uses: epam/ai-dial-ci/.github/workflows/generic_docker_pr.yml@1.9.0 + uses: epam/ai-dial-ci/.github/workflows/generic_docker_pr.yml@1.9.4 secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00a8c75..b196419 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,5 +6,5 @@ on: jobs: release: - uses: epam/ai-dial-ci/.github/workflows/generic_docker_release.yml@1.9.0 + uses: epam/ai-dial-ci/.github/workflows/generic_docker_release.yml@1.9.4 secrets: inherit From a6a8033c3315d73137088df6c9c8203849ced95a Mon Sep 17 00:00:00 2001 From: Vladislav Yatsun Date: Thu, 31 Oct 2024 21:27:24 +0100 Subject: [PATCH 4/4] chore: fix background for llama 3 --- static/Llama3.svg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/Llama3.svg b/static/Llama3.svg index d0e6a63..32965c8 100644 --- a/static/Llama3.svg +++ b/static/Llama3.svg @@ -1,5 +1,5 @@ - - - + + +