aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #403 from crocs-muni/400-standardize-project-naming-sec-certsJán Jančár2024-04-2920-215/+492
|\ | | | | replace seccerts -> sec-certs
| * replace seccerts -> sec-certsAdam Janovsky2024-04-2520-215/+492
|/
* Merge pull request #401 from ↵adamjanovsky2024-04-213-3/+3
|\ | | | | | | | | crocs-muni/dependabot/pip/requirements/aiohttp-3.9.4 chore(deps): bump aiohttp from 3.9.2 to 3.9.4 in /requirements
| * chore(deps): bump aiohttp from 3.9.2 to 3.9.4 in /requirementsdependabot[bot]2024-04-183-3/+3
|/ | | | | | | | | | | | | | Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.2 to 3.9.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.2...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #397 from ↵adamjanovsky2024-04-185-5/+5
|\ | | | | | | | | crocs-muni/dependabot/pip/requirements/pillow-10.3.0 chore(deps): bump pillow from 10.2.0 to 10.3.0 in /requirements
| * chore(deps): bump pillow from 10.2.0 to 10.3.0 in /requirementsdependabot[bot]2024-04-035-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. - [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/10.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #398 from ↵adamjanovsky2024-04-182-2/+2
|\ \ | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/transformers-4.38.0 chore(deps): bump transformers from 4.36.0 to 4.38.0 in /requirements
| * | chore(deps): bump transformers from 4.36.0 to 4.38.0 in /requirementsdependabot[bot]2024-04-102-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.0 to 4.38.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.36.0...v4.38.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #399 from crocs-muni/dependabot/pip/requirements/idna-3.7adamjanovsky2024-04-185-5/+5
|\ \ | | | | | | chore(deps): bump idna from 3.4 to 3.7 in /requirements
| * | chore(deps): bump idna from 3.4 to 3.7 in /requirementsdependabot[bot]2024-04-125-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* / Update logo with the ever important hyphen.J08nY2024-04-182-28/+33
|/
* Merge pull request #396 from ↵Ján Jančár2024-02-225-5/+5
|\ | | | | | | | | crocs-muni/dependabot/pip/requirements/cryptography-42.0.4 chore(deps): bump cryptography from 42.0.2 to 42.0.4 in /requirements
| * chore(deps): bump cryptography from 42.0.2 to 42.0.4 in /requirementsdependabot[bot]2024-02-215-5/+5
|/ | | | | | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #395 from crocs-muni/revert-spacy-download0.2.1adamjanovsky2024-02-2011-65/+46
|\ | | | | revert spacy model download installation
| * revert spacy model download installationAdam Janovsky2024-02-2011-65/+46
|/
* Merge pull request #394 from crocs-muni/document-reference-context-inferenceadamjanovsky2024-02-207-11/+23
|\ | | | | document reference context inference
| * fix some ruff errorsAdam Janovsky2024-02-204-10/+8
| |
| * document reference context inferenceAdam Janovsky2024-02-203-1/+15
|/
* Merge pull request #393 from crocs-muni/refactor-spacy-downloadadamjanovsky2024-02-2012-110/+74
|\ | | | | Download spacy model with pip
| * spacy model download now with pipAdam Janovsky2024-02-2012-110/+74
|/
* Merge pull request #392 from crocs-muni/reference-notebookadamjanovsky2024-02-206-195/+1579
|\ | | | | Reference notebook
| * fix docsAdam Janovsky2024-02-202-10/+5
| |
| * final adjustments of references notebookadamjanovsky2024-02-201-27/+2
| |
| * Merge branch 'main' into reference-notebookadamjanovsky2024-02-2032-1191/+1850
| |\ | |/ |/|
* | Merge pull request #391 from ↵Ján Jančár2024-02-195-5/+5
|\ \ | | | | | | | | | | | | crocs-muni/dependabot/pip/requirements/cryptography-42.0.2 chore(deps): bump cryptography from 42.0.0 to 42.0.2 in /requirements
| * | chore(deps): bump cryptography from 42.0.0 to 42.0.2 in /requirementsdependabot[bot]2024-02-175-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Fix typo.J08nY2024-02-141-1/+1
| |
* | Merge pull request #389 from crocs-muni/feat/process-certsJán Jančár2024-02-1415-829/+1084
|\ \ | | | | | | Add extraction of certificate data.
| * | Cleanup PdfData attributes.J08nY2024-02-145-157/+46
| | |
| * | Add tests for cert data extraction.J08nY2024-02-143-340/+352
| | |
| * | Add cert_id extraction from certificate files.J08nY2024-02-131-49/+61
| | |
| * | Move CCDocumentState to cert class.J08nY2024-02-1310-116/+126
| | |
| * | Refactor document state in CC.J08nY2024-02-1312-446/+530
| | |
| * | Add extraction of certificate data.J08nY2024-02-086-47/+295
|/ /
* | Handle some strict and loose rules after cleanup.J08nY2024-02-073-4/+7
| |
* | Fix cert_id canonicalization.J08nY2024-02-072-6/+20
| |
* | Merge pull request #386 from crocs-muni/feat/cert-id-cleanupJán Jančár2024-02-065-181/+422
|\ \ | | | | | | Cleanup cert-id rules
| * | Add more tests for cert_ids.J08nY2024-02-061-0/+10
| | |
| * | Add tests fot IT and SG canonicalization.J08nY2024-02-061-0/+8
| | |
| * | Fix broken filename rules.J08nY2024-02-052-3/+6
| | |
| * | Extract and reconstruct cert ids from filenames.J08nY2024-02-052-25/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this, the regular cert_id regexes were used to extract the cert_id from the report filename. However, the filenames often do not use the same cert_id format, but contain all of the information necessary to reconstruct the cert_id, but with different order for example. This commit along with those before it introduce a new set of regular expressions that better match the ones in the filenames. To extract the correctly formatted canonical cert_id, the regexes are used to obtain the parts of the cert_id (using named groups in regexes) and those are then reconstructed into a canonical version of the cert_id via one of the scheme-dependent functions.
| * | Move the meta -> str functions out of cert_id class.J08nY2024-02-053-224/+182
| | |
| * | Add filename cert id rules.J08nY2024-02-052-1/+38
| | |
| * | Add certificateId meta property.J08nY2024-02-052-1/+25
| | |
| * | Improve Canadian rules.J08nY2024-02-053-9/+26
| | |
| * | Improve Turkish rules.J08nY2024-02-053-3/+23
| | |
| * | Improve Indian rules.J08nY2024-02-053-6/+20
| | |
| * | Improve Korean rules.J08nY2024-02-053-3/+23
| | |
| * | Improve Italian rules.J08nY2024-02-033-14/+7
| | |
| * | Improve Singaporean and Australian rules.J08nY2024-02-033-5/+33
| | |