Skip to content

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

Merged
merged 14 commits into from
May 21, 2025
Merged

feat(aci): Setup detector details #91834

merged 14 commits into from
May 21, 2025

Conversation

scttcper
Copy link
Member

@scttcper scttcper commented May 16, 2025

mostly unfinished but opening pr in case someone else picks it up or starts looking at these shared types

image

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 16, 2025
# Conflicts:
#	static/app/types/workflowEngine/dataConditions.tsx
# Conflicts:
#	static/app/types/workflowEngine/dataConditions.tsx
@scttcper scttcper marked this pull request as ready for review May 21, 2025 19:42
@scttcper scttcper requested a review from a team as a code owner May 21, 2025 19:42
@scttcper scttcper requested a review from ameliahsu May 21, 2025 19:42
Copy link
Member

@ameliahsu ameliahsu left a 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 🙏🏼

@scttcper scttcper enabled auto-merge (squash) May 21, 2025 22:00
@scttcper scttcper merged commit 67a8e56 into master May 21, 2025
41 checks passed
@scttcper scttcper deleted the scttcper/detector-details branch May 21, 2025 22:10
@@ -68,12 +52,19 @@ export enum DataConditionGroupLogicType {
NONE = 'none',
}

export const enum DetectorPriorityLevel {
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants