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
400 files
+ 7168
4913
Compare changes
  • Side-by-side
  • Inline
Files
400
@@ -381,6 +381,8 @@
# Gitaly has interactions with background migrations: https://gitlab.com/gitlab-org/gitlab/-/issues/336538
- "GITALY_SERVER_VERSION"
- "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
@@ -611,7 +613,10 @@
- qa/gdk/**/*
- Gemfile.lock
- yarn.lock
- scripts/frontend/postinstall.js
- workhorse/**/*
- vendor/gems/**/*
- gems/**/*
- VERSION
- GITLAB_WORKHORSE_VERSION
- GITLAB_METRICS_EXPORTER_VERSION
@@ -912,14 +917,16 @@
- !reference [".qa:rules:package-and-test-never-run", rules]
- <<: *if-default-branch-schedule-nightly # already executed in the 2-hourly schedule
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:
BUILD_GDK_BASE: "true"
# We want to also rebuild the base image if MRs change certain components.
- <<: *if-merge-request
changes: *gdk-component-patterns
variables:
BUILD_GDK_BASE: "true"
changes: *gdk-component-patterns
# The rest are included to be consistent with .qa:rules:e2e:test-on-gdk
- <<: *if-merge-request-targeting-stable-branch
changes: *setup-test-env-patterns
Loading