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
2020-03-19Add latest changes from gitlab-org/gitlab@12-9-stable-eeGitLab Bot
2020-02-28Add latest changes from gitlab-org/gitlab@12-8-stable-eeGitLab Bot
2020-02-24Add latest changes from gitlab-org/gitlab@12-8-stable-eeGitLab Bot
2020-02-20Add latest changes from gitlab-org/gitlab@12-8-stable-eeGitLab Bot
2020-02-18Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot
2020-01-21Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot
2019-12-30Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot
2019-12-27Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot
2019-12-20Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot
2019-12-20Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot
2019-11-20Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot
2019-11-15Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-10-22Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-11Merge branch '26893-ee-fix-scheduled-review-app-needs' into 'master'Rémy Coutable
Fix review pipeline needs blocking scheduled deploys Closes #26893 and gitlab-ee#26893 See merge request gitlab-org/gitlab-ce!32925
2019-09-11Add webpack memory test to CIMike Greiling
2019-09-11Fix review pipeline needs blocking scheduled deploysKyle Wiebers
2019-09-11Merge branch 'do-not-retry-review-jobs-failures' into 'master'Lin Jen-Shin
Don't retry the review-* jobs since they're allowed to fail See merge request gitlab-org/gitlab-ce!32893
2019-09-10Don't retry the review-* jobs since they're allowed to failRémy Coutable
Retrying these jobs only make the pipelines longer without any added benefit. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-09-10Add review-cleanup-failed-deployment to prepareKyle Wiebers
Add in a job to purge previous release in Review App
2019-09-09Add complete list of personas in feature issue templatePhilippe Lafoucrière
2019-09-09Make the 'package-and-qa-manual:master' job only run on .comRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-09-06Add note about permissions in Doc MR templateTetiana Chupryna
2019-09-05Merge branch 'dag-setup-test-env' into 'master'Rémy Coutable
DAG changes for setup-test-env and review-deploy See merge request gitlab-org/gitlab-ce!32366
2019-09-05Add note about updating permissionsTetiana Chupryna
2019-09-05Add DAG to setup-test-env jobs and review-cng-base to speed up pipelineKyle Wiebers
Add needs for all jobs which require setup-test-env and move review-build-cng to additional stage review-prepare to decrease wait time for jobs in pipeline
2019-09-05Add docs exception to lint-ci jobMarcel Amirault
2019-09-04Merge branch '66428-make-review-app-deployment-use-wait' into 'master'Rémy Coutable
Make Review App deployment use `--wait` instead of `--atomic` for better debugging Closes #66428 See merge request gitlab-org/gitlab-ce!32223
2019-09-04Add docs exception back to qa manual jobMarcel Amirault
2019-09-04Remove jsdoc jobWinnie Hellmann
2019-09-03Switch back to the '--wait' flag for the 'helm upgrade' commandRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-09-03Remove a useless '.except-docs-qa' extension in 'package-and-qa-manual'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-09-03Introduce a new 'package-and-qa-manual:master' jobRémy Coutable
This is needed because in `master`, the `gitlab:assets:compile` is created, but not the `gitlab:assets:compile pull-cache` job, and the `needs` keyword cannot take jobs that don't exist, thus we have to create a dedicated job for `master`, with `needs: ["build-qa-image", "gitlab:assets:compile"]` instead of `needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]`. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-09-03Ensure 'build-qa-image' is created for all pipelines except docs & qaRémy Coutable
This also makes 'package-and-qa-manual' created for 'master' because it's a valid use-case to run manual QA on 'master'. Without this change, no pipeline could be created for auto-deploy branches due to the following error: The form contains the following error: package-and-qa-manual: needs 'build-qa-image' Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-09-02Remove lint:javascript:report jobWinnie Hellmann
2019-09-02Change markdownlint wildcard formatMarcel Amirault
2019-08-30Merge branch 'move-ee-ci-config-to-ce' into 'master'Lin Jen-Shin
Don't use ee/.gitlab/ for CI config files See merge request gitlab-org/gitlab-ce!32351
2019-08-28Set dast job to extend .review-onlyKyle Wiebers
2019-08-28Merge branch 'add-sast-dast-artifact-path' into 'master'Rémy Coutable
Make sast & dast artifacts browseable See merge request gitlab-org/gitlab-ce!32219