Skip to content

Releases: omegaup/quark

v1.1.36

02 Jun 23:29
9386a23
Compare
Choose a tag to compare
Adding table-driven test to bradcastRun function (#21)

v1.1.35

02 Jun 03:06
Compare
Choose a tag to compare
Fixing the error message when runs cannot be obtained

Instead of reporting the length of the runs (which is known to be zero),
we should report the error message.

v1.1.34

30 May 20:46
Compare
Choose a tag to compare
Do not panic if the pending runs cannot be obtained

This is needed for being able to run this as a GitHub Action, since the
database may not be fully initialized by that point.

v1.1.33

30 May 03:17
2d1ab54
Compare
Choose a tag to compare
Added functionality to check when contest allows partial score in sub…

v1.1.32

30 May 01:50
85af0d8
Compare
Choose a tag to compare
Adding tests for frontend_handler.go (#20)

This adds some much-needed tests for the frontend_handler.go file.

v1.1.31

24 May 14:10
cf74be8
Compare
Choose a tag to compare
Move the CI from Travis to GitHub Actions (#17)

This change makes the CI to be run by GitHub Actions instead of Travis.
This is a lot less flaky and a tad bit faster.

This also automates the release process and builds the artifacts so that
I don't have to run a weird script on my machine every time.

v1.1.29

26 Jan 20:55
Compare
Choose a tag to compare

This release contains the following commits:

  • a9a4b58 Use the Broadcaster's own TLS config instead of the global one
  • 2bdee43 Do not run the benchmark loop when running on non-noop mode
  • 0803771 Refactor the oneshot mode code

v1.1.28

20 Jan 04:55
Compare
Choose a tag to compare

This release contains the following commits:

  • c9b60bc Create intermediate directories for submissions
  • 5e9f7b6 Allow logging to stderr

v1.1.27

28 Dec 15:18
Compare
Choose a tag to compare

This release contains the following commits:

  • 5e9cbc9 Allow saving the results of the oneshot run
  • 11676ec Add a way to specify the source code for the submission instead of the JSON request
  • 28f436c Allow inputs to be in a different volume than the runtime directory
  • 9d50d5a Use the correct language extension for the validator file
  • 18fc33e Change the expected input format of -oneshot=run

v1.1.26

25 Dec 23:44
Compare
Choose a tag to compare

This release contains the following commits:

  • 54ed73f Bail out when the meta file is malformed
  • fb78c68 Make the logging of the run request failures a bit more readable