aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Improve Spanish rules.J08nY2024-02-032-14/+16
| | |
| * | Improve Swedish rules.J08nY2024-02-033-2/+14
| | |
| * | Improve UK rules.J08nY2024-02-032-4/+11
| | |
| * | Improve Japanese rules.J08nY2024-02-033-10/+22
| | |
| * | Improve Malaysian rules.J08nY2024-02-033-1/+25
| | |
| * | Improve US scheme rules.J08nY2024-02-033-4/+38
| | |
| * | Improve BSI regexes.J08nY2024-02-033-39/+45
| | |
| * | Cleanup ANSSI rules.J08nY2024-02-022-22/+24
| | |
| * | Improve NL cert_id rules.J08nY2024-02-023-9/+13
| | |
* | | Merge pull request #387 from ↵Ján Jančár2024-02-065-5/+5
|\ \ \ | |/ / |/| | | | | | | | crocs-muni/dependabot/pip/requirements/cryptography-42.0.0 chore(deps): bump cryptography from 41.0.6 to 42.0.0 in /requirements
| * | chore(deps): bump cryptography from 41.0.6 to 42.0.0 in /requirementsdependabot[bot]2024-02-065-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Fix cert_lab parsing.J08nY2024-02-022-22/+22
| |
* | Merge pull request #385 from crocs-muni/fix/pydantic-migrateJán Jančár2024-02-014-13/+12
|\ \ | | | | | | Fix a bunch of deprecation warnings