| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | | | * | computing heuristics now updates state of dataset | Adam Janovsky | 2021-05-14 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| | | | | | | * | setting root dir properly copies whole dataset contents | Adam Janovsky | 2021-05-14 | 3 | -29/+41 | |
| | | | | | | | | ||||||
| | | | | | | * | improvements in config handling CLI | Adam Janovsky | 2021-05-13 | 2 | -1/+11 | |
| | | | | | | | | ||||||
| | | | | | | * | CC CLI | Adam Janovsky | 2021-05-13 | 4 | -3/+95 | |
| | | | | | | | | ||||||
| | | | | | | * | method for downloading json dset from web | Adam Janovsky | 2021-05-13 | 1 | -0/+12 | |
| | | | | | | | | ||||||
| | | | | | | * | add test for txt processing | Adam Janovsky | 2021-05-13 | 5 | -2/+50 | |
| | | | | | | | | ||||||
| | | | | | | * | delete old API | Adam Janovsky | 2021-05-13 | 17 | -4395/+205 | |
| | | | | | | | | ||||||
| | | | | | | * | change badge link | Adam Janovsky | 2021-05-13 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | | | | | * | now trying with __path__ | Adam Janovsky | 2021-05-13 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | | | | | * | workflow dispatch for tests | Adam Janovsky | 2021-05-13 | 1 | -1/+4 | |
| | | | | | | | | ||||||
| | | | | | | * | inspect() -> sys.module[package].__file__ | Adam Janovsky | 2021-05-13 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | | | | | | * | __file__ -> inspect.getfile() | Adam Janovsky | 2021-05-13 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| | | | | | | * | simplify json search process | Adam Janovsky | 2021-05-13 | 1 | -3/+1 | |
| | | | | | | | | ||||||
| | | | | | | * | add simple PP test | Adam Janovsky | 2021-05-13 | 2 | -2/+13 | |
| | | | | | | | | ||||||
| | | | | | | * | implement heuristics tests | Adam Janovsky | 2021-05-13 | 3 | -30/+62 | |
| | | | | | | | | ||||||
| | | | | | | * | fix in __bool__ for pdfData class | Adam Janovsky | 2021-05-13 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | | | | | * | override __bool__ for PdfData class | Adam Janovsky | 2021-05-13 | 1 | -0/+3 | |
| | | | | | | | | ||||||
| | | | | | | * | test improvements | Adam Janovsky | 2021-05-13 | 2 | -20/+42 | |
| | | | | | | | | ||||||
| | | | | | | * | fix test path problems | Adam Janovsky | 2021-05-11 | 4 | -3/+2 | |
| | | | | | | | | ||||||
| | | | | | | * | get rid of constants in favor of config | Adam Janovsky | 2021-05-11 | 10 | -37/+46 | |
| | | | | | | | | ||||||
| | | | | | | * | new dot notation of config | Adam Janovsky | 2021-05-11 | 2 | -5/+4 | |
| | | | | | | | | ||||||
| | | | | | | * | improve config handling | Adam Janovsky | 2021-05-11 | 3 | -4/+19 | |
| | | | | | | | | ||||||
| | | | | | | * | New API: delete src attribute of CC cert | Adam Janovsky | 2021-05-11 | 7 | -34/+17 | |
| | | | | | | | | ||||||
| | | | | | | * | cc implement protection profiles dataset | Adam Janovsky | 2021-05-11 | 10 | -40/+167 | |
| | | | | | | | | ||||||
| | | | | | | * | cc links http -> https | Adam Janovsky | 2021-05-11 | 4 | -35/+35 | |
| | | | | | | | | ||||||
| | | | | | | * | fix serialization in toy dataset test | Adam Janovsky | 2021-05-10 | 1 | -4/+0 | |
| | | | | | | | | ||||||
| | | | | | | * | new cc download tests | Adam Janovsky | 2021-05-10 | 3 | -11/+42 | |
| | | | | | | | | ||||||
| | | | | | | * | isolate function for downloading csv/html resources | Adam Janovsky | 2021-05-10 | 1 | -12/+13 | |
| | | | | | | | | ||||||
| | | | | | | * | delete stale tests of download cc | Adam Janovsky | 2021-05-10 | 1 | -23/+1 | |
| | | | | | | | | ||||||
| | | | | | | * | rename test -> tests | Adam Janovsky | 2021-05-10 | 14 | -2/+2 | |
| | | | | | | | | ||||||
| | | | | | | * | merge dev onto cc-feature-parity | Adam Janovsky | 2021-05-10 | 15 | -54/+229 | |
| | | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #70 from crocs-muni/leo/fixPyPI | adamjanovsky | 2021-04-30 | 4 | -3/+13 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixing PyPI package building | |||||
| | * | | | | | | | Update python-publish.yml | Léo Vansimay | 2021-04-29 | 1 | -1/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The method currently used only works when we tag a version number, I'm trying to use testpypi to avoid a failed build on each try. Moreover the build and push to PyPI will only trigger on a push with a tag | |||||
| | * | | | | | | | moving the scripts in a folder and rewriting the setup.py to find them once ↵ | KeleranV | 2021-04-29 | 3 | -335/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they're moved | |||||
| | * | | | | | | | moving the process_script in a directory in order to have it inside the PyPI ↵ | Léo Vansimay | 2021-04-27 | 1 | -0/+333 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | package | |||||
| * | | | | | | | | Merge pull request #69 from crocs-muni/leo/exportDocker | adamjanovsky | 2021-04-26 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Adding the instruction on how to "export" data out of the container | |||||
| | * | | | | | | | remove sudo from docker in readme | Adam Janovsky | 2021-04-26 | 1 | -2/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Update README.md | Léo Vansimay | 2021-04-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes according to the review | |||||
| | * | | | | | | | Update README.md | Léo Vansimay | 2021-04-26 | 1 | -0/+5 | |
| |/ / / / / / / | | | | | | | | | | | | | | | Edit the Readme to add the instructions about how to use the image in order to get the generated files. | |||||
| * | | | | | | | Merge pull request #66 from crocs-muni/docker-cd | adamjanovsky | 2021-04-24 | 4 | -28/+43 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Docker cd | |||||
| | * | | | | | | | add badges, workflow dispatch on publish | Adam Janovsky | 2021-04-24 | 2 | -27/+37 | |
| | | | | | | | | | ||||||
| | * | | | | | | | improve setup version classifiers | Adam Janovsky | 2021-04-24 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | add badges | Adam Janovsky | 2021-04-24 | 2 | -5/+9 | |
| | | | | | | | | | ||||||
| | * | | | | | | | do not get version | Adam Janovsky | 2021-04-24 | 1 | -10/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | test action to get version name | Adam Janovsky | 2021-04-24 | 1 | -0/+10 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fix docker hub repo name | Adam Janovsky | 2021-04-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | fix docker username | Adam Janovsky | 2021-04-24 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #65 from crocs-muni/badged | adamjanovsky | 2021-04-24 | 2 | -13/+13 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | test manual dispatch of GitHub Actions | |||||
| | * | | | | | | | test manual dispatch of GitHub Actions | Adam Janovsky | 2021-04-24 | 2 | -13/+13 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #55 from crocs-muni/leo/docker | adamjanovsky | 2021-04-23 | 3 | -0/+68 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | CD: publish docker image on push/PR to master | |||||
