Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
- name: Run Tox
run: tox -e docs
- name: Publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
- name: Run Tox
id: mypy-run
run: tox -e mypy
continue-on-error: true
- name: Report if mypy has gone wrong.
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
with:
script: |
github.rest.issues.createComment({
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/tox-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
with:
version: 2.2.1
- name: Run Tox
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
- name: Run Tox
run: tox -e py312
py313:
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
- name: Run Tox
run: tox -e py313
static:
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
- name: Run Tox
run: tox -e static
coverage:
Expand All @@ -76,13 +76,13 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
- name: Run Tox
run: tox -e cov
- name: Install pytest cov
run: poetry run python -m pip install pytest-cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand All @@ -98,7 +98,7 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
- name: Run Tox
run: tox -e bandit
bandit-exitzero:
Expand All @@ -112,6 +112,6 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
- name: Run Tox
run: tox -e bandit-exitzero
2 changes: 1 addition & 1 deletion docker/Dockerfile-app
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:fca62bd0edb6011c8baf779577bf235cf49b215556cd9a9b7eccc9750aa89b17

LABEL maintainer="Red Hat - EXD"

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-beat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:fca62bd0edb6011c8baf779577bf235cf49b215556cd9a9b7eccc9750aa89b17

LABEL maintainer="Red Hat - EXD"

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-broker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redis@sha256:1c054d54ecd1597bba52f4304bca5afbc5565ebe614c5b3d7dc5b7f8a0cd768d
FROM redis@sha256:aa049e689e141a4358ad1d4562dc49c88a89fbab711fd8fcc33f684c80b26301

EXPOSE 6379

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-workers
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:fca62bd0edb6011c8baf779577bf235cf49b215556cd9a9b7eccc9750aa89b17

LABEL maintainer="Red Hat - EXD"

Expand Down
32 changes: 18 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ black = "25.11.0"
pre-commit = "<4"
mypy = "1.19.1"
pylint = "==3.3.9"
pytest-cov = "7.0.0"
pytest-cov = "7.1.0"
uvicorn = {version = "0.39.0", extras = ["standard"]}

[tool.poetry.group.docs]
Expand Down