1. 20 2月, 2016 1 次提交
  2. 16 2月, 2016 1 次提交
  3. 11 2月, 2016 4 次提交
  4. 05 2月, 2016 1 次提交
  5. 02 2月, 2016 1 次提交
    • K
      Make the CI permission model simpler · 055afab5
      Kamil Trzcinski 提交于
      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
  6. 15 1月, 2016 2 次提交
  7. 14 1月, 2016 1 次提交
  8. 08 1月, 2016 1 次提交
  9. 12 12月, 2015 1 次提交
  10. 08 12月, 2015 1 次提交
  11. 01 12月, 2015 1 次提交
  12. 05 11月, 2015 1 次提交
    • K
      CI details cleanup · ba68facf
      Kamil Trzcinski 提交于
      - 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.
      ba68facf
  13. 23 10月, 2015 1 次提交
  14. 07 10月, 2015 2 次提交
  15. 06 10月, 2015 1 次提交
  16. 24 9月, 2015 1 次提交
  17. 24 4月, 2015 2 次提交
  18. 20 4月, 2015 1 次提交
  19. 15 4月, 2015 1 次提交
  20. 21 2月, 2015 1 次提交
  21. 04 2月, 2015 1 次提交
  22. 18 1月, 2015 1 次提交
  23. 05 11月, 2014 1 次提交
  24. 20 10月, 2014 1 次提交
  25. 14 10月, 2014 1 次提交
  26. 29 9月, 2014 1 次提交
  27. 25 9月, 2014 1 次提交
  28. 15 7月, 2014 1 次提交
  29. 12 6月, 2014 1 次提交
  30. 15 1月, 2014 2 次提交
  31. 26 12月, 2013 1 次提交
  32. 25 12月, 2013 1 次提交
  33. 22 10月, 2013 1 次提交