Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added TriggerController specsbuild-triggers | Kamil Trzcinski | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | Retrigger builds with [ci skip] | Kamil Trzcinski | 2015-08-21 | 1 | -3/+4 |
| | |||||
* | Initial support for build triggers | Kamil Trzcinski | 2015-08-21 | 1 | -17/+20 |
| | |||||
* | Add committed_at to commits to properly order last commit (the force push issue) | Kamil Trzcinski | 2015-08-21 | 1 | -0/+4 |
| | |||||
* | Prefer `failed` commit status over `skipped` if no builds were createdbroken-yaml-errors | Kamil Trzcinski | 2015-08-06 | 1 | -7/+5 |
| | |||||
* | Fix broken yaml error saving | Kamil Trzcinski | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'skipped_commit' into 'master' | Kamil TrzciĆski | 2015-08-05 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commits with [ci skip] have special skipped status  + 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 skipped | Kamil Trzcinski | 2015-08-05 | 1 | -1/+1 |
| | | |||||
| * | Commits with [ci skip] have special skipped status | Kamil Trzcinski | 2015-08-05 | 1 | -0/+4 |
| | | |||||
* | | Rename create_builds_for_type to create_builds_for_stage in Commit model | Kamil Trzcinski | 2015-08-05 | 1 | -3/+3 |
| | | |||||
* | | Rename all occurrences of type to stage | Kamil Trzcinski | 2015-08-03 | 1 | -13/+13 |
|/ | |||||
* | 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> |