-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(orchestrator): make workflow last run status as link to the workflow last run details page #1488
feat(orchestrator): make workflow last run status as link to the workflow last run details page #1488
Conversation
/> | ||
rowData.lastRunStatus !== VALUE_UNAVAILABLE && | ||
rowData.lastRunId !== VALUE_UNAVAILABLE ? ( | ||
<Link to={workflowInstanceLink({ instanceId: rowData.lastRunId })}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link should also appear in the workflow details page
move the Link to be under WorkflowInstanceStatusIndicator so it'll be reused in both places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
… lastRunId is passed from parent component
Quality Gate passedIssues Measures |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: batzionb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
## [1.4.36](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-10) ### Features * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e))
## [1.9.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-10) ### Features * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e))
## [1.8.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.5.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **cli:** `node_modules` of the main plugin unexpectedly copied to the `dist-dynamic` folder. ([#1482](#1482)) ([deaa19d](deaa19d)) * **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649)) * **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e)) * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **cli:** `node_modules` of the main plugin unexpectedly copied to the `dist-dynamic` folder. ([#1482](#1482)) ([deaa19d](deaa19d)) * **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649)) * **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e)) * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.9.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.16.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.10.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.4.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [3.8.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [3.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [2.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **feedback:** add capture events in feedback plugin ([#1472](#1472)) ([36a12e3](36a12e3)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **cli:** `node_modules` of the main plugin unexpectedly copied to the `dist-dynamic` folder. ([#1482](#1482)) ([deaa19d](deaa19d)) * **cli:** fix entrypoint validation when running with `npx` ([#1473](#1473)) ([79db649](79db649)) * **cli:** fix the `embed-as-dependencies` option on the `export-dynamic-plugin` CLI... ([#1478](#1478)) ([edd019e](edd019e)) * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.6.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.17.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [2.6.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **cli:** `node_modules` of the main plugin unexpectedly copied to the `dist-dynamic` folder. ([#1482](#1482)) ([deaa19d](deaa19d)) * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **cli:** `node_modules` of the main plugin unexpectedly copied to the `dist-dynamic` folder. ([#1482](#1482)) ([deaa19d](deaa19d)) * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [2.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **cli:** `node_modules` of the main plugin unexpectedly copied to the `dist-dynamic` folder. ([#1482](#1482)) ([deaa19d](deaa19d)) * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [3.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.19.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
## [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
Jira: https://issues.redhat.com/browse/FLPATH-1208
In the workflow table, make the last-run-status filed as a link to the workflow last-run details page.