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
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-11-18Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot
2021-08-19Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-19Pass branch name to the CNG pipeline for stable branchesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-06-12Pass FORCE_RAILS_IMAGE_BUILDS=true to the CNG triggered pipelineRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-12Tag asset docker image with GitLab version alsoBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-01-30Pass $CI_COMMIT_TAG as GITLAB_TAG to the CNG triggered pipelinesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-24Use $CI_COMMIT_REF_NAME for tags in trigger-buildRémy Coutable
Also, pass GITLAB_VERSION and GITLAB_ASSETS_TAG to CNG triggered pipelines. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-17Run gitlab:assets:compile on qa jobsMark Lapierre
Optionally compiling assets when needed for qa jobs proved unworkable so instead we fall back on compiling them for all qa jobs.
2018-11-29Pass GITLAB_REF_SLUG to CNG triggered pipelinesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-26Override CI_COMMIT_REF_SLUG for QA branchesRémy Coutable
The `gitlab:assets:compile` job isn't run for the QA branches, thus there's no Docker image correspinding these branches in the registry. By overriding `CI_COMMIT_REF_SLUG` to `master` for QA branches, the `fetch-assets` job in the `omnibus-gitlab` pipeline will pull the `master` assets Docker image. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-22Pass GITLAB_REF_SLUG to the Omnibus triggersRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-06Allow to override the gitlab-qa ref for the downstream triggerRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-10Improve the variables passed in trigger-buildRémy Coutable
Make the variable names consistent by following the `TOP_UPSTREAM_SOURCE_*` pattern. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-10Pass 'TOP_UPSTREAM_SOURCE_SHA' in trigger-buildRémy Coutable
This is needed because `GITLAB_VERSION` has a special meaning in `omnibus-gitlab` triggers: this is the GitLab version to build. The problem is that `omnibus-gitlab` also has triggers to run QA for an `omnibus-gitlab` commit, and if we use `GITLAB_VERSION` in that case, the comment would be posted on the GitLab CE/EE commit (stored in `GITLAB_VERSION`), whci hwouldn't make any sense. Thus we need `TOP_UPSTREAM_SOURCE_SHA` to represent the commit on which we want to leave a comment. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-08Improve downstream pipeine trigger classRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-24Refactor scripts/trigger-build and post a commit note with the downstream ↵Rémy Coutable
pipeline URL for omnibus triggers Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-20Ignore GitLab API hiccups in scripts/trigger-buildRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-14Move the trigger-build script into one location to serve both omnibus and ↵Marin Jankovski
cloud-native triggers.
2017-09-07Add script and job to trigger a docs buildAchilleas Pipinellis
2017-06-09Pass false to trigger if EE_PACKAGE not setBalasankar C
2017-05-25Pass EE variable if neededBalasankar C
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-09Improve readability of codeBalasankar C
2017-05-09Move triggering build logic to separate scriptBalasankar C