- 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 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
-
- 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.
-
- Jul 19, 2021
-
-
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.
-
- 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 14, 2021
-
-
Alex Buijs authored
-
- Apr 30, 2021
-
-
Miguel Rincon authored
This change adds relevant links to breadcrumbs and active sidebar menus so users can navigate between the CI/CD settings and the specific runners more easily. Changelog: changed
-
- Apr 15, 2021
-
-
Miguel Rincon authored
This MR updates the runner identifiers in the job and in the admin view so they match. This way users of the runner and admins see the same information.
-
- Apr 14, 2021
-
-
Miguel Rincon authored
In view pages: - Update badge appearance with the type of runner (group, specific) In edit pages: - Add a new badge with the type of runner (instance, group, specific) - Update appearance of the alert and it's copy, that explain the type in more detail
-
- Apr 12, 2021
-
-
Miguel Rincon authored
This change updates group runners badges to make them consistent with other runner views.
-
- Apr 09, 2021
-
-
Sam Beckham authored
- Makes the runner admin buttons proper icon buttons - Uses proper danger styling instead of the text-danger class - Some more tweaks to the awards buttons - misc button tweaking (see the MR for more info)
-
Sam Beckham authored
this only applies to the previously changed buttons
-
Sam Beckham authored
| find | replace | | ------ | ------ | | `(^(?!.*gl-button).*class:.*)btn (.*$)` | `$1gl-button btn $2` | | `(^(?!.*gl-button).*)(\.btn[\.{])` | `$1.gl-button$2` |
-
- Apr 08, 2021
-
-
- Apr 07, 2021
-
-
Miguel Rincon authored
This change removes some runner global CSS. CSS was removed when not in use and migrated to utility classes where needed.
-
- Mar 29, 2021
-
-
Miguel Rincon authored
This change improves the error handling when instructions cannot be loaded or are empty. It also fixes an edge case for sub-groups.
-
- Jan 26, 2021
-
-
This contains the frontend code to add the installation instructions modal for runners in all categories (admin/group/project)
-
- Jan 20, 2021
-
-
Enrique Alcántara authored
Tooltips for disabled buttons should be set in a wrapper for that button. The reason is that disabled buttons cannot accept pointer events
-
- Jan 12, 2021
- Nov 18, 2020
-
-
Miguel Rincon authored
This reverts merge request !42877
-
- Oct 28, 2020
-
-
Jose Ivan Vargas Lopez authored
This removes the Vuex logic and uses Apollo instead for state management
-
Jose Ivan Vargas Lopez authored
This contains the necessary frontend code for the installation instructions modal for runners
-
- Oct 08, 2020
-
-
Add the ability to disable shared runners on a group level via the UI.
-
- Sep 11, 2020
-
-
This covers both the admin runners search and the group runners search
-
- Aug 24, 2020
-
-
- Aug 19, 2020
-
-
- replace last fa-pencil instance
-
- Aug 04, 2020
-
-
Alexander Turinske authored
-
- Jul 17, 2020
-
-
Arthur de Lapertosa Lisboa authored
-
- Sep 19, 2019
-
-
EE port needed due to gitlab.pot conflicts
-
- Sep 17, 2019
-
-
This changes any mention of gitlab-ce to gitlab-foss, and any mention of gitlab-ee to just gitlab.
-
- Jan 09, 2019
-
-
George Tsiolis authored
-
- Oct 04, 2018
-
-
Tomasz Maczukin authored
This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text.
-
Tomasz Maczukin authored
This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text.
-
- May 29, 2018
-
-
Clement Ho authored
-