Skip to content
Snippets Groups Projects
  1. Aug 23, 2021
  2. Aug 18, 2021
  3. Aug 17, 2021
    • Francisco Javier López's avatar
      Add and refactor Settings menu · 36ffe891
      Francisco Javier López authored
      In this commit we're refactoring the Settings
      menu in the group sidebar.
      
      We're moving away from partial defined logic to object
      contained one. Now menus are defined in objects that
      will contain all the information instead of in partials.
      Unverified
      36ffe891
  4. Aug 12, 2021
  5. Aug 11, 2021
  6. 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
  7. Aug 09, 2021
  8. Aug 05, 2021
  9. Aug 04, 2021
    • Francisco Javier López's avatar
      Add and refactor Packages menu · f2b26876
      Francisco Javier López authored and Chad Woolley's avatar Chad Woolley committed
      In this commit we're refactoring the Packages
      menu in the group sidebar.
      
      We're moving away from partial defined logic to object
      contained one. Now menus are defined in objects that
      will contain all the information instead of in partials.
      f2b26876
  10. Aug 03, 2021
  11. Aug 02, 2021
  12. Jul 27, 2021
  13. Jul 23, 2021
  14. Jul 22, 2021
  15. Jul 21, 2021
  16. Jul 20, 2021
    • Coung Ngo's avatar
      Refactor `RemoveMemberModal` into members Vue app · 4d1d361a
      Coung Ngo authored
      Before this change, `RemoveMemberModal` was mounted on the page
      separately from the Vue app. `RemoveMemberModal` listened for
      clicks of the remove member button and read data from the button's
      HTML dataset.
      
      This change moves `RemoveMemberModal` into the Vue app. Clicking
      the remove member button now directly opens `RemoveMemberModal`.
      `RemoveMemberModal` reads data from the Vue app's Vuex store,
      in keeping with the app's state architecture.
      4d1d361a
  17. Jul 19, 2021
  18. Jul 16, 2021
  19. Jul 15, 2021
  20. Jul 13, 2021
  21. Jul 12, 2021
  22. Jul 08, 2021
  23. Jul 06, 2021
  24. Jun 30, 2021
  25. Jun 28, 2021
  26. Jun 24, 2021
  27. 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
  28. Jun 18, 2021
  29. Jun 17, 2021
  30. Jun 14, 2021
Loading