topology - version:bump to v1.54.5 - #10359
Conversation
Changed Packages
|
ciiay
left a comment
There was a problem hiding this comment.
Thanks for the bump and the NFS layout/e2e follow-ups — CI looks good.
Please take a look (not nits):
- The
calc(100vh - 16rem)height on.pf-ri__topologyapplies to legacy as well as NFS, and16remis a magic number that will drift with header/banner changes. - The GitHub auth backend module is added without matching
auth.providers.githubconfig.
Nits are marked nit on the inline comments (target 1.54.5, unused bs-topology-view class, English-only tab locator). None of those are merge blockers.
nit (PR description): the body only says “Version upgrade to 1.54.0”, but the real extra work is the NFS height fix and e2e locator updates — worth a sentence so reviewers don’t miss it.
311c0dc to
d9ea4be
Compare
dc36cbc to
a45b31e
Compare
247cfb7 to
3dde585
Compare
Signed-off-by: Debsmita Santra <debsmita.santra@gmail.com>
Signed-off-by: Debsmita Santra <debsmita.santra@gmail.com>
Signed-off-by: Debsmita Santra <debsmita.santra@gmail.com>
3dde585 to
4ad5fc1
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #10359 +/- ##
==========================================
- Coverage 75.42% 75.42% -0.01%
==========================================
Files 731 732 +1
Lines 18439 18442 +3
Branches 4443 4458 +15
==========================================
+ Hits 13907 13909 +2
Misses 4479 4479
- Partials 53 54 +1
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Signed-off-by: Debsmita Santra <debsmita.santra@gmail.com>
4ad5fc1 to
eef5b05
Compare
ciiay
left a comment
There was a problem hiding this comment.
/lgtm
Thanks for following up. The earlier comments are addressed:
- NFS height uses
FullPage(TopologyEntityContent) instead ofcalc(100vh - 16rem), so legacy keepsheight: 100% - GitHub auth module / SignInPage GitHub provider removed
- Bump is 1.54.5
- Tab locator uses
href$="/topology" - Guest SignInPage on the NFS mock app, and e2e is green on Node 22/24
Non-blocking leftovers: unused permission.rbac in app-config.yaml, and the TopologyEntityContent unit test still has a ?? topology.parentElement fallback. Fine to land as-is.


Hey, I just made a Pull Request!
Version upgrade to 1.54.5
✔️ Checklist
Signed-off-byline in the message. (more info)