Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6f88675d
Commit
6f88675d
authored
Nov 24, 2021
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use text now since Geo uses structure.sql
parent
2a410860
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab/issue_templates/Geo Replicate a new Git repository type.md
...ssue_templates/Geo Replicate a new Git repository type.md
+2
-2
.gitlab/issue_templates/Geo Replicate a new blob type.md
.gitlab/issue_templates/Geo Replicate a new blob type.md
+2
-2
No files found.
.gitlab/issue_templates/Geo Replicate a new Git repository type.md
View file @
6f88675d
...
...
@@ -78,8 +78,8 @@ Geo secondary sites have a [Geo tracking database](https://gitlab.com/gitlab-org
t
.
boolean
:missing_on_primary
,
default:
false
,
null:
false
t
.
binary
:verification_checksum
t
.
binary
:verification_checksum_mismatched
t
.
string
:verification_failure
,
limit:
255
# rubocop:disable Migration/PreventStrings see https://gitlab.com/gitlab-org/gitlab/-/issues/323806
t
.
string
:last_sync_failure
,
limit:
255
# rubocop:disable Migration/PreventStrings see https://gitlab.com/gitlab-org/gitlab/-/issues/323806
t
.
text
:verification_failure
,
limit:
255
t
.
text
:last_sync_failure
,
limit:
255
t
.
index
:cool_widget_id
,
name: :index_cool_widget_registry_on_cool_widget_id
,
unique:
true
t
.
index
:retry_at
...
...
.gitlab/issue_templates/Geo Replicate a new blob type.md
View file @
6f88675d
...
...
@@ -78,8 +78,8 @@ Geo secondary sites have a [Geo tracking database](https://gitlab.com/gitlab-org
t
.
boolean
:checksum_mismatch
,
default:
false
,
null:
false
t
.
binary
:verification_checksum
t
.
binary
:verification_checksum_mismatched
t
.
string
:verification_failure
,
limit:
255
# rubocop:disable Migration/PreventStrings see https://gitlab.com/gitlab-org/gitlab/-/issues/323806
t
.
string
:last_sync_failure
,
limit:
255
# rubocop:disable Migration/PreventStrings see https://gitlab.com/gitlab-org/gitlab/-/issues/323806
t
.
text
:verification_failure
,
limit:
255
t
.
text
:last_sync_failure
,
limit:
255
t
.
index
:cool_widget_id
,
name: :index_cool_widget_registry_on_cool_widget_id
,
unique:
true
t
.
index
:retry_at
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment