Ryan Skonnord
|
5df59b5534
test(hc): Delete default region_silo_test decorators (#67722)
|
7 месяцев назад |
anthony sottile
|
09853ff60e
ref: use datetime.UTC instead of datetime.timezone.utc in tests (#67043)
|
8 месяцев назад |
anthony sottile
|
42e49b2f8e
ref: before_now() returns aware datetimes (#66090)
|
8 месяцев назад |
Snigdha Sharma
|
32adb3d7b4
feat(issue-priority): Add new `GroupType.default_priority` field (#64817)
|
9 месяцев назад |
getsentry-bot
|
92e8248445
Revert "feat(issue-priority): Add new `GroupType.default_priority` field (#64687)"
|
9 месяцев назад |
Snigdha Sharma
|
8a39d3d8fd
feat(issue-priority): Add new `GroupType.default_priority` field (#64687)
|
9 месяцев назад |
Julia Hoge
|
b52984d8cf
feat(priority): Add priorityLockedAt to serializer (#64430)
|
9 месяцев назад |
Snigdha Sharma
|
27ccc43ab1
feat(issue-priority): Update priority when issues are escalated (#63735)
|
9 месяцев назад |
Julia Hoge
|
9a92459aa3
feat(priority): Update group serializer to return priority (#63868)
|
9 месяцев назад |
Ryan Skonnord
|
33f6772e7f
test(hc): Remove stable=True arg from silo test decorators (#60421)
|
11 месяцев назад |
Stephen Cefali
|
ff1e9d5453
ref(notifications): swap out using update_settings in tests (#60450)
|
11 месяцев назад |
Stephen Cefali
|
e5ee0aa57b
feat(notifications): remove code using notification v2 flag (#59122)
|
1 год назад |
anthony sottile
|
714fabf11f
ref: use absolute imports for models (#57281)
|
1 год назад |
anthony sottile
|
7d17434e01
ref: use datetime.timezone.utc instead of pytz.utc / pytz.UTC (#54705)
|
1 год назад |
Mark Story
|
774af7dc28
Remove imports from testutils barrel file (#53828)
|
1 год назад |
Scott Cooper
|
2f4f0e5379
fix(issues): Remove auto-resolve analytic in serializer (#53616)
|
1 год назад |
anthony sottile
|
fdaefe252c
ref: fix some mypy issues in snuba tests (#53458)
|
1 год назад |
Gabe Villalobos
|
2c87024ee1
ref(hybrid-cloud): Removes exempt_from_silo decorators in favor of assume_test_silo_mode (#52693)
|
1 год назад |
Mike Ihbe
|
c16a237e8a
ref(hybrid-cloud): make notification_settings.actor_id nullable (#51678)
|
1 год назад |
Dan Fuller
|
413e647dca
chore(issue-platform): Remove `can_create_group` and related options, and `_save_aggregate_performance` and related (#48915)
|
1 год назад |
Dan Fuller
|
bcca9ccf85
chore(issue-platform): Remove `organizations:issue-platform-search-perf-issues` flag and usages (#48751)
|
1 год назад |
Gilbert Szeto
|
baecb8d0de
fix(search): skip timestamp search term when querying for issues and issues-stats (#48198)
|
1 год назад |
Dan Fuller
|
e9c5e1e10e
feat(issue-platform): Allow performance issues to be queried via the new issues search dataset (#47790)
|
1 год назад |
Stephen Cefali
|
2ed2cd2ef4
feat(analytics): adds issue type and category to issue resolve analytics (#46958)
|
1 год назад |
Zach Collins
|
3e8de25949
chore(hybrid-cloud): More query changes in support for breaking foreign (#46365)
|
1 год назад |
Gilbert Szeto
|
f255b64eb4
fix(test): fix flake when time rolls to the next day (#46166)
|
1 год назад |
Pierre Massat
|
cc6f7a2a61
feat(issue-platform): Whitelist several profiling issue types (#45218)
|
1 год назад |
Zach Collins
|
611a4aeb84
chore(hybrid-cloud): user -> user_id in queries. (#44391)
|
1 год назад |
Colleen O'Rourke
|
6b1af33b73
ref(issue platform): Consolidate and move files (#44368)
|
1 год назад |
Colleen O'Rourke
|
78177a9fb3
ref(grouptype): Update usages of GroupType (#44004)
|
1 год назад |
Jodi Jang
|
9ef432fba0
feat(analytics): Add analytics for different types of issue resolution (#44106)
|
1 год назад |
Ash Anand
|
4a4c252e8a
feat(perf-issues): Add tag and metric before slow db issue creation (#42985)
|
1 год назад |
Gilbert Szeto
|
e5b0130fba
feat(issue-platform): update GroupSerializers et. al to query snuba for Issue stats (#42865)
|
1 год назад |
Gilbert Szeto
|
4f9dd1a759
ref(spelling): perfomance -> performance (#40413)
|
2 лет назад |
Colleen O'Rourke
|
21a8ca3207
feat(perf issues): Frequency based alerts (#39522)
|
2 лет назад |
Dameli Ushbayeva
|
5d8a666beb
test(perf-issues): Improve how performance issues are created in tests (#39293)
|
2 лет назад |
Gilbert Szeto
|
4f54788843
ref(perf-issue): refactor tests to use common function for inserting transactions (#39156)
|
2 лет назад |
Ryan Skonnord
|
aabc784d11
feat(hybrid): Add silo mode limit decorators (#38613)
|
2 лет назад |
Gilbert Szeto
|
5c8eaa2c68
ref(groups): move StreamGroupSerializer* related classes to a separate file (#38075)
|
2 лет назад |
Stephen Cefali
|
8ae929fc4c
feat(slack-notifications): make slack enabled by default (#37403)
|
2 лет назад |
josh
|
29a0c5342b
test: remove mock compat (#29501)
|
3 лет назад |
Chris Fuller
|
a11db223dd
feat(workflow): Improving `sessionCount` granularity for queries under 1 hr (#27911)
|
3 лет назад |
Chris Fuller
|
46be78cd6d
feat(workflow): Sending session count + adding metrics (#26115)
|
3 лет назад |
Chris Fuller
|
e75e617671
feat(workflow): Add session % to Issue Stream serializer (#25969)
|
3 лет назад |
Marcos Gaeta
|
dd09a748c0
ref(notifications): Move `ExternalProviders` to a file (#25046)
|
3 лет назад |
Evan Purkhiser
|
3be371b9c7
ref(py): Apply isort to some less commonly touched test modules (#25016)
|
3 лет назад |
Marcos Gaeta
|
8b553c55c6
ref(integrations): Dual Write Usages (#24258)
|
3 лет назад |
Marcos Gaeta
|
f7847e6485
feat(integrations): Dual Write Notification Preferences (#24405)
|
3 лет назад |
Marcos Gaeta
|
a8893e824f
ref(integrations): Cleaning up the Notification Settings (#24324)
|
3 лет назад |
josh
|
2bf80a1326
ref(pyupgrade): set and dict literals for tests/ (#23560)
|
3 лет назад |