An error occurred fetching the project authors.
  1. 21 Jan, 2020 1 commit
  2. 07 Jan, 2020 1 commit
    • Avielle Wolfe's avatar
      Remove legacy group vulnerabilities controller · 2c9e783a
      Avielle Wolfe authored
      As far as I can tell, there isn't any reason to keep it around.
      Removing it opens the path to creating endpoints for first class
      vulnerabilities.
      
      * Delete Groups::Security::VulnerabilitiesController
      * Remove feature flag logic from
          Groups::Security::VulnerabilityFindingsController
      * Remove feature flag logic from GroupsHelper
      * Remove legacy routes
      * Remove specs for legacy controller and feature flag logic
      2c9e783a
  3. 16 Dec, 2019 1 commit
  4. 26 Sep, 2019 1 commit
  5. 08 Aug, 2019 1 commit
    • Eugenia Grieff's avatar
      Add support for bulk update labels · 61006dc0
      Eugenia Grieff authored
      - Change label dropdown partial to accept a group parent
      - Modify labels helper to accept a group parent in dropdown data
      - Add labels block to group bulk update sidebar template
      - Add specs for labels helper
      61006dc0
  6. 23 Jul, 2019 1 commit
    • Eugenia Grieff's avatar
      Fix haml lints · 47bfd841
      Eugenia Grieff authored
      - Remove interpolation from translated string
      - Update PO file
      - Prettify index.js
      47bfd841
  7. 03 Jul, 2019 1 commit
  8. 01 Jul, 2019 1 commit
  9. 25 Jun, 2019 1 commit
  10. 21 Jun, 2019 1 commit
  11. 18 Jun, 2019 2 commits
  12. 09 May, 2019 1 commit
  13. 16 Apr, 2019 1 commit
  14. 05 Dec, 2018 1 commit
  15. 09 Feb, 2018 1 commit
  16. 21 Nov, 2017 2 commits
  17. 08 Nov, 2017 1 commit
    • Bob Van Landuyt's avatar
      Free up reserved words that were used under the `groups` route · 613b1c39
      Bob Van Landuyt authored
      Free up `labels` as a group name
      
      Free up `avatar`, `group_members` and `milestones` as paths
      
      Free up some group reserved words
      
      Update failure message when finding new routes in `PathRegex`
      
      Check redirecting with a querystring
      
      Remove EE-specific group paths
      
      redirect the EE specific routes
      613b1c39