Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. May 06, 2019
  3. Nov 28, 2018
  4. Sep 30, 2018
  5. Sep 11, 2018
  6. Apr 18, 2018
  7. Aug 31, 2017
  8. Aug 28, 2017
  9. Aug 01, 2017
  10. Jul 19, 2017
  11. Jul 06, 2017
  12. Jun 27, 2017
  13. May 25, 2017
  14. Mar 16, 2017
  15. Feb 28, 2017
  16. Nov 24, 2016
  17. Nov 22, 2016
  18. Oct 13, 2016
  19. Feb 02, 2016
    • Kamil Trzcińśki's avatar
      Make the CI permission model simpler · 055afab5
      Kamil Trzcińśki authored
      This MR simplifies CI permission model:
      - read_build: allows to read a list of builds, artifacts and trace
      - update_build: allows to cancel and retry builds
      - create_build: allows to create builds from gitlab-ci.yml (not yet implemented)
      - admin_build: allows to manage triggers, runners and variables
      - read_commit_status: allows to read a list of commit statuses (including the overall of builds)
      - create_commit_status: allows to create a new commit status using API
      
      Remove all extra methods to manage permission.
      Made all controllers to use explicitly the new permissions.
      055afab5
  20. Jan 13, 2016
  21. Jan 07, 2016
  22. Dec 31, 2015
Loading