Evan Purkhiser
|
12bdb029d4
fix(crons): Better padding in monitor form sections (#76545)
|
2 months ago |
Evan Purkhiser
|
17760ceca3
fix(crons): Add padding back to monitor forms (#76424)
|
2 months ago |
Evan Purkhiser
|
537556d09e
ref(ui): Use label w/ hideLabel in monitorForm (#75985)
|
2 months ago |
Evan Purkhiser
|
31b2e93534
ref(ui): Clean up some monitor form styled components (#75962)
|
2 months ago |
Ryan Albrecht
|
4652fc7032
chore: Move normalizeUrl into its own file (#74099)
|
3 months ago |
Snigdha Sharma
|
88d3b9eedd
chore(issue-platform): Remove the `issue-platform` flag from the frontend (#72072)
|
5 months ago |
Malachi Willey
|
19a292825a
ref(styles): Add font weights to theme (#71484)
|
5 months ago |
Evan Purkhiser
|
3f060ab508
feat(crons): Remove crons-ownership feature flag (frontend) (#69521)
|
6 months ago |
Yagiz Nizipli
|
a43f716a9b
perf: reduce barrel file usages (#69421)
|
6 months ago |
Evan Purkhiser
|
d753c3256d
ref(ui): Extract useOwner{s,Options} (#69348)
|
6 months ago |
David Wang
|
324537d86f
feat(crons): Disallow teams not part of project to be selected for notifications (#69073)
|
6 months ago |
Evan Purkhiser
|
ebb08ca690
ref(ui): Allow ordering of groups in SentryProjectSelectorField (#69064)
|
6 months ago |
Evan Purkhiser
|
201efc131a
feat(crons): Group projects by supported platforms (#69050)
|
6 months ago |
Evan Purkhiser
|
604a22e116
fix(crons): Correct owner field (#68920)
|
6 months ago |
Evan Purkhiser
|
b0f4b6b8c6
feat(crons): Allow ownership assignment in create / edit (#68808)
|
6 months ago |
Evan Purkhiser
|
89ffb92703
ref(ui): Use `user` over `member` in SentryMemberTeamSelectorField (#68804)
|
6 months ago |
David Wang
|
1946de2e52
fix(crons): Fix monitor form errors (#67942)
|
7 months ago |
Evan Purkhiser
|
962f5f559a
ref(crons): Extract schedule text utils to modules (#67768)
|
7 months ago |
David Wang
|
1f50c4debb
fix(crons): Show all env options when editing monitor notifications (#65592)
|
8 months ago |
David Wang
|
b039975482
chore(crons): Remove logic to prevent new projects from onboarding for frontend (#63066)
|
9 months ago |
Yagiz Nizipli
|
527914ee8d
build: Addition of typescript-eslint/consistent-type-imports rule (#63543)
|
9 months ago |
David Wang
|
28ee66acb9
feat(crons): Disable new monitors in projects without monitors in FE (#62582)
|
10 months ago |
Evan Purkhiser
|
87b0de1d7b
test(crons): Add test to MonitorForm (#62440)
|
10 months ago |
Evan Purkhiser
|
747ca9c32c
fix(crons): Enforce min of 1 for interval frequency (#62438)
|
10 months ago |
David Wang
|
8ad605afce
ref(crons): Disable env selector when no assignee (#62236)
|
10 months ago |
David Wang
|
377a4e00c1
ref(crons): Change thresholds -> margins (#61979)
|
10 months ago |
David Wang
|
d9d5c60b91
ref(crons): Move tolerance fields out in monitor form (#61807)
|
10 months ago |
Evan Purkhiser
|
ddbebf91f0
ref(crons): Be more precise with the failure / recovery help text (#60212)
|
11 months ago |
David Wang
|
4c72698baf
feat(crons): Add new monitor manual creation flow (#58712)
|
1 year ago |
Evan Purkhiser
|
6d6ae4fc62
fix(crons): Add mnimum for {failure_issue,recovery}_threshold (#56903)
|
1 year ago |
Evan Purkhiser
|
cef332521d
fix(crons): Be clear the default checkin margin is 1 (#56527)
|
1 year ago |
Evan Purkhiser
|
9987ce4d67
fix(ui): Use `tn` for crons max_runtime placeholder (#56524)
|
1 year ago |
David Wang
|
13963c66fa
feat(crons): Add issue creation thresholds to monitor form (#55883)
|
1 year ago |
David Wang
|
7afc8dc07f
ref(crons): Layout improvements to monitor form (#55881)
|
1 year ago |
David Wang
|
de55bc8323
fix(crons): Filter out alert rule if no targets specified (#51317)
|
1 year ago |
Evan Purkhiser
|
0e7ec2b40e
feat(crons): Add environment for alert rule monitor config (#50903)
|
1 year ago |
Evan Purkhiser
|
32026bf6ad
fix(crons): Placment of sentryMemberTeamSelectorField dropdown (#50094)
|
1 year ago |
Evan Purkhiser
|
5a0147de0e
feat(crons): Add basic alert rule editing (#49887)
|
1 year ago |
Evan Purkhiser
|
6411d1e83c
ref(crons): Avoid useState for parsedSchedule (#49288)
|
1 year ago |
Evan Purkhiser
|
7302904dc6
ref(js): Remove unnecessary non-null assertions in monitorForm (#49291)
|
1 year ago |
Evan Purkhiser
|
29a7ff1081
ref(js): Replace simple substr -> substring (#49230)
|
1 year ago |
Evan Purkhiser
|
8847e72cdf
feat(crons): Add UI for alert rule config in new monitors (#49062)
|
1 year ago |
David Wang
|
6fe05fe058
feat(crons): Add sidebar with cron monitor information in details page (#47842)
|
1 year ago |
Evan Purkhiser
|
96bd6e67d5
chore(js): Use named import of `space` function (#48054)
|
1 year ago |
Evan Purkhiser
|
ecf8c1eeae
ref(crons): Better indication that 30m is the default timeout (#47517)
|
1 year ago |
Evan Purkhiser
|
b9fb02638b
fix(crons): Correctly display schedule errors (#47124)
|
1 year ago |
David Wang
|
d8fef97a8f
ref(crons): Add defaults to monitor creation form (#46918)
|
1 year ago |
Evan Purkhiser
|
faeca22665
ref(crons): Remove deprecated monitor fields from frontend (#46973)
|
1 year ago |
David Wang
|
e2151ed478
feat(crons): Superuser can make cron monitor for any project (#45807)
|
1 year ago |
Evan Purkhiser
|
dc2e7db893
feat(monitors): Support editing monitor slugs (#46099)
|
1 year ago |