| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move away from pip-tools and use uv. | J08nY | 2025-11-17 | 1 | -10/+8 |
| | | | | | | | | | | | 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. | ||||
| * | 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> | ||||
| * | Bump setup-python action in CI, use caching. | J08nY | 2024-06-20 | 1 | -1/+4 |
| | | |||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 1 | -1/+1 |
| | | |||||
| * | apt-get update on docs | adamjanovsky | 2023-11-24 | 1 | -0/+2 |
| | | |||||
| * | bump github actions | adamjanovsky | 2023-11-24 | 1 | -2/+2 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | introduce all_requirements.txt | adamjanovsky | 2023-10-18 | 1 | -1/+0 |
| | | |||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | * 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 |
| | | |||||
| * | push docs also on release | Adam Janovsky | 2022-05-27 | 1 | -1/+3 |
| | | |||||
| * | Fix docs build. | J08nY | 2022-04-27 | 1 | -7/+8 |
| | | |||||
| * | Fixup workflow run. | J08nY | 2022-04-27 | 1 | -1/+1 |
| | | |||||
| * | Add docs upload to workflow. | J08nY | 2022-04-27 | 1 | -1/+23 |
| | | |||||
| * | checkout history and tags | Adam Janovsky | 2022-04-26 | 1 | -1/+3 |
| | | |||||
| * | install poppler before docs | Adam Janovsky | 2022-04-26 | 1 | -0/+2 |
| | | |||||
| * | . | Adam Janovsky | 2022-04-26 | 1 | -4/+12 |
| | | |||||
| * | fix dev_requirements install docs | Adam Janovsky | 2022-04-25 | 1 | -3/+1 |
| | | |||||
| * | install dev-requirements prior to building docs | Adam Janovsky | 2022-04-25 | 1 | -0/+3 |
| | | |||||
| * | sphinx quickstart | Adam Janovsky | 2022-04-24 | 1 | -0/+12 |
