Skip to content

v1.7.0

Compare
Choose a tag to compare
@krulis-martin krulis-martin released this 04 Oct 19:48
· 38 commits to master since this release

Changelog

  • Backwards incompatible change: the submission archives must not have all files directly as top-level entries of the ZIP (no subdirs). Requires corresponding core API module (without external fileserver) to work properly.
  • Submission archive extraction process optimized.
  • Modyfying dumpdir command, so it can exclude particular files by wildcard (will be useful for greedy envs like .NET Core).

Commits

a580cd4 #! v1.7.0
f57e765 Simplifying decompression of submission archives (since they will no longer have unnecessary sub-dir inside).
8719e65 Make wildcards_regex functionality DRY and not WET at all
2b14ade Add tests for exclusion implementation for dumpdir task
008adb9 Final fixes in exclusion implementation in dumpdir_task
7b95d74 Rename badly named testing class exists_task_test -> dump_dir_task_test
7ba5bf0 Reformat whole project
2c39585 Implement exclusions for dump_dir_task
eb1f7b4 Remove obsolete comment in cp_task, we need pattern matching while copying files
d96bafc Move wildcards_regex from cp_task to string_utils and helpers namespace
bed090c Make limit argument mandatory in dump_dir_task
577e074 Fixing issues with dir options.
b4c384c Allowing initiation external tasks to use network (to download stuff).
26e4021 Fixing a minor issue in default config.
7c6d02c Updating default config file for installation.