Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't run the downtime check on stable branches, or tags/masterno-downtime-check-stable | DJ Mountney | 2017-04-19 | 1 | -1/+7 |
| | | | | | | | | 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. | ||||
* | Remove node modules cache because we already use artifacts | Lin Jen-Shin (godfat) | 2017-04-19 | 1 | -7/+0 |
| | |||||
* | Turn on caching of classes in Knapsack specs | Stan Hu | 2017-04-14 | 1 | -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 Coutable | 2017-04-12 | 1 | -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-testing | Alejandro Rodríguez | 2017-04-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'redundant-steps-for-ci' into 'master' | Rémy Coutable | 2017-04-11 | 1 | -2/+0 |
|\ \ | |/ |/| | | | | | Remove redundant steps from .gitlab-ci-yml configs See merge request !10425 | ||||
| * | Remove redundant steps from .gitlab-ci-yml configs | bogdanvlviv | 2017-04-03 | 1 | -2/+0 |
| | | | | | | | | scripts/prepare_build.sh already does it | ||||
* | | Bump migration paths version | Z.J. van de Weg | 2017-04-07 | 1 | -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 bundle | Mike Greiling | 2017-04-04 | 1 | -2/+1 |
| | | |||||
* | | Fetch the default number of commits (20) for docs:check jobs30451-fix-docs-check-jobs-shallow-fetch | Rémy Coutable | 2017-04-04 | 1 | -4/+0 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Test docs internal links check | Achilleas Pipinellis | 2017-03-30 | 1 | -2/+23 |
| | |||||
* | Don't include branch name in Knapsack report file | Rémy Coutable | 2017-03-28 | 1 | -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 created | Rémy Coutable | 2017-03-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch '29772-store-knapsack-reports-in-s3' into 'master' | Kamil Trzciński | 2017-03-27 | 1 | -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 cache | Rémy Coutable | 2017-03-24 | 1 | -31/+36 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Temporarily ignore Nokogiri CVE-2016-4658 | Robert Speicher | 2017-03-24 | 1 | -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 McGivern | 2017-03-24 | 1 | -3/+2 |
|\ | | | | | | | | | Fetch deeper the tested branch before fetching master See merge request !9484 | ||||
| * | Fetch deeper the tested branch before fetching master | Rémy Coutable | 2017-03-23 | 1 | -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 Bizon | 2017-03-24 | 1 | -0/+2 |
|\ \ | |/ |/| | | | | | Include JavaScript test coverage in coverage badge See merge request !10097 | ||||
| * | Include JavaScript test coverage in coverage badge (!10097) | winniehell | 2017-03-23 | 1 | -0/+2 |
| | | |||||
* | | Run bundle install after checking out $CI_COMMIT_SHA | Rémy Coutable | 2017-03-23 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Clean cache after bundling | Z.J. van de Weg | 2017-03-21 | 1 | -1/+1 |
| | | |||||
* | | Only add frontend code coverage instrumentation when generating coverage report | Mike Greiling | 2017-03-20 | 1 | -0/+2 |
| | | |||||
* | | Fail trigger_docs if triggering build was not successful | winniehell | 2017-03-20 | 1 | -1/+2 |
| | | |||||
* | | Simplify trigger_docs build job for CE and EE (!9820) | winniehell | 2017-03-20 | 1 | -1/+2 |
|/ | |||||
* | Fix Slack link when on notify | Zeger-Jan van de Weg | 2017-03-16 | 1 | -4/+3 |
| | |||||
* | Merge branch 'remove-es6-extension-configuration' into 'master' | Filipa Lacerda | 2017-03-16 | 1 | -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-configuration | Mike Greiling | 2017-03-15 | 1 | -1/+1 |
| | | |||||
* | | Futher rename the CI variableszj-rename-ci-vars | Z.J. van de Weg | 2017-03-16 | 1 | -6/+6 |
|/ | |||||
* | Merge branch 'test-db-rollback' into 'master' | Kamil Trzciński | 2017-03-15 | 1 | -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-rollback | Lin Jen-Shin | 2017-03-14 | 1 | -1/+2 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9908#note_25331127 | ||||
| * | Add a test which would rollback db and migrate again | Lin Jen-Shin | 2017-03-14 | 1 | -0/+7 |
| | | | | | | | | Closes #29106 | ||||
* | | Merge branch 'rs-capybara-screenshot-artifacts' into 'master' | Kamil Trzciński | 2017-03-14 | 1 | -2/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | Store capybara screenshots as build artifacts Closes #13971 See merge request !7985 | ||||
| * | | Store capybara-screenshots folder as artifacts for RSpec and Spinach | Robert Speicher | 2016-12-08 | 1 | -2/+6 |
| | | | |||||
* | | | Retry only on feature specs that use JS, on CI29242-fix-api-specs-potential-weird-failures-on-retries | Rémy Coutable | 2017-03-13 | 1 | -2/+0 |
| |/ |/| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Revert it | Jacob Schatz | 2017-03-06 | 1 | -1/+0 |
| | | |||||
* | | See if repro #29035 | Jacob Schatz | 2017-03-06 | 1 | -0/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Remove Test if worked. #29035 | Jacob Schatz | 2017-03-06 | 1 | -1/+0 |
| | | | | | | | | [ci skip] | ||||
* | | [ci skip] | Jacob Schatz | 2017-03-06 | 1 | -0/+1 |
| | | | | | | | | See if we can reproduce that problem | ||||
* | | Enable build job for caching Gems of GitLab EEcache-gems-for-ee | 💃 Winnie 💃 | 2017-03-05 | 1 | -0/+1 |
| | | |||||
* | | Re-enable GitLab pages job for GitLab EEpages-for-ee | 💃 Winnie 💃 | 2017-03-04 | 1 | -0/+1 |
| | | |||||
* | | Remove bundle-audit ignores that are no longer applicable | Robert Speicher | 2017-03-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '28450-test-compiling-frontend-assets-for-production-in-ci' ↵ | Jacob Schatz | 2017-02-23 | 1 | -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 output | Mike Greiling | 2017-02-21 | 1 | -1/+10 |
| | | | |||||
| * | | add production asset compile step to CI config | Mike Greiling | 2017-02-20 | 1 | -0/+12 |
| | | | |||||
* | | | Ignore two Rails CVEs in bundler:audit job | Douwe Maan | 2017-02-22 | 1 | -1/+1 |
|/ / | |||||
* | | Rename karma job to rake karmarename-karma-job | Clement Ho | 2017-02-17 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'cover-my-karma' into 'master' | Clement Ho | 2017-02-14 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Reintroduce coverage report for JavaScript Closes #27826 and #20757 See merge request !9133 | ||||
| * | | Reintroduce coverage report for JavaScript (!9133) | winniehell | 2017-02-11 | 1 | -2/+2 |
| | | | |||||
* | | | fix eslint builds within .gitlab-ci.yml | Mike Greiling | 2017-02-14 | 1 | -2/+2 |
| | | |