- 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 02, 2021
-
-
Miguel Rincon authored
This change removes repetitive text in the runner type descriptions. Changelog: changed
-
- Jul 27, 2021
-
-
Miguel Rincon authored
This change adds the possibility for users to reset their registration token in their group.
-
markrian authored
Jest/JSDOM provides a more robust and simple way of setting the mocked `window.location`, which preserves all the expected behaviours and properties of `window.location`. By using it, we can get rid of hacks which attempt to recreate behaviours of `window.location` that we lost by mutating it ourselves (for instance, adding a `toString` method).
-
- 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 20, 2021
-
-
Miguel Rincon authored
This change renames runner app files from "runner list" to "admin runners" to accurately describe the feature. No user-facing changes are expected.
-
- Jul 10, 2021
-
-
Miguel Rincon authored
Updates the spec/features/admin/admin_runners_spec.rb specs to test the features when the feature flag that migrates to Vue (runner_detailed_view_vue_ui) is enabled. This change is in preparation for the full replacement of the HAML based UI.
-
- Jul 09, 2021
-
-
Miguel Rincon authored
This change prevents users from accidentally revealing the runner registration token by adding a "****" style mask. Users can click on the corresponding icon to reveal the token if needed. Changelog: changed
-
- 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 improves the testing setup for the runner UI by generating a fixture with the direct graphql results.
-
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.
-
- Apr 01, 2021
-
-
Miguel Rincon authored
This MR adds a new feature flag called "runner_detailed_view_vue_ui" which adds an alternative Vue UI for the runner details. As a first iteration, it only renders the title and contains no calls to the backend. This is simply an technical iteration at this step.
-