Skip to content

ROX-33963: Remove Orchestrator Components code from NetGraph#20108

Open
dvail wants to merge 1 commit intodv/ROX-33962-remove-orchestrator-from-searchfrom
dv/ROX-33963-remove-orchestrator-from-network-graph
Open

ROX-33963: Remove Orchestrator Components code from NetGraph#20108
dvail wants to merge 1 commit intodv/ROX-33962-remove-orchestrator-from-searchfrom
dv/ROX-33963-remove-orchestrator-from-network-graph

Conversation

@dvail
Copy link
Copy Markdown
Contributor

@dvail dvail commented Apr 20, 2026

Description

As titled - this is effectively a no-op as the Network Graph was hardcoded to always include Orchestrator Components, but now the dead code is removed.

User-facing documentation

Testing and quality

  • the change is production ready: the change is GA, or otherwise the functionality is gated by a feature flag
  • CI results are inspected

Automated testing

  • added unit tests
  • added e2e tests
  • added regression tests
  • added compatibility tests
  • modified existing tests

How I validated my change

See requests do not include Orchestrator Components filter:
image

See that the option for "Platform Components" is available in the search filter:
image

@dvail
Copy link
Copy Markdown
Contributor Author

dvail commented Apr 20, 2026

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 20, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Comment on lines -176 to -184
// for openshift filtering toggle
if (
!includeOrchestratorComponents &&
localStorage.getItem(ORCHESTRATOR_COMPONENTS_KEY) !== 'true'
) {
urlParams.scope = {
query: 'Orchestrator Component:false',
};
}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

These blocked never execute, as ALWAYS_SHOW_ORCHESTRATOR_COMPONENTS is always true, which causes an immediate short circuit.

@dvail dvail marked this pull request as ready for review April 20, 2026 15:32
@dvail dvail requested a review from a team as a code owner April 20, 2026 15:32
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Build Images Ready

Images are ready for commit 541cbc6. To use with deploy scripts:

export MAIN_IMAGE_TAG=4.11.x-691-g541cbc6335

1 similar comment
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Build Images Ready

Images are ready for commit 541cbc6. To use with deploy scripts:

export MAIN_IMAGE_TAG=4.11.x-691-g541cbc6335

@dvail dvail requested a review from sachaudh April 20, 2026 15:50
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.69%. Comparing base (a11851b) to head (541cbc6).

Additional details and impacted files
@@                               Coverage Diff                                @@
##           dv/ROX-33962-remove-orchestrator-from-search   #20108      +/-   ##
================================================================================
- Coverage                                         49.69%   49.69%   -0.01%     
================================================================================
  Files                                              2766     2766              
  Lines                                            209184   209175       -9     
================================================================================
- Hits                                             103959   103948      -11     
  Misses                                            97538    97538              
- Partials                                           7687     7689       +2     
Flag Coverage Δ
go-unit-tests 49.69% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants