iguazio.dashboard-controls 1.2.14 → 1.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SECURITY.md +21 -0
- package/dist/i18n/en/functions.json +7 -2
- package/dist/js/iguazio.dashboard-controls.js +4209 -4166
- package/dist/less/iguazio.dashboard-controls.less +4297 -4288
- package/package.json +1 -1
- package/src/i18n/en/functions.json +7 -2
- package/src/igz_controls/services/execution-logs-data.service.js +2 -2
- package/src/nuclio/functions/version/version-code/function-event-pane/test-events-logs/test-events-logs.tpl.html +1 -1
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.component.js +54 -8
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.less +9 -0
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.tpl.html +12 -1
- package/src/nuclio/functions/version/version-monitoring/version-monitoring.component.js +6 -4
- package/src/nuclio/functions/version/version-monitoring/version-monitoring.tpl.html +9 -0
package/SECURITY.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
## Supported Versions
|
|
4
|
+
|
|
5
|
+
Use this section to tell people about which versions of your project are
|
|
6
|
+
currently being supported with security updates.
|
|
7
|
+
|
|
8
|
+
| Version | Supported |
|
|
9
|
+
| ------- | ------------------ |
|
|
10
|
+
| 5.1.x | :white_check_mark: |
|
|
11
|
+
| 5.0.x | :x: |
|
|
12
|
+
| 4.0.x | :white_check_mark: |
|
|
13
|
+
| < 4.0 | :x: |
|
|
14
|
+
|
|
15
|
+
## Reporting a Vulnerability
|
|
16
|
+
|
|
17
|
+
Use this section to tell people how to report a vulnerability.
|
|
18
|
+
|
|
19
|
+
Tell them where to go, how often they can expect to get an update on a
|
|
20
|
+
reported vulnerability, what to expect if the vulnerability is accepted or
|
|
21
|
+
declined, etc.
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
"EDIT_FUNCTION_EVENT": "Edit the function event",
|
|
94
94
|
"EDIT_PROJECT": "Edit the project",
|
|
95
95
|
"ENDPOINT": "Endpoint",
|
|
96
|
+
"ENRICHED_SERVICE_ACCOUNT": "Enriched service account",
|
|
96
97
|
"ENTER_HOST_TO_SEE_ENDPOINT": "Enter host to see endpoint",
|
|
97
98
|
"ERROR_MSG": {
|
|
98
99
|
"COULD_NOT_READ_FILE": "Could not read file",
|
|
@@ -169,7 +170,7 @@
|
|
|
169
170
|
"LOGGER_DESTINATION": "Logger destination",
|
|
170
171
|
"LOGGER_LEVEL": "Logger level",
|
|
171
172
|
"LOGGING": "Logging",
|
|
172
|
-
"LOGS_LINES_LIMITATION": "Note: Only the last 10,000 rows are displayed. <br> To download up to 100,000 rows, click
|
|
173
|
+
"LOGS_LINES_LIMITATION": "Note: Only the last 10,000 rows are displayed. <br> To download up to 100,000 rows, click the 'Download' button.",
|
|
173
174
|
"MAX": "Max",
|
|
174
175
|
"MAX_REPLICAS": "Maximum number of replicas (default: {{default}})",
|
|
175
176
|
"MAX_WORKERS": "Max Workers",
|
|
@@ -185,7 +186,7 @@
|
|
|
185
186
|
"NEW_PROJECT": "New project",
|
|
186
187
|
"NO_FUNCTIONS_AVAILABLE": "No functions available",
|
|
187
188
|
"NO_INTERNET_ACCESS": "No internet access",
|
|
188
|
-
"
|
|
189
|
+
"NO_LOGS_WERE_FOUND": "No logs were found...",
|
|
189
190
|
"NODE_SELECTORS": "Node selector",
|
|
190
191
|
"NODE_SELECTORS_MORE_INFO": "If there is a conflict with the function node selector you defined or if the pod cannot be scheduled for some reason, check the project/platform configuration Key:Value combinations to see if there is a node selection causing the issue. If, after consulting with the project/general admin, you want to delete a global setting, enter the Key here, but leave the Value empty.",
|
|
191
192
|
"NORMAL": "Normal",
|
|
@@ -251,6 +252,7 @@
|
|
|
251
252
|
"SEARCH_TEMPLATE": "Search by text, tags and keywords",
|
|
252
253
|
"SEC": "Sec",
|
|
253
254
|
"SELECT_CLASS": "Select class",
|
|
255
|
+
"SELECT_REPLICA": "Select a replica",
|
|
254
256
|
"SELECT_TYPE": "Select type"
|
|
255
257
|
},
|
|
256
258
|
"PODS_PRIORITY": "Pods priority",
|
|
@@ -292,6 +294,7 @@
|
|
|
292
294
|
"SELECT_FUNCTION_CONFIRM": "The function you selected is currently not running. Are you sure you want to use it?",
|
|
293
295
|
"SERVICE_ACCOUNT": "Service Account",
|
|
294
296
|
"SESSION_TOKEN": "Session token",
|
|
297
|
+
"SHOWN_ONLINE_ONLY": "Show online replicas only",
|
|
295
298
|
"SKIP": "Skip",
|
|
296
299
|
"SKIP_TLS_VERIFICATION": "Skip TLS verification",
|
|
297
300
|
"SMALL": "Small",
|
|
@@ -327,6 +330,7 @@
|
|
|
327
330
|
"DISABLE_CACHE": "Build the function's Docker image from scratch without reusing any previously built Docker image layers.",
|
|
328
331
|
"DISABLED_FUNCTION": "Only running and scaled-to-zero functions can be tested.",
|
|
329
332
|
"DO_NOT_CREATE_HTTP_TRIGGER_BY_DEFAULT": "When not checked, an http trigger will be created for the function by default.",
|
|
333
|
+
"ENRICHED_SERVICE_ACCOUNT": "The service account is enriched from the platform, project, and function specifications, where the project takes precedence over the platform specification, and the function specification takes precedence over the projects specification.",
|
|
330
334
|
"GIT": {
|
|
331
335
|
"BRANCH": "The Git repository branch from which to download the function code.",
|
|
332
336
|
"BRANCH_TAG_REFERENCE_DISABLED": "Exactly one of Branch, Tag, and Reference fields must be filled. When one is filled, the others are disabled.",
|
|
@@ -349,6 +353,7 @@
|
|
|
349
353
|
},
|
|
350
354
|
"NEW_TEST": "New test",
|
|
351
355
|
"NO_INTERNET_ACCESS": "Use local Docker images rather than pulling from remote",
|
|
356
|
+
"NO_OFFLINE_REPLICAS": "Only online replicas found",
|
|
352
357
|
"ENRICHED_NODE_SELECTOR": "The node selector of the function, enriched with the project’s and the service’s default node selectors",
|
|
353
358
|
"POD_TOLERATIONS": {
|
|
354
359
|
"ALLOW": "Allow function pods to run on spot nodes. Spot nodes might be tainted, using this option will make sure function pods tolerate these taints.",
|