diff --git a/.gitlab/issue_templates/Feature Flag Roll Out.md b/.gitlab/issue_templates/Feature Flag Roll Out.md index 86083c565fb..39f4de94553 100644 --- a/.gitlab/issue_templates/Feature Flag Roll Out.md +++ b/.gitlab/issue_templates/Feature Flag Roll Out.md @@ -75,7 +75,10 @@ Are there any other stages or teams involved that need to be kept in the loop? issue](https://about.gitlab.com/handbook/engineering/infrastructure/change-management/#feature-flags-and-the-change-management-process). Cross link the issue here if it does. +- [ ] Ensure that you or a representative in development can be available for at least 2 hours after feature flag updates in production. If a different developer will be covering, or an exception is needed, please inform the oncall SRE by using the `@sre-oncall` Slack alias. + *Partial Rollout Phase* + - [ ] Enable on GitLab.com for individual groups/projects listed above and verify behaviour (`/chatops run feature set --project=gitlab-org/gitlab feature_name true`) - [ ] Verify behaviour (See Beta Groups) and add details with screenshots as a comment on this issue diff --git a/.rubocop_manual_todo.yml b/.rubocop_manual_todo.yml index c1285c77e01..eba11804513 100644 --- a/.rubocop_manual_todo.yml +++ b/.rubocop_manual_todo.yml @@ -1998,6 +1998,8 @@ Gitlab/NamespacedClass: - 'app/serializers/group_entity.rb' - 'app/serializers/group_group_link_entity.rb' - 'app/serializers/group_group_link_serializer.rb' + - 'app/serializers/group_issuable_autocomplete_entity.rb' + - 'app/serializers/group_issuable_autocomplete_serializer.rb' - 'app/serializers/group_serializer.rb' - 'app/serializers/issuable_entity.rb' - 'app/serializers/issuable_sidebar_basic_entity.rb' @@ -2500,8 +2502,6 @@ Gitlab/NamespacedClass: - 'ee/app/serializers/geo_project_registry_entity.rb' - 'ee/app/serializers/geo_project_registry_serializer.rb' - 'ee/app/serializers/group_analytics_serializer.rb' - - 'ee/app/serializers/group_issuable_autocomplete_entity.rb' - - 'ee/app/serializers/group_issuable_autocomplete_serializer.rb' - 'ee/app/serializers/group_vulnerability_autocomplete_entity.rb' - 'ee/app/serializers/group_vulnerability_autocomplete_serializer.rb' - 'ee/app/serializers/invited_group_entity.rb' diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index b15a3879a77..e70d1d0105b 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -1481a9195c200e375a177cf201058b88bebe271b +c67f1a2bb56d8fa3403b529fd3bf36dba3a6488c diff --git a/Gemfile b/Gemfile index 9cd928d5fd8..3504041ec6c 100644 --- a/Gemfile +++ b/Gemfile @@ -481,7 +481,7 @@ end gem 'spamcheck', '~> 0.0.5' # Gitaly GRPC protocol definitions -gem 'gitaly', '~> 13.11.0.pre.rc1' +gem 'gitaly', '~> 13.12.0.pre.rc1' gem 'grpc', '~> 1.30.2' diff --git a/Gemfile.lock b/Gemfile.lock index 8111ff597e7..643cb7046c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -439,7 +439,7 @@ GEM rails (>= 3.2.0) git (1.7.0) rchardet (~> 1.8) - gitaly (13.11.0.pre.rc1) + gitaly (13.12.0.pre.rc1) grpc (~> 1.0) github-markup (1.7.0) gitlab (4.16.1) @@ -1446,7 +1446,7 @@ DEPENDENCIES gettext (~> 3.3) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.3) - gitaly (~> 13.11.0.pre.rc1) + gitaly (~> 13.12.0.pre.rc1) github-markup (~> 1.7.0) gitlab-chronic (~> 0.10.5) gitlab-dangerfiles (~> 2.0.0) diff --git a/app/views/shared/icons/_dev_ops_report_no_data.svg b/app/assets/images/dev_ops_report_no_data.svg similarity index 100% rename from app/views/shared/icons/_dev_ops_report_no_data.svg rename to app/assets/images/dev_ops_report_no_data.svg diff --git a/app/assets/javascripts/analytics/devops_report/components/devops_score.vue b/app/assets/javascripts/analytics/devops_report/components/devops_score.vue index 7dc552623f6..1a3289ffb75 100644 --- a/app/assets/javascripts/analytics/devops_report/components/devops_score.vue +++ b/app/assets/javascripts/analytics/devops_report/components/devops_score.vue @@ -1,5 +1,5 @@