BigW Consortium Gitlab

  1. 27 Jun, 2017 1 commit
  2. 31 May, 2017 1 commit
  3. 16 Mar, 2017 1 commit
  4. 01 Mar, 2017 1 commit
  5. 23 Feb, 2017 1 commit
  6. 14 Feb, 2017 1 commit
  7. 18 Jan, 2017 1 commit
  8. 04 Dec, 2016 1 commit
  9. 24 Nov, 2016 1 commit
  10. 20 Oct, 2016 2 commits
  11. 19 Oct, 2016 1 commit
  12. 12 Sep, 2016 1 commit
  13. 11 Aug, 2016 1 commit
  14. 20 Jul, 2016 1 commit
  15. 15 Jul, 2016 1 commit
  16. 03 Jun, 2016 5 commits
  17. 02 Jun, 2016 1 commit
  18. 10 May, 2016 1 commit
    • Fix a few places where autoloading would fail · 5589dcf8
      Rémy Coutable authored
      - Fix naming of API::CommitStatuses
      - Ensure we use require_dependency instead of require
      - Ensure the namespace is right in lib/api/api.rb, otherwise, we
        might require Grape::API::Helpers which defines the `#params` method.
        This is to avoid requiring a file multiple times and getting an "Already
        initialized constant" error.
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  19. 16 Apr, 2016 1 commit
  20. 11 Apr, 2016 2 commits
  21. 01 Mar, 2016 1 commit
  22. 29 Feb, 2016 1 commit
  23. 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.
  24. 11 Dec, 2015 1 commit
  25. 12 Oct, 2015 7 commits