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
2016-12-03Bump ruby versionZ.J. van de Weg
2016-11-30Disable the ee_compat_check task on devRémy Coutable
We usually use it for security fixes that don't need to be ported to EE and the task seems to hang when run against the security branch. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-23Merge branch 'zj-fix-flags-usage-gitlab-ci-yml' into 'master' Rémy Coutable
Fix BASH usage in the .gitlab-ci.yml As discussed on Slack. Even though I created the fix, I was a mere code monkey in this case. See merge request !7693
2016-11-23Merge branch 'zj-notify-development' into 'master' Sean McGivern
Notify broken master on #development See merge request !7593
2016-11-23Fix BASH usage in the .gitlab-ci.ymlZ.J. van de Weg
2016-11-22Generate ESLint HTML report (!7374)winniehell
2016-11-22Merge branch 'add-node-modules-cache-to-npm-related-builds' into 'master' Robert Speicher
Add node_modules cache to npm related builds See merge request !7548
2016-11-22Revert "Test only migrations"Kamil Trzcinski
This reverts commit 23fc7875a838b072b8869efada6f68a3a19fc9a6.
2016-11-22Fetch only one revisionKamil Trzcinski
2016-11-22Test only migrationsKamil Trzcinski
2016-11-22Fix migration paths testsKamil Trzcinski
2016-11-19Add node_modules cache to npm related buildsLuke "Jared" Bennett
2016-11-19Notify broken master on #development Zeger-Jan van de Weg
AKA: - move all conversations to #core - beating will continue until morale improves - Learn by pain - Pain driven development
2016-11-17tests: Move rake assets:precompile and cloning gitlab-{shell,test} to the ↵Nick Thomas
prepare stage
2016-11-12Also test on dev.gitlab [ci skip]Z.J. van de Weg
2016-11-12Only run builds on master of CE or EEZ.J. van de Weg
2016-11-10Improve EeCompatCheck, cache EE repo and keep artifacts for the ↵Rémy Coutable
ee_compat_check task Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-07Replace trigger with the new ID of the docs projectAchilleas Pipinellis
[ci skip]
2016-10-28Replace static issue fixtures by script (!6059)winniehell
2016-10-26Merge branch 'eslint' into 'master' Fatih Acet
Add ESLint ## What does this MR do? - create `package.json` - add ESLint dependencies to `package.json` - add JavaScript linting to CI - add Rake task `lint:javascript`as alias for `eslint` (which itself is an alias for `npm run eslint`) ## Are there points in the code the reviewer needs to double check? Probably not. ## Why was this MR needed? My hovercraft was full of eels. ## What are the relevant issue numbers? - https://gitlab.com/gitlab-org/gitlab-ce/issues/13224#note_12537431 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5006#note_13255658 See merge request !5445
2016-10-26Merge branch 'dont-test-ee_compat_check-on-master' into 'master' Robert Speicher
We don't need to run `ee_compat_check` against `master` See merge request !7119
2016-10-26Merge branch 'docs-trigger-variable' into 'master' Achilleas Pipinellis
Add a trigger variable to docs trigger job See merge request !7089
2016-10-26We don't need to run ee_compat_check against masterRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-26make build fail for ESLint errorswinniehell
2016-10-26add JavaScript linting to CI (!5445)winniehell
2016-10-25Merge branch 'troubleshoot-migration-paths' into 'master' Stan Hu
Fix the `migration paths` CI job ## What does this MR do? It fixes the `migration paths` CI job. This job started failing at the time we added a migration that is actually using Redis. The issue was that the `config/resque.yml` file we're using is not back-compatible with the `v8.5.9` version we're checking out in the first part of the job, that's why we're using a UNIX socket for this version. To fix the issue: * We use 'SETUP_DB: 'false'` in the job variables to speed up the job (it does not make sense to run migration before checking out v8.5.9) * We just copy config/resque.yml.example to config/resque.yml at is simply has correct structure when checked out from v8.5.9 * When we revert to CI_BUILD_REF, we run prepare script again, which swaps config/resque.yml again, using new version this time. Fixes #23658. Note: the `migration paths` CI job is run on `master` only but you can see a successful build here: https://gitlab.com/gitlab-org/gitlab-ce/commit/fd99ec1a8ecc49ef70c4358ca7be2987f2a7505f See merge request !7092
2016-10-25Improve redis config tasks for migration paths jobGrzegorz Bizon
2016-10-25Restrict docs trigger job only to gitlab-org/gitlab-ceAchilleas Pipinellis
2016-10-25Keep the new resque.yml aside and use it once we've checked out masterRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-25Use the alpine Docker image for docs triggerAchilleas Pipinellis
2016-10-25Add a variable to docs trigger and set Git strategy to noneAchilleas Pipinellis
2016-10-21Change the approach to check if patches apply cleanlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-17Merge branch 'master' into merge-conflicts-editor-2Sean McGivern
2016-10-14Fix retriesKamil Trzcinski
2016-10-14Re-run specs if failedKamil Trzcinski
2016-10-14Remove spinach retry.Connor Shea
2016-10-13Merge branch 'trigger-docs-yaml' into 'master' Achilleas Pipinellis
Do not run before_script, artifacts, cache in trigger_docs job Fixes See merge request !6866
2016-10-13Fix column limit on mysqlAlfredo Sumaran
2016-10-13Do not run before_script, artifacts, cache in trigger_docs jobAchilleas Pipinellis
2016-10-13Improve the branch existence and merge checksRémy Coutable
Also add a safeguard for non-CI env. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-13Draft a quick CE->EE merge check rake taskRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-13Merge branch 'cache-gems-for-tags' into 'master' Robert Speicher
Keep a copy of gems needed by our releases as CI artifacts This is meant as insurance in case a gem GitLab needs is ever removed from rubygems.org. After we merge this, all future GitLab tags will have a CI artifact archive containing all the gems (for all platforms) specified in Gemfile.lock for that revision. Only runs on tags (so we don't constantly create 50MB gem cache bundles). See merge request !6617
2016-10-13Add job to trigger a docs.gitlab.com buildAchilleas Pipinellis
2016-10-12Merge branch 'sh-add-bundle-check' into 'master' Rémy Coutable
Add a bundle check step to ensure dependencies are correct This should help prevent merge issues in the future, which caused !6814 to be needed. See merge request !6815
2016-10-12Revert "Merge branch 'tests-use-tmpfs' into 'master'"Yorick Peterse
This reverts merge request !6730
2016-10-12Add a separate stage for bundle checkStan Hu
2016-10-12Add a bundle check step to ensure dependencies are correctStan Hu
This should help prevent merge issues in the future, which caused !6814 to be needed.
2016-10-06Try tmpfs for repository storage, etcNick Thomas
2016-10-06Don't allow flay to fail.Connor Shea
2016-09-30Move the images over to dev.gitlab.orgZ.J. van de Weg