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
8163d54c
Commit
8163d54c
authored
Jan 09, 2018
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify in UI that only local files are synced
as opposed to files in an object store.
parent
7caec044
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
ee/app/assets/javascripts/geo_nodes/components/geo_node_details.vue
...ets/javascripts/geo_nodes/components/geo_node_details.vue
+3
-3
ee/app/models/geo_node_status.rb
ee/app/models/geo_node_status.rb
+9
-9
No files found.
ee/app/assets/javascripts/geo_nodes/components/geo_node_details.vue
View file @
8163d54c
...
...
@@ -52,17 +52,17 @@
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
{
itemTitle
:
s__
(
'
GeoNodes|LFS objects:
'
),
itemTitle
:
s__
(
'
GeoNodes|L
ocal L
FS objects:
'
),
itemValue
:
this
.
nodeDetails
.
lfs
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
{
itemTitle
:
s__
(
'
GeoNodes|
J
ob artifacts:
'
),
itemTitle
:
s__
(
'
GeoNodes|
Local j
ob artifacts:
'
),
itemValue
:
this
.
nodeDetails
.
jobArtifacts
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
{
itemTitle
:
s__
(
'
GeoNodes|Attachments:
'
),
itemTitle
:
s__
(
'
GeoNodes|
Local
Attachments:
'
),
itemValue
:
this
.
nodeDetails
.
attachments
,
itemValueType
:
VALUE_TYPE
.
GRAPH
,
},
...
...
ee/app/models/geo_node_status.rb
View file @
8163d54c
...
...
@@ -15,15 +15,15 @@ class GeoNodeStatus < ActiveRecord::Base
wikis_count:
'Total number of wikis available on primary'
,
wikis_synced_count:
'Number of wikis synced on secondary'
,
wikis_failed_count:
'Number of wikis failed to sync on secondary'
,
lfs_objects_count:
'Total number of LFS objects available on primary'
,
lfs_objects_synced_count:
'Number of LFS objects synced on secondary'
,
lfs_objects_failed_count:
'Number of LFS objects failed to sync on secondary'
,
job_artifacts_count:
'Total number of job artifacts available on primary'
,
job_artifacts_synced_count:
'Number of job artifacts synced on secondary'
,
job_artifacts_failed_count:
'Number of job artifacts failed to sync on secondary'
,
attachments_count:
'Total number of file attachments available on primary'
,
attachments_synced_count:
'Number of attachments synced on secondary'
,
attachments_failed_count:
'Number of attachments failed to sync on secondary'
,
lfs_objects_count:
'Total number of
local
LFS objects available on primary'
,
lfs_objects_synced_count:
'Number of
local
LFS objects synced on secondary'
,
lfs_objects_failed_count:
'Number of
local
LFS objects failed to sync on secondary'
,
job_artifacts_count:
'Total number of
local
job artifacts available on primary'
,
job_artifacts_synced_count:
'Number of
local
job artifacts synced on secondary'
,
job_artifacts_failed_count:
'Number of
local
job artifacts failed to sync on secondary'
,
attachments_count:
'Total number of
local
file attachments available on primary'
,
attachments_synced_count:
'Number of
local file
attachments synced on secondary'
,
attachments_failed_count:
'Number of
local file
attachments failed to sync on secondary'
,
replication_slots_count:
'Total number of replication slots on the primary'
,
replication_slots_used_count:
'Number of replication slots in use on the primary'
,
replication_slots_max_retained_wal_bytes:
'Maximum number of bytes retained in the WAL on the primary'
,
...
...
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