@backstage-community/plugin-tekton 3.35.0 → 3.36.0

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage-community/plugin-tekton
2
2
 
3
+ ## 3.36.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 1f270b5: Backstage version bump to v1.48.4
8
+
9
+ ### Patch Changes
10
+
11
+ - 95eca61: Updated dependency `@types/lodash` to `4.17.24`.
12
+ - 1d15595: Translation added for German and Spanish
13
+ - Updated dependencies [1f270b5]
14
+ - @backstage-community/plugin-tekton-common@1.19.0
15
+ - @backstage-community/plugin-tekton-react@0.4.0
16
+
3
17
  ## 3.35.0
4
18
 
5
19
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  import * as _backstage_catalog_model from '@backstage/catalog-model';
3
3
  import * as react from 'react';
4
4
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
5
- import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha';
5
+ import * as _backstage_filter_predicates from '@backstage/filter-predicates';
6
6
 
7
7
  /**
8
8
  * The Tekton backstage NFS plugin.
@@ -15,23 +15,27 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
15
15
  config: {
16
16
  path: string | undefined;
17
17
  title: string | undefined;
18
- filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
18
+ filter: _backstage_filter_predicates.FilterPredicate | undefined;
19
19
  group: string | false | undefined;
20
+ icon: string | undefined;
20
21
  };
21
22
  configInput: {
22
- filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
23
+ filter?: _backstage_filter_predicates.FilterPredicate | undefined;
23
24
  title?: string | undefined;
24
25
  path?: string | undefined;
25
26
  group?: string | false | undefined;
27
+ icon?: string | undefined;
26
28
  };
27
- output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
29
+ output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
28
30
  optional: true;
29
- }> | _backstage_frontend_plugin_api.ExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
31
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
30
32
  optional: true;
31
33
  }> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-filter-expression", {
32
34
  optional: true;
33
35
  }> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-content-group", {
34
36
  optional: true;
37
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<string | react.ReactElement<any, string | react.JSXElementConstructor<any>>, "catalog.entity-content-icon", {
38
+ optional: true;
35
39
  }>;
36
40
  inputs: {};
37
41
  params: {
@@ -41,9 +45,10 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
41
45
  title: string;
42
46
  defaultGroup?: [Error: "Use the 'group' param instead"] | undefined;
43
47
  group?: (string & {}) | "overview" | "documentation" | "development" | "deployment" | "operation" | "observability" | undefined;
48
+ icon?: string | react.ReactElement<any, string | react.JSXElementConstructor<any>> | undefined;
44
49
  loader: () => Promise<JSX.Element>;
45
50
  routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
46
- filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
51
+ filter?: _backstage_filter_predicates.FilterPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
47
52
  };
48
53
  }>;
49
54
  }>;
package/dist/index.d.ts CHANGED
@@ -42,8 +42,8 @@ declare const tektonTranslationRef: _backstage_frontend_plugin_api.TranslationRe
42
42
  readonly "clusterSelector.label": "Cluster";
43
43
  readonly "tableExpandCollapse.collapseAll": "Collapse all";
44
44
  readonly "tableExpandCollapse.expandAll": "Expand all";
45
- readonly "pipelineVisualization.noTasksDescription": "This Pipeline Run has no tasks to visualize";
46
45
  readonly "pipelineVisualization.emptyState.description": "No Pipeline Run to visualize";
46
+ readonly "pipelineVisualization.noTasksDescription": "This Pipeline Run has no tasks to visualize";
47
47
  readonly "pipelineVisualization.stepList.finallyTaskTitle": "Finally Task";
48
48
  readonly "pipelineRunList.title": "Pipeline Runs";
49
49
  readonly "pipelineRunList.noPipelineRuns": "No Pipeline Runs found";
@@ -0,0 +1,79 @@
1
+ import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
2
+ import { tektonTranslationRef } from './ref.esm.js';
3
+
4
+ const tektonTranslationDe = createTranslationMessages({
5
+ ref: tektonTranslationRef,
6
+ messages: {
7
+ "errorPanel.title": "Problem beim Abrufen von Kubernetes-Objekten",
8
+ "errorPanel.description": "Es gab ein Problem beim Abrufen einiger Kubernetes-Ressourcen f\xFCr das Element: {{entityName}}. Dies k\xF6nnte bedeuten, dass die Karte mit den Fehlerberichten nicht ganz korrekt ist.",
9
+ "permissionAlert.title": "Berechtigung erforderlich",
10
+ "permissionAlert.description": "Zum Anzeigen von Tekton-Pipeline-Ausf\xFChrungen wenden Sie sich an den Administrator, um die folgende(n) Berechtigung(en) zu erhalten: {{permissions}}.",
11
+ "statusSelector.label": "Status",
12
+ "clusterSelector.label": "Cluster",
13
+ "tableExpandCollapse.collapseAll": "Alle komprimieren",
14
+ "tableExpandCollapse.expandAll": "Alle erweitern",
15
+ "pipelineVisualization.emptyState.description": "Keine Pipeline-Ausf\xFChrung zur Visualisierung",
16
+ "pipelineVisualization.noTasksDescription": "Diese Pipeline-Ausf\xFChrung enth\xE4lt keine zu visualisierenden Aufgaben.",
17
+ "pipelineVisualization.stepList.finallyTaskTitle": "Abschlie\xDFende Aufgabe",
18
+ "pipelineRunList.title": "Pipeline-Ausf\xFChrungen",
19
+ "pipelineRunList.noPipelineRuns": "Keine Pipeline-Ausf\xFChrungen gefunden",
20
+ "pipelineRunList.searchBarPlaceholder": "Suchen",
21
+ "pipelineRunList.rowActions.viewParamsAndResults": "Parameter und Ergebnisse anzeigen",
22
+ "pipelineRunList.rowActions.viewLogs": "Logs anzeigen",
23
+ "pipelineRunList.rowActions.unauthorizedViewLogs": "Keine Berechtigung zum Anzeigen von Logs",
24
+ "pipelineRunList.rowActions.viewSBOM": "SBOM anzeigen",
25
+ "pipelineRunList.rowActions.SBOMNotApplicable": "'SBOM anzeigen' ist f\xFCr diese Pipeline-Ausf\xFChrung nicht anwendbar.",
26
+ "pipelineRunList.rowActions.viewOutput": "Ausgabe anzeigen",
27
+ "pipelineRunList.rowActions.outputNotApplicable": "'Ausgabe anzeigen' ist f\xFCr diese Pipeline-Ausf\xFChrung nicht anwendbar.",
28
+ "pipelineRunList.vulnerabilitySeverityTitle.critical": "Kritisch",
29
+ "pipelineRunList.vulnerabilitySeverityTitle.high": "Hoch",
30
+ "pipelineRunList.vulnerabilitySeverityTitle.medium": "Mittel",
31
+ "pipelineRunList.vulnerabilitySeverityTitle.low": "Niedrig",
32
+ "pipelineRunList.tableHeaderTitle.name": "NAME",
33
+ "pipelineRunList.tableHeaderTitle.vulnerabilities": "SCHWACHSTELLEN",
34
+ "pipelineRunList.tableHeaderTitle.status": "STATUS",
35
+ "pipelineRunList.tableHeaderTitle.taskStatus": "AUFGABENSTATUS",
36
+ "pipelineRunList.tableHeaderTitle.startTime": "GESTARTET",
37
+ "pipelineRunList.tableHeaderTitle.duration": "DAUER",
38
+ "pipelineRunList.tableHeaderTitle.actions": "AKTIONEN",
39
+ "pipelineRunList.tablePagination.rowsPerPageOptionLabel": "{{num}} Zeilen",
40
+ "pipelineRunLogs.title": "Logs der Pipeline-Ausf\xFChrung",
41
+ "pipelineRunLogs.noLogs": "Keine Logs gefunden",
42
+ "pipelineRunLogs.downloader.downloadTaskLogs": "Herunterladen",
43
+ "pipelineRunLogs.downloader.downloadPipelineRunLogs": "Alle Aufgaben-Logs herunterladen",
44
+ "pipelineRunLogs.podLogsDownloadLink.title": "Herunterladen",
45
+ "pipelineRunLogs.podLogsDownloadLink.downloading": "Logs werden heruntergeladen",
46
+ "pipelineRunLogs.taskStatusStepper.skipped": "\xDCbersprungen",
47
+ "pipelineRunOutput.title": "Ausgabe der Pipeline-Ausf\xFChrung",
48
+ "pipelineRunOutput.noOutput": "Keine Ausgabe",
49
+ "pipelineRunStatus.All": "Alle",
50
+ "pipelineRunStatus.Cancelling": "Wird abgebrochen",
51
+ "pipelineRunStatus.Succeeded": "Erfolgreich",
52
+ "pipelineRunStatus.Failed": "Fehlgeschlagen",
53
+ "pipelineRunStatus.Running": "Wird ausgef\xFChrt",
54
+ "pipelineRunStatus.FailedToStart": "Start fehlgeschlagen",
55
+ "pipelineRunStatus.PipelineNotStarted": "Pipeline nicht gestartet",
56
+ "pipelineRunStatus.Skipped": "\xDCbersprungen",
57
+ "pipelineRunStatus.Cancelled": "Abgebrochen",
58
+ "pipelineRunStatus.Pending": "Ausstehend",
59
+ "pipelineRunStatus.Idle": "Leerlauf",
60
+ "pipelineRunStatus.Other": "Andere",
61
+ "pipelineRunDuration.lessThanSec": "weniger als eine Sekunde",
62
+ "pipelineRunDuration.hour_one": "{{count}} Stunde",
63
+ "pipelineRunDuration.hour_other": "{{count}} Stunden",
64
+ "pipelineRunDuration.minute_one": "{{count}} Minute",
65
+ "pipelineRunDuration.minute_other": "{{count}} Minuten",
66
+ "pipelineRunDuration.second_one": "{{count}} Sekunde",
67
+ "pipelineRunDuration.second_other": "{{count}} Sekunden",
68
+ "pipelineRunParamsAndResults.title": "Parameter und Ergebnisse f\xFCr Pipeline-Ausf\xFChrung",
69
+ "pipelineRunParamsAndResults.noParams": "Keine Parameter gefunden",
70
+ "pipelineRunParamsAndResults.noResults": "Keine Ergebnisse gefunden",
71
+ "pipelineRunParamsAndResults.params": "Parameter",
72
+ "pipelineRunParamsAndResults.results": "Ergebnisse",
73
+ "pipelineRunParamsAndResults.outputTableColumn.name": "Name",
74
+ "pipelineRunParamsAndResults.outputTableColumn.value": "Wert"
75
+ }
76
+ });
77
+
78
+ export { tektonTranslationDe as default };
79
+ //# sourceMappingURL=de.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"de.esm.js","sources":["../../src/translations/de.ts"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { tektonTranslationRef } from './ref';\n\n/**\n * de translation for tekton.\n * @public\n */\nconst tektonTranslationDe = createTranslationMessages({\n ref: tektonTranslationRef,\n messages: {\n 'errorPanel.title': 'Problem beim Abrufen von Kubernetes-Objekten',\n 'errorPanel.description':\n 'Es gab ein Problem beim Abrufen einiger Kubernetes-Ressourcen für das Element: {{entityName}}. Dies könnte bedeuten, dass die Karte mit den Fehlerberichten nicht ganz korrekt ist.',\n 'permissionAlert.title': 'Berechtigung erforderlich',\n 'permissionAlert.description':\n 'Zum Anzeigen von Tekton-Pipeline-Ausführungen wenden Sie sich an den Administrator, um die folgende(n) Berechtigung(en) zu erhalten: {{permissions}}.',\n 'statusSelector.label': 'Status',\n 'clusterSelector.label': 'Cluster',\n 'tableExpandCollapse.collapseAll': 'Alle komprimieren',\n 'tableExpandCollapse.expandAll': 'Alle erweitern',\n 'pipelineVisualization.emptyState.description':\n 'Keine Pipeline-Ausführung zur Visualisierung',\n 'pipelineVisualization.noTasksDescription':\n 'Diese Pipeline-Ausführung enthält keine zu visualisierenden Aufgaben.',\n 'pipelineVisualization.stepList.finallyTaskTitle': 'Abschließende Aufgabe',\n 'pipelineRunList.title': 'Pipeline-Ausführungen',\n 'pipelineRunList.noPipelineRuns': 'Keine Pipeline-Ausführungen gefunden',\n 'pipelineRunList.searchBarPlaceholder': 'Suchen',\n 'pipelineRunList.rowActions.viewParamsAndResults':\n 'Parameter und Ergebnisse anzeigen',\n 'pipelineRunList.rowActions.viewLogs': 'Logs anzeigen',\n 'pipelineRunList.rowActions.unauthorizedViewLogs':\n 'Keine Berechtigung zum Anzeigen von Logs',\n 'pipelineRunList.rowActions.viewSBOM': 'SBOM anzeigen',\n 'pipelineRunList.rowActions.SBOMNotApplicable':\n \"'SBOM anzeigen' ist für diese Pipeline-Ausführung nicht anwendbar.\",\n 'pipelineRunList.rowActions.viewOutput': 'Ausgabe anzeigen',\n 'pipelineRunList.rowActions.outputNotApplicable':\n \"'Ausgabe anzeigen' ist für diese Pipeline-Ausführung nicht anwendbar.\",\n 'pipelineRunList.vulnerabilitySeverityTitle.critical': 'Kritisch',\n 'pipelineRunList.vulnerabilitySeverityTitle.high': 'Hoch',\n 'pipelineRunList.vulnerabilitySeverityTitle.medium': 'Mittel',\n 'pipelineRunList.vulnerabilitySeverityTitle.low': 'Niedrig',\n 'pipelineRunList.tableHeaderTitle.name': 'NAME',\n 'pipelineRunList.tableHeaderTitle.vulnerabilities': 'SCHWACHSTELLEN',\n 'pipelineRunList.tableHeaderTitle.status': 'STATUS',\n 'pipelineRunList.tableHeaderTitle.taskStatus': 'AUFGABENSTATUS',\n 'pipelineRunList.tableHeaderTitle.startTime': 'GESTARTET',\n 'pipelineRunList.tableHeaderTitle.duration': 'DAUER',\n 'pipelineRunList.tableHeaderTitle.actions': 'AKTIONEN',\n 'pipelineRunList.tablePagination.rowsPerPageOptionLabel': '{{num}} Zeilen',\n 'pipelineRunLogs.title': 'Logs der Pipeline-Ausführung',\n 'pipelineRunLogs.noLogs': 'Keine Logs gefunden',\n 'pipelineRunLogs.downloader.downloadTaskLogs': 'Herunterladen',\n 'pipelineRunLogs.downloader.downloadPipelineRunLogs':\n 'Alle Aufgaben-Logs herunterladen',\n 'pipelineRunLogs.podLogsDownloadLink.title': 'Herunterladen',\n 'pipelineRunLogs.podLogsDownloadLink.downloading':\n 'Logs werden heruntergeladen',\n 'pipelineRunLogs.taskStatusStepper.skipped': 'Übersprungen',\n 'pipelineRunOutput.title': 'Ausgabe der Pipeline-Ausführung',\n 'pipelineRunOutput.noOutput': 'Keine Ausgabe',\n 'pipelineRunStatus.All': 'Alle',\n 'pipelineRunStatus.Cancelling': 'Wird abgebrochen',\n 'pipelineRunStatus.Succeeded': 'Erfolgreich',\n 'pipelineRunStatus.Failed': 'Fehlgeschlagen',\n 'pipelineRunStatus.Running': 'Wird ausgeführt',\n 'pipelineRunStatus.FailedToStart': 'Start fehlgeschlagen',\n 'pipelineRunStatus.PipelineNotStarted': 'Pipeline nicht gestartet',\n 'pipelineRunStatus.Skipped': 'Übersprungen',\n 'pipelineRunStatus.Cancelled': 'Abgebrochen',\n 'pipelineRunStatus.Pending': 'Ausstehend',\n 'pipelineRunStatus.Idle': 'Leerlauf',\n 'pipelineRunStatus.Other': 'Andere',\n 'pipelineRunDuration.lessThanSec': 'weniger als eine Sekunde',\n 'pipelineRunDuration.hour_one': '{{count}} Stunde',\n 'pipelineRunDuration.hour_other': '{{count}} Stunden',\n 'pipelineRunDuration.minute_one': '{{count}} Minute',\n 'pipelineRunDuration.minute_other': '{{count}} Minuten',\n 'pipelineRunDuration.second_one': '{{count}} Sekunde',\n 'pipelineRunDuration.second_other': '{{count}} Sekunden',\n 'pipelineRunParamsAndResults.title':\n 'Parameter und Ergebnisse für Pipeline-Ausführung',\n 'pipelineRunParamsAndResults.noParams': 'Keine Parameter gefunden',\n 'pipelineRunParamsAndResults.noResults': 'Keine Ergebnisse gefunden',\n 'pipelineRunParamsAndResults.params': 'Parameter',\n 'pipelineRunParamsAndResults.results': 'Ergebnisse',\n 'pipelineRunParamsAndResults.outputTableColumn.name': 'Name',\n 'pipelineRunParamsAndResults.outputTableColumn.value': 'Wert',\n },\n});\n\nexport default tektonTranslationDe;\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,79 @@
1
+ import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
2
+ import { tektonTranslationRef } from './ref.esm.js';
3
+
4
+ const tektonTranslationEs = createTranslationMessages({
5
+ ref: tektonTranslationRef,
6
+ messages: {
7
+ "errorPanel.title": "Ocurri\xF3 un problema al recuperar objetos de Kubernetes",
8
+ "errorPanel.description": "Ocurri\xF3 un problema al recuperar algunos recursos de Kubernetes para la entidad: {{entityName}}. Esto podr\xEDa significar que la tarjeta de informe de errores no es completamente precisa.",
9
+ "permissionAlert.title": "Permiso requerido",
10
+ "permissionAlert.description": "Para ver las ejecuciones de pipeline de Tekton, comun\xEDquese con su administrador para que le otorgue los siguientes permisos: {{permissions}}.",
11
+ "statusSelector.label": "Estado",
12
+ "clusterSelector.label": "Cl\xFAster",
13
+ "tableExpandCollapse.collapseAll": "Contraer todo",
14
+ "tableExpandCollapse.expandAll": "Expandir todo",
15
+ "pipelineVisualization.emptyState.description": "No hay ejecuci\xF3n de pipeline para visualizar",
16
+ "pipelineVisualization.noTasksDescription": "Esta ejecuci\xF3n de pipeline no tiene tareas para visualizar",
17
+ "pipelineVisualization.stepList.finallyTaskTitle": "Tarea final",
18
+ "pipelineRunList.title": "Ejecuciones de pipeline",
19
+ "pipelineRunList.noPipelineRuns": "No se encontraron ejecuciones de pipeline",
20
+ "pipelineRunList.searchBarPlaceholder": "Buscar",
21
+ "pipelineRunList.rowActions.viewParamsAndResults": "Ver par\xE1metros y resultados",
22
+ "pipelineRunList.rowActions.viewLogs": "Ver registros",
23
+ "pipelineRunList.rowActions.unauthorizedViewLogs": "No tiene autorizaci\xF3n para ver los registros",
24
+ "pipelineRunList.rowActions.viewSBOM": "Ver SBOM",
25
+ "pipelineRunList.rowActions.SBOMNotApplicable": "Ver SBOM no es aplicable a esta ejecuci\xF3n de pipeline",
26
+ "pipelineRunList.rowActions.viewOutput": "Ver salida",
27
+ "pipelineRunList.rowActions.outputNotApplicable": "Ver salida no es aplicable para esta ejecuci\xF3n de pipeline",
28
+ "pipelineRunList.vulnerabilitySeverityTitle.critical": "Cr\xEDtica",
29
+ "pipelineRunList.vulnerabilitySeverityTitle.high": "Alta",
30
+ "pipelineRunList.vulnerabilitySeverityTitle.medium": "Media",
31
+ "pipelineRunList.vulnerabilitySeverityTitle.low": "Baja",
32
+ "pipelineRunList.tableHeaderTitle.name": "NOMBRE",
33
+ "pipelineRunList.tableHeaderTitle.vulnerabilities": "VULNERABILIDADES",
34
+ "pipelineRunList.tableHeaderTitle.status": "ESTADO",
35
+ "pipelineRunList.tableHeaderTitle.taskStatus": "ESTADO DE LA TAREA",
36
+ "pipelineRunList.tableHeaderTitle.startTime": "INICIADA",
37
+ "pipelineRunList.tableHeaderTitle.duration": "DURACI\xD3N",
38
+ "pipelineRunList.tableHeaderTitle.actions": "ACCIONES",
39
+ "pipelineRunList.tablePagination.rowsPerPageOptionLabel": "{{num}}\xA0filas",
40
+ "pipelineRunLogs.title": "Registros de ejecuciones de pipeline",
41
+ "pipelineRunLogs.noLogs": "No se encontraron registros",
42
+ "pipelineRunLogs.downloader.downloadTaskLogs": "Descargar",
43
+ "pipelineRunLogs.downloader.downloadPipelineRunLogs": "Descargar todos los registros de tareas",
44
+ "pipelineRunLogs.podLogsDownloadLink.title": "Descargar",
45
+ "pipelineRunLogs.podLogsDownloadLink.downloading": "descargando registros",
46
+ "pipelineRunLogs.taskStatusStepper.skipped": "Omitida",
47
+ "pipelineRunOutput.title": "Salida de la ejecuci\xF3n de pipeline",
48
+ "pipelineRunOutput.noOutput": "Sin salida",
49
+ "pipelineRunStatus.All": "Todos",
50
+ "pipelineRunStatus.Cancelling": "Cancelada",
51
+ "pipelineRunStatus.Succeeded": "Ejecuci\xF3n exitosa",
52
+ "pipelineRunStatus.Failed": "Fallida",
53
+ "pipelineRunStatus.Running": "En ejecuci\xF3n",
54
+ "pipelineRunStatus.FailedToStart": "Error al iniciar",
55
+ "pipelineRunStatus.PipelineNotStarted": "Pipeline no iniciado",
56
+ "pipelineRunStatus.Skipped": "Omitida",
57
+ "pipelineRunStatus.Cancelled": "Cancelada",
58
+ "pipelineRunStatus.Pending": "Pendiente",
59
+ "pipelineRunStatus.Idle": "Inactiva",
60
+ "pipelineRunStatus.Other": "Otro",
61
+ "pipelineRunDuration.lessThanSec": "menos de un segundo",
62
+ "pipelineRunDuration.hour_one": "{{count}}\xA0hora",
63
+ "pipelineRunDuration.hour_other": "{{count}}\xA0horas",
64
+ "pipelineRunDuration.minute_one": "{{count}}\xA0minuto",
65
+ "pipelineRunDuration.minute_other": "{{count}}\xA0minutos",
66
+ "pipelineRunDuration.second_one": "{{count}}\xA0segundo",
67
+ "pipelineRunDuration.second_other": "{{count}}\xA0segundos",
68
+ "pipelineRunParamsAndResults.title": "Par\xE1metros y resultados de la ejecuci\xF3n de pipeline",
69
+ "pipelineRunParamsAndResults.noParams": "No se encontraron par\xE1metros",
70
+ "pipelineRunParamsAndResults.noResults": "No se encontraron resultados",
71
+ "pipelineRunParamsAndResults.params": "Par\xE1metros",
72
+ "pipelineRunParamsAndResults.results": "Resultados",
73
+ "pipelineRunParamsAndResults.outputTableColumn.name": "Nombre",
74
+ "pipelineRunParamsAndResults.outputTableColumn.value": "Valor"
75
+ }
76
+ });
77
+
78
+ export { tektonTranslationEs as default };
79
+ //# sourceMappingURL=es.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { tektonTranslationRef } from './ref';\n\n/**\n * es translation for tekton.\n * @public\n */\nconst tektonTranslationEs = createTranslationMessages({\n ref: tektonTranslationRef,\n messages: {\n 'errorPanel.title':\n 'Ocurrió un problema al recuperar objetos de Kubernetes',\n 'errorPanel.description':\n 'Ocurrió un problema al recuperar algunos recursos de Kubernetes para la entidad: {{entityName}}. Esto podría significar que la tarjeta de informe de errores no es completamente precisa.',\n 'permissionAlert.title': 'Permiso requerido',\n 'permissionAlert.description':\n 'Para ver las ejecuciones de pipeline de Tekton, comuníquese con su administrador para que le otorgue los siguientes permisos: {{permissions}}.',\n 'statusSelector.label': 'Estado',\n 'clusterSelector.label': 'Clúster',\n 'tableExpandCollapse.collapseAll': 'Contraer todo',\n 'tableExpandCollapse.expandAll': 'Expandir todo',\n 'pipelineVisualization.emptyState.description':\n 'No hay ejecución de pipeline para visualizar',\n 'pipelineVisualization.noTasksDescription':\n 'Esta ejecución de pipeline no tiene tareas para visualizar',\n 'pipelineVisualization.stepList.finallyTaskTitle': 'Tarea final',\n 'pipelineRunList.title': 'Ejecuciones de pipeline',\n 'pipelineRunList.noPipelineRuns':\n 'No se encontraron ejecuciones de pipeline',\n 'pipelineRunList.searchBarPlaceholder': 'Buscar',\n 'pipelineRunList.rowActions.viewParamsAndResults':\n 'Ver parámetros y resultados',\n 'pipelineRunList.rowActions.viewLogs': 'Ver registros',\n 'pipelineRunList.rowActions.unauthorizedViewLogs':\n 'No tiene autorización para ver los registros',\n 'pipelineRunList.rowActions.viewSBOM': 'Ver SBOM',\n 'pipelineRunList.rowActions.SBOMNotApplicable':\n 'Ver SBOM no es aplicable a esta ejecución de pipeline',\n 'pipelineRunList.rowActions.viewOutput': 'Ver salida',\n 'pipelineRunList.rowActions.outputNotApplicable':\n 'Ver salida no es aplicable para esta ejecución de pipeline',\n 'pipelineRunList.vulnerabilitySeverityTitle.critical': 'Crítica',\n 'pipelineRunList.vulnerabilitySeverityTitle.high': 'Alta',\n 'pipelineRunList.vulnerabilitySeverityTitle.medium': 'Media',\n 'pipelineRunList.vulnerabilitySeverityTitle.low': 'Baja',\n 'pipelineRunList.tableHeaderTitle.name': 'NOMBRE',\n 'pipelineRunList.tableHeaderTitle.vulnerabilities': 'VULNERABILIDADES',\n 'pipelineRunList.tableHeaderTitle.status': 'ESTADO',\n 'pipelineRunList.tableHeaderTitle.taskStatus': 'ESTADO DE LA TAREA',\n 'pipelineRunList.tableHeaderTitle.startTime': 'INICIADA',\n 'pipelineRunList.tableHeaderTitle.duration': 'DURACIÓN',\n 'pipelineRunList.tableHeaderTitle.actions': 'ACCIONES',\n 'pipelineRunList.tablePagination.rowsPerPageOptionLabel': '{{num}} filas',\n 'pipelineRunLogs.title': 'Registros de ejecuciones de pipeline',\n 'pipelineRunLogs.noLogs': 'No se encontraron registros',\n 'pipelineRunLogs.downloader.downloadTaskLogs': 'Descargar',\n 'pipelineRunLogs.downloader.downloadPipelineRunLogs':\n 'Descargar todos los registros de tareas',\n 'pipelineRunLogs.podLogsDownloadLink.title': 'Descargar',\n 'pipelineRunLogs.podLogsDownloadLink.downloading': 'descargando registros',\n 'pipelineRunLogs.taskStatusStepper.skipped': 'Omitida',\n 'pipelineRunOutput.title': 'Salida de la ejecución de pipeline',\n 'pipelineRunOutput.noOutput': 'Sin salida',\n 'pipelineRunStatus.All': 'Todos',\n 'pipelineRunStatus.Cancelling': 'Cancelada',\n 'pipelineRunStatus.Succeeded': 'Ejecución exitosa',\n 'pipelineRunStatus.Failed': 'Fallida',\n 'pipelineRunStatus.Running': 'En ejecución',\n 'pipelineRunStatus.FailedToStart': 'Error al iniciar',\n 'pipelineRunStatus.PipelineNotStarted': 'Pipeline no iniciado',\n 'pipelineRunStatus.Skipped': 'Omitida',\n 'pipelineRunStatus.Cancelled': 'Cancelada',\n 'pipelineRunStatus.Pending': 'Pendiente',\n 'pipelineRunStatus.Idle': 'Inactiva',\n 'pipelineRunStatus.Other': 'Otro',\n 'pipelineRunDuration.lessThanSec': 'menos de un segundo',\n 'pipelineRunDuration.hour_one': '{{count}} hora',\n 'pipelineRunDuration.hour_other': '{{count}} horas',\n 'pipelineRunDuration.minute_one': '{{count}} minuto',\n 'pipelineRunDuration.minute_other': '{{count}} minutos',\n 'pipelineRunDuration.second_one': '{{count}} segundo',\n 'pipelineRunDuration.second_other': '{{count}} segundos',\n 'pipelineRunParamsAndResults.title':\n 'Parámetros y resultados de la ejecución de pipeline',\n 'pipelineRunParamsAndResults.noParams': 'No se encontraron parámetros',\n 'pipelineRunParamsAndResults.noResults': 'No se encontraron resultados',\n 'pipelineRunParamsAndResults.params': 'Parámetros',\n 'pipelineRunParamsAndResults.results': 'Resultados',\n 'pipelineRunParamsAndResults.outputTableColumn.name': 'Nombre',\n 'pipelineRunParamsAndResults.outputTableColumn.value': 'Valor',\n },\n});\n\nexport default tektonTranslationEs;\n"],"names":[],"mappings":"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"}
@@ -4,9 +4,11 @@ import { tektonTranslationRef } from './ref.esm.js';
4
4
  const tektonTranslations = createTranslationResource({
5
5
  ref: tektonTranslationRef,
6
6
  translations: {
7
- ja: () => import('./ja.esm.js'),
7
+ de: () => import('./de.esm.js'),
8
+ es: () => import('./es.esm.js'),
8
9
  fr: () => import('./fr.esm.js'),
9
- it: () => import('./it.esm.js')
10
+ it: () => import('./it.esm.js'),
11
+ ja: () => import('./ja.esm.js')
10
12
  }
11
13
  });
12
14
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../../src/translations/index.ts"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationResource } from '@backstage/core-plugin-api/alpha';\nimport { tektonTranslationRef } from './ref';\n\n/**\n * The translation resource for the Tekton plugin\n * @public\n */\nexport const tektonTranslations = createTranslationResource({\n ref: tektonTranslationRef,\n translations: {\n ja: () => import('./ja'),\n fr: () => import('./fr'),\n it: () => import('./it'),\n },\n});\n\nexport { tektonTranslationRef };\n"],"names":[],"mappings":";;;AAuBO,MAAM,qBAAqB,yBAAA,CAA0B;AAAA,EAC1D,GAAA,EAAK,oBAAA;AAAA,EACL,YAAA,EAAc;AAAA,IACZ,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM;AAAA;AAE3B,CAAC;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/translations/index.ts"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationResource } from '@backstage/core-plugin-api/alpha';\nimport { tektonTranslationRef } from './ref';\n\n/**\n * The translation resource for the Tekton plugin\n * @public\n */\nexport const tektonTranslations = createTranslationResource({\n ref: tektonTranslationRef,\n translations: {\n de: () => import('./de'),\n es: () => import('./es'),\n fr: () => import('./fr'),\n it: () => import('./it'),\n ja: () => import('./ja'),\n },\n});\n\nexport { tektonTranslationRef };\n"],"names":[],"mappings":";;;AAuBO,MAAM,qBAAqB,yBAAA,CAA0B;AAAA,EAC1D,GAAA,EAAK,oBAAA;AAAA,EACL,YAAA,EAAc;AAAA,IACZ,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM;AAAA;AAE3B,CAAC;;;;"}
@@ -1,123 +1,124 @@
1
1
  import { createTranslationRef } from '@backstage/core-plugin-api/alpha';
2
2
 
3
- const tektonTranslationRef = createTranslationRef({
4
- id: "tekton",
5
- messages: {
6
- errorPanel: {
7
- title: "There was a problem retrieving Kubernetes objects",
8
- description: "There was a problem retrieving some Kubernetes resources for the entity: {{entityName}}. This could mean that the Error Reporting card is not completely accurate."
9
- },
10
- permissionAlert: {
11
- title: "Permission required",
12
- description: "To view Tekton Pipeline Runs, contact your administrator to give you the following permission(s): {{permissions}}."
13
- },
14
- statusSelector: {
15
- label: "Status"
16
- },
17
- clusterSelector: {
18
- label: "Cluster"
19
- },
20
- tableExpandCollapse: {
21
- collapseAll: "Collapse all",
22
- expandAll: "Expand all"
3
+ const tektonMessages = {
4
+ errorPanel: {
5
+ title: "There was a problem retrieving Kubernetes objects",
6
+ description: "There was a problem retrieving some Kubernetes resources for the entity: {{entityName}}. This could mean that the Error Reporting card is not completely accurate."
7
+ },
8
+ permissionAlert: {
9
+ title: "Permission required",
10
+ description: "To view Tekton Pipeline Runs, contact your administrator to give you the following permission(s): {{permissions}}."
11
+ },
12
+ statusSelector: {
13
+ label: "Status"
14
+ },
15
+ clusterSelector: {
16
+ label: "Cluster"
17
+ },
18
+ tableExpandCollapse: {
19
+ collapseAll: "Collapse all",
20
+ expandAll: "Expand all"
21
+ },
22
+ pipelineVisualization: {
23
+ emptyState: {
24
+ description: "No Pipeline Run to visualize"
23
25
  },
24
- pipelineVisualization: {
25
- emptyState: {
26
- description: "No Pipeline Run to visualize"
27
- },
28
- noTasksDescription: "This Pipeline Run has no tasks to visualize",
29
- stepList: {
30
- finallyTaskTitle: "Finally Task"
31
- }
32
- },
33
- pipelineRunList: {
34
- title: "Pipeline Runs",
35
- noPipelineRuns: "No Pipeline Runs found",
36
- searchBarPlaceholder: "Search",
37
- rowActions: {
38
- viewParamsAndResults: "View Parameters and Results",
39
- viewLogs: "View logs",
40
- unauthorizedViewLogs: "Unauthorized to view logs",
41
- viewSBOM: "View SBOM",
42
- SBOMNotApplicable: "View SBOM is not applicable for this PipelineRun",
43
- viewOutput: "View output",
44
- outputNotApplicable: "View Output is not applicable for this PipelineRun"
45
- },
46
- vulnerabilitySeverityTitle: {
47
- critical: "Critical",
48
- high: "High",
49
- medium: "Medium",
50
- low: "Low"
51
- },
52
- tableHeaderTitle: {
53
- name: "NAME",
54
- vulnerabilities: "VULNERABILITIES",
55
- status: "STATUS",
56
- taskStatus: "TASK STATUS",
57
- startTime: "STARTED",
58
- duration: "DURATION",
59
- actions: "ACTIONS"
60
- },
61
- tablePagination: {
62
- rowsPerPageOptionLabel: "{{num}} rows"
63
- }
26
+ noTasksDescription: "This Pipeline Run has no tasks to visualize",
27
+ stepList: {
28
+ finallyTaskTitle: "Finally Task"
29
+ }
30
+ },
31
+ pipelineRunList: {
32
+ title: "Pipeline Runs",
33
+ noPipelineRuns: "No Pipeline Runs found",
34
+ searchBarPlaceholder: "Search",
35
+ rowActions: {
36
+ viewParamsAndResults: "View Parameters and Results",
37
+ viewLogs: "View logs",
38
+ unauthorizedViewLogs: "Unauthorized to view logs",
39
+ viewSBOM: "View SBOM",
40
+ SBOMNotApplicable: "View SBOM is not applicable for this PipelineRun",
41
+ viewOutput: "View output",
42
+ outputNotApplicable: "View Output is not applicable for this PipelineRun"
64
43
  },
65
- pipelineRunLogs: {
66
- title: "PipelineRun Logs",
67
- noLogs: "No logs found",
68
- downloader: {
69
- downloadTaskLogs: "Download",
70
- downloadPipelineRunLogs: "Download all tasks logs"
71
- },
72
- podLogsDownloadLink: {
73
- title: "Download",
74
- downloading: "downloading logs"
75
- },
76
- taskStatusStepper: {
77
- skipped: "Skipped"
78
- }
44
+ vulnerabilitySeverityTitle: {
45
+ critical: "Critical",
46
+ high: "High",
47
+ medium: "Medium",
48
+ low: "Low"
79
49
  },
80
- pipelineRunOutput: {
81
- title: "PipelineRun Output",
82
- noOutput: "No output"
50
+ tableHeaderTitle: {
51
+ name: "NAME",
52
+ vulnerabilities: "VULNERABILITIES",
53
+ status: "STATUS",
54
+ taskStatus: "TASK STATUS",
55
+ startTime: "STARTED",
56
+ duration: "DURATION",
57
+ actions: "ACTIONS"
83
58
  },
84
- pipelineRunStatus: {
85
- All: "All",
86
- Cancelling: "Cancelling",
87
- Succeeded: "Succeeded",
88
- Failed: "Failed",
89
- Running: "Running",
90
- "In Progress": "In Progress",
91
- FailedToStart: "FailedToStart",
92
- PipelineNotStarted: "PipelineNotStarted",
93
- Skipped: "Skipped",
94
- Cancelled: "Cancelled",
95
- Pending: "Pending",
96
- Idle: "Idle",
97
- Other: "Other"
59
+ tablePagination: {
60
+ rowsPerPageOptionLabel: "{{num}} rows"
61
+ }
62
+ },
63
+ pipelineRunLogs: {
64
+ title: "PipelineRun Logs",
65
+ noLogs: "No logs found",
66
+ downloader: {
67
+ downloadTaskLogs: "Download",
68
+ downloadPipelineRunLogs: "Download all tasks logs"
98
69
  },
99
- pipelineRunDuration: {
100
- lessThanSec: "less than a sec",
101
- hour_one: "{{count}} hour",
102
- hour_other: "{{count}} hours",
103
- minute_one: "{{count}} minute",
104
- minute_other: "{{count}} minutes",
105
- second_one: "{{count}} second",
106
- second_other: "{{count}} seconds"
70
+ podLogsDownloadLink: {
71
+ title: "Download",
72
+ downloading: "downloading logs"
107
73
  },
108
- pipelineRunParamsAndResults: {
109
- title: "PipelineRun Parameters and Results",
110
- noParams: "No parameters found",
111
- noResults: "No results found",
112
- params: "Parameters",
113
- results: "Results",
114
- outputTableColumn: {
115
- name: "Name",
116
- value: "Value"
117
- }
74
+ taskStatusStepper: {
75
+ skipped: "Skipped"
76
+ }
77
+ },
78
+ pipelineRunOutput: {
79
+ title: "PipelineRun Output",
80
+ noOutput: "No output"
81
+ },
82
+ pipelineRunStatus: {
83
+ All: "All",
84
+ Cancelling: "Cancelling",
85
+ Succeeded: "Succeeded",
86
+ Failed: "Failed",
87
+ Running: "Running",
88
+ "In Progress": "In Progress",
89
+ FailedToStart: "FailedToStart",
90
+ PipelineNotStarted: "PipelineNotStarted",
91
+ Skipped: "Skipped",
92
+ Cancelled: "Cancelled",
93
+ Pending: "Pending",
94
+ Idle: "Idle",
95
+ Other: "Other"
96
+ },
97
+ pipelineRunDuration: {
98
+ lessThanSec: "less than a sec",
99
+ hour_one: "{{count}} hour",
100
+ hour_other: "{{count}} hours",
101
+ minute_one: "{{count}} minute",
102
+ minute_other: "{{count}} minutes",
103
+ second_one: "{{count}} second",
104
+ second_other: "{{count}} seconds"
105
+ },
106
+ pipelineRunParamsAndResults: {
107
+ title: "PipelineRun Parameters and Results",
108
+ noParams: "No parameters found",
109
+ noResults: "No results found",
110
+ params: "Parameters",
111
+ results: "Results",
112
+ outputTableColumn: {
113
+ name: "Name",
114
+ value: "Value"
118
115
  }
119
116
  }
117
+ };
118
+ const tektonTranslationRef = createTranslationRef({
119
+ id: "tekton",
120
+ messages: tektonMessages
120
121
  });
121
122
 
122
- export { tektonTranslationRef };
123
+ export { tektonMessages, tektonTranslationRef };
123
124
  //# sourceMappingURL=ref.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ref.esm.js","sources":["../../src/translations/ref.ts"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationRef } from '@backstage/core-plugin-api/alpha';\n\n/**\n * Tekton translation reference.\n * @public\n */\nexport const tektonTranslationRef = createTranslationRef({\n id: 'tekton',\n messages: {\n errorPanel: {\n title: 'There was a problem retrieving Kubernetes objects',\n description:\n 'There was a problem retrieving some Kubernetes resources for the entity: {{entityName}}. This could mean that the Error Reporting card is not completely accurate.',\n },\n permissionAlert: {\n title: 'Permission required',\n description:\n 'To view Tekton Pipeline Runs, contact your administrator to give you the following permission(s): {{permissions}}.',\n },\n statusSelector: {\n label: 'Status',\n },\n clusterSelector: {\n label: 'Cluster',\n },\n tableExpandCollapse: {\n collapseAll: 'Collapse all',\n expandAll: 'Expand all',\n },\n pipelineVisualization: {\n emptyState: {\n description: 'No Pipeline Run to visualize',\n },\n noTasksDescription: 'This Pipeline Run has no tasks to visualize',\n stepList: {\n finallyTaskTitle: 'Finally Task',\n },\n },\n pipelineRunList: {\n title: 'Pipeline Runs',\n noPipelineRuns: 'No Pipeline Runs found',\n searchBarPlaceholder: 'Search',\n rowActions: {\n viewParamsAndResults: 'View Parameters and Results',\n viewLogs: 'View logs',\n unauthorizedViewLogs: 'Unauthorized to view logs',\n viewSBOM: 'View SBOM',\n SBOMNotApplicable: 'View SBOM is not applicable for this PipelineRun',\n viewOutput: 'View output',\n outputNotApplicable:\n 'View Output is not applicable for this PipelineRun',\n },\n vulnerabilitySeverityTitle: {\n critical: 'Critical',\n high: 'High',\n medium: 'Medium',\n low: 'Low',\n },\n tableHeaderTitle: {\n name: 'NAME',\n vulnerabilities: 'VULNERABILITIES',\n status: 'STATUS',\n taskStatus: 'TASK STATUS',\n startTime: 'STARTED',\n duration: 'DURATION',\n actions: 'ACTIONS',\n },\n tablePagination: {\n rowsPerPageOptionLabel: '{{num}} rows',\n },\n },\n pipelineRunLogs: {\n title: 'PipelineRun Logs',\n noLogs: 'No logs found',\n downloader: {\n downloadTaskLogs: 'Download',\n downloadPipelineRunLogs: 'Download all tasks logs',\n },\n podLogsDownloadLink: {\n title: 'Download',\n downloading: 'downloading logs',\n },\n taskStatusStepper: {\n skipped: 'Skipped',\n },\n },\n pipelineRunOutput: {\n title: 'PipelineRun Output',\n noOutput: 'No output',\n },\n pipelineRunStatus: {\n All: 'All',\n Cancelling: 'Cancelling',\n Succeeded: 'Succeeded',\n Failed: 'Failed',\n Running: 'Running',\n 'In Progress': 'In Progress',\n FailedToStart: 'FailedToStart',\n PipelineNotStarted: 'PipelineNotStarted',\n Skipped: 'Skipped',\n Cancelled: 'Cancelled',\n Pending: 'Pending',\n Idle: 'Idle',\n Other: 'Other',\n },\n pipelineRunDuration: {\n lessThanSec: 'less than a sec',\n hour_one: '{{count}} hour',\n hour_other: '{{count}} hours',\n minute_one: '{{count}} minute',\n minute_other: '{{count}} minutes',\n second_one: '{{count}} second',\n second_other: '{{count}} seconds',\n },\n pipelineRunParamsAndResults: {\n title: 'PipelineRun Parameters and Results',\n noParams: 'No parameters found',\n noResults: 'No results found',\n params: 'Parameters',\n results: 'Results',\n outputTableColumn: {\n name: 'Name',\n value: 'Value',\n },\n },\n },\n});\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ref.esm.js","sources":["../../src/translations/ref.ts"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationRef } from '@backstage/core-plugin-api/alpha';\n\n/** Default (English) messages; exported for e2e tests. */\nexport const tektonMessages = {\n errorPanel: {\n title: 'There was a problem retrieving Kubernetes objects',\n description:\n 'There was a problem retrieving some Kubernetes resources for the entity: {{entityName}}. This could mean that the Error Reporting card is not completely accurate.',\n },\n permissionAlert: {\n title: 'Permission required',\n description:\n 'To view Tekton Pipeline Runs, contact your administrator to give you the following permission(s): {{permissions}}.',\n },\n statusSelector: {\n label: 'Status',\n },\n clusterSelector: {\n label: 'Cluster',\n },\n tableExpandCollapse: {\n collapseAll: 'Collapse all',\n expandAll: 'Expand all',\n },\n pipelineVisualization: {\n emptyState: {\n description: 'No Pipeline Run to visualize',\n },\n noTasksDescription: 'This Pipeline Run has no tasks to visualize',\n stepList: {\n finallyTaskTitle: 'Finally Task',\n },\n },\n pipelineRunList: {\n title: 'Pipeline Runs',\n noPipelineRuns: 'No Pipeline Runs found',\n searchBarPlaceholder: 'Search',\n rowActions: {\n viewParamsAndResults: 'View Parameters and Results',\n viewLogs: 'View logs',\n unauthorizedViewLogs: 'Unauthorized to view logs',\n viewSBOM: 'View SBOM',\n SBOMNotApplicable: 'View SBOM is not applicable for this PipelineRun',\n viewOutput: 'View output',\n outputNotApplicable: 'View Output is not applicable for this PipelineRun',\n },\n vulnerabilitySeverityTitle: {\n critical: 'Critical',\n high: 'High',\n medium: 'Medium',\n low: 'Low',\n },\n tableHeaderTitle: {\n name: 'NAME',\n vulnerabilities: 'VULNERABILITIES',\n status: 'STATUS',\n taskStatus: 'TASK STATUS',\n startTime: 'STARTED',\n duration: 'DURATION',\n actions: 'ACTIONS',\n },\n tablePagination: {\n rowsPerPageOptionLabel: '{{num}} rows',\n },\n },\n pipelineRunLogs: {\n title: 'PipelineRun Logs',\n noLogs: 'No logs found',\n downloader: {\n downloadTaskLogs: 'Download',\n downloadPipelineRunLogs: 'Download all tasks logs',\n },\n podLogsDownloadLink: {\n title: 'Download',\n downloading: 'downloading logs',\n },\n taskStatusStepper: {\n skipped: 'Skipped',\n },\n },\n pipelineRunOutput: {\n title: 'PipelineRun Output',\n noOutput: 'No output',\n },\n pipelineRunStatus: {\n All: 'All',\n Cancelling: 'Cancelling',\n Succeeded: 'Succeeded',\n Failed: 'Failed',\n Running: 'Running',\n 'In Progress': 'In Progress',\n FailedToStart: 'FailedToStart',\n PipelineNotStarted: 'PipelineNotStarted',\n Skipped: 'Skipped',\n Cancelled: 'Cancelled',\n Pending: 'Pending',\n Idle: 'Idle',\n Other: 'Other',\n },\n pipelineRunDuration: {\n lessThanSec: 'less than a sec',\n hour_one: '{{count}} hour',\n hour_other: '{{count}} hours',\n minute_one: '{{count}} minute',\n minute_other: '{{count}} minutes',\n second_one: '{{count}} second',\n second_other: '{{count}} seconds',\n },\n pipelineRunParamsAndResults: {\n title: 'PipelineRun Parameters and Results',\n noParams: 'No parameters found',\n noResults: 'No results found',\n params: 'Parameters',\n results: 'Results',\n outputTableColumn: {\n name: 'Name',\n value: 'Value',\n },\n },\n} as const;\n\n/**\n * Tekton translation reference.\n * @public\n */\nexport const tektonTranslationRef = createTranslationRef({\n id: 'tekton',\n messages: tektonMessages,\n});\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tekton",
3
- "version": "3.35.0",
3
+ "version": "3.36.0",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -60,17 +60,17 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@aonic-ui/pipelines": "^3.1.0",
63
- "@backstage-community/plugin-tekton-common": "^1.18.0",
64
- "@backstage-community/plugin-tekton-react": "^0.3.0",
63
+ "@backstage-community/plugin-tekton-common": "^1.19.0",
64
+ "@backstage-community/plugin-tekton-react": "^0.4.0",
65
65
  "@backstage/catalog-model": "^1.7.6",
66
- "@backstage/core-components": "^0.18.6",
67
- "@backstage/core-plugin-api": "^1.12.2",
68
- "@backstage/frontend-plugin-api": "^0.13.4",
69
- "@backstage/plugin-catalog-react": "^1.21.6",
70
- "@backstage/plugin-kubernetes-common": "^0.9.9",
71
- "@backstage/plugin-kubernetes-react": "^0.5.15",
72
- "@backstage/plugin-permission-react": "^0.4.39",
73
- "@backstage/theme": "^0.7.1",
66
+ "@backstage/core-components": "^0.18.7",
67
+ "@backstage/core-plugin-api": "^1.12.3",
68
+ "@backstage/frontend-plugin-api": "^0.14.1",
69
+ "@backstage/plugin-catalog-react": "^2.0.0",
70
+ "@backstage/plugin-kubernetes-common": "^0.9.10",
71
+ "@backstage/plugin-kubernetes-react": "^0.5.16",
72
+ "@backstage/plugin-permission-react": "^0.4.40",
73
+ "@backstage/theme": "^0.7.2",
74
74
  "@kubernetes/client-node": "1.4.0",
75
75
  "@material-ui/core": "^4.9.13",
76
76
  "@material-ui/icons": "^4.11.3",
@@ -94,14 +94,14 @@
94
94
  },
95
95
  "devDependencies": {
96
96
  "@axe-core/playwright": "^4.11.0",
97
- "@backstage/cli": "^0.35.3",
98
- "@backstage/dev-utils": "^1.1.19",
99
- "@backstage/test-utils": "^1.7.14",
97
+ "@backstage/cli": "^0.35.4",
98
+ "@backstage/dev-utils": "^1.1.20",
99
+ "@backstage/test-utils": "^1.7.15",
100
100
  "@playwright/test": "^1.57.0",
101
101
  "@testing-library/jest-dom": "6.9.1",
102
102
  "@testing-library/react": "14.3.1",
103
103
  "@types/dagre": "^0.7.52",
104
- "@types/lodash": "4.17.23",
104
+ "@types/lodash": "4.17.24",
105
105
  "cross-fetch": "4.1.0"
106
106
  },
107
107
  "files": [