Skip to content
Snippets Groups Projects
  1. Aug 23, 2021
  2. Aug 10, 2021
    • Nourdin el Bacha's avatar
      Restrict Runner.locked to project runners · f13ac937
      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
      f13ac937
  3. Aug 09, 2021
  4. Aug 05, 2021
  5. Jul 27, 2021
  6. 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
  7. Jul 19, 2021
  8. Jun 21, 2021
    • Thomas Watts's avatar
      Allow admins to limit registration of project and group runners · 6309e13b
      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
      6309e13b
  9. Jun 14, 2021
  10. Apr 30, 2021
  11. Apr 15, 2021
  12. Apr 14, 2021
    • Miguel Rincon's avatar
      Update badges and banners for runner pages · 1c05866e
      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
      1c05866e
  13. Apr 12, 2021
  14. Apr 09, 2021
    • Sam Beckham's avatar
      Adds changes from @jeldergl review · 50c96afc
      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)
      50c96afc
    • Sam Beckham's avatar
      Adds btn-default on appropiriate classes · 08dca92d
      Sam Beckham authored
      this only applies to the previously changed buttons
      08dca92d
    • Sam Beckham's avatar
      Ran the button regex · e8e3116e
      Sam Beckham authored
      | find | replace |
      | ------ | ------ |
      | `(^(?!.*gl-button).*class:.*)btn (.*$)` | `$1gl-button btn $2` |
      | `(^(?!.*gl-button).*)(\.btn[\.{])` | `$1.gl-button$2` |
      e8e3116e
  15. Apr 08, 2021
  16. Apr 07, 2021
  17. Mar 29, 2021
  18. Jan 26, 2021
  19. Jan 20, 2021
  20. Jan 12, 2021
  21. Nov 18, 2020
  22. Oct 28, 2020
  23. Oct 08, 2020
  24. Sep 11, 2020
  25. Aug 24, 2020
  26. Aug 19, 2020
  27. Aug 04, 2020
  28. Jul 17, 2020
  29. Sep 19, 2019
  30. Sep 17, 2019
  31. Jan 09, 2019
  32. Oct 04, 2018
    • Tomasz Maczukin's avatar
      Simplify runner registration token resetting · 0a460523
      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.
      Unverified
      0a460523
    • Tomasz Maczukin's avatar
      Simplify runner registration token resetting · 42af2295
      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.
      Unverified
      42af2295
  33. May 29, 2018
Loading