Skip to content

Releases: omegaup/gitserver

v1.9.7

14 Dec 18:26
153272e
Compare
Choose a tag to compare
Uprev githttp to v2.4.8 (#36)

This fixes logging and allows access to trees+paths

v1.9.6

14 Dec 14:44
ee072ab
Compare
Choose a tag to compare
Uprev githttp to v2.4.6 (#35)

This change finally allows the grader and gitserver to no longer _need_
to be colocated in the exact same machine.

v1.9.5

14 Dec 03:48
d6235b1
Compare
Choose a tag to compare
Add a way for the grader to request problems (#34)

v1.9.4

13 Dec 16:12
0053b78
Compare
Choose a tag to compare
Uprev githttp to v2.4.4 (#33)

v1.9.3

12 Dec 20:31
7b99ff1
Compare
Choose a tag to compare
Add a 2-minute timeout to all requests (#32)

Upstream has a 2-minute timeout, so we shouldn't try to keep things
alive any longer.

v1.9.2

12 Dec 18:00
b4d94df
Compare
Choose a tag to compare
Automatically uprev the sandbox image versions (#31)

This will allow us to not do this by hand.

v1.9.1

12 Dec 15:39
b8c9323
Compare
Choose a tag to compare
Fix the health test (#30)

We were previously using the `sumas` problem for health tests. The
problem is that this is not always created. Furthermore, this makes it
possible for an exploit to mess with a production problem! So now we are
using the problem called `:testproblem` (with a colon at the beginning),
which is clearly not a valid problem name. This means that the very
first healthcheck request will create this problem, giving the extra
advantage of also testing for writability.

v1.9.0

12 Dec 15:32
5d319d6
Compare
Choose a tag to compare
Use the new logging interface throughout (#29)

No more explicit references to log15! #minor

v1.8.11

02 Dec 14:48
01277c3
Compare
Choose a tag to compare
Add even more tracing (#28)

Now every function that interacts with git2go should in theory be
traced, both here and in githttp.

v1.8.10

02 Dec 03:33
e9c0aac
Compare
Choose a tag to compare
Add a few segments to the distributed traces (#27)

This change uses the new tracing interface to add a few segments to the
traces, as well as plumbing the tracing provider object all the way to
githttp.