mirror of
https://codeberg.org/forgejo-aneksajo/forgejo-aneksajo.git
synced 2025-07-29 14:00:05 +02:00
![]()
Some checks failed
/ build-oci-image (rootful) (push) Failing after 2m18s
/ build-oci-image (rootless) (push) Failing after 1m29s
testing / backend-checks (push) Successful in 18m14s
testing / frontend-checks (push) Successful in 2m33s
testing / test-unit (push) Has been skipped
testing / test-e2e (push) Has been skipped
testing / test-mysql (push) Successful in 51m31s
testing / test-pgsql (push) Successful in 1h11m53s
testing / test-remote-cacher (redis) (push) Has been skipped
testing / test-remote-cacher (valkey) (push) Has been skipped
testing / test-remote-cacher (garnet) (push) Has been skipped
testing / test-remote-cacher (redict) (push) Has been skipped
testing / test-sqlite (push) Failing after 3h28m4s
/ release (push) Has been cancelled
testing / security-check (push) Has been cancelled
The issue was that the caching mechanism for the UUID to repository path association tried to be too smart and ended up buggy. This removes the parts that skip updating the UUIDs for already-in-cache repository paths. This change makes updating the cache more expensive, but since https://codeberg.org/forgejo-aneksajo/forgejo-aneksajo/pulls/65 is merged it should be fast enough to be fine. Fixes #83. Reviewed-on: https://codeberg.org/forgejo-aneksajo/forgejo-aneksajo/pulls/86 Co-authored-by: Matthias Riße <m.risse@fz-juelich.de> Co-committed-by: Matthias Riße <m.risse@fz-juelich.de> |
||
---|---|---|
.. | ||
annex.go |