| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | Move CC Scheme dataset to separate file. | J08nY | 2023-04-11 | 1 | -1/+10 | |
| | | | | ||||||
| | | * | Process cert name and entry name the same. | J08nY | 2023-04-11 | 2 | -5/+4 | |
| | | | | ||||||
| | | * | Move cert name and vendor name normalization functions and share them. | J08nY | 2023-04-11 | 3 | -60/+40 | |
| | | | | ||||||
| | | * | Move snapshot maching code to matcher. | J08nY | 2023-04-11 | 1 | -6/+48 | |
| | | | | ||||||
| | | * | Add CC and FIPS matching classes. | J08nY | 2023-04-11 | 3 | -1/+123 | |
| | | | | ||||||
| | * | | replace some ifs with dictionaray setdefault | Adam Janovsky | 2023-04-19 | 1 | -4/+1 | |
| | | | | ||||||
| | * | | defer few imports | Adam Janovsky | 2023-04-16 | 1 | -1/+2 | |
| | |/ | ||||||
| * | | Reference annotations: finalize prediction pipeline | adamjanovsky | 2023-03-17 | 3 | -46/+35 | |
| | | | ||||||
| * | | wip reference annotator production pipeline | Adam Janovsky | 2023-03-16 | 1 | -11/+0 | |
| | | | ||||||
| * | | minor improvements | adamjanovsky | 2023-03-09 | 3 | -15/+14 | |
| | | | ||||||
| * | | WiP production-level reference annotation | adamjanovsky | 2023-03-03 | 6 | -133/+434 | |
| | | | ||||||
| * | | adjust pipeline to new annotation format | adamjanovsky | 2023-02-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | more work on PoC reference annotator | adamjanovsky | 2023-02-17 | 1 | -23/+69 | |
| | | | ||||||
| * | | PoC reference annotator | Adam Janovsky | 2023-02-17 | 1 | -0/+85 | |
| |/ | ||||||
| * | Drop inheritance from sklearn objects. | J08nY | 2023-02-10 | 2 | -7/+7 | |
| | | | | | | | | | It is unused and causes big memory usag spikes on their import due to their inefficient import practice: https://github.com/scikit-learn/scikit-learn/issues/25590 We don't actually use their API anywhere (afaik). | |||||
| * | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | pin linter versions, fix some lint problems | Adam Janovsky | 2023-02-03 | 2 | -2/+1 | |
| | | ||||||
| * | fix some return statements | Adam Janovsky | 2023-02-03 | 1 | -7/+5 | |
| | | ||||||
| * | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 3 | -4/+4 | |
| | | ||||||
| * | adds some pylint checks to ruff | Adam Janovsky | 2023-01-27 | 1 | -1/+1 | |
| | | ||||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 2 | -16/+16 | |
| | | ||||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 2 | -2/+2 | |
| | | ||||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 6 | -0/+1047 | |
| - 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` | ||||||
