Skip to content

Releases: omegaup/gitserver

v1.9.17

11 Nov 04:15
893c2fa
Compare
Choose a tag to compare
Use the `temp.` prefix for temporary directories (#46)

This change helps narrow down the list of false positives when copying
directories to s3.

v1.9.16

10 Nov 23:16
8ad4cc0
Compare
Choose a tag to compare
Upload files to S3 after renaming (#45)

This change now can upload files to S3 after renames happen, so that the
files are in the right place.

v1.9.15

10 Nov 11:02
e9bcd17
Compare
Choose a tag to compare
Allow using s3 conditionally (#44)

Turns out we don't want to always use S3, only in production.

v1.9.14

10 Nov 09:51
2b1308a
Compare
Choose a tag to compare
Upload files to s3 (#43)

This change starts pushing problem files to s3, so that we can at some
point stop relying on the disk as the only source of truth.

v1.9.13

19 Sep 00:37
695251d
Compare
Choose a tag to compare
Upgrade githttp (#42)

This change removes the repository handle optimization, that wasn't
quite ready to land.

v1.9.12

18 Sep 23:33
bcef6ec
Compare
Choose a tag to compare
Fix the `-insecure-skip-authorization` permissions (#41)

This should grant system, not grader, permissions.

v1.9.11

18 Sep 20:07
f286598
Compare
Choose a tag to compare
Update githttp (#40)

githttp now gained the ability to cache lockfiles and repositories.

v1.9.10

18 Sep 18:49
4252eab
Compare
Choose a tag to compare
Update githttp and go-base (#39)

This change updates githttp and go-base to their newest versions.

v1.9.9

18 Sep 17:35
29a3e99
Compare
Choose a tag to compare
Upgrade to Go 1.18+ (#38)

We now have generics. Let's use them!

v1.9.8

15 Dec 15:17
2044100
Compare
Choose a tag to compare
Uprev go-base to the latest version (#37)

Distributed tracing + logging should now work!