BigW Consortium Gitlab

  1. 15 Aug, 2016 1 commit
  2. 10 Aug, 2016 1 commit
  3. 17 Jun, 2016 2 commits
  4. 03 Jun, 2016 3 commits
  5. 26 May, 2016 3 commits
  6. 17 May, 2016 1 commit
  7. 16 May, 2016 2 commits
  8. 04 May, 2016 2 commits
  9. 18 Apr, 2016 1 commit
  10. 13 Apr, 2016 1 commit
  11. 11 Apr, 2016 1 commit
  12. 19 Feb, 2016 7 commits
  13. 14 Jan, 2016 1 commit
  14. 17 Dec, 2015 1 commit
  15. 15 Dec, 2015 1 commit
  16. 14 Dec, 2015 1 commit
  17. 02 Dec, 2015 3 commits
  18. 10 Nov, 2015 1 commit
  19. 05 Nov, 2015 1 commit
    • 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.
  20. 14 Oct, 2015 1 commit
  21. 24 Sep, 2015 1 commit
  22. 08 Sep, 2015 1 commit
  23. 25 Mar, 2015 1 commit
  24. 24 Mar, 2015 1 commit
  25. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.