Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix specsbuild-types | Kamil Trzcinski | 2015-07-10 | 1 | -6/+10 |
| | |||||
* | Allow to specify flexible list of types in yaml | Kamil Trzcinski | 2015-07-10 | 1 | -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-calc | Kamil Trzcinski | 2015-07-10 | 1 | -2/+2 |
| | |||||
* | Allow to defined per-job allow_failure parameterallow-per-job-failure | Kamil Trzcinski | 2015-07-08 | 1 | -2/+4 |
| | | | | It allows to ignore status of specific job when computed for commit | ||||
* | Update annotationsannotations | Kamil Trzcinski | 2015-07-06 | 1 | -8/+10 |
| | |||||
* | Added support for image and services | Kamil Trzcinski | 2015-07-06 | 1 | -1/+3 |
| | |||||
* | Rounded coverage on commit page | Valery Sizov | 2015-07-01 | 1 | -1/+1 |
| | |||||
* | coverage minor fix | Valery Sizov | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | fix coverage calculation on commit page | Valery Sizov | 2015-06-26 | 1 | -2/+5 |
| | |||||
* | warning when .gitlab-ci.yml not found | Valery Sizov | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | yaml refactoring | Valery Sizov | 2015-06-19 | 1 | -8/+4 |
| | |||||
* | code style | Valery Sizov | 2015-06-17 | 1 | -6/+1 |
| | |||||
* | better yaml validation | Valery Sizov | 2015-06-17 | 1 | -4/+35 |
| | |||||
* | invalid yaml handling | Valery Sizov | 2015-06-16 | 1 | -0/+2 |
| | |||||
* | Prevent crash when push new branch with empty commits listfix-skip-ci | Dmitriy Zaporozhets | 2015-06-15 | 1 | -5/+15 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | New syntax of gitlab-ci.yml | Valery Sizov | 2015-06-12 | 1 | -7/+19 |
| | |||||
* | fix specs | Valery Sizov | 2015-06-03 | 1 | -2/+2 |
| | |||||
* | Implementation of configuration CI with gitlab-ci.yml | Valery Sizov | 2015-06-03 | 1 | -17/+8 |
| | |||||
* | cleaning up | Valery Sizov | 2015-06-03 | 1 | -2/+1 |
| | |||||
* | proof of concept yml configuration | Valery Sizov | 2015-06-03 | 1 | -23/+22 |
| | |||||
* | Refactoring. Clean up advanced settings. Migrate from gotlab_url to path | Valery Sizov | 2015-05-04 | 1 | -5/+1 |
| | |||||
* | Fix 'ci skip' tag | Valery Sizov | 2015-04-28 | 1 | -4/+0 |
| | |||||
* | fix duration visualisation | Valery Sizov | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | cleanup build model | Valery Sizov | 2015-04-17 | 1 | -1/+0 |
| | |||||
* | refactoring of deploy job creationdeploy_without_tests | Valery Sizov | 2015-04-01 | 1 | -5/+3 |
| | |||||
* | Deploy without tests | Valery Sizov | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | rename committer to pusher | Valery Sizov | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | Notify only pusher instead of commiter | Valery Sizov | 2015-03-10 | 1 | -1/+5 |
| | |||||
* | rename method run_deploy_job to create_deploy_builds | Valery Sizov | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'jobs_tabs' into 'master' | Dmitriy Zaporozhets | 2015-03-04 | 1 | -3/+13 |
|\ | | | | | | | | | | | | | | | | | | | Deploy jobs Implements #153  See merge request !124 | ||||
| * | Deploy jobs | Valery Sizov | 2015-03-02 | 1 | -3/+13 |
| | | |||||
* | | Fix coverage for a commit having more than one build | Hanfei Shen | 2015-03-02 | 1 | -2/+2 |
|/ | |||||
* | More stability for admin/builds page | Dmitriy Zaporozhets | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Register builds depend on runner tags | Dmitriy Zaporozhets | 2015-01-12 | 1 | -10/+13 |
| | |||||
* | Write tag name into build | Dmitriy Zaporozhets | 2015-01-12 | 1 | -1/+2 |
| | |||||
* | Job can serve branches or tags or both | Dmitriy Zaporozhets | 2015-01-10 | 1 | -1/+10 |
| | |||||
* | Fix scheduled retrying | Valery Sizov | 2015-01-07 | 1 | -0/+6 |
| | |||||
* | Improve commits page UI/UX | Dmitriy Zaporozhets | 2014-11-07 | 1 | -1/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve build page with tabs for parallel builds | Dmitriy Zaporozhets | 2014-11-07 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor commit sha | Dmitriy Zaporozhets | 2014-11-06 | 1 | -4/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Select where duration not nil | Dmitriy Zaporozhets | 2014-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix commit duration and cancel status | Dmitriy Zaporozhets | 2014-11-06 | 1 | -2/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix tests | Dmitriy Zaporozhets | 2014-11-05 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor commits/builds logic | Dmitriy Zaporozhets | 2014-11-05 | 1 | -19/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Reannotate | Dmitriy Zaporozhets | 2014-11-05 | 1 | -8/+8 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add status method to commit controller for GitLab MR integration | Dmitriy Zaporozhets | 2014-11-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add naming to jobs | Dmitriy Zaporozhets | 2014-11-04 | 1 | -0/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Replace project scripts textarea with jobs | Dmitriy Zaporozhets | 2014-11-04 | 1 | -2/+32 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Partly integrate commits | Dmitriy Zaporozhets | 2014-11-04 | 1 | -0/+28 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Link build with job | Dmitriy Zaporozhets | 2014-11-03 | 1 | -1/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |