Skip to content

Commit 860e46b

Browse files
authored
Merge pull request #178 from keithchong/8342-8349-ApplicationGraphView2
8342 8349 application graph view
2 parents 340e5fd + 7ab8203 commit 860e46b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+3755
-200
lines changed

locales/en/console-app.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Name is required.": "Name is required.",
3+
"Name can only contain letters, numbers, spaces, and hyphens.": "Name can only contain letters, numbers, spaces, and hyphens.",
4+
"The name {{favoriteName}} already exists in your favorites. Choose a unique name to save to your favorites.": "The name {{favoriteName}} already exists in your favorites. Choose a unique name to save to your favorites.",
5+
"Maximum number of favorites ({{maxCount}}) reached. To add another favorite, remove an existing page from your favorites.": "Maximum number of favorites ({{maxCount}}) reached. To add another favorite, remove an existing page from your favorites.",
6+
"Remove from favorites": "Remove from favorites",
7+
"Add to favorites": "Add to favorites",
8+
"Save": "Save",
9+
"Cancel": "Cancel",
10+
"Name": "Name"
11+
}

locales/en/plugin__gitops-plugin.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"No resources": "No resources",
8181
"There are no resources associated with the application.": "There are no resources associated with the application.",
8282
"Application resources": "Application resources",
83+
"The graph and table views show health and sync status for the application's immediate resources only. Click the Argo CD Link to see the complete resource tree. Use the filter to filter resources based on status and kind.": "The graph and table views show health and sync status for the application's immediate resources only. Click the Argo CD Link to see the complete resource tree. Use the filter to filter resources based on status and kind.",
8384
"Name": "Name",
8485
"Namespace": "Namespace",
8586
"Sync Wave": "Sync Wave",
@@ -109,6 +110,20 @@
109110
"Resources Last Synced": "Resources Last Synced",
110111
"Status": "Status",
111112
"Hook": "Hook",
113+
"Edit labels": "Edit labels",
114+
"Edit annotations": "Edit annotations",
115+
"Delete {{x}}": "Delete {{x}}",
116+
"Edit {{x}}": "Edit {{x}}",
117+
"View in Argo CD": "View in Argo CD",
118+
"Edit Application": "Edit Application",
119+
"Delete Application": "Delete Application",
120+
"Show {{x}}": "Show {{x}}",
121+
"Hide {{x}}": "Hide {{x}}",
122+
"Group resources of the same kind into one node": "Group resources of the same kind into one node",
123+
"Group Nodes": "Group Nodes",
124+
"There is no health status for this resource": "There is no health status for this resource",
125+
"Sync Unknown": "Sync Unknown",
126+
"One or more resources are in Progressing state": "One or more resources are in Progressing state",
112127
"There is no history associated with the application.": "There is no history associated with the application.",
113128
"ID": "ID",
114129
"Deploy Started At": "Deploy Started At",
@@ -133,8 +148,6 @@
133148
"Allow": "Allow",
134149
"No destinations configured": "No destinations configured",
135150
"This AppProject does not have any destinations configured.": "This AppProject does not have any destinations configured.",
136-
"Edit labels": "Edit labels",
137-
"Edit annotations": "Edit annotations",
138151
"Edit AppProject": "Edit AppProject",
139152
"Delete": "Delete",
140153
"Allowed Sources": "Allowed Sources",
@@ -302,7 +315,6 @@
302315
"There was an error retrieving applicationsets. Check your connection and reload the page.": "There was an error retrieving applicationsets. Check your connection and reload the page.",
303316
"ApplicationSets": "ArgoCD ApplicationSets",
304317
"Create ApplicationSet": "Create ApplicationSet",
305-
"View in Argo CD": "View in Argo CD",
306318
"Name must be unique within a namespace.": "Name must be unique within a namespace.",
307319
"Namespace defines the space within which each name must be unique.": "Namespace defines the space within which each name must be unique.",
308320
"Map of string keys and values that can be used to organize and categorize (scope and select) objects.": "Map of string keys and values that can be used to organize and categorize (scope and select) objects.",
@@ -316,8 +328,6 @@
316328
"Stop": "Stop",
317329
"Refresh": "Refresh",
318330
"Refresh (Hard)": "Refresh (Hard)",
319-
"Edit Application": "Edit Application",
320-
"Delete Application": "Delete Application",
321331
"Edit ApplicationSet": "Edit ApplicationSet",
322332
"Delete ApplicationSet": "Delete ApplicationSet",
323333
"Actions": "Actions",

locales/en/topology.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"Open URL": "Open URL"
3+
}

locales/ja/console-app.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Name is required.": "Name is required.",
3+
"Name can only contain letters, numbers, spaces, and hyphens.": "Name can only contain letters, numbers, spaces, and hyphens.",
4+
"The name {{favoriteName}} already exists in your favorites. Choose a unique name to save to your favorites.": "The name {{favoriteName}} already exists in your favorites. Choose a unique name to save to your favorites.",
5+
"Maximum number of favorites ({{maxCount}}) reached. To add another favorite, remove an existing page from your favorites.": "Maximum number of favorites ({{maxCount}}) reached. To add another favorite, remove an existing page from your favorites.",
6+
"Remove from favorites": "Remove from favorites",
7+
"Add to favorites": "Add to favorites",
8+
"Save": "Save",
9+
"Cancel": "Cancel",
10+
"Name": "Name"
11+
}

locales/ja/plugin__gitops-plugin.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"No resources": "No resources",
8181
"There are no resources associated with the application.": "There are no resources associated with the application.",
8282
"Application resources": "Application resources",
83+
"The graph and table views show health and sync status for the application's immediate resources only. Click the Argo CD Link to see the complete resource tree. Use the filter to filter resources based on status and kind.": "The graph and table views show health and sync status for the application's immediate resources only. Click the Argo CD Link to see the complete resource tree. Use the filter to filter resources based on status and kind.",
8384
"Name": "Name",
8485
"Namespace": "Namespace",
8586
"Sync Wave": "Sync Wave",
@@ -109,6 +110,20 @@
109110
"Resources Last Synced": "Resources Last Synced",
110111
"Status": "Status",
111112
"Hook": "Hook",
113+
"Edit labels": "Edit labels",
114+
"Edit annotations": "Edit annotations",
115+
"Delete {{x}}": "Delete {{x}}",
116+
"Edit {{x}}": "Edit {{x}}",
117+
"View in Argo CD": "View in Argo CD",
118+
"Edit Application": "Edit Application",
119+
"Delete Application": "Delete Application",
120+
"Show {{x}}": "Show {{x}}",
121+
"Hide {{x}}": "Hide {{x}}",
122+
"Group resources of the same kind into one node": "Group resources of the same kind into one node",
123+
"Group Nodes": "Group Nodes",
124+
"There is no health status for this resource": "There is no health status for this resource",
125+
"Sync Unknown": "Sync Unknown",
126+
"One or more resources are in Progressing state": "One or more resources are in Progressing state",
112127
"There is no history associated with the application.": "There is no history associated with the application.",
113128
"ID": "ID",
114129
"Deploy Started At": "Deploy Started At",
@@ -133,8 +148,6 @@
133148
"Allow": "Allow",
134149
"No destinations configured": "No destinations configured",
135150
"This AppProject does not have any destinations configured.": "This AppProject does not have any destinations configured.",
136-
"Edit labels": "Edit labels",
137-
"Edit annotations": "Edit annotations",
138151
"Edit AppProject": "Edit AppProject",
139152
"Delete": "Delete",
140153
"Allowed Sources": "Allowed Sources",
@@ -302,7 +315,6 @@
302315
"There was an error retrieving applicationsets. Check your connection and reload the page.": "There was an error retrieving applicationsets. Check your connection and reload the page.",
303316
"ApplicationSets": "ApplicationSets",
304317
"Create ApplicationSet": "Create ApplicationSet",
305-
"View in Argo CD": "View in Argo CD",
306318
"Name must be unique within a namespace.": "Name must be unique within a namespace.",
307319
"Namespace defines the space within which each name must be unique.": "Namespace defines the space within which each name must be unique.",
308320
"Map of string keys and values that can be used to organize and categorize (scope and select) objects.": "Map of string keys and values that can be used to organize and categorize (scope and select) objects.",
@@ -316,8 +328,6 @@
316328
"Stop": "Stop",
317329
"Refresh": "Refresh",
318330
"Refresh (Hard)": "Refresh (Hard)",
319-
"Edit Application": "Edit Application",
320-
"Delete Application": "Delete Application",
321331
"Edit ApplicationSet": "Edit ApplicationSet",
322332
"Delete ApplicationSet": "Delete ApplicationSet",
323333
"Actions": "Actions",

locales/ja/topology.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"Open URL": "Open URL"
3+
}

locales/ko/console-app.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Name is required.": "Name is required.",
3+
"Name can only contain letters, numbers, spaces, and hyphens.": "Name can only contain letters, numbers, spaces, and hyphens.",
4+
"The name {{favoriteName}} already exists in your favorites. Choose a unique name to save to your favorites.": "The name {{favoriteName}} already exists in your favorites. Choose a unique name to save to your favorites.",
5+
"Maximum number of favorites ({{maxCount}}) reached. To add another favorite, remove an existing page from your favorites.": "Maximum number of favorites ({{maxCount}}) reached. To add another favorite, remove an existing page from your favorites.",
6+
"Remove from favorites": "Remove from favorites",
7+
"Add to favorites": "Add to favorites",
8+
"Save": "Save",
9+
"Cancel": "Cancel",
10+
"Name": "Name"
11+
}

locales/ko/plugin__gitops-plugin.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"No resources": "No resources",
8181
"There are no resources associated with the application.": "There are no resources associated with the application.",
8282
"Application resources": "Application resources",
83+
"The graph and table views show health and sync status for the application's immediate resources only. Click the Argo CD Link to see the complete resource tree. Use the filter to filter resources based on status and kind.": "The graph and table views show health and sync status for the application's immediate resources only. Click the Argo CD Link to see the complete resource tree. Use the filter to filter resources based on status and kind.",
8384
"Name": "Name",
8485
"Namespace": "Namespace",
8586
"Sync Wave": "Sync Wave",
@@ -109,6 +110,20 @@
109110
"Resources Last Synced": "Resources Last Synced",
110111
"Status": "Status",
111112
"Hook": "Hook",
113+
"Edit labels": "Edit labels",
114+
"Edit annotations": "Edit annotations",
115+
"Delete {{x}}": "Delete {{x}}",
116+
"Edit {{x}}": "Edit {{x}}",
117+
"View in Argo CD": "View in Argo CD",
118+
"Edit Application": "Edit Application",
119+
"Delete Application": "Delete Application",
120+
"Show {{x}}": "Show {{x}}",
121+
"Hide {{x}}": "Hide {{x}}",
122+
"Group resources of the same kind into one node": "Group resources of the same kind into one node",
123+
"Group Nodes": "Group Nodes",
124+
"There is no health status for this resource": "There is no health status for this resource",
125+
"Sync Unknown": "Sync Unknown",
126+
"One or more resources are in Progressing state": "One or more resources are in Progressing state",
112127
"There is no history associated with the application.": "There is no history associated with the application.",
113128
"ID": "ID",
114129
"Deploy Started At": "Deploy Started At",
@@ -133,8 +148,6 @@
133148
"Allow": "Allow",
134149
"No destinations configured": "No destinations configured",
135150
"This AppProject does not have any destinations configured.": "This AppProject does not have any destinations configured.",
136-
"Edit labels": "Edit labels",
137-
"Edit annotations": "Edit annotations",
138151
"Edit AppProject": "Edit AppProject",
139152
"Delete": "Delete",
140153
"Allowed Sources": "Allowed Sources",
@@ -302,7 +315,6 @@
302315
"There was an error retrieving applicationsets. Check your connection and reload the page.": "There was an error retrieving applicationsets. Check your connection and reload the page.",
303316
"ApplicationSets": "ApplicationSets",
304317
"Create ApplicationSet": "Create ApplicationSet",
305-
"View in Argo CD": "View in Argo CD",
306318
"Name must be unique within a namespace.": "Name must be unique within a namespace.",
307319
"Namespace defines the space within which each name must be unique.": "Namespace defines the space within which each name must be unique.",
308320
"Map of string keys and values that can be used to organize and categorize (scope and select) objects.": "Map of string keys and values that can be used to organize and categorize (scope and select) objects.",
@@ -316,8 +328,6 @@
316328
"Stop": "Stop",
317329
"Refresh": "Refresh",
318330
"Refresh (Hard)": "Refresh (Hard)",
319-
"Edit Application": "Edit Application",
320-
"Delete Application": "Delete Application",
321331
"Edit ApplicationSet": "Edit ApplicationSet",
322332
"Delete ApplicationSet": "Delete ApplicationSet",
323333
"Actions": "Actions",

locales/ko/topology.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"Open URL": "Open URL"
3+
}

locales/zh/console-app.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Name is required.": "Name is required.",
3+
"Name can only contain letters, numbers, spaces, and hyphens.": "Name can only contain letters, numbers, spaces, and hyphens.",
4+
"The name {{favoriteName}} already exists in your favorites. Choose a unique name to save to your favorites.": "The name {{favoriteName}} already exists in your favorites. Choose a unique name to save to your favorites.",
5+
"Maximum number of favorites ({{maxCount}}) reached. To add another favorite, remove an existing page from your favorites.": "Maximum number of favorites ({{maxCount}}) reached. To add another favorite, remove an existing page from your favorites.",
6+
"Remove from favorites": "Remove from favorites",
7+
"Add to favorites": "Add to favorites",
8+
"Save": "Save",
9+
"Cancel": "Cancel",
10+
"Name": "Name"
11+
}

0 commit comments

Comments
 (0)