anthony sottile

Results 64 issues of anthony sottile

had to adjust the assertions due to `Notification` containing an Event object which when it is retrieved later it is not identical to the original one (same Event though, just...

this requires a separate type for a bound rule since the digests.notifications code was stuffing rule objects into rules (which for Record is rule ids) split out from my branch...

Scope: Backend

I'm going to be "rebasing" the migrations to eliminate `index_together` such that we can upgrade django (upstream doesn't have a good suggestion on how to do this other than "delete...

Scope: Backend

index_together is removed in django 5.1 so this is necessary to upgrade we will need a hard stop for self-hosted

Scope: Backend

index_together is removed in django 5.1 so this is necessary to upgrade we will need a hard stop for self-hosted

Scope: Backend

pytest-rerunfailures does not run class teardowns in pytest 8.2+ see pytest-dev/pytest#11833

Scope: Frontend
Scope: Backend
Stale

3rd stage of https://github.com/getsentry/getsentry/pull/15400

Scope: Backend

# Bug report wrote a little testcase -- will see if I can figure out a quick fix for it ```yaml - case: test_annotate_reverse_related main: | from myapp.models import MB...

bug

notably they are missing `libexpat.so.1` which is [required by auditwheel](https://github.com/pypa/auditwheel/issues/152) some example breakage: ```console $ docker run --rm -ti python:3.13.0-slim bash -c 'pip install -q pyuwsgi; uwsgi --help' WARNING: Running...