.. |
analytics
|
29a0c5342b
test: remove mock compat (#29501)
|
3 years ago |
api
|
cd803d173c
fix(snuba): Add appropriate `UseCaseKey` for indexer [TET-146] (#36308)
|
2 years ago |
apidocs
|
83553f6f08
ref: enforce test naming so tests actually run (#35517)
|
2 years ago |
attachments
|
29a0c5342b
test: remove mock compat (#29501)
|
3 years ago |
audit_log
|
284e980df0
ref: replace self.assertRaises with pytest.raises (#35685)
|
2 years ago |
auth
|
4af76126bb
fix(sms-auth): add stricter rate-limits to sms 2fa (#36232)
|
2 years ago |
buffer
|
83553f6f08
ref: enforce test naming so tests actually run (#35517)
|
2 years ago |
cache
|
284e980df0
ref: replace self.assertRaises with pytest.raises (#35685)
|
2 years ago |
celery
|
854beea2a8
ref(celery): Test celerybeat schedules so they match celery's flavour of cron (#31559)
|
3 years ago |
charts
|
8b7fb00a02
feat(workflow): Add custom chart size to incident email chart (#35166)
|
2 years ago |
coreapi
|
f2c2b833a8
chore(py3): remove utf-8 coding comments (#23514)
|
4 years ago |
data
|
83553f6f08
ref: enforce test naming so tests actually run (#35517)
|
2 years ago |
data_export
|
284e980df0
ref: replace self.assertRaises with pytest.raises (#35685)
|
2 years ago |
db
|
0d5531a646
feat(db): Add support for JSON in pickle field (#36350)
|
2 years ago |
deletions
|
39e29015e3
feat(mep): Backfill and mark `SnubaQuery.type` as not null (#36493)
|
2 years ago |
digests
|
4c3e4015d2
ref: use py36+ dict instead of OrderedDict for sort_rule_groups (#35059)
|
2 years ago |
discover
|
fdc0fb39fd
chore(discover): remove use_snql (#33917)
|
2 years ago |
event_manager
|
75e670b0d3
feat(grouping): Add support for automatic grouping updates (#36358)
|
2 years ago |
eventstore
|
9e12287b84
fix(eventstore): Silently handle events beyond retention (#35542)
|
2 years ago |
eventstream
|
5b1776e779
fix: Remove ambiguous kafka topic configuration (#34954)
|
2 years ago |
eventtypes
|
15097c5165
fix(grouping): Hide tree labels for non-mobile/native platforms [INGEST-337] (#28591)
|
3 years ago |
features
|
f64e58203b
feat(notifications): add a feature flag to make slack the default for new users (#35652)
|
2 years ago |
grouping
|
cf018ef83b
ref: upgrade to black stable (#34177)
|
2 years ago |
helpers
|
31007ec7cc
feat(deprecation): Moved brownout cron spec to option manager (#35266)
|
2 years ago |
identity
|
5af3960dcd
ref(pipeline): Abstract Properties (#33348)
|
2 years ago |
incidents
|
cd803d173c
fix(snuba): Add appropriate `UseCaseKey` for indexer [TET-146] (#36308)
|
2 years ago |
ingest
|
2c1a1c0f1d
fix: Pass has_attachments from ingest consumer (#36218)
|
2 years ago |
integrations
|
475c7b6eff
feat(msteams): Add tenant_id to integration.metadata on install (#36744)
|
2 years ago |
lang
|
284e980df0
ref: replace self.assertRaises with pytest.raises (#35685)
|
2 years ago |
loader
|
ff2fec9cb1
feat: Update loader to support JS SDK v7 (#35310)
|
2 years ago |
logging
|
29a0c5342b
test: remove mock compat (#29501)
|
3 years ago |
mail
|
d70b34f466
feat(release-notifications): Add more information to the active_release_notification.sent event (#36692)
|
2 years ago |
manager
|
6fd99b7ed5
ref(slack): Clean MessageBuilder (#29063)
|
3 years ago |
mediators
|
284e980df0
ref: replace self.assertRaises with pytest.raises (#35685)
|
2 years ago |
metrics
|
09b6fbb589
ref: close unclosed socket in test_statsd test (#35195)
|
2 years ago |
middleware
|
ffe83ec6ae
feat(discover): allows a function to be passed as rate limit and updates events endpoint to use rate limit (#36085)
|
2 years ago |
migrations
|
4141d560d2
feat(migration): MsTeams backfill default installation type (#36536)
|
2 years ago |
models
|
3330306075
fix(hybrid-cloud): Fix org slugify on saving new instances of Organization (#36604)
|
2 years ago |
net
|
182e5b2f72
ref(socket): remove unused socket wrapper code (#35149)
|
2 years ago |
new_migrations
|
281bdef9fc
py38: bump LAST_VERIFIED_DJANGO_VERSION to 2.2 (#28271)
|
3 years ago |
newsletter
|
74b7aaf918
ref: fix DummyNewsletter optout_email (#35464)
|
2 years ago |
nodestore
|
83553f6f08
ref: enforce test naming so tests actually run (#35517)
|
2 years ago |
notifications
|
9a6320baa4
feat(active-release): add opt-in for release committers (#36029)
|
2 years ago |
options
|
284e980df0
ref: replace self.assertRaises with pytest.raises (#35685)
|
2 years ago |
ownership
|
ccaaa60e3e
feat(codeowners): Handle edge case of lines with only whitespace chars (#36291)
|
2 years ago |
pipeline
|
5af3960dcd
ref(pipeline): Abstract Properties (#33348)
|
2 years ago |
plugins
|
284e980df0
ref: replace self.assertRaises with pytest.raises (#35685)
|
2 years ago |
processing
|
d9dd5703e6
feat(symbolication): Selection logic for low priority queue (#29258)
|
3 years ago |
profiles
|
abe86fe669
ref(profiling): Clean up process profiles task and instrument with dd (#36080)
|
2 years ago |
projectoptions
|
0b6bc8a532
ref(py): Sort imports in all test modules (#25129)
|
3 years ago |
quotas
|
83553f6f08
ref: enforce test naming so tests actually run (#35517)
|
2 years ago |
ratelimits
|
a65c78a924
Revert "feat(metrics_indexer): Add rate limits functionality to indexer [INGEST-1380] (#36263)" (#36524)
|
2 years ago |
receivers
|
15e2130908
feat(release-activity): backend support for tracking release activity (#36608)
|
2 years ago |
relay
|
29ec6cbf71
ref(sampling): Dynamic sampling feature flag cleanup [TET-190] (#36506)
|
2 years ago |
release_health
|
cd803d173c
fix(snuba): Add appropriate `UseCaseKey` for indexer [TET-146] (#36308)
|
2 years ago |
replays
|
ac65abaebb
feat(replays): add session replays endpoints, proxy logic (#36631)
|
2 years ago |
roles
|
b7dee7f245
feat(access): Implement team-based role management and access (#33387)
|
2 years ago |
rules
|
bd507a7462
fix(api) Fix a 500 when updating project rule history (#36590)
|
2 years ago |
runner
|
4a179c230f
feat(killswitches) Invalidate all project configs when they need to be recomputed (#36300)
|
2 years ago |
search
|
cd803d173c
fix(snuba): Add appropriate `UseCaseKey` for indexer [TET-146] (#36308)
|
2 years ago |
sentry_metrics
|
cd803d173c
fix(snuba): Add appropriate `UseCaseKey` for indexer [TET-146] (#36308)
|
2 years ago |
services
|
83553f6f08
ref: enforce test naming so tests actually run (#35517)
|
2 years ago |
similarity
|
cbc245b962
ref: eliminate unnecessary base class inheritance for test_redis similarity backend test (#35483)
|
2 years ago |
snuba
|
cd803d173c
fix(snuba): Add appropriate `UseCaseKey` for indexer [TET-146] (#36308)
|
2 years ago |
spans
|
91a8e52e3e
feat(suspect-spans): Add group hashes to spans (#28184)
|
3 years ago |
stacktraces
|
c6c07f1544
fix: Trim GNU versioning trailers (#29406)
|
3 years ago |
sudo
|
284e980df0
ref: replace self.assertRaises with pytest.raises (#35685)
|
2 years ago |
tagstore
|
d9467206c9
ref(hackweek): upgrade sentry-flake8 (#28028)
|
3 years ago |
tasks
|
c38d92f732
ref: don't use deprecated yield_fixture (#36633)
|
2 years ago |
templatetags
|
90e4eb2d81
feat(issue_alert_status): Add issue alert status page links to email alerts (#32302)
|
2 years ago |
testutils
|
29a0c5342b
test: remove mock compat (#29501)
|
3 years ago |
tsdb
|
b0bdc285f8
fix(tsdb) Fix outcome conditions in tsdb queries (#35369)
|
2 years ago |
utils
|
57367022f6
test: upgrade responses to latest (#36597)
|
2 years ago |
web
|
9b4f7c75f3
feat(multi-region): Add `sentryUrl` and `organizationUrl` to config (#36387)
|
2 years ago |
__init__.py
|
658504a9b2
ref(py3): pre-commit upgrade + sweeping rerun + __future__ removals (#23197)
|
4 years ago |
test_canonical.py
|
d9467206c9
ref(hackweek): upgrade sentry-flake8 (#28028)
|
3 years ago |
test_celery.py
|
05e81273da
ref: fstringify tests (#23518)
|
4 years ago |
test_constants.py
|
29a0c5342b
test: remove mock compat (#29501)
|
3 years ago |
test_culprit.py
|
0b6bc8a532
ref(py): Sort imports in all test modules (#25129)
|
3 years ago |
test_datascrubbing.py
|
0b6bc8a532
ref(py): Sort imports in all test modules (#25129)
|
3 years ago |
test_http.py
|
182e5b2f72
ref(socket): remove unused socket wrapper code (#35149)
|
2 years ago |
test_killswitches.py
|
53e110097f
fix(killswitches): Interpret null as "match any" (#36250)
|
2 years ago |
test_sdk_updates.py
|
b2d2bda5a9
fix: Do not suggest SDK patch updates (#33430)
|
2 years ago |
test_stacktraces.py
|
0b6bc8a532
ref(py): Sort imports in all test modules (#25129)
|
3 years ago |