0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-10 22:41:34 +02:00

20931 Commits

Author SHA1 Message Date
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
ed0b631a2a
feat: add endpoint to retrieve root-level groups in org 2026-05-08 18:57:46 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
523ba22f0a
fix: update CanAccessAtLevel func
ensure that public groups can always be accessed if requested level == read
2026-05-08 18:57:46 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
acf2a3fa1a
fix: update accessible group cond
ensure that org owners and site admins can always see all groups
2026-05-08 18:57:45 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
06cc826987
refactor: update fixture items
- add new org which owns all testing repo groups
- create new repositories, teams and team units in this org
2026-05-08 18:57:45 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
ed516115e8
refactor: update tests
use the correct number of arguments when calling certain functions which take a group ID like `RepoPath`
2026-05-08 18:57:45 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
54b2b1c079
revert: fixture and test changes
give all existing fixture repos a group id of 0
2026-05-08 18:57:44 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
b76045170a
update test fixtures 2026-05-08 18:57:43 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
169f634e80
fix failing tests 2026-05-08 18:57:43 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
ed58ce50d6
fix group team unit query 2026-05-08 18:57:43 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
5898c97302
update GetUserRepoPermission
ensure we check the parent group's unit permissions as well
2026-05-08 18:57:43 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
8713c235e9
add function to find teams a user is part of within a group 2026-05-08 18:57:42 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
886bdf7bc9
revert changes to cases in org_test.go 2026-05-08 18:57:42 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
65a054743a
fix org repo test 2026-05-08 18:57:41 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
504826a4fe
move test repo 21 to different subgroup 2026-05-08 18:57:41 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
947a715b88
fix more test urls 2026-05-08 18:57:41 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
ee6783625c
add group id to file comparison urls 2026-05-08 18:57:40 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
7187abcd3e
fix org test 2026-05-08 18:55:40 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
5e24de17f7
fix permissions on web issue routes 2026-05-08 18:55:39 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
a392c2aa31
more test fixes 2026-05-08 18:55:39 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
610dac9517
update swagger tool
unmarshal json directly into ordered map
2026-05-08 18:55:39 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
1a6788d327
fix a couple more tests 2026-05-08 18:55:39 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
268e8bc565
fix repo api url 2026-05-08 18:55:39 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
1347cb9a73
fix remaining tests 2026-05-08 18:55:39 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
40d80ecced
update swagger definitions 2026-05-08 18:55:38 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
1eeb1aa70b
fix remaining tests 2026-05-08 18:55:38 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
bc48d5dea7
fix repo api url 2026-05-08 18:55:38 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
1e4b87c21d
use a custom ordered map to create group swagger mixin 2026-05-08 18:55:38 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2f1e951d11
fix more tests 2026-05-08 18:55:38 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
168775fb96
fix permissions on some test repos 2026-05-08 18:55:37 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2b7a30604f
reorder serv routes 2026-05-08 18:55:37 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
95ef475690
set hooks to be executable 2026-05-08 18:55:37 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
724e15d431
add missing serv route 2026-05-08 18:55:37 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
224dd4c624
fix hook url 2026-05-08 18:55:37 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
bc449a8caf
update swagger definitions 2026-05-08 18:55:36 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
f7660594f7
fix go-get import paths 2026-05-08 18:55:36 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
1e54b33c02
fix more tests 2026-05-08 18:55:36 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
9565ab41d3
fix repository renaming 2026-05-08 18:55:36 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
599891a581
add team-related routes for repos in subgroups 2026-05-08 18:55:36 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
c1f0127533
fix issue dependency tests 2026-05-08 18:55:36 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
cf7e7d820a
add GroupID field to IssueMeta struct 2026-05-08 18:55:35 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
db7da61b74
sync csv test with upstream 2026-05-08 18:55:35 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
7ae082c7f9
fix helm package test 2026-05-08 18:55:35 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
88fe681a5d
fix unique constraints for repos and subgroups 2026-05-08 18:55:35 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
b14092fe1c
fix maybeGroupSegment func, run formatter 2026-05-08 18:55:35 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2f8d95c164
add missing copyright 2026-05-08 18:55:35 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
759ece951a
fix artifact download endpoint urls 2026-05-08 18:55:34 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
a0e980f6f4
fix integration test api urls 2026-05-08 18:55:34 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
f95b25b72b
fix failing test in issue_xref_test.go 2026-05-08 18:55:34 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
7d34f95bc1
fix more regex patterns 2026-05-08 18:55:34 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
4302f6f423
fix transfers of repos in subgroups 2026-05-08 18:55:34 -04:00