aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | Repair FIPS test.J08nY2023-02-091-0/+1
| |
* | Fix some failing CC scheme downloads.J08nY2023-02-092-12/+16
| |
* | Merge pull request #312 from ↵adamjanovsky2023-02-052-11/+81
|\ \ | | | | | | | | | | | | crocs-muni/fix/improve-path-setting-cert-internal-state fix json deserialization due to cert path handling
| * | fix json deserialization due to cert path handlingAdam Janovsky2023-02-052-11/+81
|/ /
* | Merge pull request #311 from crocs-muni/pin-linter-versionsadamjanovsky2023-02-043-30/+32
|\ \ | | | | | | Pin linter versions
| * | final commitAdam Janovsky2023-02-044-68/+27
| | |
| * | .Adam Janovsky2023-02-041-2/+6
| | |
| * | just another random pipeline fixAdam Janovsky2023-02-041-1/+1
| | |
| * | add compiled deps to lint pipelineAdam Janovsky2023-02-041-1/+3
| | |
| * | fix error in new_lint.ymlAdam Janovsky2023-02-041-5/+2
| | |
| * | new lint pipelineAdam Janovsky2023-02-042-6/+46
|/ /
* | Merge pull request #309 from crocs-muni/deanonymize-docsadamjanovsky2023-02-033-8/+7
|\ \ | | | | | | Deanonymize docs and ack IGA
| * \ Merge branch 'main' into deanonymize-docsAdam Janovsky2023-02-0346-325/+213
| |\ \ | |/ / |/| |
* | | Merge pull request #308 from crocs-muni/replace-linters-with-ruffadamjanovsky2023-02-0346-325/+213
|\ \ \ | | | | | | | | Replace linters with ruff
| * | | add flake8-simplify to ruffAdam Janovsky2023-02-0313-52/+31
| | | |
| * | | pin linter versions, fix some lint problemsAdam Janovsky2023-02-039-13/+13
| | | |
| * | | fix some return statementsAdam Janovsky2023-02-0314-59/+40
| | | |
| * | | ruff enforce comprehensionsAdam Janovsky2023-02-0320-37/+37
| | | |
| * | | ruff enforce pathlibAdam Janovsky2023-02-023-22/+26
| | | |
| * | | adds some pylint checks to ruffAdam Janovsky2023-01-2714-26/+22
| | | |
| * | | fix typo in ruff github actionAdam Janovsky2023-01-271-1/+1
| | | |
| * | | replace pyupgrade with ruffAdam Janovsky2023-01-275-28/+3
| | | |
| * | | replace flake8 with ruffAdam Janovsky2023-01-276-62/+15
| | | |
| * | | replace isort with ruffAdam Janovsky2023-01-2716-35/+35
|/ / /
| * | ack IGA grant in readmeAdam Janovsky2023-02-031-0/+4
| | |
| * | deanonymize docsAdam Janovsky2023-02-032-8/+3
|/ /
* | jsonschema: set min. value of n_threads = -1 (#307)0.1.3adamjanovsky2023-01-101-1/+1
| |
* | Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-1013-72/+63
| | | | | | | | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1
* | Merge pull request #305 from crocs-muni/fix/304Ján Jančár2023-01-091-1/+2
|\ \ | | | | | | Fix #304.
| * | Fix #304.J08nY2023-01-091-1/+2
|/ /
* | Move logos in docs to PNG.J08nY2023-01-094-3/+3
| | | | | | | | The SVG logos get hideus fonts sometimes.
* | Fix/cli arguments (#303)adamjanovsky2023-01-091-38/+43
| | | | | | | | | | | | | | * fix CLI arguments quiet, output * fix performed CLI actions * fix precondition evaluation in CLI
* | Fix/badge targets (#302)adamjanovsky2023-01-021-2/+2
| | | | | | Fixes bad link targets of some badges.
* | fix broken badges (#301)adamjanovsky2023-01-021-2/+2
|/ | | Fix broken DockerHub and test badges
* Merge pull request #299 from crocs-muni/issue/298-OCR-processing-failsadamjanovsky2022-12-144-27/+11
|\ | | | | Issue/298 ocr processing fails, delete draft release action, download spacy model during test pipeline
| * delete draft release action (not used)Adam Janovsky2022-12-142-24/+2
| |
| * download spacy model in test pipelineAdam Janovsky2022-12-141-1/+3
| |
| * fix OCR txt_path accessAdam Janovsky2022-12-141-2/+6
|/
* Merge pull request #297 from crocs-muni/fix/pypi-action0.1.2adamjanovsky2022-12-106-6/+8
|\ | | | | update release on pypi action
| * update pypi actionAdam Janovsky2022-12-105-5/+7
| |
| * update release on pypi actionAdam Janovsky2022-12-101-1/+1
|/
* Merge pull request #296 from crocs-muni/fix/bad-link-in-readme0.1.1adamjanovsky2022-12-101-23/+9
|\ | | | | update readme
| * update readmeAdam Janovsky2022-12-101-23/+9
|/
* Merge pull request #295 from crocs-muni/issue/287-Rename-CommonCriteria-filesadamjanovsky2022-12-1029-258/+257
|\ | | | | Issue/287 rename common criteria files
| * rename notebook common_criteria -> ccAdam Janovsky2022-12-105-5/+5
| |
| * rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdateAdam Janovsky2022-12-105-19/+15
| |
| * Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-1020-218/+218
| |
| * rename common_criteria modules to ccAdam Janovsky2022-12-0922-80/+83
|/
* flat -> src layout (#294)adamjanovsky2022-12-0971-465/+913
| | | | | | - 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`
* Merge pull request #292 from crocs-muni/feat/codecovJán Jančár2022-12-084-4/+16
|\ | | | | Add codecov