dependabot[bot]
05f43eb40d
chore(deps): bump actions/checkout from 4 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
4 days ago
alufers
c35500e816
Fix release action
5 days ago
alufers
b2dafc87e7
Re-add tests to CI
5 days ago
alufers
60c2f91025
Update GitHub actions
5 days ago
alufers
594897aa7e
Migrate to rust based python tooling, use python 3.14 by default
5 days ago
alufers
abea8a1139
Migrate from poetry to uv
5 days ago
alufers
ae9a3b1fde
Fixup release workflow
1 year ago
alufers
8f476dd2e8
Bump poetry and actions in python workflow
1 year ago
alufers
0ac79e14e3
Add poetry lock to release pipeline
1 year ago
alufers
7f14109658
Update deps, pre-commit checkers
2 years ago
dependabot[bot]
7440e33a92
chore(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](f95db51fdd...0d103c3126 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
dca3cf0084
chore(deps): bump abatilo/actions-poetry from 2.4.0 to 3.0.0
...
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry ) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/abatilo/actions-poetry/releases )
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc )
- [Commits](a5643c67b5...7b6d33e44b )
---
updated-dependencies:
- dependency-name: abatilo/actions-poetry
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
f5c7596c59
chore(deps): bump docker/metadata-action from 5.4.0 to 5.5.0
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](9dc751fe24...dbef88086f )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Albert Koczy
d6c3854716
Merge pull request #124 from alufers/dependabot/github_actions/actions/checkout-4
...
chore(deps): bump actions/checkout from 3 to 4
2 years ago
Albert Koczy
9214064dfd
Merge pull request #121 from alufers/dependabot/github_actions/abatilo/actions-poetry-2.4.0
...
chore(deps): bump abatilo/actions-poetry from 2.2.0 to 2.4.0
2 years ago
dependabot[bot]
fd09fbd0a3
chore(deps): bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
eb66c6f4a2
chore(deps): bump actions/setup-python from 3 to 5
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
2049c71837
chore(deps): bump abatilo/actions-poetry from 2.2.0 to 2.4.0
...
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry ) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/abatilo/actions-poetry/releases )
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc )
- [Commits](f295866fdd...a5643c67b5 )
---
updated-dependencies:
- dependency-name: abatilo/actions-poetry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
alufers
6353d1c696
FIx dockerfile and tagging docker images with latest
2 years ago
Albert Koczy
d319c93b5b
Remove pre-commit checks from Github Actions
3 years ago
alufers
8529b6c02d
Add `--show-diff-on-failure` option to Python lint checks in GitHub Actions.
3 years ago
Albert Koczy
30ce42aabe
Create dependabot.yml
3 years ago
alufers
7d6aee40a6
Fix push
3 years ago
alufers
5dd135c81a
Fix action
3 years ago
alufers
262b5e0be2
Add release action
3 years ago
alufers
72ecaf92e0
feat: Build docker only for linux/amd64 platform
...
The docker build workflow is now building images only for the linux/amd64 platform.
3 years ago
alufers
701f05d4ae
Add build docker
3 years ago
alufers
0837bf2a52
Optimize docker container size
3 years ago
alufers
a0cf426966
feat: Add Codecov integration to Python workflow
...
This commit adds the Codecov integration to the existing Python workflow. It now uses pytest with coverage enabled, and uploads the coverage reports to Codecov using the Codecov Action.
3 years ago
alufers
e62165a807
Add pytest to github action
3 years ago
alufers
66f9efc587
Update github action to check pre-commit
3 years ago
alufers
9c774be83e
Add pre-commit and a myriad of other tools
...
Run them on all of the source
3 years ago
victorlpgazolli
f5cd9dd802
ref action trigger
3 years ago
victorlpgazolli
8ef7a1024a
add action: push to github registry on release
3 years ago
kpcyrd
511c9c83af
Add github actions
4 years ago