| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix coverage reporting. | J08nY | 2025-11-19 | 2 | -4/+4 |
| | | |||||
| * | Publish via uv. | J08nY | 2025-11-18 | 1 | -12/+9 |
| | | |||||
| * | Move away from pip-tools and use uv. | J08nY | 2025-11-17 | 3 | -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. | J08nY | 2025-07-16 | 1 | -0/+1 |
| | | |||||
| * | Run CI on various Python versions. | J08nY | 2025-07-16 | 1 | -4/+10 |
| | | |||||
| * | Report failed and skipped tests. | J08nY | 2025-04-03 | 2 | -0/+2 |
| | | |||||
| * | Add test summary to actions | J08nY | 2025-04-03 | 2 | -1/+11 |
| | | |||||
| * | Upload test results to codecov. | J08nY | 2025-04-03 | 2 | -1/+11 |
| | | |||||
| * | Correct codecov continue. | J08nY | 2025-02-27 | 1 | -1/+1 |
| | | |||||
| * | Continue to codecov submission even if tests fail in CRON. | J08nY | 2025-02-27 | 1 | -0/+1 |
| | | |||||
| * | Move flaky remote tests into "scheduled" workflow. | J08nY | 2025-02-27 | 2 | -1/+40 |
| | | |||||
| * | Go back to --cov=sec_certs in CI. | J08nY | 2025-02-15 | 1 | -1/+1 |
| | | |||||
| * | Fix coverage report in CI. | J08nY | 2025-02-15 | 1 | -1/+1 |
| | | |||||
| * | Move to coverage config in toml. | J08nY | 2025-02-14 | 1 | -1/+1 |
| | | |||||
| * | disable manual dispatch of release pipeline | Adam Janovsky | 2025-02-14 | 1 | -1/+0 |
| | | |||||
| * | temporarily allow manual trigger of release workflow | Adam Janovsky | 2025-02-13 | 1 | -0/+1 |
| | | |||||
| * | pin qemu at v7.0.0 in release workflow due to ↵ | Adam Janovsky | 2025-02-13 | 1 | -0/+2 |
| | | | | | https://github.com/tonistiigi/binfmt/issues/215 | ||||
| * | Bump deprecated CI action version. | J08nY | 2024-09-19 | 1 | -2/+2 |
| | | |||||
| * | chore(deps): bump actions/download-artifact in /.github/workflows | dependabot[bot] | 2024-09-03 | 1 | -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. | J08nY | 2024-06-20 | 1 | -11/+3 |
| | | | | | Uses caching, should be better. | ||||
| * | Bump setup-python action in CI, use caching. | J08nY | 2024-06-20 | 4 | -4/+10 |
| | | |||||
| * | Fix NVD tests. | J08nY | 2024-06-10 | 1 | -1/+5 |
| | | |||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 1 | -1/+1 |
| | | |||||
| * | revert spacy model download installation | Adam Janovsky | 2024-02-20 | 1 | -0/+1 |
| | | |||||
| * | spacy model download now with pip | Adam Janovsky | 2024-02-20 | 1 | -1/+0 |
| | | |||||
| * | introduce dockerhub environment | Adam Janovsky | 2023-11-27 | 1 | -0/+9 |
| | | |||||
| * | replace testing workflow with actual release workflow | Adam Janovsky | 2023-11-27 | 2 | -39/+8 |
| | | |||||
| * | build multiarch image on push | Adam Janovsky | 2023-11-27 | 1 | -0/+1 |
| | | |||||
| * | add action to try multiarch build | Adam Janovsky | 2023-11-27 | 1 | -0/+35 |
| | | |||||
| * | apt-get update on other github actions | adamjanovsky | 2023-11-24 | 3 | -1/+7 |
| | | |||||
| * | apt-get update on docs | adamjanovsky | 2023-11-24 | 1 | -0/+2 |
| | | |||||
| * | bump github actions | adamjanovsky | 2023-11-24 | 3 | -6/+6 |
| | | |||||
| * | fix python version in docs pipeline | Adam Janovsky | 2023-11-14 | 1 | -1/+1 |
| | | |||||
| * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 4 | -4/+4 |
| | | |||||
| * | rename github action for pre-commit | Adam Janovsky | 2023-11-10 | 1 | -2/+2 |
| | | |||||
| * | switch black -> ruff format | Adam Janovsky | 2023-11-10 | 2 | -44/+18 |
| | | |||||
| * | introduce all_requirements.txt | adamjanovsky | 2023-10-18 | 2 | -3/+0 |
| | | |||||
| * | bump action for dockerhub upload | Adam Janovsky | 2023-07-13 | 1 | -7/+6 |
| | | |||||
| * | pypi: switch to trusted publishing | Adam Janovsky | 2023-05-18 | 1 | -3/+5 |
| | | |||||
| * | Cache dependencies in github test workflow. | J08nY | 2023-04-14 | 1 | -0/+4 |
| | | |||||
| * | final commit | Adam Janovsky | 2023-02-04 | 2 | -64/+22 |
| | | |||||
| * | . | Adam Janovsky | 2023-02-04 | 1 | -2/+6 |
| | | |||||
| * | just another random pipeline fix | Adam Janovsky | 2023-02-04 | 1 | -1/+1 |
| | | |||||
| * | add compiled deps to lint pipeline | Adam Janovsky | 2023-02-04 | 1 | -1/+3 |
| | | |||||
| * | fix error in new_lint.yml | Adam Janovsky | 2023-02-04 | 1 | -5/+2 |
| | | |||||
| * | new lint pipeline | Adam Janovsky | 2023-02-04 | 1 | -0/+41 |
| | | |||||
| * | pin linter versions, fix some lint problems | Adam Janovsky | 2023-02-03 | 1 | -1/+4 |
| | | |||||
| * | fix typo in ruff github action | Adam Janovsky | 2023-01-27 | 1 | -1/+1 |
| | | |||||
| * | replace pyupgrade with ruff | Adam Janovsky | 2023-01-27 | 1 | -16/+0 |
| | | |||||
| * | replace flake8 with ruff | Adam Janovsky | 2023-01-27 | 1 | -15/+1 |
| | | |||||
