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
d452b978
Commit
d452b978
authored
Dec 01, 2021
by
Aakriti Gupta
Committed by
Douglas Barbosa Alexandre
Dec 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add text limit to Geo development guide
parent
439b2200
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
.gitlab/issue_templates/Geo Replicate a new Git repository type.md
...ssue_templates/Geo Replicate a new Git repository type.md
+1
-3
.gitlab/issue_templates/Geo Replicate a new blob type.md
.gitlab/issue_templates/Geo Replicate a new blob type.md
+1
-3
No files found.
.gitlab/issue_templates/Geo Replicate a new Git repository type.md
View file @
d452b978
...
...
@@ -142,7 +142,7 @@ The Geo primary site needs to checksum every replicable so secondaries can verif
t
.
datetime_with_timezone
:verified_at
t
.
integer
:verification_retry_count
,
limit:
2
t
.
binary
:verification_checksum
,
using:
'verification_checksum::bytea'
t
.
text
:verification_failure
t
.
text
:verification_failure
,
limit:
255
t
.
index
:verification_state
,
name:
VERIFICATION_STATE_INDEX_NAME
t
.
index
:verified_at
,
where:
"(verification_state = 0)"
,
order:
{
verified_at:
'ASC NULLS FIRST'
},
name:
PENDING_VERIFICATION_INDEX_NAME
...
...
@@ -150,8 +150,6 @@ The Geo primary site needs to checksum every replicable so secondaries can verif
t
.
index
:verification_state
,
where:
"(verification_state = 0 OR verification_state = 3)"
,
name:
NEEDS_VERIFICATION_INDEX_NAME
end
end
add_text_limit
:cool_widget_states
,
:verification_failure
,
255
end
def
down
...
...
.gitlab/issue_templates/Geo Replicate a new blob type.md
View file @
d452b978
...
...
@@ -144,7 +144,7 @@ The Geo primary site needs to checksum every replicable so secondaries can verif
t
.
datetime_with_timezone
:verified_at
t
.
integer
:verification_retry_count
,
limit:
2
t
.
binary
:verification_checksum
,
using:
'verification_checksum::bytea'
t
.
text
:verification_failure
t
.
text
:verification_failure
,
limit:
255
t
.
index
:verification_state
,
name:
VERIFICATION_STATE_INDEX_NAME
t
.
index
:verified_at
,
where:
"(verification_state = 0)"
,
order:
{
verified_at:
'ASC NULLS FIRST'
},
name:
PENDING_VERIFICATION_INDEX_NAME
...
...
@@ -152,8 +152,6 @@ The Geo primary site needs to checksum every replicable so secondaries can verif
t
.
index
:verification_state
,
where:
"(verification_state = 0 OR verification_state = 3)"
,
name:
NEEDS_VERIFICATION_INDEX_NAME
end
end
add_text_limit
:cool_widget_states
,
:verification_failure
,
255
end
def
down
...
...
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