summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added TriggerController specsbuild-triggersKamil Trzcinski2015-08-211-1/+1
|
* Retrigger builds with [ci skip]Kamil Trzcinski2015-08-211-3/+4
|
* Initial support for build triggersKamil Trzcinski2015-08-211-17/+20
|
* Add committed_at to commits to properly order last commit (the force push issue)Kamil Trzcinski2015-08-211-0/+4
|
* Prefer `failed` commit status over `skipped` if no builds were createdbroken-yaml-errorsKamil Trzcinski2015-08-061-7/+5
|
* Fix broken yaml error savingKamil Trzcinski2015-08-061-1/+1
|
* Merge branch 'skipped_commit' into 'master' Kamil TrzciƄski2015-08-051-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commits with [ci skip] have special skipped status ![Screen_Shot_2015-07-30_at_14.02.50](https://gitlab.com/gitlab-org/gitlab-ci/uploads/f200af385679b564cd15d730bd4ccd20/Screen_Shot_2015-07-30_at_14.02.50.png) + Commits with [ci skip] are marked as skipped + Commits without builds are marked as skipped Resolution for: + https://dev.gitlab.org/gitlab/gitlab-ci/issues/264 + https://dev.gitlab.org/gitlab/gitlab-ci/issues/266 This requires CE update: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1073 /cc @vsizov @sytses See merge request !216
| * Commits without builds are marked as skippedKamil Trzcinski2015-08-051-1/+1
| |
| * Commits with [ci skip] have special skipped statusKamil Trzcinski2015-08-051-0/+4
| |
* | Rename create_builds_for_type to create_builds_for_stage in Commit modelKamil Trzcinski2015-08-051-3/+3
| |
* | Rename all occurrences of type to stageKamil Trzcinski2015-08-031-13/+13
|/
* Fix specsbuild-typesKamil Trzcinski2015-07-101-6/+10
|
* Allow to specify flexible list of types in yamlKamil Trzcinski2015-07-101-39/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` types: - test - deploy - notify rspec: script: "rspec" rubocop: script: "rubocop" staging: type: deploy script: "echo deploy" only: - master production: type: deploy script: "echo production" only: - tags dockerhub: type: notify script: "curl http://docker/hub/web/hook" downstream: type: notify script: "curl http://build/downstream/jobs" ``` This will trigger two test jobs in parallel, when finished it will trigged either staging or production, when finished it will trigger dockerhub and downstream in parallel.
* Use builds_without_retry to calculate average coveragecoverage-calcKamil Trzcinski2015-07-101-2/+2
|
* Allow to defined per-job allow_failure parameterallow-per-job-failureKamil Trzcinski2015-07-081-2/+4
| | | | It allows to ignore status of specific job when computed for commit
* Update annotationsannotationsKamil Trzcinski2015-07-061-8/+10
|
* Added support for image and servicesKamil Trzcinski2015-07-061-1/+3
|
* Rounded coverage on commit pageValery Sizov2015-07-011-1/+1
|
* coverage minor fixValery Sizov2015-06-261-1/+1
|
* fix coverage calculation on commit pageValery Sizov2015-06-261-2/+5
|
* warning when .gitlab-ci.yml not foundValery Sizov2015-06-241-1/+1
|
* yaml refactoringValery Sizov2015-06-191-8/+4
|
* code styleValery Sizov2015-06-171-6/+1
|
* better yaml validationValery Sizov2015-06-171-4/+35
|
* invalid yaml handlingValery Sizov2015-06-161-0/+2
|
* Prevent crash when push new branch with empty commits listfix-skip-ciDmitriy Zaporozhets2015-06-151-5/+15
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* New syntax of gitlab-ci.ymlValery Sizov2015-06-121-7/+19
|
* fix specsValery Sizov2015-06-031-2/+2
|
* Implementation of configuration CI with gitlab-ci.ymlValery Sizov2015-06-031-17/+8
|
* cleaning upValery Sizov2015-06-031-2/+1
|
* proof of concept yml configurationValery Sizov2015-06-031-23/+22
|
* Refactoring. Clean up advanced settings. Migrate from gotlab_url to pathValery Sizov2015-05-041-5/+1
|
* Fix 'ci skip' tagValery Sizov2015-04-281-4/+0
|
* fix duration visualisationValery Sizov2015-04-231-1/+1
|
* cleanup build modelValery Sizov2015-04-171-1/+0
|
* refactoring of deploy job creationdeploy_without_testsValery Sizov2015-04-011-5/+3
|
* Deploy without testsValery Sizov2015-03-311-1/+1
|
* rename committer to pusherValery Sizov2015-03-101-1/+1
|
* Notify only pusher instead of commiterValery Sizov2015-03-101-1/+5
|
* rename method run_deploy_job to create_deploy_buildsValery Sizov2015-03-101-1/+1
|
* Merge branch 'jobs_tabs' into 'master'Dmitriy Zaporozhets2015-03-041-3/+13
|\ | | | | | | | | | | | | | | | | | | Deploy jobs Implements #153 ![joxi_screenshot_1425465268516](https://dev.gitlab.org/gitlab/gitlab-ci/uploads/23960cfff46ac6c7d1d0ded528917306/joxi_screenshot_1425465268516.png) See merge request !124
| * Deploy jobsValery Sizov2015-03-021-3/+13
| |
* | Fix coverage for a commit having more than one buildHanfei Shen2015-03-021-2/+2
|/
* More stability for admin/builds pageDmitriy Zaporozhets2015-01-151-1/+1
|
* Register builds depend on runner tagsDmitriy Zaporozhets2015-01-121-10/+13
|
* Write tag name into buildDmitriy Zaporozhets2015-01-121-1/+2
|
* Job can serve branches or tags or bothDmitriy Zaporozhets2015-01-101-1/+10
|
* Fix scheduled retryingValery Sizov2015-01-071-0/+6
|
* Improve commits page UI/UXDmitriy Zaporozhets2014-11-071-1/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve build page with tabs for parallel buildsDmitriy Zaporozhets2014-11-071-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>