aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
...
* replace isort with ruffAdam Janovsky2023-01-271-5/+8
|
* delete draft release action (not used)Adam Janovsky2022-12-141-19/+0
|
* download spacy model in test pipelineAdam Janovsky2022-12-141-1/+3
|
* update release on pypi actionAdam Janovsky2022-12-101-1/+1
|
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+2
| | | | | | - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`
* Add codecov and rename workflow jobs for consistency.J08nY2022-12-082-2/+4
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-085-29/+38
| | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints
* Docs: upload to web on tag revisionAdam Janovsky2022-06-061-1/+1
|
* Fix PyPi build (#226)0.0.8adamjanovsky2022-06-021-3/+5
| | | | | * Update pillow to 9.1.1 * Setup.py -> build during PyPi build * Fetch whole repository prior to PyPi build
* push docs also on releaseAdam Janovsky2022-05-271-1/+3
|
* Actions: fix draft releaseAdam Janovsky2022-05-271-2/+1
|
* merge mainAdam Janovsky2022-05-201-1/+3
|\
| * add lemmatization prior to cve matchingAdam Janovsky2022-05-051-1/+3
| |
* | fix consq. of moving dockerfileAdam Janovsky2022-05-011-3/+3
| |
* | Fix docs build.J08nY2022-04-271-7/+8
| |
* | Fixup workflow run.J08nY2022-04-271-1/+1
| |
* | Add docs upload to workflow.J08nY2022-04-271-1/+23
| |
* | checkout history and tagsAdam Janovsky2022-04-261-1/+3
| |
* | install poppler before docsAdam Janovsky2022-04-261-0/+2
| |
* | .Adam Janovsky2022-04-262-21/+16
| |
* | .Adam Janovsky2022-04-251-1/+1
| |
* | fix version checkAdam Janovsky2022-04-251-2/+1
| |
* | alpha version fileAdam Janovsky2022-04-251-5/+19
| |
* | limit release draft on main and tagged commitsAdam Janovsky2022-04-251-6/+5
| |
* | prepare draft release on commit (just testing)0.0.5Adam Janovsky2022-04-251-0/+21
| |
* | fix dev_requirements install docsAdam Janovsky2022-04-251-3/+1
| |
* | install dev-requirements prior to building docsAdam Janovsky2022-04-251-0/+3
| |
* | sphinx quickstartAdam Janovsky2022-04-241-0/+12
|/
* reorganize requirementsAdam Janovsky2022-04-042-12/+5
|
* Refactor/pdftotext as library (#183)adamjanovsky2022-04-042-2/+14
| | | | | | | - Update Docker Ubuntu to 22.04 - Test pipeline now installs fresh Poppler - Poppler-utils package no longer needed - Paragraph on project dependencies added to CONTRIBUTING.md - Pdftotext is no longer called with subprocess call, but API is leveraged instead
* Update tests.ymladamjanovsky2022-02-021-1/+1
| | | Just a typo in tests workflow.
* Update release.ymladamjanovsky2022-02-021-2/+2
| | | Rename workflow run
* release action only on publishing a releaseAdam Janovsky2022-02-011-2/+4
|
* adjust release behaviourAdam Janovsky2022-02-011-23/+1
|
* add automatic release notes, prerelase flagAdam Janovsky2022-02-011-0/+3
|
* Merge release jobs into single workflowAdam Janovsky2022-02-013-73/+69
|
* GitHub actions: docker extract version tagsAdam Janovsky2022-02-011-1/+6
|
* GitHub actions: condition docker buildAdam Janovsky2022-02-011-1/+2
|
* GitHub actions: fine-tune PyPi actionAdam Janovsky2022-02-011-21/+14
|
* Split workflow steps in test workflow.J08nY2022-01-031-2/+3
|
* add description on lintersAdam Janovsky2021-12-191-1/+1
|
* bump flake8Adam Janovsky2021-12-191-1/+1
|
* add flake8 workflowAdam Janovsky2021-12-191-0/+12
|
* adjust workflows for mypyAdam Janovsky2021-12-181-1/+1
|
* GitHub Action for isortAdam Janovsky2021-12-181-1/+10
|
* adjust lint workflowAdam Janovsky2021-12-181-1/+7
|
* Actually run pytest in test CI.J08nY2021-12-161-5/+3
|
* MyPy add dispatch workflowAdam Janovsky2021-12-151-2/+4
|
* StrPath with python3.9mmstanone2021-12-141-1/+1
|
* manual installation of typesmmstanone2021-12-141-1/+3
|