-
Notifications
You must be signed in to change notification settings - Fork 174
feat(tiering-define-selector): Add the create/edit selector page for … #1371
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
Conversation
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
4dfc16f
to
2949df8
Compare
098e265
to
6f36013
Compare
5be8499
to
bdb5c92
Compare
…tier management - updates routing - creates a new page - updates state pivots to be based on routing closes BED-5362
urangel
commented
Apr 25, 2025
urangel
commented
Apr 25, 2025
urangel
commented
Apr 25, 2025
packages/javascript/bh-shared-ui/src/views/TierManagement/Details/Details.test.tsx
Outdated
Show resolved
Hide resolved
Holocraft
reviewed
Apr 25, 2025
...vascript/bh-shared-ui/src/components/AssetGroupManagement/AssetGroupSelectorObjectSelect.tsx
Outdated
Show resolved
Hide resolved
Holocraft
reviewed
Apr 25, 2025
packages/javascript/bh-shared-ui/src/components/VirtualizedNodeList.tsx
Outdated
Show resolved
Hide resolved
Holocraft
reviewed
Apr 25, 2025
Holocraft
reviewed
Apr 25, 2025
packages/javascript/bh-shared-ui/src/views/TierManagement/Cypher.tsx
Outdated
Show resolved
Hide resolved
Holocraft
reviewed
Apr 25, 2025
packages/javascript/bh-shared-ui/src/views/TierManagement/Details/Details.tsx
Show resolved
Hide resolved
Holocraft
reviewed
Apr 25, 2025
packages/javascript/bh-shared-ui/src/views/TierManagement/Details/DynamicDetails.tsx
Outdated
Show resolved
Hide resolved
Holocraft
reviewed
Apr 25, 2025
packages/javascript/bh-shared-ui/src/views/TierManagement/Details/DynamicDetails.tsx
Outdated
Show resolved
Hide resolved
Holocraft
reviewed
Apr 25, 2025
...es/javascript/bh-shared-ui/src/views/TierManagement/Details/EntityInfo/EntityInfoContent.tsx
Show resolved
Hide resolved
Holocraft
reviewed
Apr 25, 2025
packages/javascript/bh-shared-ui/src/views/TierManagement/Details/EntityInfo/SelectorList.tsx
Show resolved
Hide resolved
Holocraft
reviewed
Apr 25, 2025
packages/javascript/bh-shared-ui/src/views/TierManagement/Save/SelectorForm/BasicInfo.tsx
Show resolved
Hide resolved
Holocraft
reviewed
Apr 25, 2025
packages/javascript/bh-shared-ui/src/views/TierManagement/Save/SelectorForm/BasicInfo.tsx
Outdated
Show resolved
Hide resolved
mistahj67
reviewed
Apr 25, 2025
packages/javascript/bh-shared-ui/src/mocks/handlers/tierHandlers.ts
Outdated
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/mocks/handlers/tierHandlers.ts
Outdated
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/mocks/handlers/tierHandlers.ts
Outdated
Show resolved
Hide resolved
TheNando
reviewed
Apr 25, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just had a few small notes.
packages/javascript/bh-shared-ui/src/views/TierManagement/Details/Details.test.tsx
Outdated
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/views/TierManagement/Details/Details.tsx
Outdated
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/views/TierManagement/Details/MembersList.tsx
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/views/TierManagement/Details/utils.tsx
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/views/TierManagement/Save/TagForm.tsx
Outdated
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/views/TierManagement/Save/TagForm.tsx
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/views/TierManagement/Save/TagForm.tsx
Outdated
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/views/TierManagement/Save/TagForm.tsx
Outdated
Show resolved
Hide resolved
elikmiller
reviewed
Apr 28, 2025
elikmiller
reviewed
Apr 28, 2025
elikmiller
reviewed
Apr 28, 2025
packages/javascript/bh-shared-ui/src/views/TierManagement/Save/index.tsx
Outdated
Show resolved
Hide resolved
elikmiller
reviewed
Apr 28, 2025
mistahj67
reviewed
Apr 29, 2025
...ipt/bh-shared-ui/src/components/AssetGroupManagement/AssetGroupSelectorObjectSelect.test.tsx
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/components/VirtualizedNodeList.tsx
Outdated
Show resolved
Hide resolved
packages/javascript/bh-shared-ui/src/views/TierManagement/Details/utils.tsx
Outdated
Show resolved
Hide resolved
elikmiller
approved these changes
Apr 29, 2025
- update req/res types - style updates - disable tag form inputs
* feat(tiering-define-selector): Add the create/edit selector page for tier management - updates routing - creates a new page - updates state pivots to be based on routing closes BED-5362 * fix(define-selector): patch failing unit tests * wip: unit test selector form * BED-5761 added create selector button * merge conflicts * revert change --------- Co-authored-by: Ulises Rangel <urangel@specterops.io>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
New feature or request
user interface
A pull request containing changes affecting the UI code.
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.
…tier management
closes BED-5362
Description
Motivation and Context
Resolves BED-5632
Why is this change required? What problem does it solve?
This change enables create, update, delete actions for selectors
How Has This Been Tested?
Unit tests have been added and updated
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
Checklist: