BigW Consortium Gitlab

  1. 11 Feb, 2016 2 commits
  2. 03 Feb, 2016 1 commit
  3. 02 Feb, 2016 1 commit
    • Make the CI permission model simpler · 055afab5
      Kamil Trzcinski 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.
  4. 11 Jan, 2016 1 commit
  5. 22 Dec, 2015 1 commit
    • Make CI Lint form synchronous · d74b254d
      Grzegorz Bizon authored
      This removes `remote: true` from CI Lint form, making it synchronous
      form. This also removes some complexity related to displaying lint
      messages.
      
      View also has been updated, removed deprecated Bootstrap 2 tags.
      Improved design.
      
      Closes #4206
  6. 11 Dec, 2015 2 commits
  7. 19 Nov, 2015 1 commit
  8. 10 Nov, 2015 1 commit
  9. 28 Oct, 2015 1 commit
  10. 23 Oct, 2015 2 commits
  11. 17 Oct, 2015 2 commits
  12. 14 Oct, 2015 1 commit
  13. 07 Oct, 2015 4 commits
  14. 06 Oct, 2015 4 commits
  15. 05 Oct, 2015 5 commits
  16. 03 Oct, 2015 1 commit
  17. 30 Sep, 2015 1 commit
    • Delegate ci_project parameters to projects · b9ccc79c
      Kamil Trzcinski authored
      - It delegates name, path, gitlab_url, ssh_url_to_repo
      - Remove ability to set this parameters using CI API
      
      This fixes GitLab project rename, namespace change, repository rename, etc.
  18. 29 Sep, 2015 4 commits
  19. 28 Sep, 2015 1 commit
  20. 25 Sep, 2015 1 commit
  21. 24 Sep, 2015 1 commit
  22. 23 Sep, 2015 2 commits