Releases: omegaup/quark
Releases · omegaup/quark
v1.1.36
Adding table-driven test to bradcastRun function (#21)
v1.1.35
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
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
Added functionality to check when contest allows partial score in sub…
v1.1.32
Adding tests for frontend_handler.go (#20) This adds some much-needed tests for the frontend_handler.go file.
v1.1.31
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
v1.1.28
v1.1.27
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