@pipelab/plugin-core 1.0.0-beta.19 → 1.0.0-beta.20

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/dist/index.cjs CHANGED
@@ -2134,8 +2134,7 @@ const defaultAppSettings$1 = settingsMigratorInternal.createDefault({
2134
2134
  completed: false
2135
2135
  }
2136
2136
  },
2137
- plugins: DEFAULT_PLUGINS,
2138
- isInternalMigrationBannerClosed: false
2137
+ plugins: DEFAULT_PLUGINS
2139
2138
  });
2140
2139
  const appSettingsMigrator$1 = settingsMigratorInternal.createMigrations({
2141
2140
  defaultValue: defaultAppSettings$1,
@@ -2186,12 +2185,12 @@ const appSettingsMigrator$1 = settingsMigratorInternal.createMigrations({
2186
2185
  createMigration({
2187
2186
  version: "6.0.0",
2188
2187
  up: (state) => {
2189
- const { cacheFolder: _, clearTemporaryFoldersOnPipelineEnd: __, ...rest } = state;
2188
+ const { cacheFolder, clearTemporaryFoldersOnPipelineEnd: __, ...rest } = state;
2190
2189
  return {
2191
2190
  ...rest,
2191
+ cacheFolder,
2192
2192
  agents: [],
2193
- plugins: DEFAULT_PLUGINS,
2194
- isInternalMigrationBannerClosed: false
2193
+ plugins: DEFAULT_PLUGINS
2195
2194
  };
2196
2195
  }
2197
2196
  }),
@@ -2587,7 +2586,8 @@ const AppSettingsValidatorV7 = object({
2587
2586
  enabled: boolean(),
2588
2587
  description: string()
2589
2588
  })),
2590
- isInternalMigrationBannerClosed: optional(boolean(), false)
2589
+ cacheFolder: optional(string()),
2590
+ tempFolder: optional(string())
2591
2591
  });
2592
2592
  const ConnectionValidator = looseObject({
2593
2593
  id: string(),
@@ -4422,8 +4422,13 @@ var en_US_default = {
4422
4422
  "migrate-to-internal": "Move to Workspace",
4423
4423
  "only-internal-supported-notice": "Pipelab now manages all pipelines within the application workspace. External files are deprecated, but can be imported into your workspace.",
4424
4424
  "import-pipeline": "Import Pipeline",
4425
+ "import-from-stable": "Import from Stable...",
4426
+ "import-pipeline-file": "Import pipeline file (.pipelab)...",
4425
4427
  "import-success": "Pipeline imported successfully",
4426
- "failed-to-read-file": "Failed to read the selected file"
4428
+ "failed-to-read-file": "Failed to read the selected file",
4429
+ "export-pipeline": "Export Pipeline...",
4430
+ "export-success": "Pipeline exported successfully",
4431
+ "export-failed": "Failed to export pipeline"
4427
4432
  },
4428
4433
  pipelines: { "title": "@:headers.pipelines" },
4429
4434
  tour: {
@@ -4589,8 +4594,13 @@ var fr_FR_default = {
4589
4594
  "migrate-to-internal": "Déplacer vers l'espace de travail",
4590
4595
  "only-internal-supported-notice": "Pipelab gère désormais tous les pipelines au sein de l'espace de travail de l'application. Les fichiers externes sont obsolètes, mais peuvent toujours être importés.",
4591
4596
  "import-pipeline": "Importer le Pipeline",
4597
+ "import-from-stable": "Importer depuis Stable...",
4598
+ "import-pipeline-file": "Importer un fichier de pipeline (.pipelab)...",
4592
4599
  "import-success": "Pipeline importé avec succès",
4593
- "failed-to-read-file": "Échec de la lecture du fichier sélectionné"
4600
+ "failed-to-read-file": "Échec de la lecture du fichier sélectionné",
4601
+ "export-pipeline": "Exporter le pipeline...",
4602
+ "export-success": "Pipeline exporté avec succès",
4603
+ "export-failed": "Échec de l'exportation du pipeline"
4594
4604
  },
4595
4605
  pipelines: { "title": "@:headers.pipelines" },
4596
4606
  tour: {
@@ -4756,8 +4766,13 @@ var pt_BR_default = {
4756
4766
  "migrate-to-internal": "Mover para o espaço de trabalho",
4757
4767
  "only-internal-supported-notice": "O Pipelab agora gerencia todas as pipelines dentro do espaço de trabalho do aplicativo. Arquivos externos foram descontinuados, mas podem ser importados.",
4758
4768
  "import-pipeline": "Importar Pipeline",
4769
+ "import-from-stable": "Importar do Stable...",
4770
+ "import-pipeline-file": "Importar arquivo de pipeline (.pipelab)...",
4759
4771
  "import-success": "Pipeline importada com sucesso",
4760
- "failed-to-read-file": "Falha ao ler o arquivo selecionado"
4772
+ "failed-to-read-file": "Falha ao ler o arquivo selecionado",
4773
+ "export-pipeline": "Exportar pipeline...",
4774
+ "export-success": "Pipeline exportado com sucesso",
4775
+ "export-failed": "Falha ao exportar pipeline"
4761
4776
  },
4762
4777
  pipelines: { "title": "@:headers.pipelines" },
4763
4778
  tour: {
@@ -4923,8 +4938,13 @@ var zh_CN_default = {
4923
4938
  "migrate-to-internal": "移动到工作区",
4924
4939
  "only-internal-supported-notice": "Pipelab 现在管理应用工作区内的所有流水线。外部文件已被弃用,但仍可以导入。",
4925
4940
  "import-pipeline": "导入流水线",
4941
+ "import-from-stable": "从 Stable 导入...",
4942
+ "import-pipeline-file": "导入管道文件 (.pipelab)...",
4926
4943
  "import-success": "流水线已成功导入",
4927
- "failed-to-read-file": "读取所选文件失败"
4944
+ "failed-to-read-file": "读取所选文件失败",
4945
+ "export-pipeline": "导出流水线...",
4946
+ "export-success": "流水线导出成功",
4947
+ "export-failed": "导出流水线失败"
4928
4948
  },
4929
4949
  pipelines: { "title": "@:headers.pipelines" },
4930
4950
  tour: {
@@ -5090,8 +5110,13 @@ var es_ES_default = {
5090
5110
  "migrate-to-internal": "Mover al espacio de trabajo",
5091
5111
  "only-internal-supported-notice": "Pipelab ahora gestiona todos los pipelines dentro del espacio de trabajo. Los archivos externos están obsoletos, pero pueden importarse.",
5092
5112
  "import-pipeline": "Importar Pipeline",
5113
+ "import-from-stable": "Importar desde Stable...",
5114
+ "import-pipeline-file": "Importar archivo de pipeline (.pipelab)...",
5093
5115
  "import-success": "Pipeline importado con éxito",
5094
- "failed-to-read-file": "Error al leer el archivo seleccionado"
5116
+ "failed-to-read-file": "Error al leer el archivo seleccionado",
5117
+ "export-pipeline": "Exportar pipeline...",
5118
+ "export-success": "Pipeline exportado correctamente",
5119
+ "export-failed": "Error al exportar el pipeline"
5095
5120
  },
5096
5121
  pipelines: { "title": "@:headers.pipelines" },
5097
5122
  tour: {
@@ -5257,8 +5282,13 @@ var de_DE_default = {
5257
5282
  "migrate-to-internal": "In Arbeitsbereich verschieben",
5258
5283
  "only-internal-supported-notice": "Pipelab verwaltet jetzt alle Pipelines im Arbeitsbereich der Anwendung. Externe Dateien sind veraltet, können aber weiterhin importiert werden.",
5259
5284
  "import-pipeline": "Pipeline importieren",
5285
+ "import-from-stable": "Aus Stable importieren...",
5286
+ "import-pipeline-file": "Pipeline-Datei importieren (.pipelab)...",
5260
5287
  "import-success": "Pipeline erfolgreich importiert",
5261
- "failed-to-read-file": "Ausgewählte Datei konnte nicht gelesen werden"
5288
+ "failed-to-read-file": "Ausgewählte Datei konnte nicht gelesen werden",
5289
+ "export-pipeline": "Pipeline exportieren...",
5290
+ "export-success": "Pipeline erfolgreich exportiert",
5291
+ "export-failed": "Fehler beim Exportieren der Pipeline"
5262
5292
  },
5263
5293
  pipelines: { "title": "@:headers.pipelines" },
5264
5294
  tour: {
package/dist/index.mjs CHANGED
@@ -2130,8 +2130,7 @@ const defaultAppSettings$1 = settingsMigratorInternal.createDefault({
2130
2130
  completed: false
2131
2131
  }
2132
2132
  },
2133
- plugins: DEFAULT_PLUGINS,
2134
- isInternalMigrationBannerClosed: false
2133
+ plugins: DEFAULT_PLUGINS
2135
2134
  });
2136
2135
  const appSettingsMigrator$1 = settingsMigratorInternal.createMigrations({
2137
2136
  defaultValue: defaultAppSettings$1,
@@ -2182,12 +2181,12 @@ const appSettingsMigrator$1 = settingsMigratorInternal.createMigrations({
2182
2181
  createMigration({
2183
2182
  version: "6.0.0",
2184
2183
  up: (state) => {
2185
- const { cacheFolder: _, clearTemporaryFoldersOnPipelineEnd: __, ...rest } = state;
2184
+ const { cacheFolder, clearTemporaryFoldersOnPipelineEnd: __, ...rest } = state;
2186
2185
  return {
2187
2186
  ...rest,
2187
+ cacheFolder,
2188
2188
  agents: [],
2189
- plugins: DEFAULT_PLUGINS,
2190
- isInternalMigrationBannerClosed: false
2189
+ plugins: DEFAULT_PLUGINS
2191
2190
  };
2192
2191
  }
2193
2192
  }),
@@ -2583,7 +2582,8 @@ const AppSettingsValidatorV7 = object({
2583
2582
  enabled: boolean(),
2584
2583
  description: string()
2585
2584
  })),
2586
- isInternalMigrationBannerClosed: optional(boolean(), false)
2585
+ cacheFolder: optional(string()),
2586
+ tempFolder: optional(string())
2587
2587
  });
2588
2588
  const ConnectionValidator = looseObject({
2589
2589
  id: string(),
@@ -4418,8 +4418,13 @@ var en_US_default = {
4418
4418
  "migrate-to-internal": "Move to Workspace",
4419
4419
  "only-internal-supported-notice": "Pipelab now manages all pipelines within the application workspace. External files are deprecated, but can be imported into your workspace.",
4420
4420
  "import-pipeline": "Import Pipeline",
4421
+ "import-from-stable": "Import from Stable...",
4422
+ "import-pipeline-file": "Import pipeline file (.pipelab)...",
4421
4423
  "import-success": "Pipeline imported successfully",
4422
- "failed-to-read-file": "Failed to read the selected file"
4424
+ "failed-to-read-file": "Failed to read the selected file",
4425
+ "export-pipeline": "Export Pipeline...",
4426
+ "export-success": "Pipeline exported successfully",
4427
+ "export-failed": "Failed to export pipeline"
4423
4428
  },
4424
4429
  pipelines: { "title": "@:headers.pipelines" },
4425
4430
  tour: {
@@ -4585,8 +4590,13 @@ var fr_FR_default = {
4585
4590
  "migrate-to-internal": "Déplacer vers l'espace de travail",
4586
4591
  "only-internal-supported-notice": "Pipelab gère désormais tous les pipelines au sein de l'espace de travail de l'application. Les fichiers externes sont obsolètes, mais peuvent toujours être importés.",
4587
4592
  "import-pipeline": "Importer le Pipeline",
4593
+ "import-from-stable": "Importer depuis Stable...",
4594
+ "import-pipeline-file": "Importer un fichier de pipeline (.pipelab)...",
4588
4595
  "import-success": "Pipeline importé avec succès",
4589
- "failed-to-read-file": "Échec de la lecture du fichier sélectionné"
4596
+ "failed-to-read-file": "Échec de la lecture du fichier sélectionné",
4597
+ "export-pipeline": "Exporter le pipeline...",
4598
+ "export-success": "Pipeline exporté avec succès",
4599
+ "export-failed": "Échec de l'exportation du pipeline"
4590
4600
  },
4591
4601
  pipelines: { "title": "@:headers.pipelines" },
4592
4602
  tour: {
@@ -4752,8 +4762,13 @@ var pt_BR_default = {
4752
4762
  "migrate-to-internal": "Mover para o espaço de trabalho",
4753
4763
  "only-internal-supported-notice": "O Pipelab agora gerencia todas as pipelines dentro do espaço de trabalho do aplicativo. Arquivos externos foram descontinuados, mas podem ser importados.",
4754
4764
  "import-pipeline": "Importar Pipeline",
4765
+ "import-from-stable": "Importar do Stable...",
4766
+ "import-pipeline-file": "Importar arquivo de pipeline (.pipelab)...",
4755
4767
  "import-success": "Pipeline importada com sucesso",
4756
- "failed-to-read-file": "Falha ao ler o arquivo selecionado"
4768
+ "failed-to-read-file": "Falha ao ler o arquivo selecionado",
4769
+ "export-pipeline": "Exportar pipeline...",
4770
+ "export-success": "Pipeline exportado com sucesso",
4771
+ "export-failed": "Falha ao exportar pipeline"
4757
4772
  },
4758
4773
  pipelines: { "title": "@:headers.pipelines" },
4759
4774
  tour: {
@@ -4919,8 +4934,13 @@ var zh_CN_default = {
4919
4934
  "migrate-to-internal": "移动到工作区",
4920
4935
  "only-internal-supported-notice": "Pipelab 现在管理应用工作区内的所有流水线。外部文件已被弃用,但仍可以导入。",
4921
4936
  "import-pipeline": "导入流水线",
4937
+ "import-from-stable": "从 Stable 导入...",
4938
+ "import-pipeline-file": "导入管道文件 (.pipelab)...",
4922
4939
  "import-success": "流水线已成功导入",
4923
- "failed-to-read-file": "读取所选文件失败"
4940
+ "failed-to-read-file": "读取所选文件失败",
4941
+ "export-pipeline": "导出流水线...",
4942
+ "export-success": "流水线导出成功",
4943
+ "export-failed": "导出流水线失败"
4924
4944
  },
4925
4945
  pipelines: { "title": "@:headers.pipelines" },
4926
4946
  tour: {
@@ -5086,8 +5106,13 @@ var es_ES_default = {
5086
5106
  "migrate-to-internal": "Mover al espacio de trabajo",
5087
5107
  "only-internal-supported-notice": "Pipelab ahora gestiona todos los pipelines dentro del espacio de trabajo. Los archivos externos están obsoletos, pero pueden importarse.",
5088
5108
  "import-pipeline": "Importar Pipeline",
5109
+ "import-from-stable": "Importar desde Stable...",
5110
+ "import-pipeline-file": "Importar archivo de pipeline (.pipelab)...",
5089
5111
  "import-success": "Pipeline importado con éxito",
5090
- "failed-to-read-file": "Error al leer el archivo seleccionado"
5112
+ "failed-to-read-file": "Error al leer el archivo seleccionado",
5113
+ "export-pipeline": "Exportar pipeline...",
5114
+ "export-success": "Pipeline exportado correctamente",
5115
+ "export-failed": "Error al exportar el pipeline"
5091
5116
  },
5092
5117
  pipelines: { "title": "@:headers.pipelines" },
5093
5118
  tour: {
@@ -5253,8 +5278,13 @@ var de_DE_default = {
5253
5278
  "migrate-to-internal": "In Arbeitsbereich verschieben",
5254
5279
  "only-internal-supported-notice": "Pipelab verwaltet jetzt alle Pipelines im Arbeitsbereich der Anwendung. Externe Dateien sind veraltet, können aber weiterhin importiert werden.",
5255
5280
  "import-pipeline": "Pipeline importieren",
5281
+ "import-from-stable": "Aus Stable importieren...",
5282
+ "import-pipeline-file": "Pipeline-Datei importieren (.pipelab)...",
5256
5283
  "import-success": "Pipeline erfolgreich importiert",
5257
- "failed-to-read-file": "Ausgewählte Datei konnte nicht gelesen werden"
5284
+ "failed-to-read-file": "Ausgewählte Datei konnte nicht gelesen werden",
5285
+ "export-pipeline": "Pipeline exportieren...",
5286
+ "export-success": "Pipeline erfolgreich exportiert",
5287
+ "export-failed": "Fehler beim Exportieren der Pipeline"
5258
5288
  },
5259
5289
  pipelines: { "title": "@:headers.pipelines" },
5260
5290
  tour: {