agola/internal/services
Simone Gotti 576c09775f go.mod: replace https://github.com/satori/go.uuid
Replace https://github.com/satori/go.uuid with maintained version at
https://github.com/gofrs/uuid

Since the new version uuid.NewV4 returns an error when failing to read
from the random source reader we use uuid.Must to panic on error since
it's considered an unrecoverable error.

In future, if needed, we could handle the error instead of panicking.
2022-02-21 09:43:32 +01:00
..
common *: migrate to golang-jwt/jwt 2021-09-10 12:33:59 +02:00
config enhancement: automatic cleanup of old repos/branches 2022-02-08 11:34:23 +01:00
configstore go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
executor go.mod: replace https://github.com/satori/go.uuid 2022-02-21 09:43:32 +01:00
gateway *: migrate to golang-jwt/jwt 2021-09-10 12:33:59 +02:00
gitserver enhancement: automatic cleanup of old repos/branches 2022-02-08 11:34:23 +01:00
notification tests: improve services logging 2020-01-15 12:30:34 +01:00
runservice *: call ListenAndServeTLS when tls is enabled in config 2021-03-19 10:53:16 +01:00
scheduler tests: improve services logging 2020-01-15 12:30:34 +01:00
types cmd: project option to disable passing variables to PR from forked repo 2020-01-28 09:02:37 +01:00