Skip to content
Snippets Groups Projects

Display a group by dropdown

Merged Savas Vedova requested to merge 420055-create-group-by-button into master
All threads resolved!
Compare and Show latest version
401 files
+ 7202
4915
Compare changes
  • Side-by-side
  • Inline
Files
401
@@ -381,6 +381,8 @@
@@ -381,6 +381,8 @@
# Gitaly has interactions with background migrations: https://gitlab.com/gitlab-org/gitlab/-/issues/336538
# Gitaly has interactions with background migrations: https://gitlab.com/gitlab-org/gitlab/-/issues/336538
- "GITALY_SERVER_VERSION"
- "GITALY_SERVER_VERSION"
- "lib/gitlab/setup_helper.rb"
- "lib/gitlab/setup_helper.rb"
 
# Test-gap from https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues/275
 
- "{,ee/,jh/}lib/tasks/gitlab/seed/*.rake"
# DB backup patterns
# DB backup patterns
.db-backup-patterns: &db-backup-patterns
.db-backup-patterns: &db-backup-patterns
@@ -611,7 +613,10 @@
@@ -611,7 +613,10 @@
- qa/gdk/**/*
- qa/gdk/**/*
- Gemfile.lock
- Gemfile.lock
- yarn.lock
- yarn.lock
 
- scripts/frontend/postinstall.js
- workhorse/**/*
- workhorse/**/*
 
- vendor/gems/**/*
 
- gems/**/*
- VERSION
- VERSION
- GITLAB_WORKHORSE_VERSION
- GITLAB_WORKHORSE_VERSION
- GITLAB_METRICS_EXPORTER_VERSION
- GITLAB_METRICS_EXPORTER_VERSION
@@ -912,14 +917,16 @@
@@ -912,14 +917,16 @@
- !reference [".qa:rules:package-and-test-never-run", rules]
- !reference [".qa:rules:package-and-test-never-run", rules]
- <<: *if-default-branch-schedule-nightly # already executed in the 2-hourly schedule
- <<: *if-default-branch-schedule-nightly # already executed in the 2-hourly schedule
when: never
when: never
- <<: *if-default-branch-refs # Includes scheduled pipelines
- <<: *if-default-branch-refs
 
# Rebuild base only when relevant components change
 
- <<: *if-default-branch-refs
 
changes: *gdk-component-patterns
variables:
variables:
BUILD_GDK_BASE: "true"
BUILD_GDK_BASE: "true"
# We want to also rebuild the base image if MRs change certain components.
- <<: *if-merge-request
- <<: *if-merge-request
 
changes: *gdk-component-patterns
variables:
variables:
BUILD_GDK_BASE: "true"
BUILD_GDK_BASE: "true"
changes: *gdk-component-patterns
# The rest are included to be consistent with .qa:rules:e2e:test-on-gdk
# The rest are included to be consistent with .qa:rules:e2e:test-on-gdk
- <<: *if-merge-request-targeting-stable-branch
- <<: *if-merge-request-targeting-stable-branch
changes: *setup-test-env-patterns
changes: *setup-test-env-patterns
Loading