1. 03 Sep, 2021 2 commits
    • Brian Williams's avatar
      Add starboard_vulnerability endpoint · 6e791b72
      Brian Williams authored
      These changes add an internal API endpoint for creating vulnerabilities
      from Starboard. This will be used by the GitLab Kubernetes Agent in
      order to track vulnerabilities found in running containers.
      
      Since the service needed to do this is very similar to
      ManuallyCreateService, I've also introduced a new subclass
      (CreateServiceBase) which is now used as the base for
      ManuallyCreateService and StarboardVulnerabilityCreateService.
      6e791b72
    • Stan Hu's avatar
      Merge branch '338707-csv-export-bugs' into 'master' · 1d5e32e8
      Stan Hu authored
      Fix group membership CSV export for invited users
      
      See merge request gitlab-org/gitlab!69065
      1d5e32e8
  2. 02 Sep, 2021 38 commits