-
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(deps): update to backstage 1.31 #2335
Conversation
Signed-off-by: Paul Schultz <[email protected]>
…into issue-3904 Signed-off-by: Paul Schultz <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
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.
LGTM
…into issue-3904
Signed-off-by: Paul Schultz <[email protected]>
…into issue-3904 Signed-off-by: Paul Schultz <[email protected]>
…into issue-3904
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.
rbac-backend plugins is broken. IdentityService and TokenManager removed and replaced with AuthService and HttpAuthService: backstage/backstage#26120 . We need to fix this code.
This should already be fixed here. Am I missing something? |
Needs rebase. Anyway, when trying as it is, I see error when loading permissions at startup. |
I think fixed only compilation. Code doesn't work in runtime. |
…into issue-3904
Signed-off-by: Paul Schultz <[email protected]>
Tested Tekton, Quay and Lightspeed plugins /lgtm |
Retested with recent content of this PR and the /lgtm |
Tested Topology Screen.Recording.2024-10-17.at.3.00.58.PM.mov |
Tested bulk import plugin |
Tested RBAC plugin |
/override "SonarCloud Code Analysis" |
@schultzp2020: Overrode contexts on behalf of schultzp2020: SonarCloud Code Analysis In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/override "Playwright tests / Run Playwright Tests" Individual teams will need to fix the UI tests since we are past the deadline. |
@schultzp2020: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Quality Gate failedFailed conditions |
/override "SonarCloud Code Analysis" |
@schultzp2020: Overrode contexts on behalf of schultzp2020: SonarCloud Code Analysis In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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.
fire in the hole!
ducks and covers
* feat(deps): update to backstage 1.31 Signed-off-by: Paul Schultz <[email protected]> * update todo items Signed-off-by: Paul Schultz <[email protected]> * update yarn lockfile Signed-off-by: Paul Schultz <[email protected]> * fix(rbac): make working rbac-backend with newer APIs (janus-idp#2359) * fix(rbac): make working rbac-backend with newer APIs Signed-off-by: Oleksandr Andriienko <[email protected]> * fit(rbac): fix unit tests Signed-off-by: Oleksandr Andriienko <[email protected]> * fix(rbac): fix lint Signed-off-by: Oleksandr Andriienko <[email protected]> * fix(orchestrator): fix lint Signed-off-by: Oleksandr Andriienko <[email protected]> * fix(rbac): update error type, when httpAuth is not availiable Signed-off-by: Oleksandr Andriienko <[email protected]> --------- Signed-off-by: Oleksandr Andriienko <[email protected]> * add changeset Signed-off-by: Paul Schultz <[email protected]> --------- Signed-off-by: Paul Schultz <[email protected]> Signed-off-by: Oleksandr Andriienko <[email protected]> Co-authored-by: Oleksandr Andriienko <[email protected]>
fixes https://issues.redhat.com/browse/RHIDP-3904
fixes: https://issues.redhat.com/browse/RHIDP-4241