Skip to content

[bot] Update release-v1.18.x from openshift-pipelines/console-plugin to 1fa495c1ddc3b2647d8ae99b537a865cbb358f42#66

Open
github-actions[bot] wants to merge 1 commit into
release-v1.18.xfrom
actions/update/sources-release-v1.18.x
Open

[bot] Update release-v1.18.x from openshift-pipelines/console-plugin to 1fa495c1ddc3b2647d8ae99b537a865cbb358f42#66
github-actions[bot] wants to merge 1 commit into
release-v1.18.xfrom
actions/update/sources-release-v1.18.x

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Mar 6, 2026

 .ci-operator.yaml                                  |     6 +-
 .github/renovate.json                              |    25 +
 .github/workflows/publish_container_image.yaml     |    22 +-
 .gitignore                                         |     5 +-
 .konflux/.placeholder                              |     1 -
 .konflux/1.18/application.yaml                     |     8 -
 .konflux/1.18/component-console-plugin.yaml        |    18 -
 .konflux/1.18/image-console-plugin.yaml            |    15 -
 .konflux/1.18/tests.yaml                           |    27 -
 .konflux/dockerfiles/console-plugin.Dockerfile     |    32 +-
 .konflux/next/application.yaml                     |     8 -
 .konflux/next/component-console-plugin.yaml        |    18 -
 .konflux/next/image-console-plugin.yaml            |    15 -
 .konflux/next/release-plan.yaml                    |    25 -
 .konflux/next/tests.yaml                           |    27 -
 .konflux/npm/package-lock.json                     |    28 +
 .konflux/npm/package.json                          |     7 +
 .konflux/patches/.placeholder                      |     1 -
 .konflux/yarn.lock                                 | 33298 +++++++++++--------
 ...le-plugin-1-18-console-plugin-pull-request.yaml |    49 -
 .../console-plugin-1-18-console-plugin-push.yaml   |    43 -
 ...le-plugin-next-console-plugin-pull-request.yaml |    15 +-
 .../console-plugin-next-console-plugin-push.yaml   |    12 +-
 .vscode/settings.json                              |    16 +-
 .yarnrc                                            |     7 -
 .yarnrc.yml                                        |    16 +
 Dockerfile                                         |    20 +-
 Dockerfile.without_builder                         |     4 +-
 OWNERS                                             |    24 +-
 .../templates/configmap.yaml                       |     3 +-
 .../templates/deployment.yaml                      |    16 +
 console-extensions.json                            |   211 +-
 integration-tests/cypress.config.ts                |    17 +-
 .../pipelines/create-from-add-options.feature      |    16 +-
 .../pipelines/create-from-builder-page.feature     |    45 +-
 .../pipelines/log-scroll-test-pipeline.feature     |    48 +
 .../features/pipelines/pipeline-metrics.feature    |    22 +-
 .../features/pipelines/pipeline-overview.feature   |    38 +
 .../cypress/support/commands/hooks.ts              |    10 +-
 .../cypress/support/constants/global.ts            |    30 +
 .../constants/static-text/pipeline-details-text.ts |     1 +
 .../support/constants/static-text/pipeline-text.ts |     2 +-
 .../cypress/support/page-objects/add-flow-po.ts    |     2 +-
 .../cypress/support/page-objects/global-po.ts      |     2 +-
 .../cypress/support/page-objects/operators-po.ts   |     2 +-
 .../cypress/support/page-objects/pipelines-po.ts   |    28 +-
 .../cypress/support/page-objects/topology-po.ts    |     6 +-
 .../cypress/support/pages/add-page.ts              |     3 +-
 integration-tests/cypress/support/pages/app.ts     |     4 +-
 .../support/pages/functions/checkOperatorHub.ts    |    13 +
 .../support/pages/functions/checkOperatorStatus.ts |   210 +
 .../cypress/support/pages/functions/common.ts      |     2 +-
 .../functions/installOperatorOnClusterUsingCLI.ts  |   126 +
 .../pages/functions/knativeSubscriptions.ts        |    54 +
 .../cypress/support/pages/git-page.ts              |     1 +
 integration-tests/cypress/support/pages/index.ts   |     2 +
 .../cypress/support/pages/operators-page.ts        |     7 +-
 .../pages/pipelines/pipelineBuilder-page.ts        |    14 +-
 .../pages/pipelines/pipelineRun-details-page.ts    |     4 +-
 .../support/pages/pipelines/pipelines-page.ts      |    11 +-
 .../cypress/support/pages/pipelines/task-page.ts   |     7 +-
 .../support/step-definitions/common/common.ts      |    10 +-
 .../support/step-definitions/common/pipelines.ts   |    34 +
 .../pipelines/create-from-builder-page.ts          |    84 +-
 .../pipelines/create-pipeline-YAML-Editor.ts       |    13 +-
 .../pipelines/data-source-filter.ts                |    28 +-
 .../pipelines/event-tab-in-pipeline-run-page.ts    |     2 +-
 .../pipelines/log-scroll-test-pipeline.ts          |   143 +
 .../step-definitions/pipelines/pipeline-metrics.ts |    36 +-
 .../pipelines/pipeline-overview.ts                 |   160 +
 .../pipelines/pipelines-actions.ts                 |     7 -
 .../cypress/testData/checkOperatorHub.ts           |    16 +
 .../cypress/testData/knative-eventing.yaml         |    11 +
 .../cypress/testData/knative-kafka.yaml            |    19 +
 .../cypress/testData/knative-serving.yaml          |    11 +
 integration-tests/cypress/testData/krew-install.sh |    22 +
 .../log-scroll-test-pipeline-run.yaml              |     8 +
 .../log-scroll-test-pipeline.yaml                  |   180 +
 .../testData/pipelinesOperatorSubscription.yaml    |    10 +
 .../testData/serverlessOperatorSubscription.yaml   |    27 +
 integration-tests/package.json                     |     2 +-
 integration-tests/reporter-config.json             |     4 +-
 locales/en/plugin__pipelines-console-plugin.json   |   122 +-
 locales/es/plugin__pipelines-console-plugin.json   |   193 +-
 locales/fr/plugin__pipelines-console-plugin.json   |   213 +-
 locales/ja/plugin__pipelines-console-plugin.json   |   249 +-
 locales/ko/plugin__pipelines-console-plugin.json   |   245 +-
 locales/zh/plugin__pipelines-console-plugin.json   |   179 +-
 ...ame-7.26.2.tgz => @babel-code-frame-7.27.1.tgz} |   Bin 9971 -> 9969 bytes
 .../@babel-compat-data-7.26.8.tgz                  |   Bin 6465 -> 0 bytes
 .../@babel-compat-data-7.27.1.tgz                  |   Bin 0 -> 6459 bytes
 npm-packages-offline-cache/@babel-core-7.26.10.tgz |   Bin 189557 -> 0 bytes
 npm-packages-offline-cache/@babel-core-7.27.1.tgz  |   Bin 0 -> 188836 bytes
 .../@babel-generator-7.27.0.tgz                    |   Bin 117915 -> 0 bytes
 .../@babel-generator-7.27.1.tgz                    |   Bin 0 -> 117928 bytes
 .../@babel-helper-annotate-as-pure-7.25.9.tgz      |   Bin 2144 -> 0 bytes
 .../@babel-helper-annotate-as-pure-7.27.1.tgz      |   Bin 0 -> 2144 bytes
 .../@babel-helper-compilation-targets-7.27.0.tgz   |   Bin 14826 -> 0 bytes
 .../@babel-helper-compilation-targets-7.27.1.tgz   |   Bin 0 -> 14816 bytes
 ...helper-create-class-features-plugin-7.27.1.tgz} |   Bin 95242 -> 95223 bytes
 ...helper-create-regexp-features-plugin-7.27.0.tgz |   Bin 7914 -> 0 bytes
 ...helper-create-regexp-features-plugin-7.27.1.tgz |   Bin 0 -> 7906 bytes
 ...elper-member-expression-to-functions-7.25.9.tgz |   Bin 13606 -> 0 bytes
 ...elper-member-expression-to-functions-7.27.1.tgz |   Bin 0 -> 13612 bytes
 .../@babel-helper-module-imports-7.25.9.tgz        |   Bin 14060 -> 0 bytes
 .../@babel-helper-module-imports-7.27.1.tgz        |   Bin 0 -> 14067 bytes
 .../@babel-helper-module-transforms-7.26.0.tgz     |   Bin 37509 -> 0 bytes
 .../@babel-helper-module-transforms-7.27.1.tgz     |   Bin 0 -> 37506 bytes
 ...abel-helper-optimise-call-expression-7.25.9.tgz |   Bin 2646 -> 0 bytes
 ...abel-helper-optimise-call-expression-7.27.1.tgz |   Bin 0 -> 2646 bytes
 .../@babel-helper-plugin-utils-7.26.5.tgz          |   Bin 4536 -> 0 bytes
 .../@babel-helper-plugin-utils-7.27.1.tgz          |   Bin 0 -> 4461 bytes
 ...abel-helper-remap-async-to-generator-7.25.9.tgz |   Bin 3706 -> 0 bytes
 ...abel-helper-remap-async-to-generator-7.27.1.tgz |   Bin 0 -> 3723 bytes
 ...tgz => @babel-helper-replace-supers-7.27.1.tgz} |   Bin 9171 -> 9164 bytes
 ...skip-transparent-expression-wrappers-7.25.9.tgz |   Bin 2552 -> 0 bytes
 ...skip-transparent-expression-wrappers-7.27.1.tgz |   Bin 0 -> 2552 bytes
 ....tgz => @babel-helper-string-parser-7.27.1.tgz} |   Bin 8383 -> 8383 bytes
 ... @babel-helper-validator-identifier-7.27.1.tgz} |   Bin 14174 -> 14174 bytes
 ...z => @babel-helper-validator-option-7.27.1.tgz} |   Bin 4384 -> 4383 bytes
 .../@babel-helper-wrap-function-7.25.9.tgz         |   Bin 5362 -> 0 bytes
 .../@babel-helper-wrap-function-7.27.1.tgz         |   Bin 0 -> 5975 bytes
 .../@babel-helpers-7.27.0.tgz                      |   Bin 188479 -> 0 bytes
 .../@babel-helpers-7.27.1.tgz                      |   Bin 0 -> 188252 bytes
 .../@babel-parser-7.27.0.tgz                       |   Bin 425270 -> 0 bytes
 .../@babel-parser-7.27.1.tgz                       |   Bin 0 -> 417207 bytes
 ...-firefox-class-in-computed-class-key-7.25.9.tgz |   Bin 4183 -> 0 bytes
 ...-firefox-class-in-computed-class-key-7.27.1.tgz |   Bin 0 -> 4183 bytes
 ...safari-class-field-initializer-scope-7.25.9.tgz |   Bin 3563 -> 0 bytes
 ...safari-class-field-initializer-scope-7.27.1.tgz |   Bin 0 -> 3564 bytes
 ...ng-collision-in-function-expression-7.27.1.tgz} |   Bin 3137 -> 3137 bytes
 ...ead-parameters-in-optional-chaining-7.27.1.tgz} |   Bin 3751 -> 3751 bytes
 ...atic-class-fields-redefine-readonly-7.27.1.tgz} |   Bin 7868 -> 7868 bytes
 ...abel-plugin-syntax-import-assertions-7.26.0.tgz |   Bin 2567 -> 0 bytes
 ...abel-plugin-syntax-import-assertions-7.27.1.tgz |   Bin 0 -> 2563 bytes
 ...abel-plugin-syntax-import-attributes-7.26.0.tgz |   Bin 2731 -> 0 bytes
 ...abel-plugin-syntax-import-attributes-7.27.1.tgz |   Bin 0 -> 2730 bytes
 .../@babel-plugin-syntax-jsx-7.25.9.tgz            |   Bin 2208 -> 0 bytes
 .../@babel-plugin-syntax-jsx-7.27.1.tgz            |   Bin 0 -> 2207 bytes
 .../@babel-plugin-syntax-typescript-7.25.9.tgz     |   Bin 3092 -> 0 bytes
 .../@babel-plugin-syntax-typescript-7.27.1.tgz     |   Bin 0 -> 3091 bytes
 ...bel-plugin-transform-arrow-functions-7.25.9.tgz |   Bin 2622 -> 0 bytes
 ...bel-plugin-transform-arrow-functions-7.27.1.tgz |   Bin 0 -> 2622 bytes
 ...-transform-async-generator-functions-7.26.8.tgz |   Bin 6401 -> 0 bytes
 ...-transform-async-generator-functions-7.27.1.tgz |   Bin 0 -> 6391 bytes
 ...-plugin-transform-async-to-generator-7.25.9.tgz |   Bin 3093 -> 0 bytes
 ...-plugin-transform-async-to-generator-7.27.1.tgz |   Bin 0 -> 3093 bytes
 ...gin-transform-block-scoped-functions-7.26.5.tgz |   Bin 3075 -> 0 bytes
 ...gin-transform-block-scoped-functions-7.27.1.tgz |   Bin 0 -> 3067 bytes
 ...babel-plugin-transform-block-scoping-7.27.0.tgz |   Bin 21730 -> 0 bytes
 ...babel-plugin-transform-block-scoping-7.27.1.tgz |   Bin 0 -> 21716 bytes
 ...l-plugin-transform-class-properties-7.27.1.tgz} |   Bin 2412 -> 2411 bytes
 ...-plugin-transform-class-static-block-7.26.0.tgz |   Bin 3980 -> 0 bytes
 ...-plugin-transform-class-static-block-7.27.1.tgz |   Bin 0 -> 3974 bytes
 ... => @babel-plugin-transform-classes-7.27.1.tgz} |   Bin 22486 -> 22486 bytes
 ...lugin-transform-computed-properties-7.27.1.tgz} |   Bin 6789 -> 6789 bytes
 ...abel-plugin-transform-destructuring-7.27.1.tgz} |   Bin 19887 -> 19887 bytes
 ...@babel-plugin-transform-dotall-regex-7.25.9.tgz |   Bin 2086 -> 0 bytes
 ...@babel-plugin-transform-dotall-regex-7.27.1.tgz |   Bin 0 -> 2086 bytes
 ...abel-plugin-transform-duplicate-keys-7.25.9.tgz |   Bin 3289 -> 0 bytes
 ...abel-plugin-transform-duplicate-keys-7.27.1.tgz |   Bin 0 -> 3289 bytes
 ...plicate-named-capturing-groups-regex-7.25.9.tgz |   Bin 2451 -> 0 bytes
 ...plicate-named-capturing-groups-regex-7.27.1.tgz |   Bin 0 -> 2450 bytes
 ...abel-plugin-transform-dynamic-import-7.25.9.tgz |   Bin 2711 -> 0 bytes
 ...abel-plugin-transform-dynamic-import-7.27.1.tgz |   Bin 0 -> 2711 bytes
 ...in-transform-exponentiation-operator-7.26.3.tgz |   Bin 4105 -> 0 bytes
 ...in-transform-exponentiation-operator-7.27.1.tgz |   Bin 0 -> 4099 bytes
 ...ugin-transform-export-namespace-from-7.25.9.tgz |   Bin 3134 -> 0 bytes
 ...ugin-transform-export-namespace-from-7.27.1.tgz |   Bin 0 -> 3133 bytes
 ...z => @babel-plugin-transform-for-of-7.27.1.tgz} |   Bin 11416 -> 11409 bytes
 ...babel-plugin-transform-function-name-7.25.9.tgz |   Bin 2872 -> 0 bytes
 ...babel-plugin-transform-function-name-7.27.1.tgz |   Bin 0 -> 2872 bytes
 ...@babel-plugin-transform-json-strings-7.25.9.tgz |   Bin 2773 -> 0 bytes
 ...@babel-plugin-transform-json-strings-7.27.1.tgz |   Bin 0 -> 2773 bytes
 .../@babel-plugin-transform-literals-7.25.9.tgz    |   Bin 2209 -> 0 bytes
 .../@babel-plugin-transform-literals-7.27.1.tgz    |   Bin 0 -> 2208 bytes
 ...ansform-logical-assignment-operators-7.25.9.tgz |   Bin 3303 -> 0 bytes
 ...ansform-logical-assignment-operators-7.27.1.tgz |   Bin 0 -> 3302 bytes
 ...transform-member-expression-literals-7.25.9.tgz |   Bin 2339 -> 0 bytes
 ...transform-member-expression-literals-7.27.1.tgz |   Bin 0 -> 2339 bytes
 ...@babel-plugin-transform-modules-amd-7.27.1.tgz} |   Bin 6339 -> 6339 bytes
 ...el-plugin-transform-modules-commonjs-7.26.3.tgz |   Bin 11445 -> 0 bytes
 ...el-plugin-transform-modules-commonjs-7.27.1.tgz |   Bin 0 -> 11413 bytes
 ...l-plugin-transform-modules-systemjs-7.27.1.tgz} |   Bin 14750 -> 14750 bytes
 .../@babel-plugin-transform-modules-umd-7.25.9.tgz |   Bin 7187 -> 0 bytes
 .../@babel-plugin-transform-modules-umd-7.27.1.tgz |   Bin 0 -> 7188 bytes
 ...ansform-named-capturing-groups-regex-7.25.9.tgz |   Bin 2291 -> 0 bytes
 ...ansform-named-capturing-groups-regex-7.27.1.tgz |   Bin 0 -> 2291 bytes
 ... @babel-plugin-transform-new-target-7.27.1.tgz} |   Bin 3681 -> 3681 bytes
 ...ransform-nullish-coalescing-operator-7.26.6.tgz |   Bin 3899 -> 0 bytes
 ...ransform-nullish-coalescing-operator-7.27.1.tgz |   Bin 0 -> 3890 bytes
 ...l-plugin-transform-numeric-separator-7.25.9.tgz |   Bin 2610 -> 0 bytes
 ...l-plugin-transform-numeric-separator-7.27.1.tgz |   Bin 0 -> 2610 bytes
 ...plugin-transform-object-rest-spread-7.27.1.tgz} |   Bin 17556 -> 17556 bytes
 ...babel-plugin-transform-object-super-7.27.1.tgz} |   Bin 3569 -> 3569 bytes
 ...gin-transform-optional-catch-binding-7.25.9.tgz |   Bin 2345 -> 0 bytes
 ...gin-transform-optional-catch-binding-7.27.1.tgz |   Bin 0 -> 2345 bytes
 ...l-plugin-transform-optional-chaining-7.25.9.tgz |   Bin 10443 -> 0 bytes
 ...l-plugin-transform-optional-chaining-7.27.1.tgz |   Bin 0 -> 10416 bytes
 ... @babel-plugin-transform-parameters-7.27.1.tgz} |   Bin 17354 -> 17354 bytes
 ...bel-plugin-transform-private-methods-7.25.9.tgz |   Bin 2380 -> 0 bytes
 ...bel-plugin-transform-private-methods-7.27.1.tgz |   Bin 0 -> 2380 bytes
 ...transform-private-property-in-object-7.25.9.tgz |   Bin 6313 -> 0 bytes
 ...transform-private-property-in-object-7.27.1.tgz |   Bin 0 -> 6312 bytes
 ...l-plugin-transform-property-literals-7.25.9.tgz |   Bin 2295 -> 0 bytes
 ...l-plugin-transform-property-literals-7.27.1.tgz |   Bin 0 -> 2294 bytes
 ...-plugin-transform-react-display-name-7.25.9.tgz |   Bin 4452 -> 0 bytes
 ...-plugin-transform-react-display-name-7.27.1.tgz |   Bin 0 -> 4455 bytes
 .../@babel-plugin-transform-react-jsx-7.25.9.tgz   |   Bin 19634 -> 0 bytes
 .../@babel-plugin-transform-react-jsx-7.27.1.tgz   |   Bin 0 -> 19411 bytes
 ...ugin-transform-react-jsx-development-7.25.9.tgz |   Bin 1822 -> 0 bytes
 ...ugin-transform-react-jsx-development-7.27.1.tgz |   Bin 0 -> 1821 bytes
 ...gin-transform-react-pure-annotations-7.25.9.tgz |   Bin 3392 -> 0 bytes
 ...gin-transform-react-pure-annotations-7.27.1.tgz |   Bin 0 -> 3391 bytes
 .../@babel-plugin-transform-regenerator-7.27.0.tgz |   Bin 2896 -> 0 bytes
 .../@babel-plugin-transform-regenerator-7.27.1.tgz |   Bin 0 -> 42609 bytes
 ...el-plugin-transform-regexp-modifiers-7.26.0.tgz |   Bin 2092 -> 0 bytes
 ...el-plugin-transform-regexp-modifiers-7.27.1.tgz |   Bin 0 -> 2089 bytes
 ...abel-plugin-transform-reserved-words-7.25.9.tgz |   Bin 2145 -> 0 bytes
 ...abel-plugin-transform-reserved-words-7.27.1.tgz |   Bin 0 -> 2144 bytes
 ...lugin-transform-shorthand-properties-7.25.9.tgz |   Bin 2738 -> 0 bytes
 ...lugin-transform-shorthand-properties-7.27.1.tgz |   Bin 0 -> 2738 bytes
 ...z => @babel-plugin-transform-spread-7.27.1.tgz} |   Bin 6877 -> 6877 bytes
 ...@babel-plugin-transform-sticky-regex-7.25.9.tgz |   Bin 2298 -> 0 bytes
 ...@babel-plugin-transform-sticky-regex-7.27.1.tgz |   Bin 0 -> 2298 bytes
 ...l-plugin-transform-template-literals-7.26.8.tgz |   Bin 5425 -> 0 bytes
 ...l-plugin-transform-template-literals-7.27.1.tgz |   Bin 0 -> 5420 bytes
 ...babel-plugin-transform-typeof-symbol-7.27.0.tgz |   Bin 3918 -> 0 bytes
 ...babel-plugin-transform-typeof-symbol-7.27.1.tgz |   Bin 0 -> 3906 bytes
 .../@babel-plugin-transform-typescript-7.27.0.tgz  |   Bin 34142 -> 0 bytes
 .../@babel-plugin-transform-typescript-7.27.1.tgz  |   Bin 0 -> 34130 bytes
 ...bel-plugin-transform-unicode-escapes-7.25.9.tgz |   Bin 4732 -> 0 bytes
 ...bel-plugin-transform-unicode-escapes-7.27.1.tgz |   Bin 0 -> 4731 bytes
 ...gin-transform-unicode-property-regex-7.25.9.tgz |   Bin 2368 -> 0 bytes
 ...gin-transform-unicode-property-regex-7.27.1.tgz |   Bin 0 -> 2367 bytes
 ...babel-plugin-transform-unicode-regex-7.25.9.tgz |   Bin 2011 -> 0 bytes
 ...babel-plugin-transform-unicode-regex-7.27.1.tgz |   Bin 0 -> 2012 bytes
 ...-plugin-transform-unicode-sets-regex-7.25.9.tgz |   Bin 2357 -> 0 bytes
 ...-plugin-transform-unicode-sets-regex-7.27.1.tgz |   Bin 0 -> 2357 bytes
 .../@babel-preset-env-7.26.9.tgz                   |   Bin 35422 -> 0 bytes
 .../@babel-preset-env-7.27.1.tgz                   |   Bin 0 -> 35370 bytes
 .../@babel-preset-react-7.26.3.tgz                 |   Bin 4142 -> 0 bytes
 .../@babel-preset-react-7.27.1.tgz                 |   Bin 0 -> 4133 bytes
 ...7.0.tgz => @babel-preset-typescript-7.27.1.tgz} |   Bin 7269 -> 7253 bytes
 .../@babel-runtime-7.27.0.tgz                      |   Bin 55895 -> 0 bytes
 .../@babel-runtime-7.27.1.tgz                      |   Bin 0 -> 55263 bytes
 ...plate-7.27.0.tgz => @babel-template-7.27.1.tgz} |   Bin 18125 -> 18119 bytes
 .../@babel-traverse-7.27.0.tgz                     |   Bin 161420 -> 0 bytes
 .../@babel-traverse-7.27.1.tgz                     |   Bin 0 -> 164287 bytes
 npm-packages-offline-cache/@babel-types-7.27.0.tgz |   Bin 283907 -> 0 bytes
 npm-packages-offline-cache/@babel-types-7.27.1.tgz |   Bin 0 -> 291198 bytes
 .../@eslint-community-eslint-utils-4.6.1.tgz       |   Bin 75282 -> 0 bytes
 .../@eslint-community-eslint-utils-4.7.0.tgz       |   Bin 0 -> 76324 bytes
 ...enshift-dynamic-plugin-sdk-extensions-1.4.0.tgz |   Bin 5887 -> 0 bytes
 ...enshift-dynamic-plugin-sdk-extensions-1.4.1.tgz |   Bin 0 -> 5884 bytes
 .../@types-node-18.19.86.tgz                       |   Bin 381875 -> 0 bytes
 .../@types-node-18.19.87.tgz                       |   Bin 0 -> 381904 bytes
 npm-packages-offline-cache/@types-node-22.14.1.tgz |   Bin 429939 -> 0 bytes
 npm-packages-offline-cache/@types-node-22.15.3.tgz |   Bin 0 -> 434049 bytes
 .../@typescript-eslint-types-8.31.0.tgz            |   Bin 27934 -> 0 bytes
 .../@typescript-eslint-types-8.31.1.tgz            |   Bin 0 -> 27933 bytes
 ...typescript-eslint-typescript-estree-8.31.1.tgz} |   Bin 81149 -> 81150 bytes
 .../@typescript-eslint-visitor-keys-8.31.0.tgz     |   Bin 4564 -> 0 bytes
 .../@typescript-eslint-visitor-keys-8.31.1.tgz     |   Bin 0 -> 4561 bytes
 npm-packages-offline-cache/browserslist-4.24.4.tgz |   Bin 16279 -> 0 bytes
 npm-packages-offline-cache/browserslist-4.24.5.tgz |   Bin 0 -> 16331 bytes
 .../caniuse-lite-1.0.30001715.tgz                  |   Bin 336838 -> 0 bytes
 .../caniuse-lite-1.0.30001716.tgz                  |   Bin 0 -> 336928 bytes
 .../core-js-compat-3.41.0.tgz                      |   Bin 65171 -> 0 bytes
 .../core-js-compat-3.42.0.tgz                      |   Bin 0 -> 65287 bytes
 npm-packages-offline-cache/dedent-1.5.3.tgz        |   Bin 6664 -> 0 bytes
 npm-packages-offline-cache/dedent-1.6.0.tgz        |   Bin 0 -> 6784 bytes
 .../electron-to-chromium-1.5.140.tgz               |   Bin 28892 -> 0 bytes
 .../electron-to-chromium-1.5.149.tgz               |   Bin 0 -> 29074 bytes
 npm-packages-offline-cache/mocha-11.1.0.tgz        |   Bin 494254 -> 0 bytes
 npm-packages-offline-cache/mocha-11.2.2.tgz        |   Bin 0 -> 496085 bytes
 npm-packages-offline-cache/open-10.1.1.tgz         |   Bin 15369 -> 0 bytes
 npm-packages-offline-cache/open-10.1.2.tgz         |   Bin 0 -> 15727 bytes
 .../regenerator-runtime-0.14.1.tgz                 |   Bin 8543 -> 0 bytes
 .../regenerator-transform-0.15.2.tgz               |   Bin 31168 -> 0 bytes
 npm-packages-offline-cache/tlds-1.256.0.tgz        |   Bin 7390 -> 0 bytes
 npm-packages-offline-cache/tlds-1.258.0.tgz        |   Bin 0 -> 7383 bytes
 npm-packages-offline-cache/tsx-4.19.3.tgz          |   Bin 151771 -> 0 bytes
 npm-packages-offline-cache/tsx-4.19.4.tgz          |   Bin 0 -> 152319 bytes
 npm-packages-offline-cache/type-fest-4.40.0.tgz    |   Bin 121019 -> 0 bytes
 npm-packages-offline-cache/type-fest-4.40.1.tgz    |   Bin 0 -> 121087 bytes
 npm-packages-offline-cache/ws-8.18.1.tgz           |   Bin 34132 -> 0 bytes
 npm-packages-offline-cache/ws-8.18.2.tgz           |   Bin 0 -> 34207 bytes
 package.json                                       |    56 +-
 scripts/build_container.sh                         |     3 +-
 scripts/install-results.sh                         |    33 +-
 src/components/Loading.tsx                         |    25 +-
 src/components/approval-tasks/ApprovalRow.tsx      |     4 +-
 .../approval-tasks/ApprovalTaskActionDropdown.tsx  |    63 +-
 .../approval-tasks/ApprovalTasksList.tsx           |    11 +-
 .../__tests__/approval-group-utils.spec.ts         |   279 +
 .../approval-details/ApproverList.tsx              |    37 +-
 .../approval-details/TaskDescription.tsx           |    15 +-
 .../pipeline-approval-context.tsx                  |   207 +-
 src/components/approval-tasks/modal/Approval.tsx   |    74 +-
 .../modal/__tests__/Approval.spec.tsx              |   696 +
 src/components/badges/Badge.scss                   |     6 +
 src/components/badges/DevPreviewBadge.tsx          |    11 +
 src/components/badges/InlineBadge.tsx              |    22 +
 src/components/badges/TechPreviewBadge.tsx         |    11 +
 src/components/badges/badge-factory.tsx            |    40 +
 src/components/badges/index.ts                     |     4 +
 src/components/catalog/apis/artifactHub.ts         |    23 +
 src/components/catalog/catalog-utils.ts            |     2 +-
 .../providers/useArtifactHubTasksProvider.tsx      |   127 +-
 src/components/common/Breadcrumbs.tsx              |    37 +
 src/components/common/LinkTo.tsx                   |    18 +
 src/components/common/ResourceDropdown.tsx         |     2 +
 src/components/common/SecretForm.tsx               |     6 +-
 src/components/common/StorageClassDropdown.scss    |     3 +
 src/components/common/StorageClassDropdown.tsx     |     3 +
 src/components/common/dropdown.jsx                 |     9 +-
 src/components/common/error.tsx                    |    22 +
 .../details-page/breadcrumbs/BreadCrumbs.tsx       |     2 +-
 src/components/details-page/details-item.scss      |     5 +
 src/components/details-page/details-item.tsx       |   119 +-
 src/components/details-page/details-page.tsx       |     6 +-
 src/components/git-services/base-service.ts        |   130 +
 src/components/git-services/bitbucket-service.ts   |   286 +
 src/components/git-services/git-service.ts         |    54 +
 src/components/git-services/gitea-service.ts       |   226 +
 src/components/git-services/github-service.ts      |   283 +
 src/components/git-services/gitlab-service.ts      |   302 +
 src/components/git-services/index.ts               |     6 +
 src/components/git-services/types/auth.ts          |     4 +
 src/components/git-services/types/build-tools.ts   |   115 +
 .../git-services/types/generated/gitea.d.ts        | 10787 ++++++
 src/components/git-services/types/git.ts           |    39 +
 src/components/git-services/types/index.ts         |     4 +
 src/components/git-services/types/repo.ts          |    33 +
 .../git-services/utils/build-tool-detector.ts      |    20 +
 .../git-services/utils/build-tool-type-detector.ts |   124 +
 src/components/git-services/utils/common.ts        |    27 +
 .../git-services/utils/dockerfile-parser.ts        |    29 +
 .../git-services/utils/git-provider-detector.ts    |    46 +
 .../git-services/utils/import-strategy-detector.ts |   128 +
 src/components/git-services/utils/index.ts         |     3 +
 .../git-services/utils/pac-strategy-detector.ts    |    70 +
 .../utils/serverless-strategy-detector.ts          |    65 +
 src/components/hooks/debounce.ts                   |    25 +
 src/components/hooks/deep-compare-memoize.ts       |    16 +
 src/components/hooks/flagHookProvider.ts           |    40 +
 src/components/hooks/hooks.ts                      |    50 +-
 .../hooks/useMultiClusterProxyService.ts           |    28 +
 src/components/hooks/useMultiClusterTaskRuns.ts    |   199 +
 .../usePersistedFiltersForPipelineOverview.ts      |   111 +
 src/components/hooks/useTaskRuns.ts                |   248 +-
 src/components/hooks/useTektonResults.ts           |     4 +-
 src/components/{catalog => }/imgs/catalog-icon.svg |     0
 src/components/layout/PaneBody.tsx                 |    32 +
 src/components/logs/LogSnippet.scss                |    16 +
 src/components/logs/LogSnippet.tsx                 |    21 +
 src/components/logs/LogSnippetBlock.tsx            |     7 +
 src/components/logs/LogSnippetFromPod.tsx          |    58 +-
 src/components/logs/Logs.tsx                       |   277 +-
 src/components/logs/LogsWrapperComponent.tsx       |   182 +-
 src/components/logs/MultiStreamLogs.scss           |    58 -
 src/components/logs/MultiStreamLogs.tsx            |    29 +-
 src/components/logs/RunDetailsErrorLog.tsx         |    41 +-
 src/components/logs/TektonTaskRunLog.scss          |    11 +
 src/components/logs/TektonTaskRunLog.tsx           |    65 +-
 src/components/logs/__tests__/logs-utils.spec.ts   |   115 +
 src/components/logs/ansi-log-colors.scss           |   122 +
 src/components/logs/log-snippet-utils.ts           |     1 +
 src/components/logs/logs-utils.ts                  |   141 +-
 .../multi-tab-list/MultiTabListPage.scss           |     4 +
 src/components/multi-tab-list/MultiTabListPage.tsx |    32 +-
 src/components/outputs/OutputTab.tsx               |     5 +-
 src/components/pac/PacAppForm.tsx                  |   110 +
 src/components/pac/PacForm.tsx                     |    62 +
 src/components/pac/PacOverview.tsx                 |   176 +
 src/components/pac/PacPage.scss                    |    37 +
 src/components/pac/PacPage.tsx                     |    66 +
 src/components/pac/PacPermissions.tsx              |    81 +
 src/components/pac/__tests__/PacForm.spec.tsx      |    63 +
 src/components/pac/__tests__/PacOverview.spec.tsx  |    63 +
 src/components/pac/__tests__/PacPage.spec.tsx      |   122 +
 src/components/pac/const.ts                        |     9 +
 .../pac/hooks/__tests__/usePacData.spec.ts         |   122 +
 .../pac/hooks/__tests__/usePacGHManifest.spec.ts   |    51 +
 src/components/pac/hooks/index.ts                  |     2 +
 src/components/pac/hooks/usePacData.ts             |    88 +
 src/components/pac/hooks/usePacGHManifest.ts       |    65 +
 src/components/pac/index.ts                        |     1 +
 src/components/pac/pac-utils.ts                    |   100 +
 src/components/pac/pac-validation-schema.ts        |     8 +
 .../pipeline-builder/CodeEditorField.scss          |    51 +
 .../pipeline-builder/CodeEditorField.tsx           |    89 +-
 .../pipeline-builder/PipelineBuilderEditPage.tsx   |    12 +-
 .../pipeline-builder/PipelineBuilderForm.tsx       |    38 +-
 .../pipeline-builder/PipelineBuilderFormEditor.tsx |     6 +-
 .../pipeline-builder/PipelineBuilderHeader.tsx     |    10 +-
 .../pipeline-builder/PipelineBuilderPage.tsx       |     9 +-
 .../pipeline-builder/RadioGroupField.scss          |     2 -
 .../pipeline-builder/SyncedEditorField.tsx         |    33 +
 .../__tests__/CodeEditorField.spec.tsx             |   103 +
 .../sidebars/resource-sidebar-samples.tsx          |    20 +-
 .../pipeline-builder/sidebars/resource-sidebar.tsx |    32 +-
 .../pipeline-builder/sidebars/simple-tab-nav.tsx   |   159 +-
 .../pipeline-builder/task-sidebar/TaskSidebar.scss |     1 -
 .../pipeline-builder/task-sidebar/TaskSidebar.tsx  |     4 +-
 .../task-sidebar/TaskSidebarHeader.scss            |     5 +-
 .../task-sidebar/TaskSidebarHeader.tsx             |    70 +-
 .../pipeline-overview/PipelineOverview.spec.tsx    |   162 +
 .../pipeline-overview/PipelineOverview.tsx         |   110 +
 .../pipeline-overview/PipelineOverviewAlert.scss   |     3 +
 .../pipeline-overview/PipelineOverviewAlert.tsx    |    29 +
 .../pipeline-overview/PipelineRunItem.scss         |     5 +
 .../pipeline-overview/PipelineRunItem.tsx          |    91 +
 .../pipeline-overview/PipelineStartButton.tsx      |    56 +
 .../pipeline-overview/TriggerLastRunButton.tsx     |    64 +
 .../pipeline-overview/TriggerResourceLinks.scss    |     3 +
 .../pipeline-overview/TriggerResourceLinks.tsx     |    56 +
 .../pipeline-overview/TriggersOverview.tsx         |    48 +
 .../__tests__/TriggersOverview.spec.tsx            |    66 +
 .../__tests__/pipeline-overview-utils.spec.ts      |    54 +
 .../pipeline-overview/pipeline-overview-utils.ts   |    56 +
 src/components/pipeline-topology/TaskList.tsx      |     8 +-
 .../PipelineRunCustomDetails.tsx                   |   149 +-
 .../pipelineRuns-details/PipelineRunDetails.tsx    |    20 +-
 .../PipelineRunDetailsPage.tsx                     |    29 +-
 .../pipelineRuns-details/PipelineRunLogs.scss      |    10 +
 .../pipelineRuns-details/PipelineRunLogs.tsx       |   489 +-
 .../pipelineRuns-details/PipelineRunParameters.tsx |     8 +-
 .../PipelineRunParametersForm.tsx                  |    10 +-
 .../PipelineRunVisualization.tsx                   |    53 +-
 .../pipelineRuns-details/RepositoryLinkList.tsx    |    91 +-
 .../pipelineRuns-details/TriggeredBySection.tsx    |    16 +-
 .../__tests__/PipelineRunLogs.spec.tsx             |   117 +
 src/components/pipelineRuns-details/utils.ts       |     3 +
 .../pipelineRuns-list/PipelineRunsKebab.tsx        |     4 +-
 .../pipelineRuns-list/PipelineRunsList.tsx         |     5 +-
 .../pipelineRuns-list/PipelineRunsRow.tsx          |    69 +-
 .../pipelineRuns-list/usePipelineRunsColumns.ts    |     4 +-
 .../pipelines-details/PipelineDetails.tsx          |    20 +-
 .../pipelines-details/PipelineDetailsPage.tsx      |    23 +-
 .../pipelines-details/PipelineParameters.tsx       |     8 +-
 .../pipelines-details/PipelineParametersForm.tsx   |    11 +-
 .../pipelines-details/PipelineVisualization.scss   |     1 +
 .../TriggerTemplateResourceLink.tsx                |    23 +-
 .../__tests__/pipeline-step-utils.spec.ts          |   238 +
 .../multi-column-field/FormFooter.scss             |     3 +-
 .../multi-column-field/FormFooter.tsx              |     2 +-
 .../pipelines-details/pipeline-step-utils.ts       |    38 +-
 src/components/pipelines-details/utils.ts          |     4 +
 src/components/pipelines-list/PipelineKebab.tsx    |    32 +-
 src/components/pipelines-list/PipelineRow.tsx      |    41 +-
 src/components/pipelines-list/PipelinesList.tsx    |     5 +
 .../pipelines-list/PipelinesTabbedPage.tsx         |    19 +
 .../status/LinkedPipelineRunTaskStatus.tsx         |     2 +-
 .../pipelines-list/status/PipelineRunStatus.tsx    |     6 +-
 .../pipelines-list/status/StatusPopoverContent.tsx |    11 +-
 .../pipelines-metrics/PipelinesAverageDuration.tsx |   125 +-
 .../PipelinesAverageDurationK8s.tsx                |   120 +-
 .../pipelines-metrics/PipelinesMetrics.scss        |     4 +-
 src/components/pipelines-metrics/hooks.ts          |    29 +-
 .../pipelines-metrics/safe-fetch-hook.ts           |    23 +-
 src/components/pipelines-metrics/url-poll-hook.ts  |    23 +-
 .../PipelineRunsDurationCard.tsx                   |   181 +-
 .../PipelineRunsDurationCardK8s.tsx                |   188 +-
 .../PipelineRunsNumbersChart.tsx                   |   126 +-
 .../PipelineRunsNumbersChartK8s.tsx                |   122 +-
 .../pipelines-overview/PipelineRunsStatusCard.tsx  |   283 +-
 .../PipelineRunsStatusCardK8s.tsx                  |   285 +-
 .../pipelines-overview/PipelineRunsTotalCard.tsx   |   173 +-
 .../PipelineRunsTotalCardK8s.tsx                   |   152 +-
 .../pipelines-overview/PipelinesOverview.scss      |     6 -
 .../pipelines-overview/PipelinesOverviewPage.tsx   |    63 +-
 .../PipelinesOverviewPageK8s.tsx                   |    62 +-
 .../__tests__/PipelinesOverview.spec.tsx           |    17 +
 src/components/pipelines-overview/dateTime.ts      |    88 +
 .../list-pages/PipelineRunsForPipelinesList.tsx    |     8 +
 .../list-pages/PipelineRunsForPipelinesListK8s.tsx |     7 +
 .../list-pages/PipelineRunsForPipelinesRow.tsx     |     2 +-
 .../list-pages/PipelineRunsForPipelinesRowK8s.tsx  |     2 +-
 .../list-pages/PipelineRunsForRepositoriesList.tsx |     8 +
 .../list-pages/PipelineRunsForRepositoriesRow.tsx  |     2 +-
 .../list-pages/PipelineRunsListPage.tsx            |   144 +-
 .../list-pages/PipelineRunsListPageK8s.tsx         |   138 +-
 src/components/pipelines-overview/utils.ts         |    15 +-
 src/components/pipelines-tasks/TaskRunStatus.tsx   |     9 +-
 src/components/pipelines-tasks/TaskRunsList.tsx    |    18 +-
 src/components/pipelines-tasks/TaskRunsRow.tsx     |    14 +-
 .../pipelines-tasks/TasksNavigationPage.tsx        |     8 +-
 src/components/pipelines-tasks/TasksRow.tsx        |     8 +-
 .../pipelines-tasks/taskRunLogSnippet.ts           |     6 +-
 .../tasks-details-pages/ResultList.tsx             |     6 +-
 .../tasks-details-pages/TaskRunDetails.tsx         |     9 +-
 .../tasks-details-pages/TaskRunDetailsPage.tsx     |     2 +-
 .../tasks-details-pages/TaskRunDetailsSection.tsx  |    20 +-
 .../tasks-details-pages/TaskRunDetailsStatus.tsx   |    67 +-
 .../tasks-details-pages/TaskRunLog.scss            |     8 +
 .../tasks-details-pages/TaskRunLogs.tsx            |     8 +-
 .../tasks-details-pages/TaskRunLogsTab.tsx         |     8 +-
 .../WorkspaceDefinitionList.tsx                    |    42 +-
 .../tasks-details-pages/events/TaskRunEvents.tsx   |     5 +-
 .../tasks-details-pages/events/events.jsx          |     5 +-
 .../tasks-details-pages/headings.tsx               |    24 +
 src/components/quick-search/QuickSearchContent.tsx |     8 +
 .../quick-search/QuickSearchController.tsx         |     9 +-
 src/components/quick-search/QuickSearchDetails.tsx |    17 +-
 src/components/quick-search/QuickSearchList.tsx    |     2 +-
 src/components/quick-search/QuickSearchModal.tsx   |     7 +
 .../quick-search/QuickSearchModalBody.tsx          |   105 +-
 .../quick-search/utils/quick-search-utils.tsx      |     8 +-
 .../repositories-list/RepositoriesRow.tsx          |     2 +-
 .../repositories/AdvancedConfigurations.tsx        |    38 +
 src/components/repositories/ConfigTypeSection.tsx  |    88 +
 src/components/repositories/GithubSection.tsx      |    25 +
 src/components/repositories/PermissionsSection.tsx |    56 +
 src/components/repositories/RepositoryForm.scss    |    29 +
 src/components/repositories/RepositoryForm.tsx     |    67 +
 src/components/repositories/RepositoryFormPage.tsx |    74 +
 .../repositories/RepositoryFormSection.tsx         |   116 +
 src/components/repositories/RepositoryOverview.tsx |   168 +
 src/components/repositories/WebhookSection.tsx     |   347 +
 .../__tests__/RepositoryLinkList.spec.tsx          |    74 +
 .../__tests__/repository-form-utils.spec.ts        |   249 +
 .../repositories/__tests__/repository-mock.ts      |   102 +
 .../__tests__/repository-utils.spec.tsx            |    77 +
 src/components/repositories/const.ts               |    52 +
 src/components/repositories/hooks.ts               |     7 +
 src/components/repositories/imagestream-utils.ts   |   116 +
 src/components/repositories/index.ts               |     1 +
 .../repositories/repository-form-utils.ts          |   496 +
 src/components/repositories/repository-utils.tsx   |    81 +
 src/components/repositories/types.ts               |    86 +
 src/components/repositories/useBuilderImages.ts    |    30 +
 src/components/repositories/utils.ts               |     8 +
 .../side-bar/TopologySideBarTabSection.scss        |     3 +
 .../side-bar/TopologySideBarTabSection.tsx         |     8 +
 src/components/start-pipeline/AddTriggerModal.tsx  |     5 +-
 .../start-pipeline/StartPipelineModal.tsx          |    10 +-
 src/components/start-pipeline/submit-utils.ts      |    11 +-
 src/components/start-pipeline/utils.ts             |    94 +-
 .../status/PipelineRunStatusPopoverContent.tsx     |    16 +-
 src/components/status/StatusPopoverContent.tsx     |    11 +-
 src/components/styles/common.scss                  |    18 +
 .../task-quicksearch/PipelineQuickSearch.tsx       |    81 +-
 .../PipelineQuickSearchDetails.tsx                 |     8 +
 .../task-quicksearch/pipeline-quicksearch-utils.ts |     9 +-
 src/components/tasks/TaskDetails.tsx               |    35 +
 src/components/tasks/TaskDetailsPage.tsx           |   127 +
 src/components/tasks/index.ts                      |     2 +
 src/components/templates/index.ts                  |     1 +
 src/components/templates/pipelines.ts              |    80 +
 src/components/topology/BuildDecoratorBubble.tsx   |    31 +
 src/components/topology/CustomSVGDefsProvider.tsx  |    23 +
 src/components/topology/Decorator.scss             |    21 +
 src/components/topology/Decorator.tsx              |    70 +
 .../PipelineBuildDecoratorTooltip.scss             |    17 +
 .../PipelineBuildDecoratorTooltip.tsx              |    57 +
 .../build-decorators/PipelineRunDecorator.tsx      |   129 +
 .../__tests__/PipelineRunDecorator.spec.tsx        |   154 +
 .../build-decorators/__tests__/decorator-data.tsx  |    17 +
 .../build-decorators/getPipelineRunDecorator.tsx   |    26 +
 .../topology/getPipelinesDataModelReconciler.ts    |    36 +
 src/components/topology/index.ts                   |     3 +
 src/components/topology/pipeline-tab-section.tsx   |    23 +
 .../triggers-details/DynamicResourceLinkList.tsx   |    71 +-
 .../triggers-details/EventListenerURL.tsx          |     2 +-
 .../triggers-details/PipelineResourceRef.tsx       |    15 +-
 .../triggers-details/TriggerTemplatePipelines.tsx  |     1 +
 .../utils/__tests__/pipeline-approval-data.ts      |    23 +
 src/components/utils/approval-group-utils.ts       |    74 +
 src/components/utils/k8s-common-kebab-menu.tsx     |     6 +-
 src/components/utils/multi-cluster-api.ts          |    78 +
 src/components/utils/pipeline-approval-utils.ts    |     2 +-
 src/components/utils/pipeline-augment.ts           |     5 +
 src/components/utils/pipeline-filter-reducer.ts    |    15 +-
 src/components/utils/pipeline-utils.ts             |    58 +
 src/components/utils/pipelines-actions.tsx         |    58 +-
 src/components/utils/proxy.ts                      |     7 +-
 src/components/utils/resource-link.tsx             |     2 +-
 src/components/utils/summary-api.ts                |    68 +-
 src/components/utils/topology-utils.ts             |    10 +
 src/components/utils/utils.ts                      |    29 +-
 .../workspaces/EmptyDirectoriesSection.tsx         |    15 +-
 .../workspaces/VolumeClaimTemplateSection.tsx      |    17 +-
 .../workspaces/WorkspaceResourcesSection.tsx       |    15 +-
 src/consts.ts                                      |    26 +
 src/models.ts                                      |    17 +-
 src/redux/actions/pipelines-overview-filters.ts    |    12 +
 src/redux/index.ts                                 |     3 +
 src/redux/reducers/pipelines-overview-filters.ts   |    37 +
 src/redux/selectors/pipelines-overview-filters.ts  |    14 +
 src/test-data/pac-data.ts                          |    79 +
 src/types/approver.ts                              |    29 +
 src/types/common.ts                                |     7 +
 src/types/coreTekton.ts                            |     2 +
 src/types/log-snippet-types.ts                     |     1 +
 src/types/pipelineRun.ts                           |     1 +
 src/types/resultsSummary.ts                        |     3 +-
 src/types/task.ts                                  |    10 +-
 src/types/topology-types.ts                        |    40 +
 test-frontend.sh                                   |     4 +
 test-prow-e2e.sh                                   |    28 +-
 tests/support/admin.ts                             |     6 +
 tests/support/index.ts                             |     5 +-
 tests/support/login.ts                             |     7 +-
 tests/views/checkDeveloperPerspective.ts           |    42 +
 tests/views/details-page.ts                        |     1 +
 tests/views/nav.ts                                 |    96 +-
 tests/views/yaml-editor.ts                         |     6 +-
 webpack.config.ts                                  |     5 +
 yarn-1.22.22.tgz                                   |   Bin 1238429 -> 0 bytes
 yarn.lock                                          | 33269 ++++++++++--------
 612 files changed, 67912 insertions(+), 30465 deletions(-)

@github-actions github-actions Bot added automated For Automated PRs upstream For Upstream Sync PRs lgtm Looks Good to Me Label approved Label for Approved PRs labels Mar 6, 2026
@github-actions github-actions Bot force-pushed the actions/update/sources-release-v1.18.x branch 8 times, most recently from 1f34f87 to aceded1 Compare March 13, 2026 01:58
@github-actions github-actions Bot force-pushed the actions/update/sources-release-v1.18.x branch 8 times, most recently from 1036d7b to a9ebe53 Compare March 21, 2026 01:53
@github-actions github-actions Bot force-pushed the actions/update/sources-release-v1.18.x branch 7 times, most recently from 1bed6ba to 74d4613 Compare March 28, 2026 02:02
@github-actions github-actions Bot force-pushed the actions/update/sources-release-v1.18.x branch 3 times, most recently from 972709f to 945c1b4 Compare March 31, 2026 02:12
@github-actions github-actions Bot force-pushed the actions/update/sources-release-v1.18.x branch 7 times, most recently from b6ab1be to 4cb6a0a Compare April 17, 2026 02:28
@github-actions github-actions Bot force-pushed the actions/update/sources-release-v1.18.x branch 7 times, most recently from ff618fc to ea70fa8 Compare April 24, 2026 02:31
@github-actions github-actions Bot force-pushed the actions/update/sources-release-v1.18.x branch 7 times, most recently from 2c25e8b to 889380c Compare May 1, 2026 02:54
@github-actions github-actions Bot force-pushed the actions/update/sources-release-v1.18.x branch 7 times, most recently from bcdb8c6 to 02c3e9f Compare May 8, 2026 02:48
@github-actions github-actions Bot force-pushed the actions/update/sources-release-v1.18.x branch from 02c3e9f to ada2f4f Compare May 9, 2026 02:42
…to 1fa495c1ddc3b2647d8ae99b537a865cbb358f42

    $ git diff --stat 1fa495c1ddc3b2647d8ae99b537a865cbb358f42..eb9be4bacbf1ab80f8d65ba79de270629b08507e
     .ci-operator.yaml                                  |     6 +-
     .github/renovate.json                              |    25 +
     .github/workflows/publish_container_image.yaml     |    22 +-
     .gitignore                                         |     5 +-
     .konflux/.placeholder                              |     1 -
     .konflux/1.18/application.yaml                     |     8 -
     .konflux/1.18/component-console-plugin.yaml        |    18 -
     .konflux/1.18/image-console-plugin.yaml            |    15 -
     .konflux/1.18/tests.yaml                           |    27 -
     .konflux/dockerfiles/console-plugin.Dockerfile     |    32 +-
     .konflux/next/application.yaml                     |     8 -
     .konflux/next/component-console-plugin.yaml        |    18 -
     .konflux/next/image-console-plugin.yaml            |    15 -
     .konflux/next/release-plan.yaml                    |    25 -
     .konflux/next/tests.yaml                           |    27 -
     .konflux/npm/package-lock.json                     |    28 +
     .konflux/npm/package.json                          |     7 +
     .konflux/patches/.placeholder                      |     1 -
     .konflux/yarn.lock                                 | 33298 +++++++++++--------
     ...le-plugin-1-18-console-plugin-pull-request.yaml |    49 -
     .../console-plugin-1-18-console-plugin-push.yaml   |    43 -
     ...le-plugin-next-console-plugin-pull-request.yaml |    15 +-
     .../console-plugin-next-console-plugin-push.yaml   |    12 +-
     .vscode/settings.json                              |    16 +-
     .yarnrc                                            |     7 -
     .yarnrc.yml                                        |    16 +
     Dockerfile                                         |    20 +-
     Dockerfile.without_builder                         |     4 +-
     OWNERS                                             |    24 +-
     .../templates/configmap.yaml                       |     3 +-
     .../templates/deployment.yaml                      |    16 +
     console-extensions.json                            |   211 +-
     integration-tests/cypress.config.ts                |    17 +-
     .../pipelines/create-from-add-options.feature      |    16 +-
     .../pipelines/create-from-builder-page.feature     |    45 +-
     .../pipelines/log-scroll-test-pipeline.feature     |    48 +
     .../features/pipelines/pipeline-metrics.feature    |    22 +-
     .../features/pipelines/pipeline-overview.feature   |    38 +
     .../cypress/support/commands/hooks.ts              |    10 +-
     .../cypress/support/constants/global.ts            |    30 +
     .../constants/static-text/pipeline-details-text.ts |     1 +
     .../support/constants/static-text/pipeline-text.ts |     2 +-
     .../cypress/support/page-objects/add-flow-po.ts    |     2 +-
     .../cypress/support/page-objects/global-po.ts      |     2 +-
     .../cypress/support/page-objects/operators-po.ts   |     2 +-
     .../cypress/support/page-objects/pipelines-po.ts   |    28 +-
     .../cypress/support/page-objects/topology-po.ts    |     6 +-
     .../cypress/support/pages/add-page.ts              |     3 +-
     integration-tests/cypress/support/pages/app.ts     |     4 +-
     .../support/pages/functions/checkOperatorHub.ts    |    13 +
     .../support/pages/functions/checkOperatorStatus.ts |   210 +
     .../cypress/support/pages/functions/common.ts      |     2 +-
     .../functions/installOperatorOnClusterUsingCLI.ts  |   126 +
     .../pages/functions/knativeSubscriptions.ts        |    54 +
     .../cypress/support/pages/git-page.ts              |     1 +
     integration-tests/cypress/support/pages/index.ts   |     2 +
     .../cypress/support/pages/operators-page.ts        |     7 +-
     .../pages/pipelines/pipelineBuilder-page.ts        |    14 +-
     .../pages/pipelines/pipelineRun-details-page.ts    |     4 +-
     .../support/pages/pipelines/pipelines-page.ts      |    11 +-
     .../cypress/support/pages/pipelines/task-page.ts   |     7 +-
     .../support/step-definitions/common/common.ts      |    10 +-
     .../support/step-definitions/common/pipelines.ts   |    34 +
     .../pipelines/create-from-builder-page.ts          |    84 +-
     .../pipelines/create-pipeline-YAML-Editor.ts       |    13 +-
     .../pipelines/data-source-filter.ts                |    28 +-
     .../pipelines/event-tab-in-pipeline-run-page.ts    |     2 +-
     .../pipelines/log-scroll-test-pipeline.ts          |   143 +
     .../step-definitions/pipelines/pipeline-metrics.ts |    36 +-
     .../pipelines/pipeline-overview.ts                 |   160 +
     .../pipelines/pipelines-actions.ts                 |     7 -
     .../cypress/testData/checkOperatorHub.ts           |    16 +
     .../cypress/testData/knative-eventing.yaml         |    11 +
     .../cypress/testData/knative-kafka.yaml            |    19 +
     .../cypress/testData/knative-serving.yaml          |    11 +
     integration-tests/cypress/testData/krew-install.sh |    22 +
     .../log-scroll-test-pipeline-run.yaml              |     8 +
     .../log-scroll-test-pipeline.yaml                  |   180 +
     .../testData/pipelinesOperatorSubscription.yaml    |    10 +
     .../testData/serverlessOperatorSubscription.yaml   |    27 +
     integration-tests/package.json                     |     2 +-
     integration-tests/reporter-config.json             |     4 +-
     locales/en/plugin__pipelines-console-plugin.json   |   122 +-
     locales/es/plugin__pipelines-console-plugin.json   |   193 +-
     locales/fr/plugin__pipelines-console-plugin.json   |   213 +-
     locales/ja/plugin__pipelines-console-plugin.json   |   249 +-
     locales/ko/plugin__pipelines-console-plugin.json   |   245 +-
     locales/zh/plugin__pipelines-console-plugin.json   |   179 +-
     ...ame-7.26.2.tgz => @babel-code-frame-7.27.1.tgz} |   Bin 9971 -> 9969 bytes
     .../@babel-compat-data-7.26.8.tgz                  |   Bin 6465 -> 0 bytes
     .../@babel-compat-data-7.27.1.tgz                  |   Bin 0 -> 6459 bytes
     npm-packages-offline-cache/@babel-core-7.26.10.tgz |   Bin 189557 -> 0 bytes
     npm-packages-offline-cache/@babel-core-7.27.1.tgz  |   Bin 0 -> 188836 bytes
     .../@babel-generator-7.27.0.tgz                    |   Bin 117915 -> 0 bytes
     .../@babel-generator-7.27.1.tgz                    |   Bin 0 -> 117928 bytes
     .../@babel-helper-annotate-as-pure-7.25.9.tgz      |   Bin 2144 -> 0 bytes
     .../@babel-helper-annotate-as-pure-7.27.1.tgz      |   Bin 0 -> 2144 bytes
     .../@babel-helper-compilation-targets-7.27.0.tgz   |   Bin 14826 -> 0 bytes
     .../@babel-helper-compilation-targets-7.27.1.tgz   |   Bin 0 -> 14816 bytes
     ...helper-create-class-features-plugin-7.27.1.tgz} |   Bin 95242 -> 95223 bytes
     ...helper-create-regexp-features-plugin-7.27.0.tgz |   Bin 7914 -> 0 bytes
     ...helper-create-regexp-features-plugin-7.27.1.tgz |   Bin 0 -> 7906 bytes
     ...elper-member-expression-to-functions-7.25.9.tgz |   Bin 13606 -> 0 bytes
     ...elper-member-expression-to-functions-7.27.1.tgz |   Bin 0 -> 13612 bytes
     .../@babel-helper-module-imports-7.25.9.tgz        |   Bin 14060 -> 0 bytes
     .../@babel-helper-module-imports-7.27.1.tgz        |   Bin 0 -> 14067 bytes
     .../@babel-helper-module-transforms-7.26.0.tgz     |   Bin 37509 -> 0 bytes
     .../@babel-helper-module-transforms-7.27.1.tgz     |   Bin 0 -> 37506 bytes
     ...abel-helper-optimise-call-expression-7.25.9.tgz |   Bin 2646 -> 0 bytes
     ...abel-helper-optimise-call-expression-7.27.1.tgz |   Bin 0 -> 2646 bytes
     .../@babel-helper-plugin-utils-7.26.5.tgz          |   Bin 4536 -> 0 bytes
     .../@babel-helper-plugin-utils-7.27.1.tgz          |   Bin 0 -> 4461 bytes
     ...abel-helper-remap-async-to-generator-7.25.9.tgz |   Bin 3706 -> 0 bytes
     ...abel-helper-remap-async-to-generator-7.27.1.tgz |   Bin 0 -> 3723 bytes
     ...tgz => @babel-helper-replace-supers-7.27.1.tgz} |   Bin 9171 -> 9164 bytes
     ...skip-transparent-expression-wrappers-7.25.9.tgz |   Bin 2552 -> 0 bytes
     ...skip-transparent-expression-wrappers-7.27.1.tgz |   Bin 0 -> 2552 bytes
     ....tgz => @babel-helper-string-parser-7.27.1.tgz} |   Bin 8383 -> 8383 bytes
     ... @babel-helper-validator-identifier-7.27.1.tgz} |   Bin 14174 -> 14174 bytes
     ...z => @babel-helper-validator-option-7.27.1.tgz} |   Bin 4384 -> 4383 bytes
     .../@babel-helper-wrap-function-7.25.9.tgz         |   Bin 5362 -> 0 bytes
     .../@babel-helper-wrap-function-7.27.1.tgz         |   Bin 0 -> 5975 bytes
     .../@babel-helpers-7.27.0.tgz                      |   Bin 188479 -> 0 bytes
     .../@babel-helpers-7.27.1.tgz                      |   Bin 0 -> 188252 bytes
     .../@babel-parser-7.27.0.tgz                       |   Bin 425270 -> 0 bytes
     .../@babel-parser-7.27.1.tgz                       |   Bin 0 -> 417207 bytes
     ...-firefox-class-in-computed-class-key-7.25.9.tgz |   Bin 4183 -> 0 bytes
     ...-firefox-class-in-computed-class-key-7.27.1.tgz |   Bin 0 -> 4183 bytes
     ...safari-class-field-initializer-scope-7.25.9.tgz |   Bin 3563 -> 0 bytes
     ...safari-class-field-initializer-scope-7.27.1.tgz |   Bin 0 -> 3564 bytes
     ...ng-collision-in-function-expression-7.27.1.tgz} |   Bin 3137 -> 3137 bytes
     ...ead-parameters-in-optional-chaining-7.27.1.tgz} |   Bin 3751 -> 3751 bytes
     ...atic-class-fields-redefine-readonly-7.27.1.tgz} |   Bin 7868 -> 7868 bytes
     ...abel-plugin-syntax-import-assertions-7.26.0.tgz |   Bin 2567 -> 0 bytes
     ...abel-plugin-syntax-import-assertions-7.27.1.tgz |   Bin 0 -> 2563 bytes
     ...abel-plugin-syntax-import-attributes-7.26.0.tgz |   Bin 2731 -> 0 bytes
     ...abel-plugin-syntax-import-attributes-7.27.1.tgz |   Bin 0 -> 2730 bytes
     .../@babel-plugin-syntax-jsx-7.25.9.tgz            |   Bin 2208 -> 0 bytes
     .../@babel-plugin-syntax-jsx-7.27.1.tgz            |   Bin 0 -> 2207 bytes
     .../@babel-plugin-syntax-typescript-7.25.9.tgz     |   Bin 3092 -> 0 bytes
     .../@babel-plugin-syntax-typescript-7.27.1.tgz     |   Bin 0 -> 3091 bytes
     ...bel-plugin-transform-arrow-functions-7.25.9.tgz |   Bin 2622 -> 0 bytes
     ...bel-plugin-transform-arrow-functions-7.27.1.tgz |   Bin 0 -> 2622 bytes
     ...-transform-async-generator-functions-7.26.8.tgz |   Bin 6401 -> 0 bytes
     ...-transform-async-generator-functions-7.27.1.tgz |   Bin 0 -> 6391 bytes
     ...-plugin-transform-async-to-generator-7.25.9.tgz |   Bin 3093 -> 0 bytes
     ...-plugin-transform-async-to-generator-7.27.1.tgz |   Bin 0 -> 3093 bytes
     ...gin-transform-block-scoped-functions-7.26.5.tgz |   Bin 3075 -> 0 bytes
     ...gin-transform-block-scoped-functions-7.27.1.tgz |   Bin 0 -> 3067 bytes
     ...babel-plugin-transform-block-scoping-7.27.0.tgz |   Bin 21730 -> 0 bytes
     ...babel-plugin-transform-block-scoping-7.27.1.tgz |   Bin 0 -> 21716 bytes
     ...l-plugin-transform-class-properties-7.27.1.tgz} |   Bin 2412 -> 2411 bytes
     ...-plugin-transform-class-static-block-7.26.0.tgz |   Bin 3980 -> 0 bytes
     ...-plugin-transform-class-static-block-7.27.1.tgz |   Bin 0 -> 3974 bytes
     ... => @babel-plugin-transform-classes-7.27.1.tgz} |   Bin 22486 -> 22486 bytes
     ...lugin-transform-computed-properties-7.27.1.tgz} |   Bin 6789 -> 6789 bytes
     ...abel-plugin-transform-destructuring-7.27.1.tgz} |   Bin 19887 -> 19887 bytes
     ...@babel-plugin-transform-dotall-regex-7.25.9.tgz |   Bin 2086 -> 0 bytes
     ...@babel-plugin-transform-dotall-regex-7.27.1.tgz |   Bin 0 -> 2086 bytes
     ...abel-plugin-transform-duplicate-keys-7.25.9.tgz |   Bin 3289 -> 0 bytes
     ...abel-plugin-transform-duplicate-keys-7.27.1.tgz |   Bin 0 -> 3289 bytes
     ...plicate-named-capturing-groups-regex-7.25.9.tgz |   Bin 2451 -> 0 bytes
     ...plicate-named-capturing-groups-regex-7.27.1.tgz |   Bin 0 -> 2450 bytes
     ...abel-plugin-transform-dynamic-import-7.25.9.tgz |   Bin 2711 -> 0 bytes
     ...abel-plugin-transform-dynamic-import-7.27.1.tgz |   Bin 0 -> 2711 bytes
     ...in-transform-exponentiation-operator-7.26.3.tgz |   Bin 4105 -> 0 bytes
     ...in-transform-exponentiation-operator-7.27.1.tgz |   Bin 0 -> 4099 bytes
     ...ugin-transform-export-namespace-from-7.25.9.tgz |   Bin 3134 -> 0 bytes
     ...ugin-transform-export-namespace-from-7.27.1.tgz |   Bin 0 -> 3133 bytes
     ...z => @babel-plugin-transform-for-of-7.27.1.tgz} |   Bin 11416 -> 11409 bytes
     ...babel-plugin-transform-function-name-7.25.9.tgz |   Bin 2872 -> 0 bytes
     ...babel-plugin-transform-function-name-7.27.1.tgz |   Bin 0 -> 2872 bytes
     ...@babel-plugin-transform-json-strings-7.25.9.tgz |   Bin 2773 -> 0 bytes
     ...@babel-plugin-transform-json-strings-7.27.1.tgz |   Bin 0 -> 2773 bytes
     .../@babel-plugin-transform-literals-7.25.9.tgz    |   Bin 2209 -> 0 bytes
     .../@babel-plugin-transform-literals-7.27.1.tgz    |   Bin 0 -> 2208 bytes
     ...ansform-logical-assignment-operators-7.25.9.tgz |   Bin 3303 -> 0 bytes
     ...ansform-logical-assignment-operators-7.27.1.tgz |   Bin 0 -> 3302 bytes
     ...transform-member-expression-literals-7.25.9.tgz |   Bin 2339 -> 0 bytes
     ...transform-member-expression-literals-7.27.1.tgz |   Bin 0 -> 2339 bytes
     ...@babel-plugin-transform-modules-amd-7.27.1.tgz} |   Bin 6339 -> 6339 bytes
     ...el-plugin-transform-modules-commonjs-7.26.3.tgz |   Bin 11445 -> 0 bytes
     ...el-plugin-transform-modules-commonjs-7.27.1.tgz |   Bin 0 -> 11413 bytes
     ...l-plugin-transform-modules-systemjs-7.27.1.tgz} |   Bin 14750 -> 14750 bytes
     .../@babel-plugin-transform-modules-umd-7.25.9.tgz |   Bin 7187 -> 0 bytes
     .../@babel-plugin-transform-modules-umd-7.27.1.tgz |   Bin 0 -> 7188 bytes
     ...ansform-named-capturing-groups-regex-7.25.9.tgz |   Bin 2291 -> 0 bytes
     ...ansform-named-capturing-groups-regex-7.27.1.tgz |   Bin 0 -> 2291 bytes
     ... @babel-plugin-transform-new-target-7.27.1.tgz} |   Bin 3681 -> 3681 bytes
     ...ransform-nullish-coalescing-operator-7.26.6.tgz |   Bin 3899 -> 0 bytes
     ...ransform-nullish-coalescing-operator-7.27.1.tgz |   Bin 0 -> 3890 bytes
     ...l-plugin-transform-numeric-separator-7.25.9.tgz |   Bin 2610 -> 0 bytes
     ...l-plugin-transform-numeric-separator-7.27.1.tgz |   Bin 0 -> 2610 bytes
     ...plugin-transform-object-rest-spread-7.27.1.tgz} |   Bin 17556 -> 17556 bytes
     ...babel-plugin-transform-object-super-7.27.1.tgz} |   Bin 3569 -> 3569 bytes
     ...gin-transform-optional-catch-binding-7.25.9.tgz |   Bin 2345 -> 0 bytes
     ...gin-transform-optional-catch-binding-7.27.1.tgz |   Bin 0 -> 2345 bytes
     ...l-plugin-transform-optional-chaining-7.25.9.tgz |   Bin 10443 -> 0 bytes
     ...l-plugin-transform-optional-chaining-7.27.1.tgz |   Bin 0 -> 10416 bytes
     ... @babel-plugin-transform-parameters-7.27.1.tgz} |   Bin 17354 -> 17354 bytes
     ...bel-plugin-transform-private-methods-7.25.9.tgz |   Bin 2380 -> 0 bytes
     ...bel-plugin-transform-private-methods-7.27.1.tgz |   Bin 0 -> 2380 bytes
     ...transform-private-property-in-object-7.25.9.tgz |   Bin 6313 -> 0 bytes
     ...transform-private-property-in-object-7.27.1.tgz |   Bin 0 -> 6312 bytes
     ...l-plugin-transform-property-literals-7.25.9.tgz |   Bin 2295 -> 0 bytes
     ...l-plugin-transform-property-literals-7.27.1.tgz |   Bin 0 -> 2294 bytes
     ...-plugin-transform-react-display-name-7.25.9.tgz |   Bin 4452 -> 0 bytes
     ...-plugin-transform-react-display-name-7.27.1.tgz |   Bin 0 -> 4455 bytes
     .../@babel-plugin-transform-react-jsx-7.25.9.tgz   |   Bin 19634 -> 0 bytes
     .../@babel-plugin-transform-react-jsx-7.27.1.tgz   |   Bin 0 -> 19411 bytes
     ...ugin-transform-react-jsx-development-7.25.9.tgz |   Bin 1822 -> 0 bytes
     ...ugin-transform-react-jsx-development-7.27.1.tgz |   Bin 0 -> 1821 bytes
     ...gin-transform-react-pure-annotations-7.25.9.tgz |   Bin 3392 -> 0 bytes
     ...gin-transform-react-pure-annotations-7.27.1.tgz |   Bin 0 -> 3391 bytes
     .../@babel-plugin-transform-regenerator-7.27.0.tgz |   Bin 2896 -> 0 bytes
     .../@babel-plugin-transform-regenerator-7.27.1.tgz |   Bin 0 -> 42609 bytes
     ...el-plugin-transform-regexp-modifiers-7.26.0.tgz |   Bin 2092 -> 0 bytes
     ...el-plugin-transform-regexp-modifiers-7.27.1.tgz |   Bin 0 -> 2089 bytes
     ...abel-plugin-transform-reserved-words-7.25.9.tgz |   Bin 2145 -> 0 bytes
     ...abel-plugin-transform-reserved-words-7.27.1.tgz |   Bin 0 -> 2144 bytes
     ...lugin-transform-shorthand-properties-7.25.9.tgz |   Bin 2738 -> 0 bytes
     ...lugin-transform-shorthand-properties-7.27.1.tgz |   Bin 0 -> 2738 bytes
     ...z => @babel-plugin-transform-spread-7.27.1.tgz} |   Bin 6877 -> 6877 bytes
     ...@babel-plugin-transform-sticky-regex-7.25.9.tgz |   Bin 2298 -> 0 bytes
     ...@babel-plugin-transform-sticky-regex-7.27.1.tgz |   Bin 0 -> 2298 bytes
     ...l-plugin-transform-template-literals-7.26.8.tgz |   Bin 5425 -> 0 bytes
     ...l-plugin-transform-template-literals-7.27.1.tgz |   Bin 0 -> 5420 bytes
     ...babel-plugin-transform-typeof-symbol-7.27.0.tgz |   Bin 3918 -> 0 bytes
     ...babel-plugin-transform-typeof-symbol-7.27.1.tgz |   Bin 0 -> 3906 bytes
     .../@babel-plugin-transform-typescript-7.27.0.tgz  |   Bin 34142 -> 0 bytes
     .../@babel-plugin-transform-typescript-7.27.1.tgz  |   Bin 0 -> 34130 bytes
     ...bel-plugin-transform-unicode-escapes-7.25.9.tgz |   Bin 4732 -> 0 bytes
     ...bel-plugin-transform-unicode-escapes-7.27.1.tgz |   Bin 0 -> 4731 bytes
     ...gin-transform-unicode-property-regex-7.25.9.tgz |   Bin 2368 -> 0 bytes
     ...gin-transform-unicode-property-regex-7.27.1.tgz |   Bin 0 -> 2367 bytes
     ...babel-plugin-transform-unicode-regex-7.25.9.tgz |   Bin 2011 -> 0 bytes
     ...babel-plugin-transform-unicode-regex-7.27.1.tgz |   Bin 0 -> 2012 bytes
     ...-plugin-transform-unicode-sets-regex-7.25.9.tgz |   Bin 2357 -> 0 bytes
     ...-plugin-transform-unicode-sets-regex-7.27.1.tgz |   Bin 0 -> 2357 bytes
     .../@babel-preset-env-7.26.9.tgz                   |   Bin 35422 -> 0 bytes
     .../@babel-preset-env-7.27.1.tgz                   |   Bin 0 -> 35370 bytes
     .../@babel-preset-react-7.26.3.tgz                 |   Bin 4142 -> 0 bytes
     .../@babel-preset-react-7.27.1.tgz                 |   Bin 0 -> 4133 bytes
     ...7.0.tgz => @babel-preset-typescript-7.27.1.tgz} |   Bin 7269 -> 7253 bytes
     .../@babel-runtime-7.27.0.tgz                      |   Bin 55895 -> 0 bytes
     .../@babel-runtime-7.27.1.tgz                      |   Bin 0 -> 55263 bytes
     ...plate-7.27.0.tgz => @babel-template-7.27.1.tgz} |   Bin 18125 -> 18119 bytes
     .../@babel-traverse-7.27.0.tgz                     |   Bin 161420 -> 0 bytes
     .../@babel-traverse-7.27.1.tgz                     |   Bin 0 -> 164287 bytes
     npm-packages-offline-cache/@babel-types-7.27.0.tgz |   Bin 283907 -> 0 bytes
     npm-packages-offline-cache/@babel-types-7.27.1.tgz |   Bin 0 -> 291198 bytes
     .../@eslint-community-eslint-utils-4.6.1.tgz       |   Bin 75282 -> 0 bytes
     .../@eslint-community-eslint-utils-4.7.0.tgz       |   Bin 0 -> 76324 bytes
     ...enshift-dynamic-plugin-sdk-extensions-1.4.0.tgz |   Bin 5887 -> 0 bytes
     ...enshift-dynamic-plugin-sdk-extensions-1.4.1.tgz |   Bin 0 -> 5884 bytes
     .../@types-node-18.19.86.tgz                       |   Bin 381875 -> 0 bytes
     .../@types-node-18.19.87.tgz                       |   Bin 0 -> 381904 bytes
     npm-packages-offline-cache/@types-node-22.14.1.tgz |   Bin 429939 -> 0 bytes
     npm-packages-offline-cache/@types-node-22.15.3.tgz |   Bin 0 -> 434049 bytes
     .../@typescript-eslint-types-8.31.0.tgz            |   Bin 27934 -> 0 bytes
     .../@typescript-eslint-types-8.31.1.tgz            |   Bin 0 -> 27933 bytes
     ...typescript-eslint-typescript-estree-8.31.1.tgz} |   Bin 81149 -> 81150 bytes
     .../@typescript-eslint-visitor-keys-8.31.0.tgz     |   Bin 4564 -> 0 bytes
     .../@typescript-eslint-visitor-keys-8.31.1.tgz     |   Bin 0 -> 4561 bytes
     npm-packages-offline-cache/browserslist-4.24.4.tgz |   Bin 16279 -> 0 bytes
     npm-packages-offline-cache/browserslist-4.24.5.tgz |   Bin 0 -> 16331 bytes
     .../caniuse-lite-1.0.30001715.tgz                  |   Bin 336838 -> 0 bytes
     .../caniuse-lite-1.0.30001716.tgz                  |   Bin 0 -> 336928 bytes
     .../core-js-compat-3.41.0.tgz                      |   Bin 65171 -> 0 bytes
     .../core-js-compat-3.42.0.tgz                      |   Bin 0 -> 65287 bytes
     npm-packages-offline-cache/dedent-1.5.3.tgz        |   Bin 6664 -> 0 bytes
     npm-packages-offline-cache/dedent-1.6.0.tgz        |   Bin 0 -> 6784 bytes
     .../electron-to-chromium-1.5.140.tgz               |   Bin 28892 -> 0 bytes
     .../electron-to-chromium-1.5.149.tgz               |   Bin 0 -> 29074 bytes
     npm-packages-offline-cache/mocha-11.1.0.tgz        |   Bin 494254 -> 0 bytes
     npm-packages-offline-cache/mocha-11.2.2.tgz        |   Bin 0 -> 496085 bytes
     npm-packages-offline-cache/open-10.1.1.tgz         |   Bin 15369 -> 0 bytes
     npm-packages-offline-cache/open-10.1.2.tgz         |   Bin 0 -> 15727 bytes
     .../regenerator-runtime-0.14.1.tgz                 |   Bin 8543 -> 0 bytes
     .../regenerator-transform-0.15.2.tgz               |   Bin 31168 -> 0 bytes
     npm-packages-offline-cache/tlds-1.256.0.tgz        |   Bin 7390 -> 0 bytes
     npm-packages-offline-cache/tlds-1.258.0.tgz        |   Bin 0 -> 7383 bytes
     npm-packages-offline-cache/tsx-4.19.3.tgz          |   Bin 151771 -> 0 bytes
     npm-packages-offline-cache/tsx-4.19.4.tgz          |   Bin 0 -> 152319 bytes
     npm-packages-offline-cache/type-fest-4.40.0.tgz    |   Bin 121019 -> 0 bytes
     npm-packages-offline-cache/type-fest-4.40.1.tgz    |   Bin 0 -> 121087 bytes
     npm-packages-offline-cache/ws-8.18.1.tgz           |   Bin 34132 -> 0 bytes
     npm-packages-offline-cache/ws-8.18.2.tgz           |   Bin 0 -> 34207 bytes
     package.json                                       |    56 +-
     scripts/build_container.sh                         |     3 +-
     scripts/install-results.sh                         |    33 +-
     src/components/Loading.tsx                         |    25 +-
     src/components/approval-tasks/ApprovalRow.tsx      |     4 +-
     .../approval-tasks/ApprovalTaskActionDropdown.tsx  |    63 +-
     .../approval-tasks/ApprovalTasksList.tsx           |    11 +-
     .../__tests__/approval-group-utils.spec.ts         |   279 +
     .../approval-details/ApproverList.tsx              |    37 +-
     .../approval-details/TaskDescription.tsx           |    15 +-
     .../pipeline-approval-context.tsx                  |   207 +-
     src/components/approval-tasks/modal/Approval.tsx   |    74 +-
     .../modal/__tests__/Approval.spec.tsx              |   696 +
     src/components/badges/Badge.scss                   |     6 +
     src/components/badges/DevPreviewBadge.tsx          |    11 +
     src/components/badges/InlineBadge.tsx              |    22 +
     src/components/badges/TechPreviewBadge.tsx         |    11 +
     src/components/badges/badge-factory.tsx            |    40 +
     src/components/badges/index.ts                     |     4 +
     src/components/catalog/apis/artifactHub.ts         |    23 +
     src/components/catalog/catalog-utils.ts            |     2 +-
     .../providers/useArtifactHubTasksProvider.tsx      |   127 +-
     src/components/common/Breadcrumbs.tsx              |    37 +
     src/components/common/LinkTo.tsx                   |    18 +
     src/components/common/ResourceDropdown.tsx         |     2 +
     src/components/common/SecretForm.tsx               |     6 +-
     src/components/common/StorageClassDropdown.scss    |     3 +
     src/components/common/StorageClassDropdown.tsx     |     3 +
     src/components/common/dropdown.jsx                 |     9 +-
     src/components/common/error.tsx                    |    22 +
     .../details-page/breadcrumbs/BreadCrumbs.tsx       |     2 +-
     src/components/details-page/details-item.scss      |     5 +
     src/components/details-page/details-item.tsx       |   119 +-
     src/components/details-page/details-page.tsx       |     6 +-
     src/components/git-services/base-service.ts        |   130 +
     src/components/git-services/bitbucket-service.ts   |   286 +
     src/components/git-services/git-service.ts         |    54 +
     src/components/git-services/gitea-service.ts       |   226 +
     src/components/git-services/github-service.ts      |   283 +
     src/components/git-services/gitlab-service.ts      |   302 +
     src/components/git-services/index.ts               |     6 +
     src/components/git-services/types/auth.ts          |     4 +
     src/components/git-services/types/build-tools.ts   |   115 +
     .../git-services/types/generated/gitea.d.ts        | 10787 ++++++
     src/components/git-services/types/git.ts           |    39 +
     src/components/git-services/types/index.ts         |     4 +
     src/components/git-services/types/repo.ts          |    33 +
     .../git-services/utils/build-tool-detector.ts      |    20 +
     .../git-services/utils/build-tool-type-detector.ts |   124 +
     src/components/git-services/utils/common.ts        |    27 +
     .../git-services/utils/dockerfile-parser.ts        |    29 +
     .../git-services/utils/git-provider-detector.ts    |    46 +
     .../git-services/utils/import-strategy-detector.ts |   128 +
     src/components/git-services/utils/index.ts         |     3 +
     .../git-services/utils/pac-strategy-detector.ts    |    70 +
     .../utils/serverless-strategy-detector.ts          |    65 +
     src/components/hooks/debounce.ts                   |    25 +
     src/components/hooks/deep-compare-memoize.ts       |    16 +
     src/components/hooks/flagHookProvider.ts           |    40 +
     src/components/hooks/hooks.ts                      |    50 +-
     .../hooks/useMultiClusterProxyService.ts           |    28 +
     src/components/hooks/useMultiClusterTaskRuns.ts    |   199 +
     .../usePersistedFiltersForPipelineOverview.ts      |   111 +
     src/components/hooks/useTaskRuns.ts                |   248 +-
     src/components/hooks/useTektonResults.ts           |     4 +-
     src/components/{catalog => }/imgs/catalog-icon.svg |     0
     src/components/layout/PaneBody.tsx                 |    32 +
     src/components/logs/LogSnippet.scss                |    16 +
     src/components/logs/LogSnippet.tsx                 |    21 +
     src/components/logs/LogSnippetBlock.tsx            |     7 +
     src/components/logs/LogSnippetFromPod.tsx          |    58 +-
     src/components/logs/Logs.tsx                       |   277 +-
     src/components/logs/LogsWrapperComponent.tsx       |   182 +-
     src/components/logs/MultiStreamLogs.scss           |    58 -
     src/components/logs/MultiStreamLogs.tsx            |    29 +-
     src/components/logs/RunDetailsErrorLog.tsx         |    41 +-
     src/components/logs/TektonTaskRunLog.scss          |    11 +
     src/components/logs/TektonTaskRunLog.tsx           |    65 +-
     src/components/logs/__tests__/logs-utils.spec.ts   |   115 +
     src/components/logs/ansi-log-colors.scss           |   122 +
     src/components/logs/log-snippet-utils.ts           |     1 +
     src/components/logs/logs-utils.ts                  |   141 +-
     .../multi-tab-list/MultiTabListPage.scss           |     4 +
     src/components/multi-tab-list/MultiTabListPage.tsx |    32 +-
     src/components/outputs/OutputTab.tsx               |     5 +-
     src/components/pac/PacAppForm.tsx                  |   110 +
     src/components/pac/PacForm.tsx                     |    62 +
     src/components/pac/PacOverview.tsx                 |   176 +
     src/components/pac/PacPage.scss                    |    37 +
     src/components/pac/PacPage.tsx                     |    66 +
     src/components/pac/PacPermissions.tsx              |    81 +
     src/components/pac/__tests__/PacForm.spec.tsx      |    63 +
     src/components/pac/__tests__/PacOverview.spec.tsx  |    63 +
     src/components/pac/__tests__/PacPage.spec.tsx      |   122 +
     src/components/pac/const.ts                        |     9 +
     .../pac/hooks/__tests__/usePacData.spec.ts         |   122 +
     .../pac/hooks/__tests__/usePacGHManifest.spec.ts   |    51 +
     src/components/pac/hooks/index.ts                  |     2 +
     src/components/pac/hooks/usePacData.ts             |    88 +
     src/components/pac/hooks/usePacGHManifest.ts       |    65 +
     src/components/pac/index.ts                        |     1 +
     src/components/pac/pac-utils.ts                    |   100 +
     src/components/pac/pac-validation-schema.ts        |     8 +
     .../pipeline-builder/CodeEditorField.scss          |    51 +
     .../pipeline-builder/CodeEditorField.tsx           |    89 +-
     .../pipeline-builder/PipelineBuilderEditPage.tsx   |    12 +-
     .../pipeline-builder/PipelineBuilderForm.tsx       |    38 +-
     .../pipeline-builder/PipelineBuilderFormEditor.tsx |     6 +-
     .../pipeline-builder/PipelineBuilderHeader.tsx     |    10 +-
     .../pipeline-builder/PipelineBuilderPage.tsx       |     9 +-
     .../pipeline-builder/RadioGroupField.scss          |     2 -
     .../pipeline-builder/SyncedEditorField.tsx         |    33 +
     .../__tests__/CodeEditorField.spec.tsx             |   103 +
     .../sidebars/resource-sidebar-samples.tsx          |    20 +-
     .../pipeline-builder/sidebars/resource-sidebar.tsx |    32 +-
     .../pipeline-builder/sidebars/simple-tab-nav.tsx   |   159 +-
     .../pipeline-builder/task-sidebar/TaskSidebar.scss |     1 -
     .../pipeline-builder/task-sidebar/TaskSidebar.tsx  |     4 +-
     .../task-sidebar/TaskSidebarHeader.scss            |     5 +-
     .../task-sidebar/TaskSidebarHeader.tsx             |    70 +-
     .../pipeline-overview/PipelineOverview.spec.tsx    |   162 +
     .../pipeline-overview/PipelineOverview.tsx         |   110 +
     .../pipeline-overview/PipelineOverviewAlert.scss   |     3 +
     .../pipeline-overview/PipelineOverviewAlert.tsx    |    29 +
     .../pipeline-overview/PipelineRunItem.scss         |     5 +
     .../pipeline-overview/PipelineRunItem.tsx          |    91 +
     .../pipeline-overview/PipelineStartButton.tsx      |    56 +
     .../pipeline-overview/TriggerLastRunButton.tsx     |    64 +
     .../pipeline-overview/TriggerResourceLinks.scss    |     3 +
     .../pipeline-overview/TriggerResourceLinks.tsx     |    56 +
     .../pipeline-overview/TriggersOverview.tsx         |    48 +
     .../__tests__/TriggersOverview.spec.tsx            |    66 +
     .../__tests__/pipeline-overview-utils.spec.ts      |    54 +
     .../pipeline-overview/pipeline-overview-utils.ts   |    56 +
     src/components/pipeline-topology/TaskList.tsx      |     8 +-
     .../PipelineRunCustomDetails.tsx                   |   149 +-
     .../pipelineRuns-details/PipelineRunDetails.tsx    |    20 +-
     .../PipelineRunDetailsPage.tsx                     |    29 +-
     .../pipelineRuns-details/PipelineRunLogs.scss      |    10 +
     .../pipelineRuns-details/PipelineRunLogs.tsx       |   489 +-
     .../pipelineRuns-details/PipelineRunParameters.tsx |     8 +-
     .../PipelineRunParametersForm.tsx                  |    10 +-
     .../PipelineRunVisualization.tsx                   |    53 +-
     .../pipelineRuns-details/RepositoryLinkList.tsx    |    91 +-
     .../pipelineRuns-details/TriggeredBySection.tsx    |    16 +-
     .../__tests__/PipelineRunLogs.spec.tsx             |   117 +
     src/components/pipelineRuns-details/utils.ts       |     3 +
     .../pipelineRuns-list/PipelineRunsKebab.tsx        |     4 +-
     .../pipelineRuns-list/PipelineRunsList.tsx         |     5 +-
     .../pipelineRuns-list/PipelineRunsRow.tsx          |    69 +-
     .../pipelineRuns-list/usePipelineRunsColumns.ts    |     4 +-
     .../pipelines-details/PipelineDetails.tsx          |    20 +-
     .../pipelines-details/PipelineDetailsPage.tsx      |    23 +-
     .../pipelines-details/PipelineParameters.tsx       |     8 +-
     .../pipelines-details/PipelineParametersForm.tsx   |    11 +-
     .../pipelines-details/PipelineVisualization.scss   |     1 +
     .../TriggerTemplateResourceLink.tsx                |    23 +-
     .../__tests__/pipeline-step-utils.spec.ts          |   238 +
     .../multi-column-field/FormFooter.scss             |     3 +-
     .../multi-column-field/FormFooter.tsx              |     2 +-
     .../pipelines-details/pipeline-step-utils.ts       |    38 +-
     src/components/pipelines-details/utils.ts          |     4 +
     src/components/pipelines-list/PipelineKebab.tsx    |    32 +-
     src/components/pipelines-list/PipelineRow.tsx      |    41 +-
     src/components/pipelines-list/PipelinesList.tsx    |     5 +
     .../pipelines-list/PipelinesTabbedPage.tsx         |    19 +
     .../status/LinkedPipelineRunTaskStatus.tsx         |     2 +-
     .../pipelines-list/status/PipelineRunStatus.tsx    |     6 +-
     .../pipelines-list/status/StatusPopoverContent.tsx |    11 +-
     .../pipelines-metrics/PipelinesAverageDuration.tsx |   125 +-
     .../PipelinesAverageDurationK8s.tsx                |   120 +-
     .../pipelines-metrics/PipelinesMetrics.scss        |     4 +-
     src/components/pipelines-metrics/hooks.ts          |    29 +-
     .../pipelines-metrics/safe-fetch-hook.ts           |    23 +-
     src/components/pipelines-metrics/url-poll-hook.ts  |    23 +-
     .../PipelineRunsDurationCard.tsx                   |   181 +-
     .../PipelineRunsDurationCardK8s.tsx                |   188 +-
     .../PipelineRunsNumbersChart.tsx                   |   126 +-
     .../PipelineRunsNumbersChartK8s.tsx                |   122 +-
     .../pipelines-overview/PipelineRunsStatusCard.tsx  |   283 +-
     .../PipelineRunsStatusCardK8s.tsx                  |   285 +-
     .../pipelines-overview/PipelineRunsTotalCard.tsx   |   173 +-
     .../PipelineRunsTotalCardK8s.tsx                   |   152 +-
     .../pipelines-overview/PipelinesOverview.scss      |     6 -
     .../pipelines-overview/PipelinesOverviewPage.tsx   |    63 +-
     .../PipelinesOverviewPageK8s.tsx                   |    62 +-
     .../__tests__/PipelinesOverview.spec.tsx           |    17 +
     src/components/pipelines-overview/dateTime.ts      |    88 +
     .../list-pages/PipelineRunsForPipelinesList.tsx    |     8 +
     .../list-pages/PipelineRunsForPipelinesListK8s.tsx |     7 +
     .../list-pages/PipelineRunsForPipelinesRow.tsx     |     2 +-
     .../list-pages/PipelineRunsForPipelinesRowK8s.tsx  |     2 +-
     .../list-pages/PipelineRunsForRepositoriesList.tsx |     8 +
     .../list-pages/PipelineRunsForRepositoriesRow.tsx  |     2 +-
     .../list-pages/PipelineRunsListPage.tsx            |   144 +-
     .../list-pages/PipelineRunsListPageK8s.tsx         |   138 +-
     src/components/pipelines-overview/utils.ts         |    15 +-
     src/components/pipelines-tasks/TaskRunStatus.tsx   |     9 +-
     src/components/pipelines-tasks/TaskRunsList.tsx    |    18 +-
     src/components/pipelines-tasks/TaskRunsRow.tsx     |    14 +-
     .../pipelines-tasks/TasksNavigationPage.tsx        |     8 +-
     src/components/pipelines-tasks/TasksRow.tsx        |     8 +-
     .../pipelines-tasks/taskRunLogSnippet.ts           |     6 +-
     .../tasks-details-pages/ResultList.tsx             |     6 +-
     .../tasks-details-pages/TaskRunDetails.tsx         |     9 +-
     .../tasks-details-pages/TaskRunDetailsPage.tsx     |     2 +-
     .../tasks-details-pages/TaskRunDetailsSection.tsx  |    20 +-
     .../tasks-details-pages/TaskRunDetailsStatus.tsx   |    67 +-
     .../tasks-details-pages/TaskRunLog.scss            |     8 +
     .../tasks-details-pages/TaskRunLogs.tsx            |     8 +-
     .../tasks-details-pages/TaskRunLogsTab.tsx         |     8 +-
     .../WorkspaceDefinitionList.tsx                    |    42 +-
     .../tasks-details-pages/events/TaskRunEvents.tsx   |     5 +-
     .../tasks-details-pages/events/events.jsx          |     5 +-
     .../tasks-details-pages/headings.tsx               |    24 +
     src/components/quick-search/QuickSearchContent.tsx |     8 +
     .../quick-search/QuickSearchController.tsx         |     9 +-
     src/components/quick-search/QuickSearchDetails.tsx |    17 +-
     src/components/quick-search/QuickSearchList.tsx    |     2 +-
     src/components/quick-search/QuickSearchModal.tsx   |     7 +
     .../quick-search/QuickSearchModalBody.tsx          |   105 +-
     .../quick-search/utils/quick-search-utils.tsx      |     8 +-
     .../repositories-list/RepositoriesRow.tsx          |     2 +-
     .../repositories/AdvancedConfigurations.tsx        |    38 +
     src/components/repositories/ConfigTypeSection.tsx  |    88 +
     src/components/repositories/GithubSection.tsx      |    25 +
     src/components/repositories/PermissionsSection.tsx |    56 +
     src/components/repositories/RepositoryForm.scss    |    29 +
     src/components/repositories/RepositoryForm.tsx     |    67 +
     src/components/repositories/RepositoryFormPage.tsx |    74 +
     .../repositories/RepositoryFormSection.tsx         |   116 +
     src/components/repositories/RepositoryOverview.tsx |   168 +
     src/components/repositories/WebhookSection.tsx     |   347 +
     .../__tests__/RepositoryLinkList.spec.tsx          |    74 +
     .../__tests__/repository-form-utils.spec.ts        |   249 +
     .../repositories/__tests__/repository-mock.ts      |   102 +
     .../__tests__/repository-utils.spec.tsx            |    77 +
     src/components/repositories/const.ts               |    52 +
     src/components/repositories/hooks.ts               |     7 +
     src/components/repositories/imagestream-utils.ts   |   116 +
     src/components/repositories/index.ts               |     1 +
     .../repositories/repository-form-utils.ts          |   496 +
     src/components/repositories/repository-utils.tsx   |    81 +
     src/components/repositories/types.ts               |    86 +
     src/components/repositories/useBuilderImages.ts    |    30 +
     src/components/repositories/utils.ts               |     8 +
     .../side-bar/TopologySideBarTabSection.scss        |     3 +
     .../side-bar/TopologySideBarTabSection.tsx         |     8 +
     src/components/start-pipeline/AddTriggerModal.tsx  |     5 +-
     .../start-pipeline/StartPipelineModal.tsx          |    10 +-
     src/components/start-pipeline/submit-utils.ts      |    11 +-
     src/components/start-pipeline/utils.ts             |    94 +-
     .../status/PipelineRunStatusPopoverContent.tsx     |    16 +-
     src/components/status/StatusPopoverContent.tsx     |    11 +-
     src/components/styles/common.scss                  |    18 +
     .../task-quicksearch/PipelineQuickSearch.tsx       |    81 +-
     .../PipelineQuickSearchDetails.tsx                 |     8 +
     .../task-quicksearch/pipeline-quicksearch-utils.ts |     9 +-
     src/components/tasks/TaskDetails.tsx               |    35 +
     src/components/tasks/TaskDetailsPage.tsx           |   127 +
     src/components/tasks/index.ts                      |     2 +
     src/components/templates/index.ts                  |     1 +
     src/components/templates/pipelines.ts              |    80 +
     src/components/topology/BuildDecoratorBubble.tsx   |    31 +
     src/components/topology/CustomSVGDefsProvider.tsx  |    23 +
     src/components/topology/Decorator.scss             |    21 +
     src/components/topology/Decorator.tsx              |    70 +
     .../PipelineBuildDecoratorTooltip.scss             |    17 +
     .../PipelineBuildDecoratorTooltip.tsx              |    57 +
     .../build-decorators/PipelineRunDecorator.tsx      |   129 +
     .../__tests__/PipelineRunDecorator.spec.tsx        |   154 +
     .../build-decorators/__tests__/decorator-data.tsx  |    17 +
     .../build-decorators/getPipelineRunDecorator.tsx   |    26 +
     .../topology/getPipelinesDataModelReconciler.ts    |    36 +
     src/components/topology/index.ts                   |     3 +
     src/components/topology/pipeline-tab-section.tsx   |    23 +
     .../triggers-details/DynamicResourceLinkList.tsx   |    71 +-
     .../triggers-details/EventListenerURL.tsx          |     2 +-
     .../triggers-details/PipelineResourceRef.tsx       |    15 +-
     .../triggers-details/TriggerTemplatePipelines.tsx  |     1 +
     .../utils/__tests__/pipeline-approval-data.ts      |    23 +
     src/components/utils/approval-group-utils.ts       |    74 +
     src/components/utils/k8s-common-kebab-menu.tsx     |     6 +-
     src/components/utils/multi-cluster-api.ts          |    78 +
     src/components/utils/pipeline-approval-utils.ts    |     2 +-
     src/components/utils/pipeline-augment.ts           |     5 +
     src/components/utils/pipeline-filter-reducer.ts    |    15 +-
     src/components/utils/pipeline-utils.ts             |    58 +
     src/components/utils/pipelines-actions.tsx         |    58 +-
     src/components/utils/proxy.ts                      |     7 +-
     src/components/utils/resource-link.tsx             |     2 +-
     src/components/utils/summary-api.ts                |    68 +-
     src/components/utils/topology-utils.ts             |    10 +
     src/components/utils/utils.ts                      |    29 +-
     .../workspaces/EmptyDirectoriesSection.tsx         |    15 +-
     .../workspaces/VolumeClaimTemplateSection.tsx      |    17 +-
     .../workspaces/WorkspaceResourcesSection.tsx       |    15 +-
     src/consts.ts                                      |    26 +
     src/models.ts                                      |    17 +-
     src/redux/actions/pipelines-overview-filters.ts    |    12 +
     src/redux/index.ts                                 |     3 +
     src/redux/reducers/pipelines-overview-filters.ts   |    37 +
     src/redux/selectors/pipelines-overview-filters.ts  |    14 +
     src/test-data/pac-data.ts                          |    79 +
     src/types/approver.ts                              |    29 +
     src/types/common.ts                                |     7 +
     src/types/coreTekton.ts                            |     2 +
     src/types/log-snippet-types.ts                     |     1 +
     src/types/pipelineRun.ts                           |     1 +
     src/types/resultsSummary.ts                        |     3 +-
     src/types/task.ts                                  |    10 +-
     src/types/topology-types.ts                        |    40 +
     test-frontend.sh                                   |     4 +
     test-prow-e2e.sh                                   |    28 +-
     tests/support/admin.ts                             |     6 +
     tests/support/index.ts                             |     5 +-
     tests/support/login.ts                             |     7 +-
     tests/views/checkDeveloperPerspective.ts           |    42 +
     tests/views/details-page.ts                        |     1 +
     tests/views/nav.ts                                 |    96 +-
     tests/views/yaml-editor.ts                         |     6 +-
     webpack.config.ts                                  |     5 +
     yarn-1.22.22.tgz                                   |   Bin 1238429 -> 0 bytes
     yarn.lock                                          | 33269 ++++++++++--------
     612 files changed, 67912 insertions(+), 30465 deletions(-)

https://github.com/openshift-pipelines/console-plugin/compare/1fa495c1ddc3b2647d8ae99b537a865cbb358f42..eb9be4bacbf1ab80f8d65ba79de270629b08507e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Label for Approved PRs automated For Automated PRs lgtm Looks Good to Me Label upstream For Upstream Sync PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants