An error occurred fetching the project authors.
  1. 03 Dec, 2021 1 commit
    • Miguel Rincon's avatar
      Add space between columns in runner table · 6f1fbc24
      Miguel Rincon authored
      This change improves the appearance of the runner table by adding
      space between runner table columns. It also removed some fixes widths
      to allow the contents to flow more freely in different layouts.
      
      Changelog: changed
      6f1fbc24
  2. 01 Dec, 2021 1 commit
  3. 23 Nov, 2021 1 commit
    • Miguel Rincon's avatar
      Prevent runner list IP and version overflow · 3013b543
      Miguel Rincon authored
      This change prevents the IP and version columns from overflowing
      outside of their boundaries in the runner's admin view.
      
      If any of the two fields overflow the container, they'll get truncated
      with an ellipsis (...) and a tooltip will be shown on hover with the
      full data.
      
      Changelog: changed
      3013b543
  4. 08 Nov, 2021 1 commit
    • Miguel Rincon's avatar
      Update runner status badges and locked icon · 02ab624c
      Miguel Rincon authored
      This change updates runner list with a status badge for each runner that
      indicates if a runner is offline, online and/or paused.
      
      It adds a lock icon for runners that are locked to their projects.
      
      Changelog: changed
      02ab624c
  5. 04 Nov, 2021 1 commit
  6. 01 Oct, 2021 1 commit
    • Miguel Rincon's avatar
      Load runner webUrl from GraphQL · de861e89
      Miguel Rincon authored
      This change removes technical debt by loading the "webUrl"
      of a runner from the API instead of hardcoding it.
      
      The Runner link will vary for the admin and the group users
      respectively.
      de861e89
  7. 10 Jul, 2021 1 commit
    • 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
  8. 01 Jul, 2021 1 commit
  9. 07 Jun, 2021 1 commit
  10. 01 Jun, 2021 1 commit
    • 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
  11. 25 May, 2021 1 commit
  12. 19 May, 2021 1 commit
    • 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