Skip to content
Snippets Groups Projects
  1. Feb 01, 2020
  2. Jan 10, 2020
  3. Nov 19, 2019
  4. Nov 12, 2019
  5. Oct 31, 2019
  6. Oct 23, 2019
  7. Oct 17, 2019
  8. Sep 18, 2019
  9. Sep 16, 2019
  10. Sep 03, 2019
  11. Aug 30, 2019
  12. Jul 03, 2019
  13. May 03, 2019
    • Krasimir Angelov's avatar
      Allow guests users to access project releases · 241ba4be
      Krasimir Angelov authored
      This is step one of resolving
      https://gitlab.com/gitlab-org/gitlab-ce/issues/56838.
      
      Here is what changed:
      - Revert the security fix from bdee9e84.
      - Do not leak repository information (tag name, commit) to guests in API
      responses.
      - Do not include links to source code in API responses for users that do
      not have download_code access.
      - Show Releases in sidebar for guests.
      - Do not display links to source code under Assets for users that do not
      have download_code access.
      
      GET ':id/releases/:tag_name' still do not allow guests to access
      releases. This is to prevent guessing tag existence.
      241ba4be
  14. Apr 09, 2019
  15. Apr 01, 2019
  16. Jan 04, 2019
  17. Dec 31, 2018
    • Shinya Maeda's avatar
      Add spec for Release API · 8f1e96c8
      Shinya Maeda authored
      Add spec for all release API - GET, POST, PUT, DELETE.
      Also, fixes some minior bugs.
      8f1e96c8
    • Alessio Caiazza's avatar
      Refactor Release services · 6a2decf5
      Alessio Caiazza authored and Shinya Maeda's avatar Shinya Maeda committed
      CreateReleaseService and UpdateReleaseService now takes all the release
      attributes as constructor parameters. This will simplify attribute
      expansion
      6a2decf5
    • Alessio Caiazza's avatar
      Add releases API · 1ea2d9fa
      Alessio Caiazza authored and Shinya Maeda's avatar Shinya Maeda committed
      This commit introduces Releases API under /api/v4/projects/:id/releases
      
      * We are introducing release policies at project level.
      * We are deprecating releases changes from tags, both api and web
      interface.
      * Tags::CreateService no longer create a release
      
      This feature is controlled by :releases_page feature flag
      1ea2d9fa
  18. Dec 13, 2018
  19. Jul 27, 2017
  20. Jun 03, 2016
  21. May 09, 2016
  22. Nov 13, 2015
  23. Nov 06, 2015
  24. Nov 05, 2015
Loading