Skip to content
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

refactor(cli): new --in-place/--no-in-place option to the export-dynamic-plugin CLI command to allow exporting to dist-dynamic (when value is false). #1584

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

davidfestal
Copy link
Member

Add an --in-place option (true by default) to the Janus-idp/cli export-dynamic-plugin command for frontend plugins.
When setting this option to false (with the --no-in-place sibling option), the export would generate the dynamic frontend plugin package (including the scalprum assets) as a derived package in the dist-dynamic subfolder, whose name would be suffixed by -dynamic.

This is important to:

  • have the same export experience and flow with both frontend and backend plugins
  • avoid pushing to NPMJS packages whose size is much bigger, just because of all the static Javascript files added in the dist-scalprum folder.

Background

It should be possible to run the export-dynamic-plugin CLI command directly on normal & typical backstage static frontend plugin without having to change its source.
With the current behavior, there is still the requirement to update the source package.json in order to add the dist-scalprum folder in the dist field. This is required to include the dist-scalprum assets when packaging the dynamic plugin.

Using this new --no-in-place CLI option will allow exporting a distinct package.json with the dist-scalprum folder added in the files field without changing the code of the original frontend plugin.

Signed-off-by: David Festal [email protected]

…-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`).

Signed-off-by: David Festal <[email protected]>
@davidfestal davidfestal requested a review from a team as a code owner April 29, 2024 20:38
@openshift-ci openshift-ci bot requested review from BethGriggs and debsmita1 April 29, 2024 20:38
Copy link

sonarcloud bot commented Apr 29, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@davidfestal davidfestal changed the title refactor(cli): New --in-place/--no-in-place option to the export-dynamic-plugin CLI command to allow exporting to dist-dynamic (when value is false). refactor(cli): new --in-place/--no-in-place option to the export-dynamic-plugin CLI command to allow exporting to dist-dynamic (when value is false). Apr 29, 2024
@kadel
Copy link
Member

kadel commented Apr 30, 2024

/approve
/lgtm

Copy link

openshift-ci bot commented Apr 30, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kadel

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 4b5cc40 into janus-idp:main Apr 30, 2024
12 of 13 checks passed
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.8.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.5.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.6.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.1.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.2.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.9.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.16.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.10.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.5.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.2.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
janus-idp bot pushed a commit that referenced this pull request Apr 30, 2024
## [3.8.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.5.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.2.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [3.8.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [3.6.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.10.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.7.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.6.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.17.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Bug Fixes

* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [3.6.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Features

* **bulk-import:** allow user to select repositories from side panel ([janus-idp#1430](janus-idp#1430)) ([ffcd101](janus-idp@ffcd101))
* **orchestrator:** add endpoint to retrigger workflow in error state ([janus-idp#1343](janus-idp#1343)) ([328d23a](janus-idp@328d23a))
* **rbac:** add the optional maxDepth feature ([janus-idp#1486](janus-idp#1486)) ([ea87f34](janus-idp@ea87f34))
* **rbac:** lazy load temporary enforcer ([janus-idp#1513](janus-idp#1513)) ([b5f1552](janus-idp@b5f1552))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` on some packages with `alpha` API. ([janus-idp#1545](janus-idp#1545)) ([3d9781c](janus-idp@3d9781c))
* **deps:** update dependency bfj to v8 ([janus-idp#1463](janus-idp#1463)) ([01d9360](janus-idp@01d9360))
* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* fix typo in orchestrator documentation ([janus-idp#1508](janus-idp#1508)) ([bfa360a](janus-idp@bfa360a))
* **kiali:** update load for overview page ([janus-idp#1491](janus-idp#1491)) ([8de16e2](janus-idp@8de16e2))
* **orchestrator:** allows serving the editor envelope in disconnected environments ([janus-idp#1450](janus-idp#1450)) ([1e778d8](janus-idp@1e778d8))
* **rbac:** reduce the number of permissions returned, add isResourced flag ([janus-idp#1474](janus-idp#1474)) ([e5dda95](janus-idp@e5dda95))
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Documentation

* **orchestrator:** fix quick start urls to private repo and make image urls raw ([janus-idp#1521](janus-idp#1521)) ([eefd264](janus-idp@eefd264))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.19.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Features

* **bulk-import:** allow user to select repositories from side panel ([janus-idp#1430](janus-idp#1430)) ([ffcd101](janus-idp@ffcd101))
* **orchestrator:** add endpoint to retrigger workflow in error state ([janus-idp#1343](janus-idp#1343)) ([328d23a](janus-idp@328d23a))
* **rbac:** add the optional maxDepth feature ([janus-idp#1486](janus-idp#1486)) ([ea87f34](janus-idp@ea87f34))
* **rbac:** lazy load temporary enforcer ([janus-idp#1513](janus-idp#1513)) ([b5f1552](janus-idp@b5f1552))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` on some packages with `alpha` API. ([janus-idp#1545](janus-idp#1545)) ([3d9781c](janus-idp@3d9781c))
* **deps:** update dependency bfj to v8 ([janus-idp#1463](janus-idp#1463)) ([01d9360](janus-idp@01d9360))
* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* fix typo in orchestrator documentation ([janus-idp#1508](janus-idp#1508)) ([bfa360a](janus-idp@bfa360a))
* **kiali:** update load for overview page ([janus-idp#1491](janus-idp#1491)) ([8de16e2](janus-idp@8de16e2))
* **orchestrator:** allows serving the editor envelope in disconnected environments ([janus-idp#1450](janus-idp#1450)) ([1e778d8](janus-idp@1e778d8))
* **rbac:** reduce the number of permissions returned, add isResourced flag ([janus-idp#1474](janus-idp#1474)) ([e5dda95](janus-idp@e5dda95))
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Documentation

* **orchestrator:** fix quick start urls to private repo and make image urls raw ([janus-idp#1521](janus-idp#1521)) ([eefd264](janus-idp@eefd264))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)

### Features

* **bulk-import:** allow user to select repositories from side panel ([janus-idp#1430](janus-idp#1430)) ([ffcd101](janus-idp@ffcd101))
* **orchestrator:** add endpoint to retrigger workflow in error state ([janus-idp#1343](janus-idp#1343)) ([328d23a](janus-idp@328d23a))
* **rbac:** add the optional maxDepth feature ([janus-idp#1486](janus-idp#1486)) ([ea87f34](janus-idp@ea87f34))
* **rbac:** lazy load temporary enforcer ([janus-idp#1513](janus-idp#1513)) ([b5f1552](janus-idp@b5f1552))

### Bug Fixes

* **cli:** fix entrypoint validation when running with `npx` on some packages with `alpha` API. ([janus-idp#1545](janus-idp#1545)) ([3d9781c](janus-idp@3d9781c))
* **deps:** update dependency bfj to v8 ([janus-idp#1463](janus-idp#1463)) ([01d9360](janus-idp@01d9360))
* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* fix typo in orchestrator documentation ([janus-idp#1508](janus-idp#1508)) ([bfa360a](janus-idp@bfa360a))
* **kiali:** update load for overview page ([janus-idp#1491](janus-idp#1491)) ([8de16e2](janus-idp@8de16e2))
* **orchestrator:** allows serving the editor envelope in disconnected environments ([janus-idp#1450](janus-idp#1450)) ([1e778d8](janus-idp@1e778d8))
* **rbac:** reduce the number of permissions returned, add isResourced flag ([janus-idp#1474](janus-idp#1474)) ([e5dda95](janus-idp@e5dda95))
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Documentation

* **orchestrator:** fix quick start urls to private repo and make image urls raw ([janus-idp#1521](janus-idp#1521)) ([eefd264](janus-idp@eefd264))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [2.7.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-06)

### ⚠ BREAKING CHANGES

* **ocm:** add basic permissions to ocm backend plugin (janus-idp#1528)

### Features

* **ocm:** add basic permissions to ocm backend plugin ([janus-idp#1528](janus-idp#1528)) ([c28d564](janus-idp@c28d564))
* **orchestrator:** make the internal sonata podman compatible ([janus-idp#1612](janus-idp#1612)) ([e4e528e](janus-idp@e4e528e))

### Bug Fixes

* **cli:** add `resolve.fallback` for node dependencies in the `export-dynamic-plugin` CLI for frontend plugins. ([janus-idp#1590](janus-idp#1590)) ([e860c3b](janus-idp@e860c3b))
* **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([janus-idp#1593](janus-idp#1593)) ([55508ba](janus-idp@55508ba))
* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **cli:** completely removing the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1603](janus-idp#1603)) ([7fb243a](janus-idp@7fb243a))
* **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1592](janus-idp#1592)) ([577efff](janus-idp@577efff))
* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **kiali:** remove IstioConfig extra, Fix links and add kiali control ([janus-idp#1452](janus-idp#1452)) ([51a35f0](janus-idp@51a35f0))
* **ocm:** update ocm frontend plugin readme ([janus-idp#1611](janus-idp#1611)) ([9960cc0](janus-idp@9960cc0))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))

### Other changes

* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.7.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)

### ⚠ BREAKING CHANGES

* **ocm:** add basic permissions to ocm backend plugin (janus-idp#1528)

### Features

* **argocd:** add argocd deployment lifecycle and summary component ([janus-idp#1540](janus-idp#1540)) ([4c7c533](janus-idp@4c7c533))
* **bulk-import:** allow user to select repositories from side panel ([janus-idp#1430](janus-idp#1430)) ([ffcd101](janus-idp@ffcd101))
* **kiali:** add card for resources  ([janus-idp#1565](janus-idp#1565)) ([1e727aa](janus-idp@1e727aa))
* **ocm:** add basic permissions to ocm backend plugin ([janus-idp#1528](janus-idp#1528)) ([c28d564](janus-idp@c28d564))
* **orchestrator:** add ability to re-trigger workflow in error state ([janus-idp#1624](janus-idp#1624)) ([8709a37](janus-idp@8709a37))
* **orchestrator:** add endpoint to retrigger workflow in error state ([janus-idp#1343](janus-idp#1343)) ([328d23a](janus-idp@328d23a))
* **orchestrator:** make the internal sonata podman compatible ([janus-idp#1612](janus-idp#1612)) ([e4e528e](janus-idp@e4e528e))
* **rbac:** add support for the new backend services ([janus-idp#1607](janus-idp#1607)) ([2892709](janus-idp@2892709))
* **rbac:** add the optional maxDepth feature ([janus-idp#1486](janus-idp#1486)) ([ea87f34](janus-idp@ea87f34))
* **rbac:** lazy load temporary enforcer ([janus-idp#1513](janus-idp#1513)) ([b5f1552](janus-idp@b5f1552))
* **rbac:** support for adding conditional permissions ([janus-idp#1588](janus-idp#1588)) ([2042244](janus-idp@2042244))

### Bug Fixes

* **argocd:** fix argocd configurations visibility ([janus-idp#1618](janus-idp#1618)) ([ade677f](janus-idp@ade677f))
* **argocd:** fix sonarcloud lint warnings in argocd plugin ([janus-idp#1620](janus-idp#1620)) ([66d3763](janus-idp@66d3763))
* **cli:** add `resolve.fallback` for node dependencies in the `export-dynamic-plugin` CLI for frontend plugins. ([janus-idp#1590](janus-idp#1590)) ([e860c3b](janus-idp@e860c3b))
* **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([janus-idp#1593](janus-idp#1593)) ([55508ba](janus-idp@55508ba))
* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **cli:** completely removing the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1603](janus-idp#1603)) ([7fb243a](janus-idp@7fb243a))
* **cli:** fix entrypoint validation when running with `npx` on some packages with `alpha` API. ([janus-idp#1545](janus-idp#1545)) ([3d9781c](janus-idp@3d9781c))
* **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1592](janus-idp#1592)) ([577efff](janus-idp@577efff))
* **deps:** update dependency bfj to v8 ([janus-idp#1463](janus-idp#1463)) ([01d9360](janus-idp@01d9360))
* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **kiali:** remove IstioConfig extra, Fix links and add kiali control ([janus-idp#1452](janus-idp#1452)) ([51a35f0](janus-idp@51a35f0))
* **kiali:** remove kiali-common from package. ([janus-idp#1586](janus-idp#1586)) ([b1748a4](janus-idp@b1748a4))
* **kiali:** update load for overview page ([janus-idp#1491](janus-idp#1491)) ([8de16e2](janus-idp@8de16e2))
* **ocm:** update ocm frontend plugin readme ([janus-idp#1611](janus-idp#1611)) ([9960cc0](janus-idp@9960cc0))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))
* **orchestrator:** disabled MUI table thirdSortClick ([janus-idp#1614](janus-idp#1614)) ([5e541bd](janus-idp@5e541bd))
* **rbac:** hide frontend when permission framework was disabled ([janus-idp#1493](janus-idp#1493)) ([5aa012f](janus-idp@5aa012f))
* **rbac:** implement ability to disable rbac-backend plugin ([janus-idp#1501](janus-idp#1501)) ([6367965](janus-idp@6367965))
* sync lockfile ([janus-idp#1617](janus-idp#1617)) ([de7393d](janus-idp@de7393d))
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Documentation

* **kiali:** update rhdh docs ([janus-idp#1621](janus-idp#1621)) ([7087cba](janus-idp@7087cba))
* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))

### Other changes

* **argocd:** add playwright dev mode tests ([janus-idp#1616](janus-idp#1616)) ([07c1452](janus-idp@07c1452))
* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)

### ⚠ BREAKING CHANGES

* **ocm:** add basic permissions to ocm backend plugin (janus-idp#1528)

### Features

* **argocd:** add argocd deployment lifecycle and summary component ([janus-idp#1540](janus-idp#1540)) ([4c7c533](janus-idp@4c7c533))
* **bulk-import:** allow user to select repositories from side panel ([janus-idp#1430](janus-idp#1430)) ([ffcd101](janus-idp@ffcd101))
* **kiali:** add card for resources  ([janus-idp#1565](janus-idp#1565)) ([1e727aa](janus-idp@1e727aa))
* **ocm:** add basic permissions to ocm backend plugin ([janus-idp#1528](janus-idp#1528)) ([c28d564](janus-idp@c28d564))
* **orchestrator:** add ability to re-trigger workflow in error state ([janus-idp#1624](janus-idp#1624)) ([8709a37](janus-idp@8709a37))
* **orchestrator:** add endpoint to retrigger workflow in error state ([janus-idp#1343](janus-idp#1343)) ([328d23a](janus-idp@328d23a))
* **orchestrator:** make the internal sonata podman compatible ([janus-idp#1612](janus-idp#1612)) ([e4e528e](janus-idp@e4e528e))
* **rbac:** add support for the new backend services ([janus-idp#1607](janus-idp#1607)) ([2892709](janus-idp@2892709))
* **rbac:** add the optional maxDepth feature ([janus-idp#1486](janus-idp#1486)) ([ea87f34](janus-idp@ea87f34))
* **rbac:** lazy load temporary enforcer ([janus-idp#1513](janus-idp#1513)) ([b5f1552](janus-idp@b5f1552))
* **rbac:** support for adding conditional permissions ([janus-idp#1588](janus-idp#1588)) ([2042244](janus-idp@2042244))
* **scaffolder:** create custom action for scaffolder templates ([janus-idp#1567](janus-idp#1567)) ([e30701e](janus-idp@e30701e))

### Bug Fixes

* **argocd:** fix argocd configurations visibility ([janus-idp#1618](janus-idp#1618)) ([ade677f](janus-idp@ade677f))
* **argocd:** fix sonarcloud lint warnings in argocd plugin ([janus-idp#1620](janus-idp#1620)) ([66d3763](janus-idp@66d3763))
* **cli:** add `resolve.fallback` for node dependencies in the `export-dynamic-plugin` CLI for frontend plugins. ([janus-idp#1590](janus-idp#1590)) ([e860c3b](janus-idp@e860c3b))
* **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([janus-idp#1593](janus-idp#1593)) ([55508ba](janus-idp@55508ba))
* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **cli:** completely removing the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1603](janus-idp#1603)) ([7fb243a](janus-idp@7fb243a))
* **cli:** fix entrypoint validation when running with `npx` on some packages with `alpha` API. ([janus-idp#1545](janus-idp#1545)) ([3d9781c](janus-idp@3d9781c))
* **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1592](janus-idp#1592)) ([577efff](janus-idp@577efff))
* **deps:** update dependency bfj to v8 ([janus-idp#1463](janus-idp#1463)) ([01d9360](janus-idp@01d9360))
* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **kiali:** remove IstioConfig extra, Fix links and add kiali control ([janus-idp#1452](janus-idp#1452)) ([51a35f0](janus-idp@51a35f0))
* **kiali:** remove kiali-common from package. ([janus-idp#1586](janus-idp#1586)) ([b1748a4](janus-idp@b1748a4))
* **kiali:** update load for overview page ([janus-idp#1491](janus-idp#1491)) ([8de16e2](janus-idp@8de16e2))
* **ocm:** update ocm frontend plugin readme ([janus-idp#1611](janus-idp#1611)) ([9960cc0](janus-idp@9960cc0))
* **orchestrator:** allows serving the editor envelope in disconnected environments ([janus-idp#1450](janus-idp#1450)) ([1e778d8](janus-idp@1e778d8))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))
* **orchestrator:** disabled MUI table thirdSortClick ([janus-idp#1614](janus-idp#1614)) ([5e541bd](janus-idp@5e541bd))
* **rbac:** hide frontend when permission framework was disabled ([janus-idp#1493](janus-idp#1493)) ([5aa012f](janus-idp@5aa012f))
* **rbac:** implement ability to disable rbac-backend plugin ([janus-idp#1501](janus-idp#1501)) ([6367965](janus-idp@6367965))
* sync lockfile ([janus-idp#1617](janus-idp#1617)) ([de7393d](janus-idp@de7393d))
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Documentation

* **kiali:** update rhdh docs ([janus-idp#1621](janus-idp#1621)) ([7087cba](janus-idp@7087cba))
* **orchestrator:** fix quick start urls to private repo and make image urls raw ([janus-idp#1521](janus-idp#1521)) ([eefd264](janus-idp@eefd264))
* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))

### Other changes

* **argocd:** add playwright dev mode tests ([janus-idp#1616](janus-idp#1616)) ([07c1452](janus-idp@07c1452))
* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.1.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)

### ⚠ BREAKING CHANGES

* **ocm:** add basic permissions to ocm backend plugin (janus-idp#1528)

### Features

* **argocd:** add argocd deployment lifecycle and summary component ([janus-idp#1540](janus-idp#1540)) ([4c7c533](janus-idp@4c7c533))
* **bulk-import:** allow user to select repositories from side panel ([janus-idp#1430](janus-idp#1430)) ([ffcd101](janus-idp@ffcd101))
* **kiali:** add card for resources  ([janus-idp#1565](janus-idp#1565)) ([1e727aa](janus-idp@1e727aa))
* **ocm:** add basic permissions to ocm backend plugin ([janus-idp#1528](janus-idp#1528)) ([c28d564](janus-idp@c28d564))
* **orchestrator:** add ability to re-trigger workflow in error state ([janus-idp#1624](janus-idp#1624)) ([8709a37](janus-idp@8709a37))
* **orchestrator:** add endpoint to retrigger workflow in error state ([janus-idp#1343](janus-idp#1343)) ([328d23a](janus-idp@328d23a))
* **orchestrator:** make the internal sonata podman compatible ([janus-idp#1612](janus-idp#1612)) ([e4e528e](janus-idp@e4e528e))
* **rbac:** add support for the new backend services ([janus-idp#1607](janus-idp#1607)) ([2892709](janus-idp@2892709))
* **rbac:** add the optional maxDepth feature ([janus-idp#1486](janus-idp#1486)) ([ea87f34](janus-idp@ea87f34))
* **rbac:** lazy load temporary enforcer ([janus-idp#1513](janus-idp#1513)) ([b5f1552](janus-idp@b5f1552))
* **rbac:** support for adding conditional permissions ([janus-idp#1588](janus-idp#1588)) ([2042244](janus-idp@2042244))
* **scaffolder:** create custom action for scaffolder templates ([janus-idp#1567](janus-idp#1567)) ([e30701e](janus-idp@e30701e))

### Bug Fixes

* **argocd:** fix argocd configurations visibility ([janus-idp#1618](janus-idp#1618)) ([ade677f](janus-idp@ade677f))
* **argocd:** fix sonarcloud lint warnings in argocd plugin ([janus-idp#1620](janus-idp#1620)) ([66d3763](janus-idp@66d3763))
* **cli:** add `resolve.fallback` for node dependencies in the `export-dynamic-plugin` CLI for frontend plugins. ([janus-idp#1590](janus-idp#1590)) ([e860c3b](janus-idp@e860c3b))
* **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([janus-idp#1593](janus-idp#1593)) ([55508ba](janus-idp@55508ba))
* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **cli:** completely removing the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1603](janus-idp#1603)) ([7fb243a](janus-idp@7fb243a))
* **cli:** fix entrypoint validation when running with `npx` on some packages with `alpha` API. ([janus-idp#1545](janus-idp#1545)) ([3d9781c](janus-idp@3d9781c))
* **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1592](janus-idp#1592)) ([577efff](janus-idp@577efff))
* **deps:** update dependency bfj to v8 ([janus-idp#1463](janus-idp#1463)) ([01d9360](janus-idp@01d9360))
* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* fix typo in orchestrator documentation ([janus-idp#1508](janus-idp#1508)) ([bfa360a](janus-idp@bfa360a))
* **kiali:** remove IstioConfig extra, Fix links and add kiali control ([janus-idp#1452](janus-idp#1452)) ([51a35f0](janus-idp@51a35f0))
* **kiali:** remove kiali-common from package. ([janus-idp#1586](janus-idp#1586)) ([b1748a4](janus-idp@b1748a4))
* **kiali:** update load for overview page ([janus-idp#1491](janus-idp#1491)) ([8de16e2](janus-idp@8de16e2))
* **ocm:** update ocm frontend plugin readme ([janus-idp#1611](janus-idp#1611)) ([9960cc0](janus-idp@9960cc0))
* **orchestrator:** allows serving the editor envelope in disconnected environments ([janus-idp#1450](janus-idp#1450)) ([1e778d8](janus-idp@1e778d8))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))
* **orchestrator:** disabled MUI table thirdSortClick ([janus-idp#1614](janus-idp#1614)) ([5e541bd](janus-idp@5e541bd))
* **rbac:** hide frontend when permission framework was disabled ([janus-idp#1493](janus-idp#1493)) ([5aa012f](janus-idp@5aa012f))
* **rbac:** implement ability to disable rbac-backend plugin ([janus-idp#1501](janus-idp#1501)) ([6367965](janus-idp@6367965))
* **rbac:** reduce the number of permissions returned, add isResourced flag ([janus-idp#1474](janus-idp#1474)) ([e5dda95](janus-idp@e5dda95))
* sync lockfile ([janus-idp#1617](janus-idp#1617)) ([de7393d](janus-idp@de7393d))
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Documentation

* **kiali:** update rhdh docs ([janus-idp#1621](janus-idp#1621)) ([7087cba](janus-idp@7087cba))
* **orchestrator:** fix quick start urls to private repo and make image urls raw ([janus-idp#1521](janus-idp#1521)) ([eefd264](janus-idp@eefd264))
* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))

### Other changes

* **argocd:** add playwright dev mode tests ([janus-idp#1616](janus-idp#1616)) ([07c1452](janus-idp@07c1452))
* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [2.6.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)

### ⚠ BREAKING CHANGES

* **ocm:** add basic permissions to ocm backend plugin (janus-idp#1528)

### Features

* **argocd:** add argocd deployment lifecycle and summary component ([janus-idp#1540](janus-idp#1540)) ([4c7c533](janus-idp@4c7c533))
* **bulk-import:** allow user to select repositories from side panel ([janus-idp#1430](janus-idp#1430)) ([ffcd101](janus-idp@ffcd101))
* **kiali:** add card for resources  ([janus-idp#1565](janus-idp#1565)) ([1e727aa](janus-idp@1e727aa))
* **ocm:** add basic permissions to ocm backend plugin ([janus-idp#1528](janus-idp#1528)) ([c28d564](janus-idp@c28d564))
* **orchestrator:** add ability to re-trigger workflow in error state ([janus-idp#1624](janus-idp#1624)) ([8709a37](janus-idp@8709a37))
* **orchestrator:** add endpoint to retrigger workflow in error state ([janus-idp#1343](janus-idp#1343)) ([328d23a](janus-idp@328d23a))
* **orchestrator:** make the internal sonata podman compatible ([janus-idp#1612](janus-idp#1612)) ([e4e528e](janus-idp@e4e528e))
* **rbac:** add support for the new backend services ([janus-idp#1607](janus-idp#1607)) ([2892709](janus-idp@2892709))
* **rbac:** add the optional maxDepth feature ([janus-idp#1486](janus-idp#1486)) ([ea87f34](janus-idp@ea87f34))
* **rbac:** lazy load temporary enforcer ([janus-idp#1513](janus-idp#1513)) ([b5f1552](janus-idp@b5f1552))
* **rbac:** support for adding conditional permissions ([janus-idp#1588](janus-idp#1588)) ([2042244](janus-idp@2042244))
* **scaffolder:** create custom action for scaffolder templates ([janus-idp#1567](janus-idp#1567)) ([e30701e](janus-idp@e30701e))

### Bug Fixes

* **argocd:** fix argocd configurations visibility ([janus-idp#1618](janus-idp#1618)) ([ade677f](janus-idp@ade677f))
* **argocd:** fix sonarcloud lint warnings in argocd plugin ([janus-idp#1620](janus-idp#1620)) ([66d3763](janus-idp@66d3763))
* **cli:** add `resolve.fallback` for node dependencies in the `export-dynamic-plugin` CLI for frontend plugins. ([janus-idp#1590](janus-idp#1590)) ([e860c3b](janus-idp@e860c3b))
* **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([janus-idp#1593](janus-idp#1593)) ([55508ba](janus-idp@55508ba))
* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **cli:** completely removing the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1603](janus-idp#1603)) ([7fb243a](janus-idp@7fb243a))
* **cli:** fix entrypoint validation when running with `npx` on some packages with `alpha` API. ([janus-idp#1545](janus-idp#1545)) ([3d9781c](janus-idp@3d9781c))
* **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1592](janus-idp#1592)) ([577efff](janus-idp@577efff))
* **deps:** update dependency bfj to v8 ([janus-idp#1463](janus-idp#1463)) ([01d9360](janus-idp@01d9360))
* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* fix typo in orchestrator documentation ([janus-idp#1508](janus-idp#1508)) ([bfa360a](janus-idp@bfa360a))
* **kiali:** remove IstioConfig extra, Fix links and add kiali control ([janus-idp#1452](janus-idp#1452)) ([51a35f0](janus-idp@51a35f0))
* **kiali:** remove kiali-common from package. ([janus-idp#1586](janus-idp#1586)) ([b1748a4](janus-idp@b1748a4))
* **kiali:** update load for overview page ([janus-idp#1491](janus-idp#1491)) ([8de16e2](janus-idp@8de16e2))
* **ocm:** update ocm frontend plugin readme ([janus-idp#1611](janus-idp#1611)) ([9960cc0](janus-idp@9960cc0))
* **orchestrator:** allows serving the editor envelope in disconnected environments ([janus-idp#1450](janus-idp#1450)) ([1e778d8](janus-idp@1e778d8))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))
* **orchestrator:** disabled MUI table thirdSortClick ([janus-idp#1614](janus-idp#1614)) ([5e541bd](janus-idp@5e541bd))
* **rbac:** hide frontend when permission framework was disabled ([janus-idp#1493](janus-idp#1493)) ([5aa012f](janus-idp@5aa012f))
* **rbac:** implement ability to disable rbac-backend plugin ([janus-idp#1501](janus-idp#1501)) ([6367965](janus-idp@6367965))
* **rbac:** reduce the number of permissions returned, add isResourced flag ([janus-idp#1474](janus-idp#1474)) ([e5dda95](janus-idp@e5dda95))
* sync lockfile ([janus-idp#1617](janus-idp#1617)) ([de7393d](janus-idp@de7393d))
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Documentation

* **kiali:** update rhdh docs ([janus-idp#1621](janus-idp#1621)) ([7087cba](janus-idp@7087cba))
* **orchestrator:** fix quick start urls to private repo and make image urls raw ([janus-idp#1521](janus-idp#1521)) ([eefd264](janus-idp@eefd264))
* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))

### Other changes

* **argocd:** add playwright dev mode tests ([janus-idp#1616](janus-idp#1616)) ([07c1452](janus-idp@07c1452))
* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants