Merge GitHub upstream into Gitea primary

This commit is contained in:
Jesse_Chen
2026-08-05 11:13:34 +08:00
105 changed files with 3612 additions and 886 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ test("admin code functions reject immutable codes, revoked redemption, and roll
},
});
assert.equal(migration.status, 0, migration.stderr);
assert.match(migration.stdout, /20260727010000_refine_admin_redemption_audit\.sql/);
assert.match(migration.stdout, /20260805010000_reconcile_admin_redemption_audit\.sql/);
fixture.psqlAs("identity_runtime", "identity-runtime-test-password", `
insert into identity.users (id, name, email, email_verified, email_verified_at, role)