summaryrefslogtreecommitdiff
path: root/app/views/projects/builds
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'build-scroll-controls-on-complete' into 'master' Jacob Schatz2016-06-161-5/+5
|\
| * Shows build scroll buttons after build is completebuild-scroll-controls-on-completePhil Hughes2016-06-131-5/+5
* | Fix keep action of build artifacts widgetKamil Trzcinski2016-06-131-1/+1
* | Fixed spacing with row below in build sidebarPhil Hughes2016-06-131-1/+1
* | Added missing span element around timePhil Hughes2016-06-131-3/+3
* | Allow to show the time in the futureKamil Trzcinski2016-06-131-4/+7
* | Show the artifacts expiration prompt in Build Artifacts widgetKamil Trzcinski2016-06-131-17/+18
* | Move keep to ArtifactsControllerKamil Trzcinski2016-06-131-9/+10
* | Allow to expire build artifactsKamil Trzcinski2016-06-131-0/+9
|/
* Fixed merge conflict that caused tests to fail with buildPhil Hughes2016-06-101-1/+1
* CI build page UI updatePhil Hughes2016-06-104-170/+132
* Remove icons from button on wiki pages. Also consistent padding between butto...dz-improve-ui-consistency-2Dmitriy Zaporozhets2016-06-081-1/+0
* Finish styling sub navAnnabel Dunstone2016-06-071-59/+61
* Fix tests offenses: use `pipeline` of Ci::Build and rename viewsKamil Trzcinski2016-06-061-6/+6
* Merge Builds and Pipelines tab into onedz-one-ci-cd-tabDmitriy Zaporozhets2016-05-281-0/+1
* Remove header title from project pagesDmitriy Zaporozhets2016-05-263-3/+0
* Remove top block from builds pageimprove-pipeline-designAnnabel Dunstone2016-05-241-3/+0
* Merge branch 'default-scope-on-builds-page' into 'master' Robert Speicher2016-05-121-1/+1
|\
| * Fix a description for default scope on buildsTakuya Noguchi2016-05-131-1/+1
* | Encode state as base64 stringKamil Trzcinski2016-05-091-3/+3
* | Send trace to a browser incrementally when build is runningKamil Trzcinski2016-05-091-2/+5
|/
* Revert counter parentheses back to badges15179-builds-redesignAnnabel Dunstone2016-05-041-6/+6
* Builds page redesignAnnabel Dunstone2016-05-041-6/+7
* Start builds redesignAnnabel Dunstone2016-05-042-3/+4
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-212-2/+2
|\
| * Make some logic less twistableKamil Trzcinski2016-04-171-1/+1
| * Cleanup changesKamil Trzcinski2016-04-131-3/+3
| * Fix specsKamil Trzcinski2016-04-111-1/+1
| * Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-4/+4
* | Add feature specs for raw traceTomasz Maczukin2016-04-191-1/+1
* | Add raw trace output for GitLab WorkhorseTomasz Maczukin2016-04-191-0/+3
* | format merge request references properlyBen Bodenmiller2016-04-181-1/+1
|/
* Detect build setup state based on gitlab_ci.yml presenseDmitriy Zaporozhets2016-03-241-1/+1
* Add links to CI setup documentation from project settings and builds pagesDmitriy Zaporozhets2016-03-241-0/+3
* Fix review commentsfix-commit-status-renderingKamil Trzcinski2016-03-141-1/+1
* Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-142-11/+11
* Affix the build scroll controlsPhil Hughes2016-03-071-1/+1
* Show test coverage on project builds pageSteffen Köhler2016-02-221-1/+3
* Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-191-1/+1
* Improve build view for erased build detailsGrzegorz Bizon2016-02-191-2/+6
* Use button groups in build summary for consistencyGrzegorz Bizon2016-02-191-12/+13
* Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-191-8/+9
* Fix date in alert saying that build has been erasedGrzegorz Bizon2016-02-191-1/+1
* Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-1/+1
* And CI API endpoint where user can erase a buildGrzegorz Bizon2016-02-191-1/+2
* Show information indicating that build has been erasedGrzegorz Bizon2016-02-191-4/+9
* Add build eraseable feature implementationGrzegorz Bizon2016-02-191-4/+5
* Add build remove button to build summary viewGrzegorz Bizon2016-02-191-17/+28
* Remove current_user && when can? is usedKamil Trzcinski2016-02-051-1/+1
* Merge remote-tracking branch 'origin/master' into ci-permissionsKamil Trzcinski2016-02-041-12/+11
|\