v1.5.0
Changelog
- new token judge
- preparation for usage with Cleaner
- add external task outputs to results archive (in debug mode)
- fixes and performance improvements
Commits
135991c v1.5.0
f17b42f Fixing specs file.
84cdc1e Preparing new release in COPR.
8f03620 Trivial bug fixed in recodex-token-judge reader and new test covering this type of errors added.
87f8a58 Updating specs for COPR.
161293a Merge pull request #15 from ReCodEx/recodex-judge
675f202 Formatting 2
6936ffa Merge branch 'master' into recodex-judge
7c7f0b6 Formatting
6672ffd Finalization, debugging, completing test suite.
f7b592f Finalization of the logging procedures. Adding tests and fixing bugs.
244e8c0 Fixing bugs and setting up tests.
1ab1daa Fix clang warnings
45ca73d Almost complete (except for shuffled lines switch). Very much in need of testing.
828a61c Promoting recodex judge to working state. Shuffled lines options is not implemented yet and the judge is not producing full log in case the judged file is not matching the correct answer.
c6a01dd Merge branch 'master' of https://github.com/ReCodEx/worker into recodex-judge
9739645 ReCodEx token judge project first commit.
1d19a02 Better name of the working_dir variable which is inside sandbox. Tune up a bit exception messages for relativeness.
2080d5a Call forgotten method after execution of sandbox. Tune exceptions in filesystem hleper. Check for existance of evaluation sandbox directory.
1c8c28b Implement feature of carboncopies into external task and handle them correctly
afebcca Add carboncopy options to sandbox_config
1330c2a Add max-carboncopy-length as item to worker configuration
e720300 Add stderr-to-stdout option to sandbox_config
7333224 Add working-directory option into sandbox configuration
1ee38fc In cache_manager if using temporary file check for its existance and if it exists try to generate different name
fd293de Get file in cache_manager sets last modification time. Put file with usage of copying into temp file and then moving.