BigW Consortium Gitlab

  1. 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.
  2. 14 Jan, 2016 2 commits
  3. 13 Jan, 2016 1 commit
  4. 08 Jan, 2016 1 commit
  5. 25 Dec, 2015 1 commit
  6. 17 Dec, 2015 1 commit
  7. 15 Dec, 2015 1 commit
  8. 14 Dec, 2015 1 commit
  9. 11 Dec, 2015 4 commits
  10. 08 Dec, 2015 1 commit
  11. 02 Dec, 2015 5 commits
  12. 17 Nov, 2015 1 commit
  13. 10 Nov, 2015 1 commit
  14. 05 Nov, 2015 2 commits
    • Add missing stage to builds view · 2becd530
      Kamil Trzcinski authored
    • CI details cleanup · ba68facf
      Kamil Trzcinski authored
      - Add page titles to CI settings.
      - Fix CI admin navigation.
      - Remove duplicated scope.
      - Use monospace font for commit sha.
      - Add page title and header title to build page.
      - Proper authorization for cancel/retry builds.
      - Use gitlab pagination theme for builds and group members.
      - Don't paginate builds widget on build page.
      - Add badges to commit page Changes/Builds tabs.
      - Add "Builds" to commit Builds tab page title.
      - Add and use Ci::Build#retryable? method.
      - Add CI::Build#retried? method.
      - Allow all failed commit builds to be retried.
      - Proper authorization for cancel/retry all builds.
      - Remove unused param.
      - Use time_ago_with_tooltip where appropriate.
      - Tweak builds index text
      - Remove duplication between builds/build and commit_statuses/commit_status.
      - Use POST rather than GET for canceling and retrying builds.
      - Remove redundant URL helpers.
      - Add build ID to build page.
      - Link branch name on build page.
      - Move commit/:sha/ci to commit/:sha/builds.
  15. 19 Oct, 2015 1 commit
  16. 14 Oct, 2015 2 commits
  17. 12 Oct, 2015 3 commits
  18. 07 Oct, 2015 1 commit
  19. 06 Oct, 2015 2 commits
  20. 24 Sep, 2015 1 commit
  21. 17 Sep, 2015 1 commit
  22. 08 Sep, 2015 1 commit
  23. 16 Jun, 2015 1 commit
  24. 30 Apr, 2015 2 commits
  25. 25 Mar, 2015 1 commit
  26. 24 Mar, 2015 1 commit