Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-30skip asset compression in CIMike Greiling
2017-05-26Minimum postgresql version is now 9.2Nick Thomas
2017-05-26Merge branch 'zj-docs-on-pipeline-schedules' into 'master'Achilleas Pipinellis
Remove trigger docs job See merge request !11574
2017-05-25Merge branch '32851-fix-postgres-9-1' into 'master'Douwe Maan
Resolve "GitLab 9.0 to 9.2 is incompatible with PostgreSQL 9.1" See merge request !11709
2017-05-25Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas
2017-05-25Merge branch 'zj-faster-image-trigger-builds' into 'master'Marin Jankovski
Use smaller image when triggering a build See merge request !11674
2017-05-24Use smaller image when triggering a buildZ.J. van de Weg
2017-05-23Merge branch 'run-mysql-on-stable' into 'master'Rémy Coutable
Run MySQL tests on *-stable as well See merge request !11602
2017-05-23Fix migrations for older PostgreSQL versionsKamil Trzcinski
- Do not care about error when creating index on PostgreSQL - Test against PostgreSQL 9.2
2017-05-22Run MySQL tests on *-stable as wellrun-mysql-on-stableLin Jen-Shin
2017-05-20Remove trigger docs jobZ.J. van de Weg
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
2017-05-18Fix Knapsack report names for RSpec and SpinachRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-17Reorganize static analysis and DB-related jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-17Factorize common :only definition in .gitlab-ci.ymlRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-17Move the DB name at the end of the first jobs' name word and prepend it with ↵Rémy Coutable
a dash Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-17Revert "Merge branch 'revert-f2fc716c' into 'master' "Rémy Coutable
This reverts commit 98ae016ab207a7f4e27d151584156af6011d48d5, reversing changes made to c5dee301f8bb6496c09c2aef54f9665b350c535f.
2017-05-16Add more choices to name the branch for docs only testsAchilleas Pipinellis
http://rubular.com/r/51mKdLm6RF
2017-05-16alter cache key to prevent other pipeline configs from overwritingMike Greiling
2017-05-16add trailing slash to .yarn-cache to clearly identify it as a directoryMike Greiling
2017-05-16instruct yarn to utilize the persistant .yarn-cache directoryMike Greiling
2017-05-11Remove unnecessary cache definition in rake karma testStan Hu
Closes #32119
2017-05-09Move triggering build logic to separate scriptBalasankar C
2017-05-09Print triggered pipeline id in a better formatBalasankar C
2017-05-05Add a manual job to trigger package build in omnibusBalasankar C
2017-05-04Include the bundler:audit job into the static-analysis jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-03Move api lint out of static analysis jobAchilleas Pipinellis
2017-05-02Merge branch 'docs-mrs-should-run-static-analysis' into 'master' Achilleas Pipinellis
Docs branches should run static analysis See merge request !11035
2017-05-02Revert "Shorten and improve some job names"Douwe Maan
This reverts commit f2fc716c4f00caf4d0184caf19c930e2d37bb6c8
2017-05-02DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml`Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-02Make the static-analysis job be run for docs branches tooRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-02Merge branch '29036-use-slack-service-to-notify-of-failed-pipelines' into ↵Robert Speicher
'master' Remove notify slack job Closes #29036 See merge request !9709
2017-05-01Remove notify slack jobZeger-Jan van de Weg
2017-05-01Add scripts/static-analysis to run all the static analysers in one goRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-01Shorten and improve some job namesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-01Group static-analysis jobs into a single jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-28Resolve "rspec_profiling is enabled for MySQL"Rémy Coutable
2017-04-28Document the process of docs only changesAchilleas Pipinellis
2017-04-28Skip irrelevant jobs for documentation only changesAchilleas Pipinellis
2017-04-27Merge branch '31464-move-bundle-check-to-before_script' into 'master' Robert Speicher
Run `bundle check` after `bundle install` instead of having a dedicated job for it Closes #31464 See merge request !10944
2017-04-26Submodule Dockerfile templatesZeger-Jan van de Weg
2017-04-26Run `bundle check` after `bundle install` instead of having a dedicated job ↵Rémy Coutable
for it Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-25Remove outdated ci_setup.md doc page and document MySQL and RSpec profiling ↵Rémy Coutable
for specific branches Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-24Merge branch 'test-pg' into 'master' Rémy Coutable
Test both PostgreSQL and MySQL for the win Closes #2582 See merge request !10156
2017-04-19Don't run the downtime check on stable branches, or tags/masterno-downtime-check-stableDJ Mountney
The way the check currently works, it runs on the diff between your branch and the latest commit in gitlab on master. This doesn't give a good representation of the changes migrations for stable branches, tags, and master itself.
2017-04-19Remove node modules cache because we already use artifactsLin Jen-Shin (godfat)
2017-04-15Turn on caching of classes in Knapsack specsStan Hu
Enabling caching of classes slows start-up time because all controllers are loaded at initialization, but it reduces memory and load because files are not reloaded with every request. For example, caching is not necessary for loading database migrations but useful for handling Knapsack specs. Addresses gitlab-org/gitlab-ee#2162
2017-04-13Properly use $BUNDLE_INSTALL_FLAGSLin Jen-Shin
2017-04-13Always use . and add more comments to prepare_build.shLin Jen-Shin
2017-04-12Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin
* 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
2017-04-12Merge branch 'gitaly-testing' into 'master' Rémy Coutable
Setup and run a Gitaly server for testing if GitalyClient is enabled See merge request !10298