BigW Consortium Gitlab

  1. 01 Mar, 2016 2 commits
  2. 11 Feb, 2016 2 commits
  3. 03 Feb, 2016 1 commit
  4. 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.
  5. 11 Jan, 2016 1 commit
  6. 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
  7. 11 Dec, 2015 2 commits
  8. 19 Nov, 2015 1 commit
  9. 10 Nov, 2015 1 commit
  10. 28 Oct, 2015 1 commit
  11. 23 Oct, 2015 2 commits
  12. 17 Oct, 2015 2 commits
  13. 14 Oct, 2015 1 commit
  14. 07 Oct, 2015 4 commits
  15. 06 Oct, 2015 4 commits
  16. 05 Oct, 2015 5 commits
  17. 03 Oct, 2015 1 commit
  18. 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.
  19. 29 Sep, 2015 4 commits
  20. 28 Sep, 2015 1 commit
  21. 25 Sep, 2015 1 commit
  22. 24 Sep, 2015 1 commit