forgejo-aneksajo/routers
Matthias Riße 977627fe6e
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
fix: make p2phttp work for deleted and recreated repositories (#86)
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>
2025-06-14 17:33:43 +02:00
..
api [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
common [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
install [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
private git-annex: add configuration setting [annex].ENABLED 2025-04-25 12:55:59 +02:00
utils [PORT] drop utils.IsExternalURL (and expand IsRiskyRedirectURL tests) (#3167) 2024-04-15 13:03:08 +00:00
web fix: make p2phttp work for deleted and recreated repositories (#86) 2025-06-14 17:33:43 +02:00
init.go Pre-populate the git-annex UUID cache at startup (#59) 2025-04-25 13:03:00 +02:00