summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Turn on caching of classes in Knapsack specsStan Hu2017-04-141-0/+2
| | | | | | | | | 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
* Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-121-1/+1
|\ | | | | | | | | Setup and run a Gitaly server for testing if GitalyClient is enabled See merge request !10298
| * 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 configs See merge request !10425
| * Remove redundant steps from .gitlab-ci-yml configsbogdanvlviv2017-04-031-2/+0
| | | | | | | | scripts/prepare_build.sh already does it
* | Bump migration paths versionZ.J. van de Weg2017-04-071-1/+1
| | | | | | | | | | | | | | Skimming over the job I noticed that the version is way behind in history, which ansich is a good thing. However, the first couple of migrations have been tested ad infinitum at this point, plus it adds to the number of objects to fetch for this job.
* | 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
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
| | | | | | Otherwise, branches other than master won't benefit from Knapsack! Signed-off-by: Rémy Coutable <remy@rymai.me>
* If wget fails, remove the empty file createdRémy Coutable2017-03-271-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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 cache Closes #29772 See merge request !10192
| * Save Knapsack reports in S3 instead of in shared cacheRémy Coutable2017-03-241-31/+36
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Temporarily ignore Nokogiri CVE-2016-4658Robert Speicher2017-03-241-1/+1
|/ | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/29992 for progress on updating this gem. In the meantime, we can't do anything about it quickly, so we'll ignore the CVE in `bundle-audit`
* Merge branch 'improve-ee_check_compat-again' into 'master' Sean McGivern2017-03-241-3/+2
|\ | | | | | | | | Fetch deeper the tested branch before fetching master See merge request !9484
| * Fetch deeper the tested branch before fetching masterRémy Coutable2017-03-231-3/+2
| | | | | | | | | | | | | | | | | | | | The tested branch is clone with a deep of 20 so if it has more than 20 commits, we need to deepen its hitory to be able to find the merge-base with origin/master. Also, detect prefixed EE branch as well, i.e. `ee-<branch>`. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'frontend-coverage-badge' into 'master' Grzegorz Bizon2017-03-241-0/+2
|\ \ | |/ |/| | | | | Include JavaScript test coverage in coverage badge See merge request !10097
| * 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
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | 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
|/
* Fix Slack link when on notifyZeger-Jan van de Weg2017-03-161-4/+3
|
* Merge branch 'remove-es6-extension-configuration' into 'master' Filipa Lacerda2017-03-161-1/+1
|\ | | | | | | | | Remove remaining references to .es6 file extension in our config files and documentation See merge request !9980
| * remove all references to the .es6 in our config files and documentationremove-es6-extension-configurationMike Greiling2017-03-151-1/+1
| |
* | Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-6/+6
|/
* Merge branch 'test-db-rollback' into 'master' Kamil Trzciński2017-03-151-0/+8
|\ | | | | | | | | | | | | Add a test which would rollback db and migrate again Closes #29106 See merge request !9908
| * Split to two commands, feedback:test-db-rollbackLin Jen-Shin2017-03-141-1/+2
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9908#note_25331127
| * Add a test which would rollback db and migrate againLin Jen-Shin2017-03-141-0/+7
| | | | | | | | Closes #29106
* | Merge branch 'rs-capybara-screenshot-artifacts' into 'master' Kamil Trzciński2017-03-141-2/+6
|\ \ | | | | | | | | | | | | | | | | | | Store capybara screenshots as build artifacts Closes #13971 See merge request !7985
| * | Store capybara-screenshots folder as artifacts for RSpec and SpinachRobert Speicher2016-12-081-2/+6
| | |
* | | Retry only on feature specs that use JS, on CI29242-fix-api-specs-potential-weird-failures-on-retriesRémy Coutable2017-03-131-2/+0
| |/ |/| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Revert itJacob Schatz2017-03-061-1/+0
| |
* | See if repro #29035Jacob Schatz2017-03-061-0/+1
| | | | | | | | [ci skip]
* | Remove Test if worked. #29035Jacob Schatz2017-03-061-1/+0
| | | | | | | | [ci skip]
* | [ci skip]Jacob Schatz2017-03-061-0/+1
| | | | | | | | See if we can reproduce that problem
* | Enable build job for caching Gems of GitLab EEcache-gems-for-ee💃 Winnie 💃2017-03-051-0/+1
| |
* | Re-enable GitLab pages job for GitLab EEpages-for-ee💃 Winnie 💃2017-03-041-0/+1
| |
* | Remove bundle-audit ignores that are no longer applicableRobert Speicher2017-03-021-1/+1
| |
* | Merge branch '28450-test-compiling-frontend-assets-for-production-in-ci' ↵Jacob Schatz2017-02-231-0/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Test compiling frontend assets for production in CI" Closes #28450 See merge request !9396
| * | add webpack bundle analyzer to production outputMike Greiling2017-02-211-1/+10
| | |
| * | add production asset compile step to CI configMike Greiling2017-02-201-0/+12
| | |
* | | Ignore two Rails CVEs in bundler:audit jobDouwe Maan2017-02-221-1/+1
|/ /
* | Rename karma job to rake karmarename-karma-jobClement Ho2017-02-171-2/+2
| |
* | Merge branch 'cover-my-karma' into 'master' Clement Ho2017-02-141-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Reintroduce coverage report for JavaScript Closes #27826 and #20757 See merge request !9133
| * | Reintroduce coverage report for JavaScript (!9133)winniehell2017-02-111-2/+2
| | |
* | | fix eslint builds within .gitlab-ci.ymlMike Greiling2017-02-141-2/+2
| | |
* | | add yarn check to ensure package.json doesn't diverge from yarn.lockMike Greiling2017-02-131-1/+2
| | |
* | | display yarn version and node version within CI logsMike Greiling2017-02-131-0/+2
| | |