aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #403 from crocs-muni/400-standardize-project-naming-sec-certsJán Jančár2024-04-2920-215/+492
|\
| * replace seccerts -> sec-certsAdam Janovsky2024-04-2520-215/+492
|/
* Merge pull request #401 from crocs-muni/dependabot/pip/requirements/aiohttp-3...adamjanovsky2024-04-213-3/+3
|\
| * chore(deps): bump aiohttp from 3.9.2 to 3.9.4 in /requirementsdependabot[bot]2024-04-183-3/+3
|/
* Merge pull request #397 from crocs-muni/dependabot/pip/requirements/pillow-10...adamjanovsky2024-04-185-5/+5
|\
| * chore(deps): bump pillow from 10.2.0 to 10.3.0 in /requirementsdependabot[bot]2024-04-035-5/+5
* | Merge pull request #398 from crocs-muni/dependabot/pip/requirements/transform...adamjanovsky2024-04-182-2/+2
|\ \
| * | chore(deps): bump transformers from 4.36.0 to 4.38.0 in /requirementsdependabot[bot]2024-04-102-2/+2
| |/
* | 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 /requirementsdependabot[bot]2024-04-125-5/+5
| |/
* / Update logo with the ever important hyphen.J08nY2024-04-182-28/+33
|/
* Merge pull request #396 from crocs-muni/dependabot/pip/requirements/cryptogra...Ján Jančár2024-02-225-5/+5
|\
| * chore(deps): bump cryptography from 42.0.2 to 42.0.4 in /requirementsdependabot[bot]2024-02-215-5/+5
|/
* Merge pull request #395 from crocs-muni/revert-spacy-download0.2.1adamjanovsky2024-02-2011-65/+46
|\
| * 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
|\
| * 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
|\
| * spacy model download now with pipAdam Janovsky2024-02-2012-110/+74
|/
* Merge pull request #392 from crocs-muni/reference-notebookadamjanovsky2024-02-206-195/+1579
|\
| * 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 crocs-muni/dependabot/pip/requirements/cryptogra...Ján Jančár2024-02-195-5/+5
|\ \
| * | chore(deps): bump cryptography from 42.0.0 to 42.0.2 in /requirementsdependabot[bot]2024-02-175-5/+5
|/ /
* | Fix typo.J08nY2024-02-141-1/+1
* | Merge pull request #389 from crocs-muni/feat/process-certsJán Jančár2024-02-1415-829/+1084
|\ \
| * | 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
|\ \
| * | 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
| * | 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