Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minimum postgresql version is now 9.2 | Nick Thomas | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'zj-docs-on-pipeline-schedules' into 'master'32962-diff-tab-shows-a-loading-spinner | Achilleas Pipinellis | 2017-05-26 | 1 | -19/+0 |
|\ | | | | | | | | | Remove trigger docs job See merge request !11574 | ||||
| * | Remove trigger docs jobzj-docs-on-pipeline-schedules | Z.J. van de Weg | 2017-05-20 | 1 | -19/+0 |
| | | | | | | | | | | | | | | No need to trigger pipelines no more, as now these will be triggered using pipeline schedules. See https://gitlab.com/gitlab-com/gitlab-docs/pipeline_schedules | ||||
* | | Merge branch '32851-fix-postgres-9-1' into 'master' | Douwe Maan | 2017-05-25 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Resolve "GitLab 9.0 to 9.2 is incompatible with PostgreSQL 9.1" See merge request !11709 | ||||
| * | | Only use DROP INDEX CONCURRENTLY on postgreql 9.2+ | Nick Thomas | 2017-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'zj-faster-image-trigger-builds' into 'master' | Marin Jankovski | 2017-05-25 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | | | | | | | Use smaller image when triggering a build See merge request !11674 | ||||
| * | | Use smaller image when triggering a buildzj-faster-image-trigger-builds | Z.J. van de Weg | 2017-05-24 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'run-mysql-on-stable' into 'master' | Rémy Coutable | 2017-05-23 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Run MySQL tests on *-stable as well See merge request !11602 | ||||
| * | | Run MySQL tests on *-stable as wellrun-mysql-on-stable | Lin Jen-Shin | 2017-05-22 | 1 | -0/+1 |
| |/ | |||||
* | | Fix migrations for older PostgreSQL versionsfix-retried-for-postgres | Kamil Trzcinski | 2017-05-23 | 1 | -1/+1 |
|/ | | | | | - Do not care about error when creating index on PostgreSQL - Test against PostgreSQL 9.2 | ||||
* | Fix Knapsack report names for RSpec and Spinachfix-update-knapsack-job | Rémy Coutable | 2017-05-18 | 1 | -4/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Reorganize static analysis and DB-related jobs31693-move-db-name-to-last-part-of-job-name | Rémy Coutable | 2017-05-17 | 1 | -29/+27 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Factorize common :only definition in .gitlab-ci.yml | Rémy Coutable | 2017-05-17 | 1 | -5/+8 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Move the DB name at the end of the first jobs' name word and prepend it with ↵ | Rémy Coutable | 2017-05-17 | 1 | -72/+71 |
| | | | | | | a dash Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Revert "Merge branch 'revert-f2fc716c' into 'master' " | Rémy Coutable | 2017-05-17 | 1 | -12/+12 |
| | | | | | This reverts commit 98ae016ab207a7f4e27d151584156af6011d48d5, reversing changes made to c5dee301f8bb6496c09c2aef54f9665b350c535f. | ||||
* | Add more choices to name the branch for docs only tests | Achilleas Pipinellis | 2017-05-16 | 1 | -2/+2 |
| | | | | http://rubular.com/r/51mKdLm6RF | ||||
* | alter cache key to prevent other pipeline configs from overwriting32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cache | Mike Greiling | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | add trailing slash to .yarn-cache to clearly identify it as a directory | Mike Greiling | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | instruct yarn to utilize the persistant .yarn-cache directory | Mike Greiling | 2017-05-16 | 1 | -2/+4 |
| | |||||
* | Remove unnecessary cache definition in rake karma test | Stan Hu | 2017-05-11 | 1 | -3/+0 |
| | | | | Closes #32119 | ||||
* | Move triggering build logic to separate script | Balasankar C | 2017-05-09 | 1 | -12/+1 |
| | |||||
* | Print triggered pipeline id in a better format | Balasankar C | 2017-05-09 | 1 | -1/+3 |
| | |||||
* | Add a manual job to trigger package build in omnibus | Balasankar C | 2017-05-05 | 1 | -0/+23 |
| | |||||
* | Include the bundler:audit job into the static-analysis job31824-move-bundler-audit-job-to-static-analysis-job | Rémy Coutable | 2017-05-04 | 1 | -12/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Move api lint out of static analysis job | Achilleas Pipinellis | 2017-05-03 | 1 | -1/+6 |
| | |||||
* | Merge branch 'docs-mrs-should-run-static-analysis' into 'master' | Achilleas Pipinellis | 2017-05-02 | 1 | -22/+18 |
|\ | | | | | | | | | Docs branches should run static analysis See merge request !11035 | ||||
| * | DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml`docs-mrs-should-run-static-analysis | Rémy Coutable | 2017-05-02 | 1 | -21/+18 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Make the static-analysis job be run for docs branches too | Rémy Coutable | 2017-05-02 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Revert "Shorten and improve some job names" | Douwe Maan | 2017-05-02 | 1 | -12/+12 |
|/ | | | This reverts commit f2fc716c4f00caf4d0184caf19c930e2d37bb6c8 | ||||
* | Merge branch '29036-use-slack-service-to-notify-of-failed-pipelines' into ↵ | Robert Speicher | 2017-05-02 | 1 | -16/+0 |
|\ | | | | | | | | | | | | | | | | | 'master' Remove notify slack job Closes #29036 See merge request !9709 | ||||
| * | Remove notify slack job29036-use-slack-service-to-notify-of-failed-pipelines | Zeger-Jan van de Weg | 2017-05-01 | 1 | -16/+0 |
| | | |||||
* | | Add scripts/static-analysis to run all the static analysers in one go31463-group-all-linters | Rémy Coutable | 2017-05-01 | 1 | -9/+1 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Shorten and improve some job names | Rémy Coutable | 2017-05-01 | 1 | -12/+12 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Group static-analysis jobs into a single job | Rémy Coutable | 2017-05-01 | 1 | -31/+15 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Resolve "rspec_profiling is enabled for MySQL" | Rémy Coutable | 2017-04-28 | 1 | -2/+2 |
| | | |||||
* | | Document the process of docs only changesdocs/make-ci-run-only-for-doc-changes | Achilleas Pipinellis | 2017-04-28 | 1 | -3/+4 |
| | | |||||
* | | Skip irrelevant jobs for documentation only changes | Achilleas Pipinellis | 2017-04-28 | 1 | -0/+26 |
| | | |||||
* | | Merge branch '31464-move-bundle-check-to-before_script' into 'master' | Robert Speicher | 2017-04-27 | 1 | -7/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | Run `bundle check` after `bundle install` instead of having a dedicated job for it Closes #31464 See merge request !10944 | ||||
| * | | Run `bundle check` after `bundle install` instead of having a dedicated job ↵31464-move-bundle-check-to-before_script | Rémy Coutable | 2017-04-26 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | for it Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Submodule Dockerfile templates | Zeger-Jan van de Weg | 2017-04-26 | 1 | -0/+1 |
|/ / | |||||
* | | Remove outdated ci_setup.md doc page and document MySQL and RSpec profiling ↵30692-document-rspec-profile-and-mysql-branch-testing-and-remove-ci_setup-doc-page | Rémy Coutable | 2017-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | for specific branches Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch 'test-pg' into 'master' | Rémy Coutable | 2017-04-24 | 1 | -64/+150 |
|\ \ | | | | | | | | | | | | | | | | | | | Test both PostgreSQL and MySQL for the win Closes #2582 See merge request !10156 | ||||
| * | | Properly use $BUNDLE_INSTALL_FLAGStest-pg-mysqltest-pg | Lin Jen-Shin | 2017-04-13 | 1 | -2/+2 |
| | | | |||||
| * | | Always use . and add more comments to prepare_build.sh | Lin Jen-Shin | 2017-04-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' into test-pg-mysql | Lin Jen-Shin | 2017-04-12 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: Setup and run a Gitaly server for testing if GitalyClient is enabled Update changelog with MR id Move permission to create subgroup into GroupPolicy Fix issue's note cache expiration after delete fix(subgroups): add verification of group creation capability to subgroup UI | ||||
| * | | | Remove duplicated line | Lin Jen-Shin | 2017-04-12 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'upstream/master' into test-pg-mysql | Lin Jen-Shin | 2017-04-12 | 1 | -2/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (90 commits) Fixed notebooklab code including file paths [BB Importer] Save the error trace and the whole raw document Statisfy Robertcop and Seancop Update documents according to: Update licenses.csv via: Update templates via: Add foreign key on trigger requests Added CHANGELOG Added tests and fixed a typo Fix typo on the class merge-when-pipeline_succeeds Axil's review remove unnecessary line typo fix typo fix links Remove an unused `cared` scope from Issue and MergeRequest Remove an unused `Issue.open_for` scope add topic: authentication Fix edit button on blame page without repo perms Don't show 'Copy content' button on text files that are not rendered as text ... | ||||
| * | | | | Move variables back to where they are | Lin Jen-Shin | 2017-04-11 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | Just set GITLAB_DATABASE in the script | Lin Jen-Shin | 2017-04-11 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | We cannot use array in yaml variables | Lin Jen-Shin | 2017-04-11 | 1 | -1/+0 |
| | | | | |