Commit 01fe8d78 authored by Valery Sizov's avatar Valery Sizov

Add a changelog for Group Wiki Geo replication

parent cffdff1f
...@@ -2970,7 +2970,7 @@ Represents an external issue. ...@@ -2970,7 +2970,7 @@ Represents an external issue.
| `containerRepositoriesMaxCapacity` | [`Int`](#int) | The maximum concurrency of container repository sync for this secondary node. | | `containerRepositoriesMaxCapacity` | [`Int`](#int) | The maximum concurrency of container repository sync for this secondary node. |
| `enabled` | [`Boolean`](#boolean) | Indicates whether this Geo node is enabled. | | `enabled` | [`Boolean`](#boolean) | Indicates whether this Geo node is enabled. |
| `filesMaxCapacity` | [`Int`](#int) | The maximum concurrency of LFS/attachment backfill for this secondary node. | | `filesMaxCapacity` | [`Int`](#int) | The maximum concurrency of LFS/attachment backfill for this secondary node. |
| `groupWikiRepositoryRegistries` | [`GroupWikiRepositoryRegistryConnection`](#groupwikirepositoryregistryconnection) | Find group wiki repository registries on this Geo node. Available only when feature flag `geo_group_wiki_repository_replication` is enabled. | | `groupWikiRepositoryRegistries` | [`GroupWikiRepositoryRegistryConnection`](#groupwikirepositoryregistryconnection) | Find group wiki repository registries on this Geo node. |
| `id` | [`ID!`](#id) | ID of this GeoNode. | | `id` | [`ID!`](#id) | ID of this GeoNode. |
| `internalUrl` | [`String`](#string) | The URL defined on the primary node that secondary nodes should use to contact it. | | `internalUrl` | [`String`](#string) | The URL defined on the primary node that secondary nodes should use to contact it. |
| `mergeRequestDiffRegistries` | [`MergeRequestDiffRegistryConnection`](#mergerequestdiffregistryconnection) | Find merge request diff registries on this Geo node. | | `mergeRequestDiffRegistries` | [`MergeRequestDiffRegistryConnection`](#mergerequestdiffregistryconnection) | Find merge request diff registries on this Geo node. |
......
...@@ -41,8 +41,7 @@ module Types ...@@ -41,8 +41,7 @@ module Types
field :group_wiki_repository_registries, ::Types::Geo::GroupWikiRepositoryRegistryType.connection_type, field :group_wiki_repository_registries, ::Types::Geo::GroupWikiRepositoryRegistryType.connection_type,
null: true, null: true,
resolver: ::Resolvers::Geo::GroupWikiRepositoryRegistriesResolver, resolver: ::Resolvers::Geo::GroupWikiRepositoryRegistriesResolver,
description: 'Find group wiki repository registries on this Geo node.', description: 'Find group wiki repository registries on this Geo node.'
feature_flag: :geo_group_wiki_repository_replication
end end
end end
end end
...@@ -15,9 +15,5 @@ module Geo ...@@ -15,9 +15,5 @@ module Geo
def repository def repository
model_record.repository model_record.repository
end end
def self.replication_enabled_by_default?
false
end
end end
end end
---
title: Implement Group Wiki Geo replication
merge_request: 56247
author:
type: added
...@@ -5,4 +5,4 @@ rollout_issue_url: ...@@ -5,4 +5,4 @@ rollout_issue_url:
milestone: '13.10' milestone: '13.10'
type: development type: development
group: group::geo group: group::geo
default_enabled: false default_enabled: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment