| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #395 from crocs-muni/revert-spacy-download0.2.1 | adamjanovsky | 2024-02-20 | 11 | -65/+46 |
| |\ | | | | | revert spacy model download installation | ||||
| | * | revert spacy model download installation | Adam Janovsky | 2024-02-20 | 11 | -65/+46 |
| |/ | |||||
| * | Merge pull request #394 from crocs-muni/document-reference-context-inference | adamjanovsky | 2024-02-20 | 7 | -11/+23 |
| |\ | | | | | document reference context inference | ||||
| | * | fix some ruff errors | Adam Janovsky | 2024-02-20 | 4 | -10/+8 |
| | | | |||||
| | * | document reference context inference | Adam Janovsky | 2024-02-20 | 3 | -1/+15 |
| |/ | |||||
| * | Merge pull request #393 from crocs-muni/refactor-spacy-download | adamjanovsky | 2024-02-20 | 12 | -110/+74 |
| |\ | | | | | Download spacy model with pip | ||||
| | * | spacy model download now with pip | Adam Janovsky | 2024-02-20 | 12 | -110/+74 |
| |/ | |||||
| * | Merge pull request #392 from crocs-muni/reference-notebook | adamjanovsky | 2024-02-20 | 6 | -195/+1579 |
| |\ | | | | | Reference notebook | ||||
| | * | fix docs | Adam Janovsky | 2024-02-20 | 2 | -10/+5 |
| | | | |||||
| | * | final adjustments of references notebook | adamjanovsky | 2024-02-20 | 1 | -27/+2 |
| | | | |||||
| | * | Merge branch 'main' into reference-notebook | adamjanovsky | 2024-02-20 | 32 | -1191/+1850 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #391 from ↵ | Ján Jančár | 2024-02-19 | 5 | -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 /requirements | dependabot[bot] | 2024-02-17 | 5 | -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. | J08nY | 2024-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #389 from crocs-muni/feat/process-certs | Ján Jančár | 2024-02-14 | 15 | -829/+1084 |
| |\ \ | | | | | | | Add extraction of certificate data. | ||||
| | * | | Cleanup PdfData attributes. | J08nY | 2024-02-14 | 5 | -157/+46 |
| | | | | |||||
| | * | | Add tests for cert data extraction. | J08nY | 2024-02-14 | 3 | -340/+352 |
| | | | | |||||
| | * | | Add cert_id extraction from certificate files. | J08nY | 2024-02-13 | 1 | -49/+61 |
| | | | | |||||
| | * | | Move CCDocumentState to cert class. | J08nY | 2024-02-13 | 10 | -116/+126 |
| | | | | |||||
| | * | | Refactor document state in CC. | J08nY | 2024-02-13 | 12 | -446/+530 |
| | | | | |||||
| | * | | Add extraction of certificate data. | J08nY | 2024-02-08 | 6 | -47/+295 |
| |/ / | |||||
| * | | Handle some strict and loose rules after cleanup. | J08nY | 2024-02-07 | 3 | -4/+7 |
| | | | |||||
| * | | Fix cert_id canonicalization. | J08nY | 2024-02-07 | 2 | -6/+20 |
| | | | |||||
| * | | Merge pull request #386 from crocs-muni/feat/cert-id-cleanup | Ján Jančár | 2024-02-06 | 5 | -181/+422 |
| |\ \ | | | | | | | Cleanup cert-id rules | ||||
| | * | | Add more tests for cert_ids. | J08nY | 2024-02-06 | 1 | -0/+10 |
| | | | | |||||
| | * | | Add tests fot IT and SG canonicalization. | J08nY | 2024-02-06 | 1 | -0/+8 |
| | | | | |||||
| | * | | Fix broken filename rules. | J08nY | 2024-02-05 | 2 | -3/+6 |
| | | | | |||||
| | * | | Extract and reconstruct cert ids from filenames. | J08nY | 2024-02-05 | 2 | -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. | J08nY | 2024-02-05 | 3 | -224/+182 |
| | | | | |||||
| | * | | Add filename cert id rules. | J08nY | 2024-02-05 | 2 | -1/+38 |
| | | | | |||||
| | * | | Add certificateId meta property. | J08nY | 2024-02-05 | 2 | -1/+25 |
| | | | | |||||
| | * | | Improve Canadian rules. | J08nY | 2024-02-05 | 3 | -9/+26 |
| | | | | |||||
| | * | | Improve Turkish rules. | J08nY | 2024-02-05 | 3 | -3/+23 |
| | | | | |||||
| | * | | Improve Indian rules. | J08nY | 2024-02-05 | 3 | -6/+20 |
| | | | | |||||
| | * | | Improve Korean rules. | J08nY | 2024-02-05 | 3 | -3/+23 |
| | | | | |||||
| | * | | Improve Italian rules. | J08nY | 2024-02-03 | 3 | -14/+7 |
| | | | | |||||
| | * | | Improve Singaporean and Australian rules. | J08nY | 2024-02-03 | 3 | -5/+33 |
| | | | | |||||
| | * | | Improve Spanish rules. | J08nY | 2024-02-03 | 2 | -14/+16 |
| | | | | |||||
| | * | | Improve Swedish rules. | J08nY | 2024-02-03 | 3 | -2/+14 |
| | | | | |||||
| | * | | Improve UK rules. | J08nY | 2024-02-03 | 2 | -4/+11 |
| | | | | |||||
| | * | | Improve Japanese rules. | J08nY | 2024-02-03 | 3 | -10/+22 |
| | | | | |||||
| | * | | Improve Malaysian rules. | J08nY | 2024-02-03 | 3 | -1/+25 |
| | | | | |||||
| | * | | Improve US scheme rules. | J08nY | 2024-02-03 | 3 | -4/+38 |
| | | | | |||||
| | * | | Improve BSI regexes. | J08nY | 2024-02-03 | 3 | -39/+45 |
| | | | | |||||
| | * | | Cleanup ANSSI rules. | J08nY | 2024-02-02 | 2 | -22/+24 |
| | | | | |||||
| | * | | Improve NL cert_id rules. | J08nY | 2024-02-02 | 3 | -9/+13 |
| | | | | |||||
| * | | | Merge pull request #387 from ↵ | Ján Jančár | 2024-02-06 | 5 | -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 /requirements | dependabot[bot] | 2024-02-06 | 5 | -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. | J08nY | 2024-02-02 | 2 | -22/+22 |
| | | | |||||
| * | | Merge pull request #385 from crocs-muni/fix/pydantic-migrate | Ján Jančár | 2024-02-01 | 4 | -13/+12 |
| |\ \ | | | | | | | Fix a bunch of deprecation warnings | ||||
