| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix coverage reporting. | J08nY | 2025-11-19 | 1 | -2/+2 |
| | | |||||
| * | Move away from pip-tools and use uv. | J08nY | 2025-11-17 | 1 | -11/+6 |
| | | | | | | | | | | | 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 | 1 | -0/+1 |
| | | |||||
| * | Add test summary to actions | J08nY | 2025-04-03 | 1 | -0/+5 |
| | | |||||
| * | Upload test results to codecov. | J08nY | 2025-04-03 | 1 | -1/+6 |
| | | |||||
| * | Move flaky remote tests into "scheduled" workflow. | J08nY | 2025-02-27 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Bump setup-python action in CI, use caching. | J08nY | 2024-06-20 | 1 | -1/+1 |
| | | |||||
| * | Fix NVD tests. | J08nY | 2024-06-10 | 1 | -1/+5 |
| | | |||||
| * | 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 |
| | | |||||
| * | apt-get update on other github actions | adamjanovsky | 2023-11-24 | 1 | -1/+3 |
| | | |||||
| * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 1 | -1/+1 |
| | | |||||
| * | introduce all_requirements.txt | adamjanovsky | 2023-10-18 | 1 | -2/+0 |
| | | |||||
| * | Cache dependencies in github test workflow. | J08nY | 2023-04-14 | 1 | -0/+4 |
| | | |||||
| * | download spacy model in test pipeline | Adam Janovsky | 2022-12-14 | 1 | -1/+3 |
| | | |||||
| * | 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 | 1 | -1/+3 |
| | | |||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 1 | -15/+6 |
| | | | | | | | | | | | * 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 | ||||
| * | add lemmatization prior to cve matching | Adam Janovsky | 2022-05-05 | 1 | -1/+3 |
| | | |||||
| * | reorganize requirements | Adam Janovsky | 2022-04-04 | 1 | -5/+2 |
| | | |||||
| * | Refactor/pdftotext as library (#183) | adamjanovsky | 2022-04-04 | 1 | -2/+12 |
| | | | | | | | | - Update Docker Ubuntu to 22.04 - Test pipeline now installs fresh Poppler - Poppler-utils package no longer needed - Paragraph on project dependencies added to CONTRIBUTING.md - Pdftotext is no longer called with subprocess call, but API is leveraged instead | ||||
| * | Update tests.yml | adamjanovsky | 2022-02-02 | 1 | -1/+1 |
| | | | | Just a typo in tests workflow. | ||||
| * | Split workflow steps in test workflow. | J08nY | 2022-01-03 | 1 | -2/+3 |
| | | |||||
| * | Actually run pytest in test CI. | J08nY | 2021-12-16 | 1 | -5/+3 |
| | | |||||
| * | workflow dispatch for tests | Adam Janovsky | 2021-05-13 | 1 | -1/+4 |
| | | |||||
| * | fix test path problems | Adam Janovsky | 2021-05-11 | 1 | -1/+1 |
| | | |||||
| * | rename test -> tests | Adam Janovsky | 2021-05-10 | 1 | -0/+22 |
