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

BED-5249: feat: Get Tier/Label List Endpoint #1213

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

computator
Copy link
Member

Description

Describe your changes in detail

Motivation and Context

This PR addresses: [GitHub issue or Jira ticket number]

Why is this change required? What problem does it solve?

How Has This Been Tested?

Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc.

Screenshots (optional):

Types of changes

  • Chore (a change that does not modify the application functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Database Migrations

Checklist:

@computator computator added enhancement New feature or request work in progress This pull request is a work in progress and should not be merged api A pull request containing changes affecting the API code. labels Mar 12, 2025
@computator computator self-assigned this Mar 12, 2025
@computator computator force-pushed the BED-5249--get-asset-group-labels branch from 17135dd to 52b46a6 Compare March 25, 2025 01:36
@computator computator force-pushed the BED-5249--get-asset-group-labels branch from 52b46a6 to 9b7c454 Compare March 25, 2025 01:50
Comment on lines +93 to +94
// TODO: use a more efficient query method
if nodelist, err := s.GraphQuery.GetNodesByKind(request.Context(), tag.ToKind()); err != nil {
Copy link
Member Author

Choose a reason for hiding this comment

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

If we end up creating the method in the referenced comment we can use it here too instead of GetNodesByKind

https://github.com/SpecterOps/BloodHound/pull/1307/files#r2027599359

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api A pull request containing changes affecting the API code. enhancement New feature or request work in progress This pull request is a work in progress and should not be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant