Skip to content

v2.12.0

Compare
Choose a tag to compare
@krulis-martin krulis-martin released this 22 Jul 10:02
· 57 commits to master since this release

Changelog

  • Adding support for success exit codes parameter in exec boxes
  • Adding exit code native and ok flags in the task-results entity
  • Removing obsolete Mono boxes, deprecating Node, PHP, and Python boxes (pipelines were updated to use more generic ScriptExecutionBox instead)
  • Implementing a flag for an assignment that permits the students to see absolute values of measured time and memory of their solutions
  • Upgrading composer dependencies

Commits

aba2a8b #! v2.12.0
07e996c Adding exit code ok status as a flag in the test results.
c60f564 Adding exit code native flag that indicates the origin of the exit code in a test result.
26f86c2 Adding hasSuccessExitCodes pipeline parameter.
6c72394 Fixing bugs.
a5d2ea2 Db migration (adding success-exit-codes into exercise and pipeline configs).
4a7e444 Adding success exit codes parameter into exec boxes.
11cd0b6 Denoting Node, PHP, and Python run boxes as deprecated (pipelines were updated to use more generic ScriptExecutionBox instead.
a4152c9 Removing obsolete Mono boxes.
a1460b8 Implementing a flag for an assignment that permits the students to see absolute values of measured time and memory of their solutions.
371bc4b Updating composer packages and lock file.