An error occurred fetching the project authors.
  1. 07 Jan, 2020 1 commit
  2. 06 Jan, 2020 1 commit
  3. 20 Dec, 2019 1 commit
  4. 16 Dec, 2019 1 commit
    • Giorgenes Gelatti's avatar
      Saves build info to packages · da06714d
      Giorgenes Gelatti authored
      - Adds Packages::PackageBuildInfo migration
      - Assign build info for npm packages
      - Save pipeline info to Maven packages
      - Add spec to job assign to packages
      da06714d
  5. 12 Dec, 2019 1 commit
  6. 07 Nov, 2019 1 commit
    • David Fernandez's avatar
      Add API method listing packages within a group · 349027ef
      David Fernandez authored
      This API method is similar to the one listing packages within a project
      but for the group level
      
      Rename the existing packages API class to make it more explicit that it
        is for the project level
      Add the packages API class for the group level
      Add the related access checks in `GroupPolicy`
      Refactor packages API specs so that both levels share a common examples
      Add the docs for the new group level API method
      349027ef