Skip to content
Snippets Groups Projects
  1. Aug 23, 2021
  2. Aug 02, 2021
  3. Jul 27, 2021
    • Miguel Rincon's avatar
      Add registration token reset to group runners · 69fe83f2
      Miguel Rincon authored
      This change adds the possibility for users to reset their registration
      token in their group.
      69fe83f2
    • markrian's avatar
      Set window location in tests more consistently · bf3ddac6
      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).
      Unverified
      bf3ddac6
  4. Jul 23, 2021
    • Miguel Rincon's avatar
      Add group runners page · 81b8d7a6
      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.
      81b8d7a6
  5. Jul 20, 2021
  6. Jul 10, 2021
    • Miguel Rincon's avatar
      Update admin runners spec · b2040ca9
      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.
      b2040ca9
  7. Jul 09, 2021
    • Miguel Rincon's avatar
      Mask runner registration · ddc541bb
      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
      ddc541bb
  8. Jul 02, 2021
    • Miguel Rincon's avatar
      Add runner update form with .com fields · bf51728e
      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
      bf51728e
  9. Jul 01, 2021
  10. Jun 23, 2021
  11. Jun 16, 2021
  12. Jun 14, 2021
  13. Jun 11, 2021
  14. Jun 07, 2021
  15. Jun 01, 2021
    • Miguel Rincon's avatar
      Add pagination to runners · 801ec7cf
      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.
      801ec7cf
  16. May 25, 2021
  17. May 19, 2021
    • Miguel Rincon's avatar
      Migrate admin runner list from HAML to Vue · e8c0d65c
      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.
      e8c0d65c
  18. May 04, 2021
  19. Apr 01, 2021
    • Miguel Rincon's avatar
      Introduce Vue UI to the runner details · 584642fb
      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.
      584642fb
Loading