Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the YAML validation more stricteryaml-validation | Kamil Trzcinski | 2015-08-19 | 1 | -1/+6 |
| | | | | | - deny all globals that are not hases and doesn't contain script, the script is required now - verify that script is either string or array of an strings | ||||
* | Added support for YAML-defined variables | Kamil Trzcinski | 2015-08-05 | 2 | -7/+13 |
| | |||||
* | Fix project API listing returning empty list when first projects are not ↵ | Kamil Trzcinski | 2015-08-05 | 1 | -2/+2 |
| | | | | | | added to CI The CI prefers to receive the projects added to CI first | ||||
* | Merge branch 'rename-type-to-stage' into 'master' | Kamil Trzciński | 2015-08-05 | 1 | -19/+18 |
|\ | | | | | | | | | | | | | | | | | Rename type to stage However, make the `type` and `types` as alias for `stage` and `stages`. /cc @vsizov @sytses See merge request !222 | ||||
| * | Rename all occurrences of type to stage | Kamil Trzcinski | 2015-08-03 | 1 | -19/+17 |
| | | |||||
| * | Soft rename type to stage | Kamil Trzcinski | 2015-08-03 | 1 | -12/+13 |
| | | |||||
* | | Merge branch 'remove-unused-entities' into 'master' | Kamil Trzciński | 2015-08-05 | 1 | -5/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | Remove unused entities See merge request !224 | ||||
| * | | Remove unused entitiesremove-unused-entities | Kamil Trzcinski | 2015-08-04 | 1 | -5/+0 |
| |/ | |||||
* | | Allow to use access_token in GitLab CI API | Kamil Trzcinski | 2015-08-04 | 1 | -2/+5 |
|/ | |||||
* | Make YAML validation stricter | Kamil Trzcinski | 2015-08-03 | 1 | -14/+18 |
| | |||||
* | Added Application Settings | Kamil Trzcinski | 2015-07-30 | 1 | -0/+20 |
| | |||||
* | port version matching code in upgrader lib from gitlab | Warren Volz | 2015-07-17 | 1 | -3/+6 |
| | | | | | | | - fixes upgrader script not working with v7.1x versions - rspec test cases from gitlab for upgrader lib - rename gitlab to gitlabci - use real data for gitlabci3 version check | ||||
* | Satisfy rubocop | Kamil Trzcinski | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | Allow to specify flexible list of types in yaml | Kamil Trzcinski | 2015-07-10 | 1 | -18/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` 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. | ||||
* | Merge branch 'allow-per-job-failure' into 'master' | Kamil Trzciński | 2015-07-08 | 1 | -1/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to define per-job allow_failure parameter It allows to ignore status of specific build when computing status for commit YAML syntax: ```yaml rspec: script: aa allow_failure: true ```  /cc @vsizov @sytses See merge request !191 | ||||
| * | Allow to defined per-job allow_failure parameterallow-per-job-failure | Kamil Trzcinski | 2015-07-08 | 1 | -1/+6 |
| | | | | | | | | It allows to ignore status of specific job when computed for commit | ||||
* | | Merge branch 'trace_in_file' into 'master' | Kamil Trzciński | 2015-07-08 | 3 | -3/+40 |
|\ \ | |/ |/| | | | | | | | | | | | Build trace in file https://dev.gitlab.org/gitlab/gitlab-ci/issues/272 See merge request !167 | ||||
| * | build trace in file | Valery Sizov | 2015-06-25 | 3 | -3/+40 |
| | | |||||
* | | Added support for image and services | Kamil Trzcinski | 2015-07-06 | 2 | -18/+40 |
| | | |||||
* | | Get rid of private message usageoauth_everywhere | Valery Sizov | 2015-07-02 | 2 | -2/+2 |
| | | |||||
* | | Enhance YAML validation | Kamil Trzcinski | 2015-06-30 | 1 | -35/+27 |
| | | |||||
* | | Improved validation of .gitlab-ci.yml | Valery Sizov | 2015-06-29 | 1 | -0/+17 |
| | | |||||
* | | fix list of branches in only section | Valery Sizov | 2015-06-29 | 1 | -2/+2 |
| | | |||||
* | | update changelog | Valery Sizov | 2015-06-26 | 1 | -1/+1 |
| | | |||||
* | | implemented rake env:info | Valery Sizov | 2015-06-26 | 1 | -0/+68 |
|/ | |||||
* | silent rake backup for CRON | Valery Sizov | 2015-06-25 | 1 | -0/+10 |
| | |||||
* | improved lint stability | Valery Sizov | 2015-06-24 | 1 | -0/+4 |
| | |||||
* | yaml refactoring | Valery Sizov | 2015-06-19 | 1 | -31/+22 |
| | |||||
* | fix API: project create | Valery Sizov | 2015-06-17 | 1 | -2/+2 |
| | |||||
* | better yaml validation | Valery Sizov | 2015-06-17 | 1 | -3/+43 |
| | |||||
* | invalid yaml handling | Valery Sizov | 2015-06-16 | 1 | -3/+1 |
| | |||||
* | invalid yaml handling | Valery Sizov | 2015-06-16 | 1 | -1/+12 |
| | |||||
* | improve parser | Valery Sizov | 2015-06-15 | 1 | -4/+4 |
| | |||||
* | New syntax of gitlab-ci.yml | Valery Sizov | 2015-06-12 | 1 | -70/+52 |
| | |||||
* | Merge branch 'lint' into 'master' | Valery Sizov | 2015-06-10 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | | | | | | | Lint: Online validation of .gitlab-ci.yml https://dev.gitlab.org/gitlab/gitlab-ci/issues/254  See merge request !131 | ||||
| * | spec fixlint | Valery Sizov | 2015-06-09 | 1 | -1/+1 |
| | | |||||
| * | Lint implementation | Valery Sizov | 2015-06-09 | 1 | -3/+3 |
| | | |||||
* | | make multipart_chunk_size configurable | Jeroen Nijhof | 2015-06-09 | 1 | -1/+2 |
| | | |||||
* | | use multipart uploading when using fog | Jeroen Nijhof | 2015-06-09 | 1 | -1/+1 |
|/ | |||||
* | implementation of variables | Valery Sizov | 2015-06-05 | 1 | -0/+6 |
| | |||||
* | fix specs | Valery Sizov | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | improve migrator of deprecated jobs | Valery Sizov | 2015-06-03 | 1 | -4/+12 |
| | |||||
* | Add migrator for deprecated jobs | Valery Sizov | 2015-06-03 | 1 | -4/+6 |
| | |||||
* | rspec for yaml config processor | Valery Sizov | 2015-06-03 | 1 | -31/+31 |
| | |||||
* | fix specs | Valery Sizov | 2015-06-03 | 1 | -10/+10 |
| | |||||
* | Implementation of configuration CI with gitlab-ci.yml | Valery Sizov | 2015-06-03 | 2 | -31/+96 |
| | |||||
* | cleaning up | Valery Sizov | 2015-06-03 | 3 | -117/+1 |
| | |||||
* | proof of concept yml configuration | Valery Sizov | 2015-06-03 | 1 | -0/+31 |
| | |||||
* | Merge branch 'fix_api_vulnerability' into 'master' | Valery Sizov | 2015-05-21 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Fix API vulnerability with MySQL https://dev.gitlab.org/gitlab/gitlab-ci/issues/228 See merge request !155 | ||||
| * | API vulnerability with MySQL | Valery Sizov | 2015-05-13 | 1 | -1/+1 |
| | |