summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* spec minor fixtrace_in_fileValery Sizov2015-06-262-1/+1
|
* ad builds to gitignoreValery Sizov2015-06-251-0/+1
|
* build trace in fileValery Sizov2015-06-2510-4/+144
|
* Merge branch 'silent_rake' into 'master'Jacob Vosmaer2015-06-252-0/+11
|\ | | | | | | | | | | | | | | Disable colors in rake tasks automatically https://gitlab.com/gitlab-org/gitlab-ci/issues/164/ See merge request !166
| * update changelogValery Sizov2015-06-251-0/+1
| |
| * silent rake backup for CRONValery Sizov2015-06-251-0/+10
|/
* cleaning up specsValery Sizov2015-06-251-2/+0
|
* Merge branch 'show_warning_about_yaml' into 'master'Valery Sizov2015-06-245-3/+26
|\ | | | | | | | | | | | | | | | | | | Warning when .gitlab-ci.yml not found https://dev.gitlab.org/gitlab/gitlab-ci/issues/295 ![joxi_screenshot_1435155049429](https://gitlab.com/gitlab-org/gitlab-ci/uploads/83e34bba9bb7cb69d0fc663ee1077605/joxi_screenshot_1435155049429.png) See merge request !164
| * warning when .gitlab-ci.yml not foundValery Sizov2015-06-245-3/+26
|/
* Merge branch 'commit_not_found_error' into 'master'Valery Sizov2015-06-243-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 commitValery Sizov2015-06-243-2/+33
|/
* Merge branch 'lint_improve' into 'master'Valery Sizov2015-06-245-3/+18
|\ | | | | | | | | | | | | | | Improved lint stability https://dev.gitlab.org/gitlab/gitlab-ci/issues/294 See merge request !163
| * improved lint stabilityValery Sizov2015-06-245-3/+18
| |
* | Merge branch 'cancel_commit' into 'master'Dmitriy Zaporozhets2015-06-246-1/+26
|\ \ | |/ |/| | | | | | | | | | | | | | | Ability to cancel all builds in the commit at once https://dev.gitlab.org/gitlab/gitlab-ci/issues/289 ![joxi_screenshot_1435066221235](https://gitlab.com/gitlab-org/gitlab-ci/uploads/c7a74956d05a86f40097c64ce5b2b2c3/joxi_screenshot_1435066221235.png) See merge request !160
| * Ability to cancel all builds in the commit at onceValery Sizov2015-06-246-1/+26
| |
* | Merge branch 'webhook_update' into 'master'Valery Sizov2015-06-242-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 exampleValery Sizov2015-06-242-1/+4
|/ /
* | update changelogValery Sizov2015-06-241-0/+1
| |
* | Merge branch 'lint_url_fix' into 'master'Valery Sizov2015-06-241-1/+1
|\ \ | | | | | | | | | | | | | | | Lint with relative path See merge request !161
| * | lint relative pathlint_url_fixValery Sizov2015-06-241-1/+1
|/ /
* | Merge branch 'k-typo-fix' into 'master'Job van der Voort2015-06-231-15/+19
|\ \ | |/ |/| | | | | | | | | | | fixed typos Fixed some typos on doc See merge request !162
| * fixed typoskaren Carias2015-06-231-15/+19
|/
* Merge branch 'no_runner_notification' into 'master'Dmitriy Zaporozhets2015-06-232-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 onlyValery Sizov2015-06-232-1/+4
|/
* Merge branch 'update_guides' into 'master'Valery Sizov2015-06-233-2/+114
|\ | | | | | | | | | | Updated an update and install guides See merge request !156
| * update and install guidesValery Sizov2015-06-233-2/+114
|/
* Merge branch 'runner_tags_fix' into 'master'Valery Sizov2015-06-224-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 fixValery Sizov2015-06-224-9/+39
|/
* Merge branch 'fix_public_builds' into 'master'Valery Sizov2015-06-222-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 usersValery Sizov2015-06-222-2/+4
|/
* Merge branch 'better_yaml_validation_step2' into 'master'Valery Sizov2015-06-198-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 refactoringValery Sizov2015-06-198-73/+36
|/
* Merge branch 'yaml_generator_fix' into 'master'Valery Sizov2015-06-181-5/+9
|\ | | | | | | | | | | Job to Yaml migrator: `only` section fix See merge request !150
| * yaml migrator: only sectionValery Sizov2015-06-181-5/+9
|/
* Merge branch 'extend_yaml_generator' into 'master'Valery Sizov2015-06-181-3/+13
|\ | | | | | | | | | | skip_refs to each jobs See merge request !149
| * skip_refs to each jobsValery Sizov2015-06-181-3/+13
|/
* Merge branch 'doc_ci_skip' into 'master'Valery Sizov2015-06-181-0/+3
|\ | | | | | | | | | | Added note about [ci skip] to doc See merge request !148
| * added note about [ci skip] to docValery Sizov2015-06-181-0/+3
|/
* Merge branch 'doc_examples' into 'master'Valery Sizov2015-06-183-8/+20
|\ | | | | | | | | | | Update documantation See merge request !147
| * update changelogValery Sizov2015-06-181-0/+1
| |
| * update documentationValery Sizov2015-06-182-8/+19
|/
* code styleValery Sizov2015-06-172-6/+2
|
* Merge branch 'web_editor_link' into 'master'Valery Sizov2015-06-173-0/+14
|\ | | | | | | | | | | | | | | Link to webeditor with .gitlab-ci.yml https://dev.gitlab.org/gitlab/gitlab-ci/issues/265 See merge request !145
| * update changelogValery Sizov2015-06-171-0/+1
| |
| * Link to webeditor with .gitlab-ci.ymlValery Sizov2015-06-172-0/+13
|/
* Merge branch 'api_fix' into 'master'Valery Sizov2015-06-173-3/+4
|\ | | | | | | | | | | | | | | Fix API: create project https://gitlab.com/gitlab-org/gitlab-ci/issues/168 See merge request !144
| * fix API: project createValery Sizov2015-06-173-3/+4
|/
* Merge branch 'rails_update' into 'master'Valery Sizov2015-06-173-27/+28
|\ | | | | | | | | | | Rails update to 4.1.11 See merge request !143
| * rails updateValery Sizov2015-06-173-27/+28
|/
* Merge branch 'better_yaml_validation' into 'master'Dmitriy Zaporozhets2015-06-176-11/+102
|\ | | | | | | | | | | Better yaml validation See merge request !160