- Aug 23, 2021
-
-
Miguel Rincon authored
This change adds the capability of filtering and pagination for group runners, group administrators can search and locate their runners.
-
Miguel Rincon authored
This change adds a list of runners to the group runners page. This is a first iteration that does not include filters and/or pagination for results.
-
- Aug 18, 2021
-
-
- Aug 17, 2021
-
-
Francisco Javier López authored
In this commit we're refactoring the Settings menu in the group sidebar. We're moving away from partial defined logic to object contained one. Now menus are defined in objects that will contain all the information instead of in partials.
-
- Aug 12, 2021
-
-
Steve Abrams authored
Remove the protocol from the Dependency Proxy URL on the group page. Rename to Dependency Proxy Image Prefix to be more accurate. Changelog: changed
-
Filter suggested users by saml provider in invite modal dropdown list [RUN ALL RSPEC] [RUN AS-IF-FOSS]
-
Sofia Vistas authored
-
- Aug 11, 2021
-
-
- Aug 10, 2021
-
-
Nourdin el Bacha authored
This commit introduces a Presentable, which adds the following: - `locked` for GraphQL vue component - `locked?` for haml component And the specs are refactored, using TableSyntax Changelog: fixed
-
- Aug 09, 2021
-
-
Jose Ivan Vargas Lopez authored
Changelog: fixed
-
- Aug 05, 2021
-
-
Miguel Rincon authored
This change removes the "runner_list_view_vue_ui" feature flag to completely replace the admin runner table UI with the Vue UI and GraphQL implementation. Changelog: other
-
- Aug 04, 2021
-
-
In this commit we're refactoring the Packages menu in the group sidebar. We're moving away from partial defined logic to object contained one. Now menus are defined in objects that will contain all the information instead of in partials.
-
- Aug 03, 2021
-
-
Heinrich Lee Yu authored
When a group is already scheduled for deletion, we allow users to immediately delete the group by going to the settings again and confirming the deletion. Changelog: added EE: true
-
- Aug 02, 2021
-
-
- Jul 27, 2021
-
-
Miguel Rincon authored
This change adds the possibility for users to reset their registration token in their group.
-
-
-
- Jul 23, 2021
-
-
Miguel Rincon authored
This change add a new page to manage group runners behind the feature flag runner_list_group_view_vue_ui. The new page is added to the sidebar menu as CI/CD -> Runners.
-
Kev authored
-
- Jul 22, 2021
-
-
Kev authored
-
- Jul 21, 2021
-
-
Peter Hegman authored
Makes it so we can easily add GitLab UI styled checkboxes in HAML
-
- Jul 20, 2021
-
-
Coung Ngo authored
Before this change, `RemoveMemberModal` was mounted on the page separately from the Vue app. `RemoveMemberModal` listened for clicks of the remove member button and read data from the button's HTML dataset. This change moves `RemoveMemberModal` into the Vue app. Clicking the remove member button now directly opens `RemoveMemberModal`. `RemoveMemberModal` reads data from the Vue app's Vuex store, in keeping with the app's state architecture.
-
- Jul 19, 2021
-
-
Doug Stull authored
- better form validation. Changelog: other MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65369 EE: true
-
Miguel Rincon authored
This change renames runner configuration files to "settings" instead of "index" to free up that name, so an index page can be added in the future. No user facing changes are expected.
-
Miguel Rincon authored
This change unifies some runner types labels to use the `Runners|` namespace, this will help reduce the amount of translations of runner types.
-
- Jul 16, 2021
-
-
Achilleas Pipinellis authored
Changelog: other EE: true
-
- Jul 15, 2021
-
-
Heinrich Lee Yu authored
The delete button does not do anything when the project is already marked for deletion. This also adds a badge to indicate that the project is marked for deletion. Changelog: fixed EE: true
-
- Jul 13, 2021
-
-
Jason Goodman authored
-
- Jul 12, 2021
-
-
Eugenia Grieff authored
- We should not use the variable @merge_requests in this condition because it only considers open merge requests and it is recalculated if filters are present Changelog: fixed
-
- Jul 08, 2021
-
-
Jonas Wälter authored
Changelog: changed
-
- Jul 06, 2021
-
-
- Jun 30, 2021
-
-
Changelog: added
-
- Jun 28, 2021
-
-
-
Marcel Amirault authored
Some CI readmes are renamed to index, so update links in the code to point to that.
-
- Jun 24, 2021
-
-
- clear things up a bit.
-
- Jun 21, 2021
-
-
Thomas Watts authored
In some instances, we would like to prevent project and group users from registering runners. Admins can now toggle this preference through the Admin Area > Settings > CI/CD page. The specific and group runner registration views and POST 'runners/' API have been updated accordingly. Changelog: added
-
- Jun 18, 2021
-
-
- Jun 17, 2021
-
-
Amy Qualls authored
-
- Jun 14, 2021
-
-
Jason Goodman authored
Groups cannot be shared with groups outside the hierarchy when checked Changelog: added
-