Releases: omegaup/gitserver
Releases · omegaup/gitserver
v1.9.17
v1.9.16
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
Allow using s3 conditionally (#44) Turns out we don't want to always use S3, only in production.
v1.9.14
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
Upgrade githttp (#42) This change removes the repository handle optimization, that wasn't quite ready to land.
v1.9.12
Fix the `-insecure-skip-authorization` permissions (#41) This should grant system, not grader, permissions.
v1.9.11
Update githttp (#40) githttp now gained the ability to cache lockfiles and repositories.
v1.9.10
Update githttp and go-base (#39) This change updates githttp and go-base to their newest versions.
v1.9.9
Upgrade to Go 1.18+ (#38) We now have generics. Let's use them!
v1.9.8
Uprev go-base to the latest version (#37) Distributed tracing + logging should now work!