-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(aci): Setup detector details #91834
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
# Conflicts: # static/app/views/detectors/detail.tsx
# Conflicts: # static/app/types/workflowEngine/dataConditions.tsx
# Conflicts: # static/app/types/workflowEngine/dataConditions.tsx
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.
just a couple small things but looks good 🙏🏼
@@ -68,12 +52,19 @@ export enum DataConditionGroupLogicType { | |||
NONE = 'none', | |||
} | |||
|
|||
export const enum DetectorPriorityLevel { |
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.
FYI, this enum is unused so I’ve deleted it in:
Please don’t add unused code that is needed in the future because it is indistinguishable from dead code that can be deleted - try to add code at the time when it is used instead.
mostly unfinished but opening pr in case someone else picks it up or starts looking at these shared types