summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| * TYPOvariablesValery Sizov2015-06-051-1/+1
| |
| * satisfy rubocopValery Sizov2015-06-052-2/+2
| |
| * specs for variablesValery Sizov2015-06-052-4/+35
| |
| * implementation of variablesValery Sizov2015-06-0513-2/+104
|/
* Merge branch 'requirements' into 'master'Dmitriy Zaporozhets2015-06-052-2/+65
|\ | | | | | | | | | | Added new requirements See merge request !122
| * add new requirementsValery Sizov2015-06-052-2/+65
| |
* | Merge branch 'no_runner_alert' into 'master'Valery Sizov2015-06-051-2/+2
|\ \ | | | | | | | | | | | | | | | Improve no runners alert See merge request !123
| * | Improve no runners alertValery Sizov2015-06-051-2/+2
|/ /
* | Fix login buttonsDmitriy Zaporozhets2015-06-042-2/+2
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* version bumpValery Sizov2015-06-041-1/+1
|
* Merge branch 'fix_yaml_generator' into 'master'Dmitriy Zaporozhets2015-06-041-3/+0
|\ | | | | | | | | | | Fix yaml generator See merge request !121
| * fix yaml generatorValery Sizov2015-06-041-3/+0
| |
* | Fix labels alignDmitriy Zaporozhets2015-06-043-16/+7
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'fix_special_commands' into 'master'Valery Sizov2015-06-031-11/+16
|\ | | | | | | | | | | Added .gitlab-ci.yml See merge request !120
| * added .gitlab-ci.ymlValery Sizov2015-06-031-11/+16
|/
* Merge branch 'fix_build_retry' into 'master'Valery Sizov2015-06-031-0/+1
|\ | | | | | | | | | | | | | | Fix build retry https://dev.gitlab.org/gitlab/gitlab-ci/issues/252 See merge request !119
| * fix name of retried buildsValery Sizov2015-06-031-0/+1
|/
* Merge branch 'text_fixes' into 'master'Valery Sizov2015-06-032-14/+18
|\ | | | | | | | | | | Documentation fixes See merge request !118
| * text fixesValery Sizov2015-06-032-14/+18
|/
* Several improvements to header UIDmitriy Zaporozhets2015-06-032-6/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'migrate_job_names' into 'master'Dmitriy Zaporozhets2015-06-031-1/+9
|\ | | | | | | | | | | | | | | Migrate job name to build name https://dev.gitlab.org/gitlab/gitlab-ci/issues/251 See merge request !117
| * migrate job namesValery Sizov2015-06-031-1/+9
| |
* | Merge branch 'plain-bootstrap' into 'master'Dmitriy Zaporozhets2015-06-0317-441/+153
|\ \ | |/ |/| | | | | | | | | | | | | | | Remove unnecessary bootstrap customizations Lets make css simple for CI. It make it easy to support and possible apply bootstrap themes. cc @vsizov See merge request !116
| * Update spring to 1.3.6Dmitriy Zaporozhets2015-06-032-1/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Reduce amount of customized bootstrap stylesDmitriy Zaporozhets2015-06-0315-440/+150
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | add .gitlab-ci.yamlValery Sizov2015-06-031-0/+32
| |
* | Merge branch 'runner_link' into 'master'Valery Sizov2015-06-032-1/+4
|\ \ | |/ |/| | | | | | | | | | | Link to the runner from the build page https://dev.gitlab.org/gitlab/gitlab-ci/issues/240 See merge request !115
| * link to runner from build pageValery Sizov2015-06-032-1/+4
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciDmitriy Zaporozhets2015-06-0370-1147/+822
|\ \
| * \ Merge branch 'jobs_in_yml' into 'master'Dmitriy Zaporozhets2015-06-0367-1129/+801
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI configuration with .gitlab-ci.yml https://dev.gitlab.org/gitlab/gitlab-ci/issues/245 Example: ``` # Refs to skip skip_refs: “deploy*” # Run before each script before_script: - export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin - gem install bundler - cp config/database.yml.mysql config/database.yml - cp config/gitlab.yml.example config/gitlab.yml - touch log/application.log - touch log/test.log - bundle install --without postgres production --jobs $(nproc) - bundle exec rake db:create RAILS_ENV=test # Parallel jobs, each line is parallel build jobs: - script: “rake spec” runner: “ruby,postgres” name: “Rspec” - script: “rake spinach” runner: “ruby,mysql” name: “Spinach” tags: true branches: false # Parallel deploy jobs deploy_jobs: “cap deploy production” “cap deploy staging” ``` See merge request !110
| | * | text correctionsValery Sizov2015-06-032-9/+9
| | | |
| | * | fix schemaValery Sizov2015-06-031-1/+1
| | | |
| | * | minor fixesValery Sizov2015-06-032-6/+4
| | | |