Skip to content

Releases: omegaup/quark

v1.9.68

12 Aug 00:56
73485f9
Compare
Choose a tag to compare
Fixed the verdict in contest mode all or nothing when score is 0 (#126)

Added the verdict "WA" when score is 0 in contest mode "All or nothing"

Fixes: omegaup/omegaup#7000

v1.9.67

11 Jun 02:41
2fd1cb9
Compare
Choose a tag to compare
Renamed the key score_per_group with score_by_group (#125)

Fixing a key in order to match the name with the frontend key

v1.9.66

25 Apr 13:14
7d6432d
Compare
Choose a tag to compare
Agregando puntajes por grupo en el mensaje que se envía vía broadcast…

v1.9.65

07 Mar 14:22
e1ca0b8
Compare
Choose a tag to compare
Bump github.com/prometheus/client_golang from 1.8.0 to 1.11.1 (#120)

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.8.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.9.64

07 Mar 14:06
862f4a6
Compare
Choose a tag to compare
Bump golang.org/x/crypto from 0.0.0-20201208171446-5f87f3452ae9 to 0.…

v1.9.63

07 Mar 13:58
dc97631
Compare
Choose a tag to compare
Bump golang.org/x/net from 0.0.0-20211209124913-491a49abca63 to 0.7.0…

v1.9.62

13 Feb 03:26
acc7cc5
Compare
Choose a tag to compare
bump omegajail (#118)

this allos to stop using `pidfd_open` altogether

v1.9.61

13 Feb 01:11
f0d3746
Compare
Choose a tag to compare
Empty commit to force a new build (#117)

v1.9.60

13 Feb 00:55
4d19bb8
Compare
Choose a tag to compare
Bump omegajail version (#116)

This change bumps the omegajail version so that it can skip setting up
the seccomp sandbox when needed.

v1.9.59

24 Jan 15:42
ba9209d
Compare
Choose a tag to compare
Allow running libinteractive problems without sandboxing (#115)

Libinteractive problems required bind-mounting, but that's not enabled
without a sandbox.

This change falls back to symlinking when the sandboxing is disabled.