summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Expand)AuthorAgeFilesLines
* Resolve "rspec_profiling is enabled for MySQL"Rémy Coutable2017-04-281-2/+2
* Document the process of docs only changesdocs/make-ci-run-only-for-doc-changesAchilleas Pipinellis2017-04-281-3/+4
* Skip irrelevant jobs for documentation only changesAchilleas Pipinellis2017-04-281-0/+26
* Merge branch '31464-move-bundle-check-to-before_script' into 'master' Robert Speicher2017-04-271-7/+0
|\
| * Run `bundle check` after `bundle install` instead of having a dedicated job f...31464-move-bundle-check-to-before_scriptRémy Coutable2017-04-261-7/+0
* | Submodule Dockerfile templatesZeger-Jan van de Weg2017-04-261-0/+1
|/
* Remove outdated ci_setup.md doc page and document MySQL and RSpec profiling f...30692-document-rspec-profile-and-mysql-branch-testing-and-remove-ci_setup-doc-pageRémy Coutable2017-04-251-1/+1
* Merge branch 'test-pg' into 'master' Rémy Coutable2017-04-241-64/+150
|\
| * Properly use $BUNDLE_INSTALL_FLAGStest-pg-mysqltest-pgLin Jen-Shin2017-04-131-2/+2
| * Always use . and add more comments to prepare_build.shLin Jen-Shin2017-04-131-1/+1
| * Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-121-1/+1
| |\
| * | Remove duplicated lineLin Jen-Shin2017-04-121-1/+0
| * | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-121-2/+1
| |\ \
| * | | Move variables back to where they areLin Jen-Shin2017-04-111-6/+6
| * | | Just set GITLAB_DATABASE in the scriptLin Jen-Shin2017-04-111-2/+0
| * | | We cannot use array in yaml variablesLin Jen-Shin2017-04-111-1/+0
| * | | Use GITLAB_DATABASE: $CI_JOB_NAME[1] so that weLin Jen-Shin2017-04-101-29/+17
| * | | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-101-1/+1
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-071-4/+20
| |\ \ \ \
| * | | | | Only upload/download knapsack reports from pgLin Jen-Shin2017-03-291-4/+4
| * | | | | Switch back to original repositoryLin Jen-Shin2017-03-291-1/+1
| * | | | | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-03-291-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-03-271-34/+40
| |\ \ \ \ \ \
| * | | | | | | Test all on EE, only master on CE, and -mysql branchesLin Jen-Shin2017-03-241-0/+12
| * | | | | | | Test both PostgreSQL and MySQL for the win.Lin Jen-Shin2017-03-241-65/+154
* | | | | | | | Don't run the downtime check on stable branches, or tags/masterno-downtime-check-stableDJ Mountney2017-04-191-1/+7
* | | | | | | | Remove node modules cache because we already use artifactsLin Jen-Shin (godfat)2017-04-191-7/+0
* | | | | | | | Turn on caching of classes in Knapsack specsStan Hu2017-04-141-0/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-121-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-111-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'redundant-steps-for-ci' into 'master' Rémy Coutable2017-04-111-2/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove redundant steps from .gitlab-ci-yml configsbogdanvlviv2017-04-031-2/+0
* | | | | | Bump migration paths versionZ.J. van de Weg2017-04-071-1/+1
| |_|_|_|/ |/| | | |
* | | | | Refactor test_utils bundleMike Greiling2017-04-041-2/+1
* | | | | Fetch the default number of commits (20) for docs:check jobs30451-fix-docs-check-jobs-shallow-fetchRémy Coutable2017-04-041-4/+0
|/ / / /
* | | | Test docs internal links checkAchilleas Pipinellis2017-03-301-2/+23
| |_|/ |/| |
* | | Don't include branch name in Knapsack report fileRémy Coutable2017-03-281-2/+2
* | | If wget fails, remove the empty file createdRémy Coutable2017-03-271-2/+2
| |/ |/|
* | Merge branch '29772-store-knapsack-reports-in-s3' into 'master' Kamil Trzciński2017-03-271-31/+36
|\ \
| * | Save Knapsack reports in S3 instead of in shared cacheRémy Coutable2017-03-241-31/+36
* | | Temporarily ignore Nokogiri CVE-2016-4658Robert Speicher2017-03-241-1/+1
|/ /
* | Merge branch 'improve-ee_check_compat-again' into 'master' Sean McGivern2017-03-241-3/+2
|\ \
| * | Fetch deeper the tested branch before fetching masterRémy Coutable2017-03-231-3/+2
| |/
* | Merge branch 'frontend-coverage-badge' into 'master' Grzegorz Bizon2017-03-241-0/+2
|\ \ | |/ |/|
| * Include JavaScript test coverage in coverage badge (!10097)winniehell2017-03-231-0/+2
* | Run bundle install after checking out $CI_COMMIT_SHARémy Coutable2017-03-231-0/+1
* | Clean cache after bundlingZ.J. van de Weg2017-03-211-1/+1
* | Only add frontend code coverage instrumentation when generating coverage reportMike Greiling2017-03-201-0/+2
* | Fail trigger_docs if triggering build was not successfulwinniehell2017-03-201-1/+2
* | Simplify trigger_docs build job for CE and EE (!9820)winniehell2017-03-201-1/+2
|/