chore: separate yarn workspaces#2790
Conversation
ee3aa04 to
8fd7ce0
Compare
|
The image is available at: |
|
The image is available at: |
9fa4ce1 to
0bbed4b
Compare
|
/retest |
|
The image is available at: |
62beb9c to
5857a4e
Compare
|
The image is available at: |
5857a4e to
dff8959
Compare
|
The image is available at: |
dff8959 to
28e2d3c
Compare
|
The image is available at: |
28e2d3c to
b6869aa
Compare
|
The image is available at: |
| "resolutions": { | ||
| "@types/react": "18.3.20", | ||
| "@types/react-dom": "18.3.6", | ||
| "@rjsf/utils": "=5.24.0", |
There was a problem hiding this comment.
This resolution can be removed if we switch to using @backstage-community/plugin-rbac 1.40.1
b6869aa to
c3f5a3e
Compare
|
The image is available at: |
c3f5a3e to
1b726b5
Compare
1b726b5 to
413ec39
Compare
|
The image is available at: |
|
The image is available at: |
docker/Dockerfile
Outdated
There was a problem hiding this comment.
There's no need to build the e2e package in the container.
docker/Dockerfile
Outdated
There was a problem hiding this comment.
Correct, it's copied later on.
docker/Dockerfile
Outdated
There was a problem hiding this comment.
none of these package.json files are required anymore?
There was a problem hiding this comment.
Correct, it's copied later on.
scripts/update-Dockerfile.sh
Outdated
There was a problem hiding this comment.
so we only need these now?
./package.json
./packages/app/package.json
./packages/backend/package.json
./plugins/dynamic-plugins-info-backend/package.json
./plugins/dynamic-plugins-info/package.json
./plugins/licensed-users-info-backend/package.json
./plugins/scalprum-backend/package.json
?
There was a problem hiding this comment.
Correct, it's the bare minimum now.
|
I have questions. I think we need input from @gashcrumb and @davidfestal before making these changes for the dynamic wrappers and changing how they're included in the dockerfiles. |
eb44d0f to
6f3cfe1
Compare
|
The dynamic plugin |
|
The image is available at: |
Signed-off-by: Paul Schultz <pschultz@pobox.com> add @rjsf/utils to resolutions to fix export-dynamic issues with rbac Signed-off-by: Kashish Mittal <kmittal@redhat.com> fix build:dockerfile Signed-off-by: Paul Schultz <pschultz@pobox.com>
Signed-off-by: Paul Schultz <pschultz@pobox.com>
Signed-off-by: Paul Schultz <pschultz@pobox.com>
Signed-off-by: Paul Schultz <pschultz@pobox.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nickboldt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
The image is available at: |
* separate yarn workspaces Signed-off-by: Paul Schultz <pschultz@pobox.com> add @rjsf/utils to resolutions to fix export-dynamic issues with rbac Signed-off-by: Kashish Mittal <kmittal@redhat.com> fix build:dockerfile Signed-off-by: Paul Schultz <pschultz@pobox.com> * update dockerfile Signed-off-by: Paul Schultz <pschultz@pobox.com> * update the copy plugins scipt Signed-off-by: Paul Schultz <pschultz@pobox.com> * update gh actions Signed-off-by: Paul Schultz <pschultz@pobox.com> --------- Signed-off-by: Paul Schultz <pschultz@pobox.com>
Description
Please explain the changes you made here.
Which issue(s) does this PR fix
Fixes https://issues.redhat.com/browse/RHIDP-6987
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer