| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | prepare draft release on commit (just testing)0.0.5 | Adam Janovsky | 2022-04-25 | 1 | -0/+21 |
| | | |||||
| * | add notebooks to docs | Adam Janovsky | 2022-04-25 | 6 | -18/+340 |
| | | |||||
| * | 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 |
| | | |||||
| * | link external docs sources, introduce myst | Adam Janovsky | 2022-04-25 | 12 | -37/+81 |
| | | |||||
| * | merge main | Adam Janovsky | 2022-04-24 | 4 | -123/+298 |
| |\ | |||||
| | * | Merge pull request #193 from ↵ | adamjanovsky | 2022-04-24 | 4 | -105/+258 |
| | |\ | | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/pypdf2-1.27.5 build(deps): bump pypdf2 from 1.26.0 to 1.27.5 in /requirements | ||||
| | | * | change annotation style, recompile deps | Adam Janovsky | 2022-04-24 | 4 | -62/+154 |
| | | | | |||||
| | | * | build(deps): bump pypdf2 from 1.26.0 to 1.27.5 in /requirements | dependabot[bot] | 2022-04-22 | 1 | -43/+104 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.5. - [Release notes](https://github.com/py-pdf/PyPDF2/releases) - [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG) - [Commits](https://github.com/py-pdf/PyPDF2/compare/1.26.0...1.27.5) --- updated-dependencies: - dependency-name: pypdf2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * / | sphinx quickstart | Adam Janovsky | 2022-04-24 | 7 | -3/+164 |
| |/ | |||||
| * | Merge pull request #191 from crocs-muni/rules-regex-update | adamjanovsky | 2022-04-21 | 1 | -4/+9 |
| |\ | | | | | feat: Updated cert rules from old-api branch | ||||
| | * | format: Formatting with linters | GeogeFI | 2022-04-21 | 1 | -7/+4 |
| | | | |||||
| | * | feat: Updated cert rules from old-api branch | GeogeFI | 2022-04-21 | 1 | -2/+10 |
| |/ | |||||
| * | Merge pull request #180 from crocs-muni/dependency-vulnerability | adamjanovsky | 2022-04-10 | 9 | -13/+2404 |
| |\ | | | | | Dependency vulnerability | ||||
| | * | delete debugging print statement | Adam Janovsky | 2022-04-10 | 1 | -3/+0 |
| | | | |||||
| | * | test: Added tests for dependecy vulnerabilities | GeogeFI | 2022-04-09 | 3 | -0/+2238 |
| | | | |||||
| | * | refactor: Refactored referenced module | GeogeFI | 2022-04-09 | 3 | -13/+21 |
| | | | |||||
| | * | refactor: Renamed methods to suit sklearn philosophy | GeogeFI | 2022-04-09 | 2 | -7/+21 |
| | | | |||||
| | * | chore: Deleted unnecessary function in cc dataset | GeogeFI | 2022-04-07 | 1 | -12/+0 |
| | | | |||||
| | * | Merge branch 'main' into dependency-vulnerability | GeogeFI | 2022-04-07 | 25 | -433/+593 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #186 from crocs-muni/refactor/better-requirements0.0.4 | adamjanovsky | 2022-04-05 | 14 | -75/+170 |
| |\ \ | | | | | | | Refactor/better requirements | ||||
| | * | | docs to new requirements | Adam Janovsky | 2022-04-04 | 1 | -1/+8 |
| | | | | |||||
| | * | | reorganize requirements | Adam Janovsky | 2022-04-04 | 13 | -74/+162 |
| |/ / | |||||
| * | | Refactor/pdftotext as library (#183) | adamjanovsky | 2022-04-04 | 12 | -312/+338 |
| | | | | | | | | | | | | | | | - 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 | ||||
| * | | Merge pull request #184 from crocs-muni/regex-recertification-certs-fix | Ján Jančár | 2022-04-01 | 1 | -2/+1 |
| |\ \ | | | | | | | fix: Matching anssi certs with recertification, removed regex for tur… | ||||
| | * | | fix: Matching anssi certs with recertification, removed regex for turkish certs | GeogeFI | 2022-04-01 | 1 | -2/+1 |
| |/ / | |||||
| * | | Merge pull request #182 from crocs-muni/fix/fips-mip-parsing | Ján Jančár | 2022-03-29 | 2 | -47/+86 |
| |\ \ | | | | | | | Fix issue with MIP download due to change in FIPS site. | ||||
| | * | | Fix issue with MIP download due to change in FIPS site. | J08nY | 2022-03-29 | 2 | -47/+86 |
| |/ / | |||||
| * | | Merge pull request #181 from crocs-muni/fix/terminate-billiard | adamjanovsky | 2022-03-23 | 1 | -0/+1 |
| |\ \ | | | | | | | Explicitly terminate the Thread or Process pool. | ||||
| | * | | Explicitly terminate the Thread or Process pool. | J08nY | 2022-03-23 | 1 | -0/+1 |
| |/ / | | | | | | | | | | | | | Should help deal with https://github.com/celery/billiard/issues/282 which manifests each two weeks or so when the celery process runs out of open file descriptors and the updates stop working in weird ways. | ||||
| | * | refactor: Renamed function names | GeogeFI | 2022-04-07 | 2 | -14/+15 |
| | | | |||||
| | * | format: Mypy fix | GeogeFI | 2022-04-02 | 1 | -2/+5 |
| | | | |||||
| | * | feat: Implemented model for dependency vulnerabilities, tested | GeogeFI | 2022-04-02 | 3 | -52/+26 |
| | | | |||||
| | * | feat: Partly implemented module, not integrated with dataset, nor tested | GeogeFI | 2022-04-02 | 1 | -0/+96 |
| | | | |||||
| | * | refactor: Fixing comments from code review | GeogeFI | 2022-04-02 | 3 | -20/+22 |
| | | | |||||
| | * | feat: Implemented mechanism for skipping duplicates in dependency ↵ | GeogeFI | 2022-04-02 | 2 | -1/+18 |
| | | | | | | | | | vulnerabilities evaluation | ||||
| | * | chore: Mypy hopefully fixed v2 | GeogeFI | 2022-03-19 | 1 | -4/+6 |
| | | | |||||
| | * | chore: Hopefully fixed problem with circular import | GeogeFI | 2022-03-19 | 1 | -2/+5 |
| | | | |||||
| | * | format: Formatting with isort, flake8, mypy | GeogeFI | 2022-03-19 | 1 | -5/+2 |
| | | | |||||
| | * | chore: Removed print statements | GeogeFI | 2022-03-19 | 1 | -3/+0 |
| | | | |||||
| | * | refactor: Refactored improved version | GeogeFI | 2022-03-19 | 1 | -26/+27 |
| | | | |||||
| | * | chore: Fixed tests, added support for indirect references | GeogeFI | 2022-03-19 | 3 | -5/+30 |
| | | | |||||
| | * | feat: Direct dependency vulnerabilities - naive solution | GeogeFI | 2022-03-19 | 2 | -0/+28 |
| |/ | |||||
| * | Merge pull request #179 from crocs-muni/dependabot/pip/pillow-9.0.1 | adamjanovsky | 2022-03-12 | 1 | -1/+1 |
| |\ | | | | | build(deps): bump pillow from 9.0.0 to 9.0.1 | ||||
| | * | build(deps): bump pillow from 9.0.0 to 9.0.1 | dependabot[bot] | 2022-03-12 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Merge pull request #178 from crocs-muni/cert_id_fix | adamjanovsky | 2022-03-09 | 2 | -3/+2 |
| |\ | | | | | fix: Fixed normalization to broken PDFs | ||||
| | * | Merge branch 'main' into cert_id_fix | GeogeFI | 2022-03-08 | 10 | -378/+621 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #177 from crocs-muni/feat/separate-references | adamjanovsky | 2022-03-05 | 10 | -378/+621 |
| |\ \ | | | | | | | [WIP] Unify handling of references in CC & FIPS. | ||||
| | * | | Blacken file. | J08nY | 2022-03-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Adapt FIPS tests to new reference API. | J08nY | 2022-03-04 | 3 | -101/+243 |
| | | | | |||||
