iguazio.dashboard-controls 0.39.17 → 0.39.18

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.
Files changed (16) hide show
  1. package/dist/i18n/en/functions.json +5 -1
  2. package/dist/js/iguazio.dashboard-controls.js +4265 -3739
  3. package/dist/less/iguazio.dashboard-controls.less +2641 -2573
  4. package/package.json +1 -1
  5. package/src/i18n/en/functions.json +5 -1
  6. package/src/igz_controls/components/default-dropdown/default-dropdown.component.js +3 -1
  7. package/src/nuclio/common/components/key-value-input/key-value-input.component.js +0 -1
  8. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/auto-scale-metrics-table/auto-scale-metrics-input/auto-scale-metrics-input.component.js +274 -0
  9. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/auto-scale-metrics-table/auto-scale-metrics-input/auto-scale-metrics-input.less +68 -0
  10. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/auto-scale-metrics-table/auto-scale-metrics-input/auto-scale-metrics-input.spec.js +376 -0
  11. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/auto-scale-metrics-table/auto-scale-metrics-input/auto-scale-metrics-input.tpl.html +73 -0
  12. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/auto-scale-metrics-table/auto-scale-metrics-table.component.js +253 -0
  13. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/auto-scale-metrics-table/auto-scale-metrics-table.spec.js +569 -0
  14. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/auto-scale-metrics-table/auto-scale-metrics-table.tpl.html +25 -0
  15. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.tpl.html +3 -0
  16. package/src/nuclio/functions/version/version.component.js +2 -2
@@ -11,6 +11,8 @@
11
11
  "API_GATEWAYS_NOT_FOUND": "There are currently no API gateways. To create an API gateway, select <strong>\"New API Gateway\"</strong> from the action toolbar.",
12
12
  "ATTACH_FILE": "Attach file",
13
13
  "AUTHENTICATION": "Authentication",
14
+ "AUTO_SCALE_METRICS": "Auto scale metrics",
15
+ "AUTO_SCALE_METRICS_DESCRIPTION": "Set one or more metrics to activate Horizontal Pod Autoscaling (HPA). Scale-up occurs when any one metric crosses its specified threshold.\nScale-down occurs when all metrics are below their thresholds.",
14
16
  "AUTH_TYPE": "Auth type",
15
17
  "BASE_IMAGE": "Base image",
16
18
  "BASE_IMAGE_DESCRIPTION": "The name of a base container image from which to build the function's processor image",
@@ -104,7 +106,7 @@
104
106
  "EXPORT_PROJECT": "Oops: Unknown error occurred while exporting the project",
105
107
  "EXPORT_PROJECTS": "Oops: Unknown error occurred while exporting projects",
106
108
  "FETCH_FUNCTION_LIST": "Couldn't fetch project's function list. Auto-complete suggestions will not be available. Any function name will be accepted, but the API gateway might not work properly in case such function does not exist or is not in an appropriate status.",
107
- "FUNCTION_DEPLOYMENT_FAILURE": "Failed to deploy function.",
109
+ "FUNCTION_DEPLOYMENT_FAILURE": "Failed to deploy function. Status: {{status}}",
108
110
  "FUNCTION_NAME_ALREADY_IN_USE": "Function name already in use. Rename and try again.",
109
111
  "FUNCTIONALITY_IS_NOT_IMPLEMENTED": "This functionality is not implemented yet.",
110
112
  "GET_API_GATEWAYS": "Oops: Unknown error occurred while retrieving API Gateways",
@@ -117,6 +119,7 @@
117
119
  "GET_PROJECTS": "Oops: Unknown error occurred while retrieving projects",
118
120
  "INVALID_FILE_TYPE_EXTENSION": "Invalid file type/extension",
119
121
  "INVOKE_FUNCTION": "Oops: Error occurred while invoking. Status: ",
122
+ "UNKNOWN_ERROR_WITH_STATUS": "Unknown error occurred. Status: {{status}}",
120
123
  "UPDATE_FUNCTION": "Unknown error occurred while updating the function.",
121
124
  "UPDATE_FUNCTION_EVENT": "Error occurred while updating the function event.",
122
125
  "UPDATE_PROJECT": "Unknown error occurred while updating the project",
@@ -192,6 +195,7 @@
192
195
  "PERSISTENT_VOLUME_CLAIM_NAME": "Persistent Volume Claim Name",
193
196
  "PLACEHOLDER": {
194
197
  "ACTIONS": "ACTIONS",
198
+ "CHOOSE_METRIC": "Choose Metric",
195
199
  "DEFAULT_PROVIDED_WHEN_EMPTY": "If empty, a default one will be provided",
196
200
  "DESCRIPTION": "Description...",
197
201
  "ENTER_ACCESS_KEY": "Enter access key...",