Skip to content

Releases: omegaup/gitserver

v1.4.13

18 Jul 19:38
4ba3849
Compare
Choose a tag to compare
Create an endpoint for renaming a repository (#7)

This change allows the frontend to rename a repository. This is needed
because when creating a problem, the metadata for it needs to be
committed into the database before sending out the request to gitserver,
and if this happens to fail, there is no way to undo this operation.

Instead, now the workflow will be create the repository with a random
name, and only if everything is ready to be committed, rename it to the
correct name, in a sort of two-phase commit.

v1.4.12

02 Jul 14:02
Compare
Choose a tag to compare
Improving logging when authentication fails

This change logs the complete response from the frontend when
authentication fails.

v1.4.11

23 Jun 18:04
94dc275
Compare
Choose a tag to compare
Agregando soporte para svg (#6)

Se modificó `handler.go`  para que soporte imagenes `.svg`

Fixes: https://github.com/omegaup/omegaup/issues/4090

v1.4.10

24 May 14:30
055efb8
Compare
Choose a tag to compare
Move the CI from Travis to GitHub Actions (#5)

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.4.9

04 May 02:53
Compare
Choose a tag to compare

This release contains the following commit:

v1.4.8

21 Mar 02:31
Compare
Choose a tag to compare

This release contains the following commits:

  • 73e6c51 Use the multi-pack-index for omegaup-translate-problem
  • b77c73a Improving how the encoding is detected

v1.4.6

12 Jan 04:55
Compare
Choose a tag to compare

This release contains the following commits:

v1.4.5

11 Jan 22:43
Compare
Choose a tag to compare

This release contains the following commit:

  • 1c36b4e Relaxing restrictions to edit problems

v1.4.4

11 Jan 21:18
Compare
Choose a tag to compare

This release contains the following commits:

  • 0cfb43e Improve the way that commits/trees are reported
  • 4b5386a Do a better job of logging errors
  • 9361ac7 Add the original commit/tree information to the report
  • 7b32b74 Use the big.Rat conversions from go-base

v1.4.1

24 Nov 09:13
Compare
Choose a tag to compare

This release contains the following commits:

  • a06723f Disable the packfiles even harder
  • ea29430 Write the gitattributes also in .git/info/attributes
  • 739d162 Add a flag that allows the use the committer as author
  • 7e49f12 Change the JSON output of omegaup-translate-problem