Markus Unterwaditzer
|
44c472daaf
fix: Replace most Response references with HttpResponse (#51550)
|
1 год назад |
Josh Ferge
|
1f8dae9775
fix(typing): type serialize function return val as Mapping (#51626)
|
1 год назад |
anthony sottile
|
520aaf994d
ref: fix typing in replay testutils (#51610)
|
1 год назад |
anthony sottile
|
cfd6bccf6f
ref: annotate difcache as a ClassVar (#51609)
|
1 год назад |
anthony sottile
|
a79ea5fabb
ref: remove unused sentry.utils.debug (#51614)
|
1 год назад |
Markus Unterwaditzer
|
19b6c1fa82
fix(typing): Fix a few files by importing buffer.base (#51549)
|
1 год назад |
Markus Unterwaditzer
|
71ea180ffc
fix(typing): FIx typing on invocations of eventstore (#51572)
|
1 год назад |
anthony sottile
|
4976c31987
ref: fix some typing errors in utils and utils tests (#51529)
|
1 год назад |
Josh Ferge
|
2680329f02
fix(replays): fix types on replays.tasks (#51526)
|
1 год назад |
Markus Unterwaditzer
|
3eae8087c6
ref: Fix typing for eventstore (#51510)
|
1 год назад |
Markus Unterwaditzer
|
ef66ae7af5
ref: Apply a few simpler typing fixes (#51509)
|
1 год назад |
Markus Unterwaditzer
|
c4cb73dc7e
ref: Add typing to eventstream (#51479)
|
1 год назад |
Markus Unterwaditzer
|
89881e45af
ref: Type sentry.signals (#51470)
|
1 год назад |
Markus Unterwaditzer
|
06ee121b6d
fix: Fixes necessary to move getsentry outcomes consumer to unified CLI (#51451)
|
1 год назад |
Markus Unterwaditzer
|
f15d743393
fix: Type sentry.snuba.outcomes (#51474)
|
1 год назад |
anthony sottile
|
50940ad19a
ref: use TSDBModel directly instead of tsdb.models (#51461)
|
1 год назад |
anthony sottile
|
dc67683a9b
ref: fix typing in IPlugin2 (#51427)
|
1 год назад |
anthony sottile
|
d08340a888
ref: type test_assets (#51409)
|
1 год назад |
anthony sottile
|
c0da6b0544
ref: fix typing for plugins.base.v1.IPlugin (#51353)
|
1 год назад |
anthony sottile
|
6a37f7f09f
ref: fix some misc type errors (#51302)
|
1 год назад |
Mark Story
|
14d4d5433a
chore(hybridcloud) Remove more RPC code from the naughty list (#51311)
|
1 год назад |
Josh Ferge
|
f03ee04da2
fix(typing): adjust replays cache __getitem__ signature (#50960)
|
1 год назад |
Evan Hicks
|
164fc8de99
fix(referrer) Add TSDB referrers to main Enum (#51306)
|
1 год назад |
Lyn Nagara
|
c76561d2a6
ref: Type check post process forwarder (#51210)
|
1 год назад |
anthony sottile
|
9e96ee69c8
ref: fix unnecessary casts hiding type errors (#51289)
|
1 год назад |
Mark Story
|
2f2ac2d9d6
fix(hybridcloud) Add missing routing for django.contrib (#51259)
|
1 год назад |
Markus Unterwaditzer
|
ce590b9c38
fix: Refactor how KAFKA_TOPICS is resolved to improve typing (#51284)
|
1 год назад |
anthony sottile
|
2c0db819e0
ref: fix typing casts in tests (#51280)
|
1 год назад |
anthony sottile
|
2a1e68aad4
ref: fix no-implicit-optional using no_implicit_optional (#51283)
|
1 год назад |
Markus Unterwaditzer
|
c6f77a66dc
fix: Fix some typing problems around dynamic sampling (#51256)
|
1 год назад |
Riccardo Busetti
|
2f146322fc
ref(dynamic-sampling): Cleanup tasks for dynamic sampling (#50721)
|
1 год назад |
Alberto Leal
|
50af64ea53
chore(hybrid-cloud): Delete Cloudflare integration (#51172)
|
1 год назад |
Leander Rodrigues
|
d9f5e5fa9c
feat(hybrid-cloud): Use ProxyClient for Jira requests (#51005)
|
1 год назад |
Josh Ferge
|
38108e24aa
fix(typing): add type to default_cache (#50958)
|
1 год назад |
Markus Unterwaditzer
|
635ca1b84c
ref: Add typing to a bunch of relay-related modules (#50869)
|
1 год назад |
Josh Ferge
|
977fac9eae
ref(typing): fix typing on a couple urls files (#50853)
|
1 год назад |
Josh Ferge
|
6f0f2b49dd
ref(replays): remove unused method on replay File model (#50849)
|
1 год назад |
Josh Ferge
|
cd2410493f
fix(typing): don't overide base class method types on replay serializer (#50851)
|
1 год назад |
Alberto Leal
|
1cfb55724e
chore(types): Fix types for tests.sentry.middleware.integrations.parsers.test_github (#50771)
|
1 год назад |
Josh Ferge
|
680e2efe70
fix(typing): add dict type for rate limits on base Endpoint class (#50789)
|
1 год назад |
Ryan Skonnord
|
d4276c280d
ref(hc): Common Option interface/mixin for ORM and RPC models (#50335)
|
1 год назад |
anthony sottile
|
d226125b25
ref: upgrade mmh3 (#50669)
|
1 год назад |
anthony sottile
|
64c1dbd221
ref: fix some misc type errors (#50819)
|
1 год назад |
Markus Unterwaditzer
|
113ca5c790
ref(sentry_metrics): Use sentry.utils.arroyo to configure subprocesses, take 2 (#50817)
|
1 год назад |
Mark Story
|
437dea6fc0
fix(typing) Fix incorrect constant usage in organization rpc model (#50778)
|
1 год назад |
Markus Unterwaditzer
|
4f2fcaee2c
ref: Make LazyServiceWrapper type-safe (#50812)
|
1 год назад |
anthony sottile
|
4b7fc05128
ref: fix most mypy no-redef errors (#50810)
|
1 год назад |
anthony sottile
|
9af34a5097
ref: types.Any is not a type (#50809)
|
1 год назад |
Josh Ferge
|
04061bcd98
fix(apidocs): better error messaging for PEP585 types (#50787)
|
1 год назад |
Gabe Villalobos
|
43de083a4b
chore(HC): Adds organization action functions for Organization modifications (#50664)
|
1 год назад |