aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Fix coverage reporting.J08nY2025-11-192-4/+4
|
* Publish via uv.J08nY2025-11-181-12/+9
|
* Move away from pip-tools and use uv.J08nY2025-11-173-34/+22
| | | | | | | | | | uv is all the rage. No, but really. The pip-compile approach does not work cross-platform or cross-python version (sometimes it does, but not always). In comparison and uv lockfile is universal and cross-platform: https://docs.astral.sh/uv/concepts/projects/layout/#the-lockfile This should help make our install easier and more robust.
* Continue on error in CI.J08nY2025-07-161-0/+1
|
* Run CI on various Python versions.J08nY2025-07-161-4/+10
|
* Report failed and skipped tests.J08nY2025-04-032-0/+2
|
* Add test summary to actionsJ08nY2025-04-032-1/+11
|
* Upload test results to codecov.J08nY2025-04-032-1/+11
|
* Correct codecov continue.J08nY2025-02-271-1/+1
|
* Continue to codecov submission even if tests fail in CRON.J08nY2025-02-271-0/+1
|
* Move flaky remote tests into "scheduled" workflow.J08nY2025-02-272-1/+40
|
* Go back to --cov=sec_certs in CI.J08nY2025-02-151-1/+1
|
* Fix coverage report in CI.J08nY2025-02-151-1/+1
|
* Move to coverage config in toml.J08nY2025-02-141-1/+1
|
* disable manual dispatch of release pipelineAdam Janovsky2025-02-141-1/+0
|
* temporarily allow manual trigger of release workflowAdam Janovsky2025-02-131-0/+1
|
* pin qemu at v7.0.0 in release workflow due to ↵Adam Janovsky2025-02-131-0/+2
| | | | https://github.com/tonistiigi/binfmt/issues/215
* Bump deprecated CI action version.J08nY2024-09-191-2/+2
|
* chore(deps): bump actions/download-artifact in /.github/workflowsdependabot[bot]2024-09-031-1/+1
| | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Use pre-commit action in CI.J08nY2024-06-201-11/+3
| | | | Uses caching, should be better.
* Bump setup-python action in CI, use caching.J08nY2024-06-204-4/+10
|
* Fix NVD tests.J08nY2024-06-101-1/+5
|
* replace seccerts -> sec-certsAdam Janovsky2024-04-251-1/+1
|
* revert spacy model download installationAdam Janovsky2024-02-201-0/+1
|
* spacy model download now with pipAdam Janovsky2024-02-201-1/+0
|
* introduce dockerhub environmentAdam Janovsky2023-11-271-0/+9
|
* replace testing workflow with actual release workflowAdam Janovsky2023-11-272-39/+8
|
* build multiarch image on pushAdam Janovsky2023-11-271-0/+1
|
* add action to try multiarch buildAdam Janovsky2023-11-271-0/+35
|
* apt-get update on other github actionsadamjanovsky2023-11-243-1/+7
|
* apt-get update on docsadamjanovsky2023-11-241-0/+2
|
* bump github actionsadamjanovsky2023-11-243-6/+6
|
* fix python version in docs pipelineAdam Janovsky2023-11-141-1/+1
|
* bump required python to 3.8Adam Janovsky2023-11-144-4/+4
|
* rename github action for pre-commitAdam Janovsky2023-11-101-2/+2
|
* switch black -> ruff formatAdam Janovsky2023-11-102-44/+18
|
* introduce all_requirements.txtadamjanovsky2023-10-182-3/+0
|
* bump action for dockerhub uploadAdam Janovsky2023-07-131-7/+6
|
* pypi: switch to trusted publishingAdam Janovsky2023-05-181-3/+5
|
* Cache dependencies in github test workflow.J08nY2023-04-141-0/+4
|
* final commitAdam Janovsky2023-02-042-64/+22
|
* .Adam Janovsky2023-02-041-2/+6
|
* just another random pipeline fixAdam Janovsky2023-02-041-1/+1
|
* add compiled deps to lint pipelineAdam Janovsky2023-02-041-1/+3
|
* fix error in new_lint.ymlAdam Janovsky2023-02-041-5/+2
|
* new lint pipelineAdam Janovsky2023-02-041-0/+41
|
* pin linter versions, fix some lint problemsAdam Janovsky2023-02-031-1/+4
|
* fix typo in ruff github actionAdam Janovsky2023-01-271-1/+1
|
* replace pyupgrade with ruffAdam Janovsky2023-01-271-16/+0
|
* replace flake8 with ruffAdam Janovsky2023-01-271-15/+1
|