- 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.
-
- Jul 02, 2021
-
-
Miguel Rincon authored
gitlab.com admins can view/update runners minutes cost factor, these fields appear now in the Vue UI. - Public projects Minutes cost factor - Private projects Minutes cost factor
-
- Jul 01, 2021
-
-
Miguel Rincon authored
This change update error reporting to Sentry in the runner UI and adds more specific flash messages to the user.
-
Miguel Rincon authored
This change adds the project and jobs count in the runner table
-
- Jun 23, 2021
-
-
Miguel Rincon authored
This change allow the user to filter by tags in the runner UI when using the GraphQL API.
-
- Jun 16, 2021
-
-
Miguel Rincon authored
This change adds a runner registration token reset button to the admin UI by invoking the graphql API to reset token.
-
- Jun 14, 2021
-
-
Miguel Rincon authored
This change adds search free text search query parameters to the runner UI and sends them to the backend for filtering.
-
- Jun 11, 2021
-
-
Miguel Rincon authored
This change defines a new form for runners in Vue UI which follows the design guidelines, this form will later replace the HAML form to update runner details.
-
- Jun 07, 2021
-
-
This change adds a button to remove a runner via a GraphQL mutation.
-
Miguel Rincon authored
This change adds a new Pause runner button in the actions to runners list Vue UI
-
- Jun 01, 2021
-
-
Miguel Rincon authored
This change adds a pagination to the admin runner UI by creating a new pagination component for the runners. It also updates the GraphQL query with the required parameters and pagination information.
-
- May 25, 2021
-
-
Miguel Rincon authored
Thi changes adds filtered search to runners.
-
- May 19, 2021
-
-
Miguel Rincon authored
This change introduces feature flag: `runner_list_view_vue_ui`. To migrate the implementation of the runner admin section to Vue. This is an incomplete implementation, as some more features will be added gradually behind this feature flag.
-
- May 04, 2021
-
-
Miguel Rincon authored
This change adds an simple GraphQL query to the runner details page to load the runner type asynchronously.
-