summaryrefslogtreecommitdiff
path: root/app/models/commit_status.rb
Commit message (Collapse)AuthorAgeFilesLines
* adjusted behavior so canceled builds tagged as allowed to fail do not fail buildGeoffrey Lalonde2016-03-171-1/+1
|
* Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-141-17/+1
| | | | | | - Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus
* Fix Merge When Succeeded for multiple stagesKamil Trzcinski2016-02-191-6/+6
| | | | Use around_transition to trigger build creation for next stages
* Fix missing ignored? for GenericCommitStatuscommit-status-fixKamil Trzcinski2016-02-191-0/+4
|
* Merge branch 'ci/api-builds' into 'master' Douwe Maan2016-01-141-0/+2
|\ | | | | | | | | | | | | Add builds API References #4264 See merge request !2207
| * Move Ci::Build#available_statuses to AVAILABLE_STATUSES constant in CommitStatusci/api-buildsTomasz Maczukin2016-01-141-0/+2
| |
* | Rename method that returns url to CI build artifacts downloadGrzegorz Bizon2016-01-141-1/+5
|/
* Annotate modelsStan Hu2016-01-061-25/+30
|
* Fix errorsKamil Trzcinski2015-12-111-1/+1
|
* Finishing touchesKamil Trzcinski2015-12-111-3/+1
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-1/+3
|
* Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-11-181-2/+6
|\
| * Annotate modelsDmitriy Zaporozhets2015-11-131-0/+33
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+4
| | | | | | | | | | | | | | - 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-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | API support, incorporated feedbackZeger-Jan van de Weg2015-11-181-1/+1
| |
* | Merge when build succeedsZeger-Jan van de Weg2015-11-021-0/+33
|/
* Fix small CI UI regressionsKamil Trzcinski2015-10-231-1/+0
|
* Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-151-1/+1
|
* Merge branch 'builds-view' into 'master' Kamil Trzciński2015-10-151-0/+1
|\ | | | | | | | | | | | | | | | | | | Added builds view ![Screen_Shot_2015-10-13_at_19.02.48](https://gitlab.com/gitlab-org/gitlab-ce/uploads/95bb3a7d9d603678fdd077558637045d/Screen_Shot_2015-10-13_at_19.02.48.png) /cc @dzaporozhets @vsizov See merge request !1593
| * Refactor builds viewKamil Trzcinski2015-10-141-0/+1
| |
* | 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>
* Update renderingKamil Trzcinski2015-10-121-2/+3
|
* Small bug fixesKamil Trzcinski2015-10-121-7/+16
|
* Add Commit Status documentationKamil Trzcinski2015-10-121-1/+1
|
* Add author to statusesKamil Trzcinski2015-10-121-0/+2
|
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+79