Skip to content

Releases: omegaup/quark

v1.1.13

07 May 14:41
Compare
Choose a tag to compare

This release contains the following commits:

  • 6c4e301 Better logging for output-only problems.
  • fbdb74a Removing some no-longer-used backwards-compatibility code

v1.1.12

15 Apr 02:07
Compare
Choose a tag to compare

This release contains the following commit:

v1.1.11

14 Apr 20:47
Compare
Choose a tag to compare

This release contains the following commits:

v1.1.10

04 Mar 04:43
Compare
Choose a tag to compare

This release contains the following commits:

  • bcaeb89 Let the broadcaster bind to the any interface
  • 20961ef Immediately close open files in a loop while persisting runner inputs
  • e6fe3fa Sort the tar filenames to ensure stable .tar generation
  • abdef67 Move Duration and Byte from omegaup/quark/common to omegaup/go-base
  • a04458e Move the Metrics to omegaup/go-base
  • 6fe57c4 Fix a typo

v1.1.9

20 Feb 03:06
Compare
Choose a tag to compare

This release contains the following commit:

  • 054b7cd Second round of memory leak fixes

And fixes the following issue:

  • #9: More memory leaks in the ephemeral grader

v1.1.8

19 Feb 05:51
Compare
Choose a tag to compare

This release contains the following commits:

  • 0ae5918 Stop leaking the tarfile buffer
  • 364fe5e Make sure all the gzip writers are closed
  • 852aa8b Fix a nil dereference
  • 183c578 Refactor to make the ephemeral grader more testable

And fixes the following issue:

  • #8: Memory leak in the ephemeral grader

v1.1.7

18 Feb 21:27
Compare
Choose a tag to compare

This release contains the following commits:

  • eeac1d0 Add support for Go modules
  • 11b8443 Notify systemd when the servers are ready
  • 780ac4c Add support for clean server termination

v1.1.6

17 Feb 06:30
Compare
Choose a tag to compare

This release includes the following changes:

  • 2242504 Cleanly shut down the git library upon process exit
  • a1f6822 Dispose of some timers that were being leaked

v1.1.5

15 Feb 04:31
Compare
Choose a tag to compare

This release includes the following changes:

  • e235745 Add pprof handlers to the broadcaster and grader
  • 3d16f37 Stop writing results.json
  • 235ad87 Don't crash if the validator tolerance is not explicitly provided
  • e2a103b Add an API to upload a submission source
  • 2c0022a Add an API handler to view a submission's source
  • f0a7133 Normalize the cases' weights
  • 1d12e7f Add a way to obtain the program's version
  • 14be419 Stop querying the database for problem settings
  • ce503e1 Correctly limit the overall wall time limit
  • 2d0337d Do not check for problems with the ".git" suffix
  • 9804f92 Add a way to request grader resources

And fixes the following issues:

  • #6 Mala forma de evaluacion
  • #7 OmegaUp no evalúa envíos y se quedan en 'new'

v1.1.0

06 Jan 02:30
Compare
Choose a tag to compare
Add the generated templates to the libinteractive types

This change allows libinteractive to generate the contestants' template
code and pass it around.