| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | replace isort with ruff | Adam Janovsky | 2023-01-27 | 1 | -5/+8 |
| | | |||||
| * | delete draft release action (not used) | Adam Janovsky | 2022-12-14 | 1 | -19/+0 |
| | | |||||
| * | download spacy model in test pipeline | Adam Janovsky | 2022-12-14 | 1 | -1/+3 |
| | | |||||
| * | update release on pypi action | Adam Janovsky | 2022-12-10 | 1 | -1/+1 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 1 | -0/+2 |
| | | | | | | | - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml` | ||||
| * | Add codecov and rename workflow jobs for consistency. | J08nY | 2022-12-08 | 2 | -2/+4 |
| | | |||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 5 | -29/+38 |
| | | | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints | ||||
| * | Docs: upload to web on tag revision | Adam Janovsky | 2022-06-06 | 1 | -1/+1 |
| | | |||||
| * | Fix PyPi build (#226)0.0.8 | adamjanovsky | 2022-06-02 | 1 | -3/+5 |
| | | | | | | * Update pillow to 9.1.1 * Setup.py -> build during PyPi build * Fetch whole repository prior to PyPi build | ||||
| * | push docs also on release | Adam Janovsky | 2022-05-27 | 1 | -1/+3 |
| | | |||||
| * | Actions: fix draft release | Adam Janovsky | 2022-05-27 | 1 | -2/+1 |
| | | |||||
| * | merge main | Adam Janovsky | 2022-05-20 | 1 | -1/+3 |
| |\ | |||||
| | * | add lemmatization prior to cve matching | Adam Janovsky | 2022-05-05 | 1 | -1/+3 |
| | | | |||||
| * | | fix consq. of moving dockerfile | Adam Janovsky | 2022-05-01 | 1 | -3/+3 |
| | | | |||||
