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
2019-12-31Add latest changes from gitlab-org/security/gitlab@12-4-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
2019-08-28Don't use ee/.gitlab/ for CI config filesYorick Peterse
These files are not available in CE, resulting in CI pipeline failures when trying to include these files. Since the job is already configured to only run on EE, we can just include it in both CE and EE.
2019-08-27Make sast & dast artifacts browseableKyle Wiebers
2019-08-27Don't set tags for the reports jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-27Run markdownlint before Nanoc checksAchilleas Pipinellis
Make it simpler to run markdownlint by moving it before we do those hacks to run Nanoc.
2019-08-27Merge branch 'feature-branch-gather-jobs-data' into 'master'Stan Hu
Reduce the complexity of our CI configuration Closes #51367 and #65702 See merge request gitlab-org/gitlab-ce!31728
2019-08-27Change database maintainers group for codeownersAndreas Brandl
Aligning with backend maintainers, @gitlab-org/maintainers/database is now used for codeowners.
2019-08-26Reduce complexity of CI filesStan Hu
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-26Change docs markdown linterMarcel Amirault
Change from ruby mdl to node markdownlint, add config file to root of project, delete old config file, update exceptions, and fix one doc that was didn't meet standards
2019-08-26Use the 'needs' keyword for 'package-and-qa-always' jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-26Dont run SAST on testsDennis Appelt
2019-08-22Add docs exceptions to two pipeline jobsMarcel Amirault