@pipelab/plugin-core 1.0.1-beta.21 → 1.0.1-beta.23
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/CHANGELOG.md +16 -0
- package/dist/index.cjs +14 -5
- package/dist/index.mjs +14 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @pipelab/plugin-core
|
|
2
2
|
|
|
3
|
+
## 1.0.1-beta.23
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- sd
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @pipelab/core-node@1.0.1-beta.27
|
|
10
|
+
|
|
11
|
+
## 1.0.1-beta.22
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- xwc
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @pipelab/core-node@1.0.1-beta.26
|
|
18
|
+
|
|
3
19
|
## 1.0.1-beta.21
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -2353,8 +2353,6 @@ const AppSettingsValidatorV6 = object({
|
|
|
2353
2353
|
const AppSettingsValidatorV7 = object({
|
|
2354
2354
|
theme: union([literal("light"), literal("dark")]),
|
|
2355
2355
|
version: literal("7.0.0"),
|
|
2356
|
-
cacheFolder: string(),
|
|
2357
|
-
clearTemporaryFoldersOnPipelineEnd: boolean(),
|
|
2358
2356
|
locale: union([
|
|
2359
2357
|
literal("en-US"),
|
|
2360
2358
|
literal("fr-FR"),
|
|
@@ -4091,8 +4089,6 @@ var en_US_default = {
|
|
|
4091
4089
|
"advanced": "Advanced",
|
|
4092
4090
|
"billing": "Billing"
|
|
4093
4091
|
},
|
|
4094
|
-
"clearTempFolders": "Automatically clean up temporary files",
|
|
4095
|
-
"clearTempFoldersDescription": "When enabled, all temporary files created during pipeline execution will be automatically deleted after the pipeline completes. This helps save disk space but you may need to copy artifacts yourself to preserve them.",
|
|
4096
4092
|
"pipeline-cache-folder": "Pipeline Cache Folder:",
|
|
4097
4093
|
"enter-or-browse-for-a-folder": "Enter or browse for a folder",
|
|
4098
4094
|
"browse": "Browse",
|
|
@@ -4108,7 +4104,20 @@ var en_US_default = {
|
|
|
4108
4104
|
"select-cache-folder": "Select Cache Folder",
|
|
4109
4105
|
"restart-dashboard-tour": "Restart Dashboard Tour",
|
|
4110
4106
|
"restart-editor-tour": "Restart Editor Tour",
|
|
4111
|
-
"tour-reset-success": "Tour has been reset. It will start the next time you visit the page."
|
|
4107
|
+
"tour-reset-success": "Tour has been reset. It will start the next time you visit the page.",
|
|
4108
|
+
"retentionPolicy": "Retention Policy",
|
|
4109
|
+
"retentionPolicyDescription": "Manage how long your build logs and history are kept.",
|
|
4110
|
+
"retentionEnabled": "Enable Retention Policy",
|
|
4111
|
+
"retentionMaxEntries": "Maximum Entries",
|
|
4112
|
+
"retentionMaxEntriesDescription": "Keep up to this number of entries per pipeline.",
|
|
4113
|
+
"retentionMaxAge": "Maximum Age (days)",
|
|
4114
|
+
"retentionMaxAgeDescription": "Keep entries for up to this many days.",
|
|
4115
|
+
"storage-pipelab": "Pipelab",
|
|
4116
|
+
"storage-other": "Other Apps",
|
|
4117
|
+
"storage-free": "Free Space",
|
|
4118
|
+
"disk-usage": "Disk Usage",
|
|
4119
|
+
"free": "Free",
|
|
4120
|
+
"other": "Other"
|
|
4112
4121
|
},
|
|
4113
4122
|
headers: {
|
|
4114
4123
|
"dashboard": "Dashboard",
|
package/dist/index.mjs
CHANGED
|
@@ -2349,8 +2349,6 @@ const AppSettingsValidatorV6 = object({
|
|
|
2349
2349
|
const AppSettingsValidatorV7 = object({
|
|
2350
2350
|
theme: union([literal("light"), literal("dark")]),
|
|
2351
2351
|
version: literal("7.0.0"),
|
|
2352
|
-
cacheFolder: string(),
|
|
2353
|
-
clearTemporaryFoldersOnPipelineEnd: boolean(),
|
|
2354
2352
|
locale: union([
|
|
2355
2353
|
literal("en-US"),
|
|
2356
2354
|
literal("fr-FR"),
|
|
@@ -4087,8 +4085,6 @@ var en_US_default = {
|
|
|
4087
4085
|
"advanced": "Advanced",
|
|
4088
4086
|
"billing": "Billing"
|
|
4089
4087
|
},
|
|
4090
|
-
"clearTempFolders": "Automatically clean up temporary files",
|
|
4091
|
-
"clearTempFoldersDescription": "When enabled, all temporary files created during pipeline execution will be automatically deleted after the pipeline completes. This helps save disk space but you may need to copy artifacts yourself to preserve them.",
|
|
4092
4088
|
"pipeline-cache-folder": "Pipeline Cache Folder:",
|
|
4093
4089
|
"enter-or-browse-for-a-folder": "Enter or browse for a folder",
|
|
4094
4090
|
"browse": "Browse",
|
|
@@ -4104,7 +4100,20 @@ var en_US_default = {
|
|
|
4104
4100
|
"select-cache-folder": "Select Cache Folder",
|
|
4105
4101
|
"restart-dashboard-tour": "Restart Dashboard Tour",
|
|
4106
4102
|
"restart-editor-tour": "Restart Editor Tour",
|
|
4107
|
-
"tour-reset-success": "Tour has been reset. It will start the next time you visit the page."
|
|
4103
|
+
"tour-reset-success": "Tour has been reset. It will start the next time you visit the page.",
|
|
4104
|
+
"retentionPolicy": "Retention Policy",
|
|
4105
|
+
"retentionPolicyDescription": "Manage how long your build logs and history are kept.",
|
|
4106
|
+
"retentionEnabled": "Enable Retention Policy",
|
|
4107
|
+
"retentionMaxEntries": "Maximum Entries",
|
|
4108
|
+
"retentionMaxEntriesDescription": "Keep up to this number of entries per pipeline.",
|
|
4109
|
+
"retentionMaxAge": "Maximum Age (days)",
|
|
4110
|
+
"retentionMaxAgeDescription": "Keep entries for up to this many days.",
|
|
4111
|
+
"storage-pipelab": "Pipelab",
|
|
4112
|
+
"storage-other": "Other Apps",
|
|
4113
|
+
"storage-free": "Free Space",
|
|
4114
|
+
"disk-usage": "Disk Usage",
|
|
4115
|
+
"free": "Free",
|
|
4116
|
+
"other": "Other"
|
|
4108
4117
|
},
|
|
4109
4118
|
headers: {
|
|
4110
4119
|
"dashboard": "Dashboard",
|