chore: custom node kinds cleanup BED-8537#2939
Closed
AD7ZJ wants to merge 1 commit into
Closed
Conversation
Contributor
📝 WalkthroughWalkthroughCustom node kinds are now used directly by API kind validation and primary display kind retrieval. Related tests replace graph-schema node-kind setup with custom node-kind configurations and verify display labels, names, icons, and result counts. ChangesCustom node kind behavior
Estimated code review effort: 3 (Moderate) | ~20 minutes Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
AD7ZJ
force-pushed
the
BED-8537--Custom-node-kinds-cleanup
branch
2 times, most recently
from
July 10, 2026 00:24
a855416 to
01ee28f
Compare
AD7ZJ
marked this pull request as ready for review
July 10, 2026 19:24
AD7ZJ
force-pushed
the
BED-8537--Custom-node-kinds-cleanup
branch
from
July 16, 2026 22:47
7b03edb to
9de3f82
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Now that
custom_node_kindsis a full description of node kinds, we can clean up the various areas that are looking in multiple areas for node kinds. Note that this depends on BED-7922 PR #2829Motivation and Context
Resolves https://specterops.atlassian.net/browse/BED-8537
How Has This Been Tested?
Updates to unit tests
Screenshots (optional):
Types of changes
Checklist:
Summary by CodeRabbit
New Features
Bug Fixes