aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
| * | adjust lint workflowAdam Janovsky2021-12-181-1/+7
| * | Format code with blackAdam Janovsky2021-12-1836-1907/+2644
| * | Introduce pyproject.tomlAdam Janovsky2021-12-182-2/+22
| * | PP: Add serialization decoratorAdam Janovsky2021-12-181-1/+2
| * | MyPy: First instance of TypeVarAdam Janovsky2021-12-181-2/+3
| * | pp: fix serializing to tmpfile, add ser. decoratorAdam Janovsky2021-12-181-2/+2
|/ /
* | quick fix testsAdam Janovsky2021-12-181-7/+2
* | Merge pull request #143 from J08nY:fix/ccheuristicsadamjanovsky2021-12-183-11/+11
|\ \
| * | Fix CCHeuristics attribute lookup.J08nY2021-12-163-11/+11
* | | Merge pull request #142 from J08nY:fix/more-rules1adamjanovsky2021-12-183-42/+66
|\ \ \
| * | | Add more keyword rules.J08nY2021-12-163-42/+66
| |/ /
* / / Actually run pytest in test CI.J08nY2021-12-161-5/+3
|/ /
* | Merge pull request #141 from J08nY/feature/mp-billiardadamjanovsky2021-12-162-8/+11
|\ \
| * | Try billiard.J08nY2021-12-152-8/+11
|/ /
* | Merge pull request #139 from crocs-muni/mypy-fix-cpe-matchingadamjanovsky2021-12-152-20/+16
|\ \
| * | ignore some mypy errors in cpe matchingAdam Janovsky2021-12-151-5/+5
| * | fix mypy problems with cpe matchingAdam Janovsky2021-12-152-15/+11
|/ /
* | Merge pull request #136 from crocs-muni/mypy-ci-cdadamjanovsky2021-12-157-9/+33
|\ \
| * | ignore some mypy errorsAdam Janovsky2021-12-153-6/+3
| * | fix typo in maintenance var.Adam Janovsky2021-12-151-1/+1
| * | fix import error parallel processingAdam Janovsky2021-12-152-2/+6
| * | Merge branch 'dev' into mypy-ci-cdAdam Janovsky2021-12-1514-61/+59
| |\ \ | |/ / |/| |
* | | Merge pull request #135 from J08nY/fix/better-multiprocessingadamjanovsky2021-12-151-9/+8
|\ \ \
| * \ \ Merge branch 'dev' into fix/better-multiprocessingadamjanovsky2021-12-1528-241/+385
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #134 from J08nY/feature/tqdm-configurationadamjanovsky2021-12-159-16/+24
|\ \ \ \
| * \ \ \ Merge branch 'dev' into feature/tqdm-configurationadamjanovsky2021-12-1526-227/+365
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #138 from crocs-muni/fix-mypy-errorsadamjanovsky2021-12-153-14/+12
|\ \ \ \ \
| * | | | | leftover maintainance -> maintenanceAdam Janovsky2021-12-152-8/+8
| * | | | | revert typed date sanitization, will fix laterAdam Janovsky2021-12-151-6/+4
|/ / / / /
* | | | | Merge pull request #133 from crocs-muni/mypy-errorsadamjanovsky2021-12-1526-229/+368
|\ \ \ \ \
| * | | | | minor refactoring of typesAdam Janovsky2021-12-155-21/+14
| | * | | | Add configuration switch to enable/disable tqdm.J08nY2021-12-149-18/+25
| |/ / / / |/| | | |
| | * | | Use thread/process pools from concurrent.futures.J08nY2021-12-141-9/+9
| |/ / / |/| | |
* | | | Merge pull request #132 from crocs-muni/dependabot/pip/lxml-4.6.5Ján Jančár2021-12-131-1/+1
|\ \ \ \
| * | | | Bump lxml from 4.6.3 to 4.6.5dependabot[bot]2021-12-131-1/+1
|/ / / /
| | * | MyPy add dispatch workflowAdam Janovsky2021-12-151-2/+4
| | * | StrPath with python3.9mmstanone2021-12-142-2/+2
| | * | shutil.move argumentmmstanone2021-12-141-1/+1
| | * | manual installation of typesmmstanone2021-12-141-1/+3
| | * | mypy installs typehintsmmstanone2021-12-141-2/+4
| | * | checkoutv2 usedmmstanone2021-12-141-0/+1
| | * | Added mypy workflowmmstanone2021-12-141-0/+16
| |/ /
| * | Ignore the __setitem__() methodmmstanone2021-12-141-3/+1
| * | PR updatesmmstanone2021-12-143-13/+17
| * | removed debug printmmstanone2021-12-131-2/+0
| * | (the real commit)mmstanone2021-12-1317-71/+108
| * | small changes to make FIPS tests and mypy workingmmstanone2021-12-131-0/+2
| * | Merge branch 'dev' into mypy-errorsmmstanone2021-12-1260-1424/+82386
| |\ \ | |/ / |/| |
* | | Merge pull request #127 from crocs-muni/fix-csv-html-parsingadamjanovsky2021-12-123-26/+44
|\ \ \
| * | | CC csv: map IP to hostnameAdam Janovsky2021-12-121-21/+36