- 03.09.2019 40 коммитов
-
-
Illya Klymov создал
-
-
Jan Provaznik создал
Add #environments_cluster_path which will always return nil in CE See merge request gitlab-org/gitlab-ce!32527
-
Lin Jen-Shin создал
Make sure 'build-qa-image' is created for all pipelines See merge request gitlab-org/gitlab-ce!32570
-
-
Adam Hegyi создал
-
-
Andreas Brandl создал
"Allow milestones to be associated with releases" BE See merge request gitlab-org/gitlab-ce!30816
-
Etienne Baqué создал
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
-
Andreas Brandl создал
Add not null constraints to prometheus_metrics table columns Closes #66663 See merge request gitlab-org/gitlab-ce!32339
-
Rémy Coutable создал
Use new location for helm charts repo See merge request gitlab-org/gitlab-ce!32563
-
Kamil Trzciński создал
Expose `name` and `merge_request_event_type` in serialized json and predefined variables See merge request gitlab-org/gitlab-ce!32323
-
Lin Jen-Shin создал
Skip set_repo_refs to speed up the tests See merge request gitlab-org/gitlab-ce!32556
-
Igor создал
-
Ré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> -
Kushal Pandya создал
Make error flash notification sticky See merge request gitlab-org/gitlab-ce!30141
-
-
Winnie Hellmann создал
-
Ré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> -
Rémy Coutable создал
Add system hooks for project/group membership updates Closes gitlab-ee#12252 See merge request gitlab-org/gitlab-ce!32371
-
Lin Jen-Shin создал
Backport retries options for cancel_running See merge request gitlab-org/gitlab-ce!32525
-
Shinya Maeda создал
This commit adds pipeline.type key to PipelineEntity. This key will be used in MR widget in the next iteration.
-
-
Lin Jen-Shin создал
Stub DetectRepositoryLanguagesWorker for all tests See merge request gitlab-org/gitlab-ce!32430
-
-
Kushal Pandya создал
Remove deprecation message for milestone tabs See merge request gitlab-org/gitlab-ce!32252
-
Valery Sizov создал
-
Ash McKenzie создал
Remove all references to Gitlab::CorrelationId See merge request gitlab-org/gitlab-ce!32228
-
Arun Kumar Mohan создал
-
-
Thong Kuah создал
If user can push to docker then it can delete too Closes #40096 See merge request gitlab-org/gitlab-ce!31796
-
Giorgenes Gelatti создал
Extends the permission of $CI_REGISTRY_USER to allow them to delete tags in addition to just pushing. https://gitlab.com/gitlab-org/gitlab-ce/issues/40096
-
-
Evan Read создал
Make badging less confusing in quick actions doc Closes #66886 See merge request gitlab-org/gitlab-ce!32515
-
Marcel Amirault создал
-
Evan Read создал
Add suggested changes to docker build doc Closes #66802 See merge request gitlab-org/gitlab-ce!32442
-
Marcel Amirault создал
-
Evan Read создал
Add Danger bot development documentation Closes #58192 See merge request gitlab-org/gitlab-ce!32506
-
Nick Thomas создал
This is overdue, and some of the suggestions are embarrassing, but this is how we actually develop Danger today.
-
Brandon Williams создал
When updating group and project members, new system hooks `user_update_for_group` and `user_update_for_team` will be executed. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12252
-