summaryrefslogtreecommitdiff
path: root/app/views/projects/commit_statuses
Commit message (Collapse)AuthorAgeFilesLines
* Link to correct (source) project on MR builds tabmr-builds-fixesDouwe Maan2015-12-161-4/+4
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-1/+1
|
* Link builds list status to build detailsDouwe Maan2015-12-081-1/+6
|
* Show "#123" instead of "Builds #123" to make column smallerDouwe Maan2015-12-081-2/+2
|
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+3
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* CI details cleanupKamil Trzcinski2015-11-051-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Fix warning signshow_pending_warningKamil Trzcinski2015-10-141-4/+3
|
* Show warning if build doesn't have runners with specified tags or runners ↵Kamil Trzcinski2015-10-141-0/+4
| | | | | | | | didn't connect recently Slightly refactor runner status detection: moving it to Runner class Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
* Fix retry and cancel for buildfix-retry-and-cancelKamil Trzcinski2015-10-141-3/+3
|
* Update renderingKamil Trzcinski2015-10-121-3/+2
|
* Small bug fixesKamil Trzcinski2015-10-121-8/+8
|
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+52