summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'better_yaml_validation' into 'master'Dmitriy Zaporozhets2015-06-176-11/+102
|\ | | | | | | | | | | Better yaml validation See merge request !160
| * better yaml validationValery Sizov2015-06-176-11/+102
| |
* | Merge branch 'fix_migration_builds' into 'master'Valery Sizov2015-06-171-4/+1
|\ \ | |/ |/| | | | | | | | | | | | | Prevent job_id removing I would prefer to keep field job_id in the builds table. It will allow us much room for manoeuvre. Of course it is not the best practice to change migration because it can lead to different database states for users but we will remove this filed soon anyway. We will need to put condition there if this field exist. See merge request !142
| * Prevent job_id removingValery Sizov2015-06-171-4/+1
|/
* Merge branch 'yaml_invalid_handling' into 'master'Valery Sizov2015-06-162-3/+9
|\ | | | | | | | | | | Invalid yaml handling See merge request !159
| * invalid yaml handlingValery Sizov2015-06-162-3/+9
|/
* Merge branch 'yaml_invalid_handling' into 'master'Dmitriy Zaporozhets2015-06-162-1/+14
|\ | | | | | | | | | | Invalid yaml handling See merge request !158
| * invalid yaml handlingValery Sizov2015-06-162-1/+14
|/
* Merge branch 'fix-skip-ci' into 'master'Valery Sizov2015-06-151-5/+15
|\ | | | | | | | | | | | | | | Prevent crash when push new branch with empty commits list Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !139
| * 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>
* | Merge branch 'new_ci_configuration' into 'master'Valery Sizov2015-06-151-37/+16
|\ \ | | | | | | | | | | | | | | | New gitlab-ci.yml See merge request !157
| * | new ci yamlValery Sizov2015-06-151-37/+16
|/ /
* | Merge branch 'fix_migration' into 'master'Valery Sizov2015-06-151-2/+2
|\ \ | |/ |/| | | | | | | Fix migration See merge request !138
| * fix migrationValery Sizov2015-06-151-2/+2
|/
* Merge branch 'new_syntax_fixes' into 'master'Valery Sizov2015-06-156-31/+37
|\ | | | | | | | | | | | | | | | | | | | | | | New syntax of .gitlab-ci.yml https://dev.gitlab.org/gitlab/gitlab-ci/issues/269 - [x] Parser - [x] Job migrator - [x] Documentation See merge request !137
| * update documentationValery Sizov2015-06-151-9/+12
| |
| * fix yaml generatorValery Sizov2015-06-151-4/+5
| |
| * improve parserValery Sizov2015-06-154-18/+20
|/
* Merge branch 'note_about_config' into 'master'Valery Sizov2015-06-154-8/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Add a note that changing example configuration files requires changing omnibus-gitlab. Keeping track of changes in these files is not easy and they usually require change in omnibus-gitlab. Added a note so everyone is aware of this. Similar is added to gitlab-shell and gitlab-ce. Discussed in gitlab-org/omnibus-gitlab#605 See merge request !134
| * Add a note that changing example configuration files requires changing ↵note_about_configMarin Jankovski2015-06-114-8/+21
| | | | | | | | omnibus-gitlab.
* | Merge branch 'new_syntax' into 'master'Valery Sizov2015-06-1215-358/+309
|\ \ | | | | | | | | | | | | | | | New syntax of .gitlab-ci.yml See merge request !136
| * | migration jobs to yamlValery Sizov2015-06-121-15/+32
| | |
| * | documentationValery Sizov2015-06-121-56/+71
| | |
| * | New syntax of gitlab-ci.ymlValery Sizov2015-06-1213-287/+206
| |/
* | Merge branch 'update_backup_restore_doc' into 'master'Valery Sizov2015-06-121-4/+6
|\ \ | |/ |/| | | | | | | Add option multipart_chunk_size to docs, stop correct services. See merge request !135
| * Add option multipart_chunk_size to docs, stop correct services.update_backup_restore_docMarin Jankovski2015-06-121-4/+6
|/
* Merge branch 'popup_with_yaml' into 'master'Valery Sizov2015-06-101-4/+18
|\ | | | | | | | | | | Preview of generated yaml config See merge request !132
| * preview generated yamlValery Sizov2015-06-101-4/+18
|/
* Merge branch 'lint' into 'master'Valery Sizov2015-06-1013-11/+161
|\ | | | | | | | | | | | | | | | | | | Lint: Online validation of .gitlab-ci.yml https://dev.gitlab.org/gitlab/gitlab-ci/issues/254 ![joxi_screenshot_1433861574874](https://gitlab.com/gitlab-org/gitlab-ci/uploads/6195d1ba7f63e8d418e6510011638302/joxi_screenshot_1433861574874.png) See merge request !131
| * add links to lint, improve test coverageValery Sizov2015-06-106-5/+27
| |
| * spec fixlintValery Sizov2015-06-094-8/+5
| |
| * specsValery Sizov2015-06-092-2/+21
| |
| * update changelogValery Sizov2015-06-091-0/+1
| |
| * Lint implementationValery Sizov2015-06-097-3/+114
| |
* | Merge branch 'master' into 'master'Valery Sizov2015-06-103-1/+6
|\ \ | |/ |/| | | | | | | use multipart uploading when using fog See merge request !130
| * make multipart_chunk_size configurableJeroen Nijhof2015-06-093-1/+6
| |
| * use multipart uploading when using fogJeroen Nijhof2015-06-091-1/+1
|/
* fix bundlerValery Sizov2015-06-091-13/+65
|
* Merge branch 'master' into 'master'Valery Sizov2015-06-092-4/+4
|\ | | | | | | | | | | update fog to 1.25.0 to support aws v4 See merge request !129
| * update fog to 1.25.0 to support aws v4Jeroen Nijhof2015-06-092-4/+4
|/
* Merge branch 'fix_project_duplication' into 'master'Valery Sizov2015-06-096-12/+14
|\ | | | | | | | | | | | | | | Fix re-adding project with the same name but different gitlab_id https://dev.gitlab.org/gitlab/gitlab-ci/issues/258 See merge request !128
| * Fix of creation project with the same nameValery Sizov2015-06-096-12/+14
|/
* Merge branch 'active_runners' into 'master'Valery Sizov2015-06-084-7/+16
|\ | | | | | | | | | | | | | | | | | | Show number of runners actively checking in on runners page https://dev.gitlab.org/gitlab/gitlab-ci/issues/241 ![joxi_screenshot_1433751389715](https://gitlab.com/gitlab-org/gitlab-ci/uploads/6f08e9e35a5c63396486d46792b703dc/joxi_screenshot_1433751389715.png) See merge request !127
| * active runnersValery Sizov2015-06-084-7/+16
| |
* | Merge branch 'fix-gitlab-example-docker-db' into 'master'Marin Jankovski2015-06-081-2/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix DB configuration for Docker in GitLab CE build script example The DB host was set to 'postgres' while the rest of the build script is set up to work with MySQL. This caused builds to fail with: Mysql2::Error: Unknown MySQL server host 'postgres' (25) See merge request !126
| * | Fix DB configuration for Docker in GitLab script exampleDaniel Gerhardt2015-06-051-2/+1
| |/ | | | | | | | | | | | | The DB host was set to 'postgres' while the rest of the build script is set up to work with MySQL. This caused builds to fail with: Mysql2::Error: Unknown MySQL server host 'postgres' (25)
* | Merge branch 'commit_creation_fix' into 'master'Dmitriy Zaporozhets2015-06-083-1/+23
|\ \ | | | | | | | | | | | | | | | | | | | | | Fix builds retrying when we remove commit from branch and push it again https://dev.gitlab.org/gitlab/gitlab-ci/issues/255 See merge request !124
| * | update changelogValery Sizov2015-06-081-0/+1
| | |
| * | Do not retry build for the same commit and refValery Sizov2015-06-052-1/+22
| |/
* | Merge branch 'variables' into 'master'Valery Sizov2015-06-0814-2/+135
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation of secret variables https://dev.gitlab.org/gitlab/gitlab-ci/issues/246 @ayufan It will return variables like an array: API call - POST `builds/register` ``` variables:[{"key": "KEY", "value": "VALUE"}] ``` ![joxi_screenshot_1433524410263](https://gitlab.com/gitlab-org/gitlab-ci/uploads/04c2442b939d58c432f7b3fb72a2baa8/joxi_screenshot_1433524410263.png) /cc @dzaporozhets @ayufan See merge request !125