View and Edit Resource Groups
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem
When users want to know the Resource Group details or edit it, they have to use the Resource Group API. But it's a bit inconvenient, so UI should be supported.
See https://docs.gitlab.com/ee/ci/resource_groups/ for more info.
Proposal
- Add an index page for resource groups (Similar to https://docs.gitlab.com/ee/api/resource_groups.html#get-a-specific-resource-group)
- Add an edit page for a resource group (Similar to https://docs.gitlab.com/ee/api/resource_groups.html#edit-an-existing-resource-group)
Ideally, we show the upcoming job information in the UI too.
.gitlab-ci.yml
?
Why we don't add the config option to By design, we wouldn't add a configuration to .gitlab-ci.yml because the config diverges per commit/version (See this comment for more information). Resource Groups are singleton instances per project thus the config also should be a single place in a project, meaning project-level configuration, something similar to project-level CI/CD variables.
Edited by 🤖 GitLab Bot 🤖