Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into merge-conflicts-editor-2 | Sean McGivern | 2016-10-17 | 1 | -1/+4 |
|\ | |||||
| * | Fix retries | Kamil Trzcinski | 2016-10-14 | 1 | -1/+1 |
| | | |||||
| * | Re-run specs if failed | Kamil Trzcinski | 2016-10-14 | 1 | -1/+1 |
| | | |||||
| * | Remove spinach retry. | Connor Shea | 2016-10-14 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'trigger-docs-yaml' into 'master' | Achilleas Pipinellis | 2016-10-13 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | | | | | | | Do not run before_script, artifacts, cache in trigger_docs job Fixes See merge request !6866 | ||||
| | * | Do not run before_script, artifacts, cache in trigger_docs jobtrigger-docs-yaml | Achilleas Pipinellis | 2016-10-13 | 1 | -0/+3 |
| | | | |||||
* | | | Fix column limit on mysql | Alfredo Sumaran | 2016-10-13 | 1 | -1/+1 |
|/ / | |||||
* | | Improve the branch existence and merge checksce-to-ee-merge-check-rake-task | Rémy Coutable | 2016-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Also add a safeguard for non-CI env. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Draft a quick CE->EE merge check rake task | Rémy Coutable | 2016-10-13 | 1 | -0/+7 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'cache-gems-for-tags' into 'master' | Robert Speicher | 2016-10-13 | 1 | -0/+13 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Keep a copy of gems needed by our releases as CI artifacts This is meant as insurance in case a gem GitLab needs is ever removed from rubygems.org. After we merge this, all future GitLab tags will have a CI artifact archive containing all the gems (for all platforms) specified in Gemfile.lock for that revision. Only runs on tags (so we don't constantly create 50MB gem cache bundles). See merge request !6617 | ||||
| * | Cache gems in CI on tags | Jacob Vosmaer | 2016-09-30 | 1 | -0/+13 |
| | | |||||
* | | Add job to trigger a docs.gitlab.com buildtrigger-docs | Achilleas Pipinellis | 2016-10-13 | 1 | -0/+8 |
| | | |||||
* | | Merge branch 'sh-add-bundle-check' into 'master' 21153-selecting-no-one-in-branch-permissions-is-confusing | Rémy Coutable | 2016-10-12 | 1 | -0/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | Add a bundle check step to ensure dependencies are correct This should help prevent merge issues in the future, which caused !6814 to be needed. See merge request !6815 | ||||
| * | | Add a separate stage for bundle checksh-add-bundle-check | Stan Hu | 2016-10-12 | 1 | -1/+6 |
| | | | |||||
| * | | Add a bundle check step to ensure dependencies are correct | Stan Hu | 2016-10-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | This should help prevent merge issues in the future, which caused !6814 to be needed. | ||||
* | | | Revert "Merge branch 'tests-use-tmpfs' into 'master'" | Yorick Peterse | 2016-10-12 | 1 | -2/+0 |
|/ / | | | | | This reverts merge request !6730 | ||||
* | | Try tmpfs for repository storage, etc | Nick Thomas | 2016-10-06 | 1 | -0/+2 |
| | | |||||
* | | Don't allow flay to fail.cs-flay-no-allow-failure | Connor Shea | 2016-10-05 | 1 | -3/+1 |
| | | |||||
* | | Move the images over to dev.gitlab.orguse-custom-ruby-images | Z.J. van de Weg | 2016-09-30 | 1 | -2/+2 |
| | | |||||
* | | Update CI yaml and update CHANGELOG entry | Z.J. van de Weg | 2016-09-30 | 1 | -2/+2 |
| | | |||||
* | | remove unused cache from .gitlab-ci.yml | Z.J. van de Weg | 2016-09-30 | 1 | -2/+0 |
| | | |||||
* | | Use custom Ruby images to test builds | Kamil Trzcinski | 2016-09-30 | 1 | -2/+2 |
| | | | | | | | | It allows us to remove redundant steps of installing required dependencies for every build. | ||||
* | | Remove Flog as we use a Rubocop that does its job.cs-remove-flog-flay | Connor Shea | 2016-09-28 | 1 | -3/+0 |
|/ | |||||
* | Limit test environment size to one project in CI | Grzegorz Bizon | 2016-09-23 | 1 | -2/+2 |
| | |||||
* | Improve CI job that tests database seeds | Grzegorz Bizon | 2016-09-22 | 1 | -4/+4 |
| | |||||
* | Try cloning repositories before seeding database | Grzegorz Bizon | 2016-09-22 | 1 | -0/+2 |
| | | | | | Seeding database requires gitlab-shell, and we would like to avoid adding this dependency to the CI. | ||||
* | Add artifacts with development log when seed fails | Grzegorz Bizon | 2016-09-22 | 1 | -0/+5 |
| | |||||
* | Add development environment database setup CI test | Grzegorz Bizon | 2016-09-22 | 1 | -6/+16 |
| | |||||
* | Allow flay and flog to fail for now | Stan Hu | 2016-09-14 | 1 | -2/+6 |
| | |||||
* | Add haml_lint rake task | Rémy Coutable | 2016-09-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use haml_lint for views linting | Rémy Coutable | 2016-09-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'enable-rspec-formatter' into 'master' | Kamil Trzciński | 2016-09-08 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Enable rspec documentation formatter and color output Current rspec just outputs a `=` as each test runs. This enables the documentation formatter and color output to make it easier to know what is going on with each spec. See merge request !5924 | ||||
| * | Add color to rspec outputenable-rspec-formatter | Stan Hu | 2016-08-20 | 1 | -1/+1 |
| | | |||||
| * | Enable rspec documentation formatter | Stan Hu | 2016-08-20 | 1 | -1/+1 |
| | | |||||
* | | Have CI test migration paths | Z.J. van de Weg | 2016-09-06 | 1 | -1/+15 |
|/ | | | | | | | | | This commit adds a job to the pipeline to test if migration on seed data works. Even though the seed data is not perfect, it does give more guarentees that this will succeed in the real world too. seed_fu is used instead of dev:setup to save some time, as they both generate the data in the same way, this should be fine. | ||||
* | Install latest stable phantomjs | Kamil Trzcinski | 2016-08-13 | 1 | -1/+1 |
| | |||||
* | Use new PhantomJS version | Kamil Trzcinski | 2016-08-13 | 1 | -0/+1 |
| | |||||
* | Update ruby 2.3.1ruby-2-3-1 | Z.J. van de Weg | 2016-08-12 | 1 | -2/+2 |
| | |||||
* | Update gitlab ci tests to test ruby 2.1 now too | Z.J. van de Weg | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | Default build tests ruby 2.3.1 | Z.J. van de Weg | 2016-08-11 | 1 | -40/+40 |
| | | | | | Ruby 2.1.8 is used only on master for now, as this would give confidance in case this commit has to be reverted. | ||||
* | Merge branch 'api-examples-curl-long-options' into 'master' | Achilleas Pipinellis | 2016-08-10 | 1 | -0/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use long options for curl examples in documentation ## What does this MR do? Use long options (e.g. `--header` instead of `-H`) for curl examples in documentation. ## Why was this MR needed? Short options are less readable. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5465#note_13603730 See merge request !5703 | ||||
| * | add linting script for documentation | winniehell | 2016-08-09 | 1 | -0/+7 |
| | | |||||
* | | Add test coverage analysis for CoffeeScript (!5052) | winniehell | 2016-08-07 | 1 | -0/+10 |
|/ | |||||
* | Don't setup DB for slack notification build | Ruben Davila | 2016-08-04 | 1 | -0/+3 |
| | |||||
* | Deploy test coverage report on master pipeline only | Grzegorz Bizon | 2016-07-22 | 1 | -0/+2 |
| | |||||
* | Improve CI configuration file for pages stage | Grzegorz Bizon | 2016-07-22 | 1 | -6/+6 |
| | |||||
* | Deploy ruby test coverage report to gitlab pages | Grzegorz Bizon | 2016-07-21 | 1 | -14/+29 |
| | |||||
* | Fix SimpleCov report merging | Kamil Trzcinski | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | Update configuration of SimpleCov | Kamil Trzcinski | 2016-07-21 | 1 | -0/+1 |
| | |||||
* | Store all simplecov configuration in one file | Kamil Trzcinski | 2016-07-21 | 1 | -0/+4 |
| |