Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spec minor fixtrace_in_file | Valery Sizov | 2015-06-26 | 2 | -1/+1 |
| | |||||
* | ad builds to gitignore | Valery Sizov | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | build trace in file | Valery Sizov | 2015-06-25 | 10 | -4/+144 |
| | |||||
* | Merge branch 'silent_rake' into 'master' | Jacob Vosmaer | 2015-06-25 | 2 | -0/+11 |
|\ | | | | | | | | | | | | | | | Disable colors in rake tasks automatically https://gitlab.com/gitlab-org/gitlab-ci/issues/164/ See merge request !166 | ||||
| * | update changelog | Valery Sizov | 2015-06-25 | 1 | -0/+1 |
| | | |||||
| * | silent rake backup for CRON | Valery Sizov | 2015-06-25 | 1 | -0/+10 |
|/ | |||||
* | cleaning up specs | Valery Sizov | 2015-06-25 | 1 | -2/+0 |
| | |||||
* | Merge branch 'show_warning_about_yaml' into 'master' | Valery Sizov | 2015-06-24 | 5 | -3/+26 |
|\ | | | | | | | | | | | | | | | | | | | Warning when .gitlab-ci.yml not found https://dev.gitlab.org/gitlab/gitlab-ci/issues/295  See merge request !164 | ||||
| * | warning when .gitlab-ci.yml not found | Valery Sizov | 2015-06-24 | 5 | -3/+26 |
|/ | |||||
* | Merge branch 'commit_not_found_error' into 'master' | Valery Sizov | 2015-06-24 | 3 | -2/+33 |
|\ | | | | | | | | | | | | | | | | | | | Explicit error when commit not found !!! SHOULD BE MERGED WITH https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/871 https://dev.gitlab.org/gitlab/gitlab-ci/issues/280 See merge request !159 | ||||
| * | not_found status of commit | Valery Sizov | 2015-06-24 | 3 | -2/+33 |
|/ | |||||
* | Merge branch 'lint_improve' into 'master' | Valery Sizov | 2015-06-24 | 5 | -3/+18 |
|\ | | | | | | | | | | | | | | | Improved lint stability https://dev.gitlab.org/gitlab/gitlab-ci/issues/294 See merge request !163 | ||||
| * | improved lint stability | Valery Sizov | 2015-06-24 | 5 | -3/+18 |
| | | |||||
* | | Merge branch 'cancel_commit' into 'master' | Dmitriy Zaporozhets | 2015-06-24 | 6 | -1/+26 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | Ability to cancel all builds in the commit at once https://dev.gitlab.org/gitlab/gitlab-ci/issues/289  See merge request !160 | ||||
| * | Ability to cancel all builds in the commit at once | Valery Sizov | 2015-06-24 | 6 | -1/+26 |
| | | |||||
* | | Merge branch 'webhook_update' into 'master' | Valery Sizov | 2015-06-24 | 2 | -1/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update webhook example https://dev.gitlab.org/gitlab/gitlab-ci/issues/297 https://gitlab.com/gitlab-org/gitlab-ci/issues/181 See merge request !162 | ||||
| * | | update webhook example | Valery Sizov | 2015-06-24 | 2 | -1/+4 |
|/ / | |||||
* | | update changelog | Valery Sizov | 2015-06-24 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'lint_url_fix' into 'master' | Valery Sizov | 2015-06-24 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | Lint with relative path See merge request !161 | ||||
| * | | lint relative pathlint_url_fix | Valery Sizov | 2015-06-24 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'k-typo-fix' into 'master' | Job van der Voort | 2015-06-23 | 1 | -15/+19 |
|\ \ | |/ |/| | | | | | | | | | | | fixed typos Fixed some typos on doc See merge request !162 | ||||
| * | fixed typos | karen Carias | 2015-06-23 | 1 | -15/+19 |
|/ | |||||
* | Merge branch 'no_runner_notification' into 'master' | Dmitriy Zaporozhets | 2015-06-23 | 2 | -1/+4 |
|\ | | | | | | | | | | | | | | | No runner notification can see managers only https://dev.gitlab.org/gitlab/gitlab-ci/issues/286 See merge request !158 | ||||
| * | no runner notification can see managers only | Valery Sizov | 2015-06-23 | 2 | -1/+4 |
|/ | |||||
* | Merge branch 'update_guides' into 'master' | Valery Sizov | 2015-06-23 | 3 | -2/+114 |
|\ | | | | | | | | | | | Updated an update and install guides See merge request !156 | ||||
| * | update and install guides | Valery Sizov | 2015-06-23 | 3 | -2/+114 |
|/ | |||||
* | Merge branch 'runner_tags_fix' into 'master' | Valery Sizov | 2015-06-22 | 4 | -9/+39 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Runner without tag should pick builds without tag only https://dev.gitlab.org/gitlab/gitlab-ci/issues/278 https://gitlab.com/gitlab-org/gitlab-ci/issues/148 https://gitlab.com/gitlab-org/gitlab-ci/issues/172 See merge request !155 | ||||
| * | Build registering fix | Valery Sizov | 2015-06-22 | 4 | -9/+39 |
|/ | |||||
* | Merge branch 'fix_public_builds' into 'master' | Valery Sizov | 2015-06-22 | 2 | -2/+4 |
|\ | | | | | | | | | | | | | | | Fix: show builds for public users https://gitlab.com/gitlab-org/gitlab-ci/issues/175 See merge request !154 | ||||
| * | Fix: show builds for public users | Valery Sizov | 2015-06-22 | 2 | -2/+4 |
|/ | |||||
* | Merge branch 'better_yaml_validation_step2' into 'master' | Valery Sizov | 2015-06-19 | 8 | -73/+36 |
|\ | | | | | | | | | | | | | | | | | | | Yaml refactoring and fixes This refactoring also fixes some bugs with validation. https://dev.gitlab.org/gitlab/gitlab-ci/issues/281 See merge request !152 | ||||
| * | yaml refactoring | Valery Sizov | 2015-06-19 | 8 | -73/+36 |
|/ | |||||
* | Merge branch 'yaml_generator_fix' into 'master' | Valery Sizov | 2015-06-18 | 1 | -5/+9 |
|\ | | | | | | | | | | | Job to Yaml migrator: `only` section fix See merge request !150 | ||||
| * | yaml migrator: only section | Valery Sizov | 2015-06-18 | 1 | -5/+9 |
|/ | |||||
* | Merge branch 'extend_yaml_generator' into 'master' | Valery Sizov | 2015-06-18 | 1 | -3/+13 |
|\ | | | | | | | | | | | skip_refs to each jobs See merge request !149 | ||||
| * | skip_refs to each jobs | Valery Sizov | 2015-06-18 | 1 | -3/+13 |
|/ | |||||
* | Merge branch 'doc_ci_skip' into 'master' | Valery Sizov | 2015-06-18 | 1 | -0/+3 |
|\ | | | | | | | | | | | Added note about [ci skip] to doc See merge request !148 | ||||
| * | added note about [ci skip] to doc | Valery Sizov | 2015-06-18 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'doc_examples' into 'master' | Valery Sizov | 2015-06-18 | 3 | -8/+20 |
|\ | | | | | | | | | | | Update documantation See merge request !147 | ||||
| * | update changelog | Valery Sizov | 2015-06-18 | 1 | -0/+1 |
| | | |||||
| * | update documentation | Valery Sizov | 2015-06-18 | 2 | -8/+19 |
|/ | |||||
* | code style | Valery Sizov | 2015-06-17 | 2 | -6/+2 |
| | |||||
* | Merge branch 'web_editor_link' into 'master' | Valery Sizov | 2015-06-17 | 3 | -0/+14 |
|\ | | | | | | | | | | | | | | | Link to webeditor with .gitlab-ci.yml https://dev.gitlab.org/gitlab/gitlab-ci/issues/265 See merge request !145 | ||||
| * | update changelog | Valery Sizov | 2015-06-17 | 1 | -0/+1 |
| | | |||||
| * | Link to webeditor with .gitlab-ci.yml | Valery Sizov | 2015-06-17 | 2 | -0/+13 |
|/ | |||||
* | Merge branch 'api_fix' into 'master' | Valery Sizov | 2015-06-17 | 3 | -3/+4 |
|\ | | | | | | | | | | | | | | | Fix API: create project https://gitlab.com/gitlab-org/gitlab-ci/issues/168 See merge request !144 | ||||
| * | fix API: project create | Valery Sizov | 2015-06-17 | 3 | -3/+4 |
|/ | |||||
* | Merge branch 'rails_update' into 'master' | Valery Sizov | 2015-06-17 | 3 | -27/+28 |
|\ | | | | | | | | | | | Rails update to 4.1.11 See merge request !143 | ||||
| * | rails update | Valery Sizov | 2015-06-17 | 3 | -27/+28 |
|/ | |||||
* | Merge branch 'better_yaml_validation' into 'master' | Dmitriy Zaporozhets | 2015-06-17 | 6 | -11/+102 |
|\ | | | | | | | | | | | Better yaml validation See merge request !160 |