aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Update DockerfileLéo Vansimay2021-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Modified the path of the demo script.
| * | | | | | | Merge branch 'dev' into leo/dockerLéo Vansimay2021-04-2121-87/+986
| |\ \ \ \ \ \ \
| * | | | | | | | Update docker-image.ymlLéo Vansimay2021-04-211-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | Revision of the code thanks to the reviews, we'll now only use the official method.
| * | | | | | | | Update docker-image.ymlLéo Vansimay2021-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | switch to v2 of build-push action as asked by the warning
| * | | | | | | | Create docker-image.ymlLéo Vansimay2021-04-161-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | First try for a yaml file to automatize the build and push of a docker image
| * | | | | | | | Create DockerfileLéo Vansimay2021-04-161-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the Dockerfile to the repo, we can build the container with it, and run the demo script (/!\reminder: 3 hours long to run) Next step is to push the image to DockerHub, so we won't need to build the image anymore.
| * | | | | | | | Update README.mdLéo Vansimay2021-04-161-0/+7
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | adding instructions about how to build and run the docker image, next step is to push the final image to DockerHub.
* | | | | | | | Merge pull request #62 from crocs-muni/leo/PyPIadamjanovsky2021-04-233-2/+37
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Adding a workflow file to publish a packaged version on PyPI on push on master
| * | | | | | | | Update python-publish.ymlLéo Vansimay2021-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Forcing 3.8 for compatibility purpose
| * | | | | | | | Update python-publish.ymlLéo Vansimay2021-04-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | The build seems to work well, modify the rules to publish the package when a push or PR on master occurs
| * | | | | | | | Update setup.pyLéo Vansimay2021-04-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempt to add a package to setup.py to set the version number according to a commit tag (e.g. v1.0.0 or 1.0.0), link to the repo used : https://github.com/dolfinus/setuptools-git-versioning
| * | | | | | | | Update requirements.txtLéo Vansimay2021-04-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | add wheel requirement in order to build PyPDF2 properly.
| * | | | | | | | Update python-publish.ymlLéo Vansimay2021-04-191-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | calls the publisher on each push
| * | | | | | | | Create python-publish.ymlLéo Vansimay2021-04-161-0/+31
| |/ / / / / / / | | | | | | | | | | | | | | | | Attempt to add a github action to publish a PyPI package on each release.
* | | | | | | | Merge pull request #61 from crocs-muni/leo/Actionsadamjanovsky2021-04-232-13/+22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Switching from Travis CI to GitHub Actions
| * | | | | | | | Update GA_CI.ymlLéo Vansimay2021-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Forcing 3.8 version of Python to ensure compatibility
| * | | | | | | | Delete .travis.ymlLéo Vansimay2021-04-221-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Deleting the Travis conf file since it is not useful anymore
| * | | | | | | | Update GA_CI.ymlLéo Vansimay2021-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | pytest didn't find the sec_certs code, adding a line that was in travis.yml
| * | | | | | | | Update GA_CI.ymlLéo Vansimay2021-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | sudo might be needed to install an apt package
| * | | | | | | | Update GA_CI.ymlLéo Vansimay2021-04-211-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Modify the event that triggers the workflow, now it will run on each push everywhere
| * | | | | | | | Update GA_CI.ymlLéo Vansimay2021-04-201-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected syntax errors
| * | | | | | | | Create GA_CI.ymlLéo Vansimay2021-04-201-0/+24
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | First attempt to use GitHub actions instead of Travis CI
* | | | | | | | Merge pull request #64 from crocs-muni/dependabot/pip/pikepdf-2.10.0adamjanovsky2021-04-221-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump pikepdf from 2.0.0 to 2.10.0
| * | | | | | | | Bump pikepdf from 2.0.0 to 2.10.0dependabot[bot]2021-04-221-1/+1
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pikepdf](https://github.com/pikepdf/pikepdf) from 2.0.0 to 2.10.0. - [Release notes](https://github.com/pikepdf/pikepdf/releases) - [Changelog](https://github.com/pikepdf/pikepdf/blob/master/docs/release_notes.rst) - [Commits](https://github.com/pikepdf/pikepdf/compare/v2.0.0...v2.10.0) Signed-off-by: dependabot[bot] <support@github.com>
* / | | | | | | default branch change in cotributingAdam Janovsky2021-04-221-0/+4
|/ / / / / / /
* | | | | | | adjust cpe matching constantAdam Janovsky2021-04-201-1/+1
| | | | | | |
* | | | | | | fix labeling error progress saveAdam Janovsky2021-04-204-9/+16
| | | | | | |
* | | | | | | fix in cpe labeling progress saveAdam Janovsky2021-04-201-3/+3
| | | | | | |
* | | | | | | increase max number of cpe matchesAdam Janovsky2021-04-201-1/+1
| | | | | | |
* | | | | | | improve interface of manual cpe labelingAdam Janovsky2021-04-192-10/+16
| | | | | | |
* | | | | | | dev branchAdam Janovsky2021-04-190-0/+0
|/ / / / / /
| | | | | * functions to import/export for label-studioAdam Janovsky2021-04-232-1/+42
| | | | | |
| | | | | * adjust cpe matching ocnstantAdam Janovsky2021-04-201-1/+1
| | | | | |
| | | | | * basically rebase of devAdam Janovsky2021-04-204-2/+8
| | | | | |
| | | | | * dont compute heuristics immediatelyAdam Janovsky2021-04-201-6/+6
| | | | | |
| | | | | * increase max cpe matches constantAdam Janovsky2021-04-201-1/+1
| | | | | |
| | | | | * Extraction of cert_id, revocation of some testsAdam Janovsky2021-04-205-28/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Cert_ids are now extracted - cert_id from frontpage is always preferred - If no frontpage cert_id is found, the most ocurring keyword is preferred - Some tests were revoked as heuristics should be computed after pdf processing
| | | | | * compute heuristics cert labAdam Janovsky2021-04-202-1/+7
| | | | | |
| | | | | * collect certification lab in heuristicsAdam Janovsky2021-04-203-31/+51
| | | | | |
| | | | | * delete print statement in testsAdam Janovsky2021-04-191-1/+0
| | | | | |
| | | | | * fix import in datasetAdam Janovsky2021-04-191-1/+1
| | | | | |
| | | | | * delete print statement in testsAdam Janovsky2021-04-191-3/+0
| | | | | |
| | | | | * refactor folder strucureAdam Janovsky2021-04-1914-1210/+1259
| | | | | |
| | | | | * dummy folders for directory refactoringAdam Janovsky2021-04-193-0/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #58 from crocs-muni/dependabot/pip/pillow-8.1.1Ján Jančár2021-04-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Bump pillow from 8.0.1 to 8.1.1
| * | | | | Bump pillow from 8.0.1 to 8.1.1dependabot[bot]2021-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.0.1...8.1.1) Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #57 from crocs-muni/dependabot/pip/lxml-4.6.3Ján Jančár2021-04-191-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Bump lxml from 4.6.1 to 4.6.3
| * | | | | Bump lxml from 4.6.1 to 4.6.3dependabot[bot]2021-04-191-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [lxml](https://github.com/lxml/lxml) from 4.6.1 to 4.6.3. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.1...lxml-4.6.3) Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #50 from crocs-muni/cpe_matching_notebookadamjanovsky2021-04-1920-80/+971
|\ \ \ \ \ | |/ / / / |/| | | | CPE matching
| * | | | change comment style to reStructuredTextAdam Janovsky2021-04-191-13/+4
| | | | |