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

feat(deps): update to backstage 1.31 #2335

Merged
merged 14 commits into from
Oct 17, 2024
Merged

feat(deps): update to backstage 1.31 #2335

merged 14 commits into from
Oct 17, 2024

Conversation

schultzp2020
Copy link
Member

@schultzp2020 schultzp2020 commented Oct 9, 2024

@schultzp2020 schultzp2020 changed the title Issue 3904 feat(deps): update to backstage 1.31 Oct 9, 2024
Copy link
Member

@yashoswalyo yashoswalyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@AndrienkoAleksandr AndrienkoAleksandr left a 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.

@schultzp2020
Copy link
Member Author

schultzp2020 commented Oct 11, 2024

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?

@mareklibra
Copy link
Contributor

Needs rebase.

Anyway, when trying as it is, I see error when loading permissions at startup.
The landing page /catalog is failing on an exception.
The Orchestrator is broken, most probably transitively to the issues ^^^.

@AndrienkoAleksandr
Copy link
Collaborator

This should already be fixed here. Am I missing something?

I think fixed only compilation. Code doesn't work in runtime.

Signed-off-by: Paul Schultz <[email protected]>
@schultzp2020 schultzp2020 requested a review from a team as a code owner October 16, 2024 20:39
@karthikjeeyar
Copy link
Contributor

Tested Tekton, Quay and Lightspeed plugins

/lgtm

@mareklibra
Copy link
Contributor

mareklibra commented Oct 17, 2024

Retested with recent content of this PR and the orchestrator works well.

/lgtm

@its-mitesh-kumar
Copy link
Contributor

Tested Topology
/lgtm

Screen.Recording.2024-10-17.at.3.00.58.PM.mov

@debsmita1
Copy link
Member

Tested bulk import plugin
/lgtm

@its-mitesh-kumar
Copy link
Contributor

Tested RBAC plugin
/lgtm

@schultzp2020
Copy link
Member Author

/override "SonarCloud Code Analysis"

Copy link

openshift-ci bot commented Oct 17, 2024

@schultzp2020: Overrode contexts on behalf of schultzp2020: SonarCloud Code Analysis

In response to this:

/override "SonarCloud Code Analysis"

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.

@openshift-ci openshift-ci bot removed the lgtm label Oct 17, 2024
@schultzp2020
Copy link
Member Author

/override "Playwright tests / Run Playwright Tests"

Individual teams will need to fix the UI tests since we are past the deadline.

Copy link

openshift-ci bot commented Oct 17, 2024

@schultzp2020: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Playwright tests / Run Playwright Tests

Only the following failed contexts/checkruns were expected:

  • Build with Node.js 20
  • Conventional Commits
  • Test with Node.js 20
  • tide

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:

/override "Playwright tests / Run Playwright Tests"

Individual teams will need to fix the UI tests since we are past the deadline.

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.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
6.2% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@schultzp2020
Copy link
Member Author

/override "SonarCloud Code Analysis"

Copy link

openshift-ci bot commented Oct 17, 2024

@schultzp2020: Overrode contexts on behalf of schultzp2020: SonarCloud Code Analysis

In response to this:

/override "SonarCloud Code Analysis"

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.

Copy link
Member

@nickboldt nickboldt left a 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

@openshift-ci openshift-ci bot added the lgtm label Oct 17, 2024
@schultzp2020 schultzp2020 merged commit 45903e9 into main Oct 17, 2024
8 of 11 checks passed
@schultzp2020 schultzp2020 deleted the issue-3904 branch October 17, 2024 16:32
04kash pushed a commit to 04kash/backstage-plugins that referenced this pull request Oct 23, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants