Skip to content

Commit

Permalink
Merge branch 'main' into split-test-running-in-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MVrachev authored Mar 6, 2024
2 parents 5f5d49d + 835281e commit d296c13
Show file tree
Hide file tree
Showing 27 changed files with 1,976 additions and 1,198 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: tox -r

- name: Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
with:
files: coverage.xml
fail_ci_if_error: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8
tags: |
ghcr.io/repository-service-tuf/repository-service-tuf-api:${{ inputs.image_version }}
build-args: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_docker_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8
tags: |
ghcr.io/repository-service-tuf/repository-service-tuf-api:dev
build-args: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
context: .
push: false
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8
tags: |
ghcr.io/repository-service-tuf/repository-service-tuf-api:test
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pre-commit-hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
make tests
- name: Create Pull Request
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "build: Update pre-commit hooks"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-python-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
make tests
- name: Create Pull Request
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "build: Update Python dependencies"
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-yaml
files: '.github/'
- repo: https://github.com/pycqa/flake8
rev: '6.1.0'
rev: '7.0.0'
hooks:
- id: flake8
exclude: docs
Expand All @@ -20,12 +20,12 @@ repos:
- id: isort
args: [-l79, --profile, black, --check, --diff]
- repo: https://github.com/psf/black
rev: '23.12.1'
rev: '24.2.0'
hooks:
- id: black
args: [-l79, --check, --diff, .]
- repo: https://github.com/PyCQA/bandit
rev: '1.7.6'
rev: '1.7.7'
hooks:
- id: bandit
args: ["-r", "repository_service_tuf_api"]
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
fastapi = "~=0.99.1"
fastapi = "*"
uvicorn = "*"
dynaconf = "*"
celery = "*"
Expand Down
907 changes: 476 additions & 431 deletions Pipfile.lock

Large diffs are not rendered by default.

Loading

0 comments on commit d296c13

Please sign in to comment.