Skip to content

[2/3] subgroups #35295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 146 commits into
base: main
Choose a base branch
from

Conversation

GamerGirlandCo
Copy link

@GamerGirlandCo GamerGirlandCo commented Aug 16, 2025

related: #1872

this PR adds the following pages to the web router:

  • /{username}/groups/{group_id} -> show a group's homepage with its repositories
  • /org/{org}/groups/new -> create a new group in an org
  • /org/{org}/groups/{group_id} -> show a group in an org
  • /org/{org}/groups/{group_id}/teams -> show/edit teams with access to a group
  • /org/{org}/groups/{group_id}/teams/{team}/edit -> edit a team's access to a group
  • /org/{org}/group/{group_id}/settings -> show/edit a group's settings
  • /org/{org}/-/search_team_candidates -> search for teams that can be added to this group
  • /group/search -> search for groups with parameters. return matching groups and repos contained within them

there are also the following new dashboard URLs, which display their respective dashboards with only the activity within a specific group:

  • /org/{org}/dasboard/group/{group_id} -> homepage
  • /org/{org}/issues/group/{group_id} -> issues
  • /org/{org}/pulls/group/{group_id} -> pull requests
  • /org/{org}/milestones/group/{group_id} -> milestones

as well, the following routes with POST methods have been added:

  • /{org}/groups/{group_id}/teams/add -> adds a new team to a group
  • /{org}/groups/{group_id}/teams/{team}/edit -> updates a team's access to a group
  • /{org}/groups/{group_id}/teams/{team}/remove -> removes a team's access to a group
  • /{org}/groups/{group_id}/settings -> updates a group's settings
  • /{org}/groups/{group_id}/settings/avatar -> updates a group's avatar
  • /{org}/groups/{group_id}/settings/avatar/delete -> delete a group's avatar

the DashboardRepoList vue component has also been reworked to display a reorderable list of groups and repos in a tree-like fashion.


Stack generated by Git-Town

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Aug 16, 2025
@github-actions github-actions bot added modifies/api This PR adds API routes or modifies them modifies/go Pull requests that update Go code modifies/templates This PR modifies the template files modifies/dependencies modifies/frontend labels Aug 16, 2025
@GamerGirlandCo GamerGirlandCo force-pushed the feat/subgroups/frontend branch 7 times, most recently from 4a152d4 to 72a5d32 Compare August 16, 2025 23:46
@GamerGirlandCo GamerGirlandCo mentioned this pull request Aug 17, 2025
21 tasks
@GamerGirlandCo GamerGirlandCo force-pushed the feat/subgroups/frontend branch from a6910ae to 393af89 Compare August 17, 2025 20:14
@GamerGirlandCo GamerGirlandCo force-pushed the feat/subgroups/frontend branch 5 times, most recently from e4e54a7 to e96c94c Compare August 18, 2025 01:58
@github-actions github-actions bot added the modifies/cli PR changes something on the CLI, i.e. gitea doctor or gitea admin label Aug 18, 2025
@GamerGirlandCo GamerGirlandCo force-pushed the feat/subgroups/frontend branch 3 times, most recently from 09575ad to 832a119 Compare August 18, 2025 22:17
- `/{username}/groups/{group_id}` -> show a group's homepage with its repositories
- `/{org}/groups/new` -> create a new group in an org
- `/{org}/groups/{group_id}` -> show a group in an org
- `/{org}/groups/{group_id}/teams` -> show/edit teams with access to a group
- `/{org}/groups/{group_id}/teams/{team}/edit` -> edit a team's access to a group
- `/{org}/group/{group_id}/settings` -> show/edit a group's settings
- `/group/search` -> search for groups with parameters. return matching groups and repos contained within them
…ashboard header, and update dashboard template to show said selection menu
@GamerGirlandCo GamerGirlandCo force-pushed the feat/subgroups/frontend branch from 8116b93 to 8185cee Compare August 22, 2025 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. modifies/api This PR adds API routes or modifies them modifies/cli PR changes something on the CLI, i.e. gitea doctor or gitea admin modifies/dependencies modifies/frontend modifies/go Pull requests that update Go code modifies/migrations modifies/templates This PR modifies the template files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants