Snigdha Sharma

Results 15 issues of Snigdha Sharma

This is adapted from `0641_backfill_group_attributes` to add `Group.priority` and `Group.first_release` to the GroupAttributes table for SaaS, ST, and self hosted customers.

Scope: Backend

Add the query handler for `is:assigned` or `is:unassigned` queries and their negations, using the assignee columns in GroupAttributes.

Scope: Backend

New issues are not explicitly created with the `NEW` substatus today. The order in which events are processed can result in bugs like [this](https://github.com/getsentry/sentry/issues/70285#issuecomment-2148916755) where new groups are marked with...

Scope: Backend

We need to run a backfill to fix the missing substatuses for IGNORED groups. This [redash query](https://redash.getsentry.net/queries/6898) shows we have ~120K ignored groups that have no substatus. Further digging shows...

Scope: Backend

Add an aggregation for the first seen sort to convert the `first_seen` value to a uint64. Without the aggregation, the paginator is unable to parse and handle the cursor value...

Scope: Backend

Remove references to `groups.enable-post-update-signal` and enable the option globally. This allows us to stop sending custom post-update signals since the call to `.update` will send the signal inherently. The option...

Scope: Backend
Stale

From https://github.com/getsentry/sentry/pull/68374#discussion_r1559835949, we need to add the sampled calculations when counting the number of hits for queries that required a post-filter for Postgres fields. This PR replicates the logic used...

Scope: Backend