limiting-factor
-
Joined on
2026年01月01日
limiting-factor
pushed to wip-permissions-data at limiting-factor/forgejo
2026年07月05日 15:21:27 +02:00
6b182e4b80
remove deadcode
b133c96d78
update README
Facilitate and improve the testing of the REST API permissions checks
@mfenniak wrote in forgejo/design#63 (comment):
chore(tests): make testData in routers/api/v1/permissions/tests easier to understand
limiting-factor
pushed to wip-permissions-data at limiting-factor/forgejo
2026年07月05日 12:19:04 +02:00
2ac6e89d49
remove deadcode
limiting-factor
pushed to wip-permissions-data at limiting-factor/forgejo
2026年07月05日 12:18:35 +02:00
284f3c6d75
update README
f78285a343
improve shared data names
82318e7318
no testdata arguments for fixtureSetRepository, fixtureDisableUnits
e6c75917bd
enforce static list of shared keys
8a6a1f1dbb
own token_requires_repo_owner_scope.go
limiting-factor
pushed to wip-permissions-data at limiting-factor/forgejo
2026年07月05日 07:26:09 +02:00
f3e3cdcc72
chore(refactor): reorder REST API permissions testCases
56d501f7be
chore(coverage): split integration coverage targets in two
c14cd7ae2a
chore(refactor): clarify REST API permissions tests
limiting-factor
created branch wip-permissions-data in limiting-factor/forgejo
2026年07月05日 07:26:09 +02:00
limiting-factor
deleted branch 2026年07月05日 07:26:09 +02:00
wip-permissions-testCases from limiting-factor/forgejo
chore(refactor): clarify REST API permissions tests
The conflicts are trivial and I think it is good to backport those.
[v16.0/forgejo] chore(refactor): clarify REST API permissions tests (#13271)
limiting-factor
pushed to wip-permissions-testCases-v16 at limiting-factor/forgejo
2026年07月05日 07:06:14 +02:00
bc869a4bf5
chore(refactor): clarify REST API permissions tests (#13271)
697745afe0
[v16.0/forgejo] fix(ui): allow dragging up for a multi-line comment (#13309)
933c786aac
[v16.0/forgejo] fix(api): return empty slice instead of null from the branches API if the repository is empty (#13310)
1ce675fc1c
[v16.0/forgejo] fix: REQUIRE_SIGNIN_VIEW caches setting before setting initialization (#13307)
d33df904d1
[v16.0/forgejo] fix: ignore migrated commit without a patch (#13300)
limiting-factor
created branch wip-permissions-testCases-v16 in limiting-factor/forgejo
2026年07月05日 07:06:13 +02:00
[v15.0/forgejo] chore(refactor): clarify REST API permissions tests (#13271)
limiting-factor
pushed to wip-permissions-testCases-v15 at limiting-factor/forgejo
2026年07月05日 07:00:59 +02:00
534dbe49b3
chore(refactor): clarify REST API permissions tests (#13271)
limiting-factor
pushed to wip-permissions-testCases-v15 at limiting-factor/forgejo
2026年07月05日 07:00:28 +02:00
4fe468eb37
chore(refactor): clarify REST API permissions tests (#13271)
efcc25c5a6
[v15.0/forgejo] fix: intermittent test failure in process cancellation (#13301)
cb29364568
[v15.0/forgejo] fix: restore Forgejo's capability to build on non-Linux UNIX platforms (#13291)
cd497ad14d
[v15.0/forgejo] fix: terminate git (& other) subcommands gracefully on context timeout/cancellation (#13273)
4894725b64
[v15.0/forgejo] fix: ensure runners either belong to owner or repo when updated (#13262) (#13269)
limiting-factor
created branch wip-permissions-testCases-v15 in limiting-factor/forgejo
2026年07月05日 07:00:28 +02:00
chore(coverage): split integration coverage targets in two
Ran coverage collection from the forgejo branch, to use as a base when working on pull requests https://codeberg.org/forgejo/forgejo/actions/runs/174228/
Remove
Is-method assertion queries
For the benefit of the reviewer, could you please update the description explaining what concrete problem this fixes?
Facilitate and improve the testing of the REST API permissions checks
@mfenniak wrote in forgejo/design#63 (comment):
limiting-factor
pushed to wip-permissions-howto at limiting-factor/forgejo
2026年07月02日 09:02:04 +02:00
9f0574bdbe
chore(documentation): explain the purpose of routers/api/v1/permissions