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
6d65793c
Commit
6d65793c
authored
Apr 30, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update URL and naming
parent
1bc65d29
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
ee/app/assets/javascripts/geo_nodes/components/node_detail_sections/node_details_section_sync.vue
...onents/node_detail_sections/node_details_section_sync.vue
+2
-2
ee/app/assets/javascripts/geo_nodes/components/node_detail_sections/node_details_section_verification.vue
...ode_detail_sections/node_details_section_verification.vue
+7
-7
ee/app/assets/javascripts/geo_nodes/constants.js
ee/app/assets/javascripts/geo_nodes/constants.js
+1
-1
No files found.
ee/app/assets/javascripts/geo_nodes/components/node_detail_sections/node_details_section_sync.vue
View file @
6d65793c
...
...
@@ -49,12 +49,12 @@
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
{
itemTitle
:
s__
(
'
GeoNodes|Local job artifacts
:
'
),
itemTitle
:
s__
(
'
GeoNodes|Local job artifacts
'
),
itemValue
:
this
.
nodeDetails
.
jobArtifacts
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
{
itemTitle
:
s__
(
'
GeoNodes|Data replication lag
:
'
),
itemTitle
:
s__
(
'
GeoNodes|Data replication lag
'
),
itemValue
:
this
.
dbReplicationLag
(),
itemValueType
:
VALUE_TYPE
.
PLAIN
,
},
...
...
ee/app/assets/javascripts/geo_nodes/components/node_detail_sections/node_details_section_verification.vue
View file @
6d65793c
...
...
@@ -2,7 +2,7 @@
import
{
s__
}
from
'
~/locale
'
;
import
{
numberToHumanSize
}
from
'
~/lib/utils/number_utils
'
;
import
{
VALUE_TYPE
,
HELP_INFO_URL
S
}
from
'
../../constants
'
;
import
{
VALUE_TYPE
,
HELP_INFO_URL
}
from
'
../../constants
'
;
import
GeoNodeDetailItem
from
'
../geo_node_detail_item.vue
'
;
import
SectionRevealButton
from
'
./section_reveal_button.vue
'
;
...
...
@@ -57,7 +57,7 @@
failureLabel
:
s__
(
'
GeoNodes|Failed
'
),
helpInfo
:
{
title
:
s__
(
'
GeoNodes|Repositories checksummed for verification with their counterparts on Secondary nodes
'
),
url
:
HELP_INFO_URL
S
.
REPOSITORY_VERIFICATION
,
url
:
HELP_INFO_URL
,
urlText
:
s__
(
'
GeoNodes|Learn more about Repository checksum progress
'
),
},
},
...
...
@@ -70,7 +70,7 @@
failureLabel
:
s__
(
'
GeoNodes|Failed
'
),
helpInfo
:
{
title
:
s__
(
'
GeoNodes|Wikis checksummed for verification with their counterparts on Secondary nodes
'
),
url
:
HELP_INFO_URL
S
.
REPOSITORY_VERIFICATION
,
url
:
HELP_INFO_URL
,
urlText
:
s__
(
'
GeoNodes|Learn more about Wiki checksum progress
'
),
},
},
...
...
@@ -111,8 +111,8 @@
failureLabel
:
s__
(
'
GeoNodes|Failed
'
),
helpInfo
:
{
title
:
s__
(
'
GeoNodes|Repositories verified with their counterparts on the Primary node
'
),
url
:
HELP_INFO_URL
S
.
REPOSITORY_VERIFICATION
,
urlText
:
s__
(
'
GeoNodes|Learn more about Repository
checksum progress
'
),
url
:
HELP_INFO_URL
,
urlText
:
s__
(
'
GeoNodes|Learn more about Repository
verification
'
),
},
},
{
...
...
@@ -124,8 +124,8 @@
failureLabel
:
s__
(
'
GeoNodes|Failed
'
),
helpInfo
:
{
title
:
s__
(
'
GeoNodes|Wikis verified with their counterparts on the Primary node
'
),
url
:
HELP_INFO_URL
S
.
CHECKSUMS
,
urlText
:
s__
(
'
GeoNodes|Learn more about Wiki
checksum progress
'
),
url
:
HELP_INFO_URL
,
urlText
:
s__
(
'
GeoNodes|Learn more about Wiki
verification
'
),
},
},
];
...
...
ee/app/assets/javascripts/geo_nodes/constants.js
View file @
6d65793c
...
...
@@ -28,4 +28,4 @@ export const TIME_DIFF = {
HOUR
:
3600
,
};
export
const
HELP_INFO_URL
S
=
{
REPOSITORY_VERIFICATION
:
'
https://docs.gitlab.com/ee/administration/geo/disaster_recovery/background_verification.html#repository-verification
'
,
CHECKSUMS
:
'
https://docs.gitlab.com/ee/administration/geo/disaster_recovery/background_verification.html#using-checksums-to-compare-geo-nodes
'
}
;
export
const
HELP_INFO_URL
=
'
https://docs.gitlab.com/ee/administration/geo/disaster_recovery/background_verification.html#repository-verification
'
;
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