Cathy Teng
Cathy Teng
Currently, the search bar on Flagr is limited to searching tags and descriptions. It would be nice if you could also search for specific constraints, i.e. searching for a specific...
We need to pass the organization into the hook to check the slug to be able to exclude particular orgs from the superuser warning.
Updates docs with correct image for setting up Slack issue alerts and how to @ people in the notes section (plus an image using notes).
The suspect commit is stored via the GroupOwner model. We have been fetching the suspect commit using the old logic (the commit responsible for the first line in the stacktrace)...
### Problem Statement We would like to add function regression issues (and possibly other regression issues) to open PR comments. Currently, the issue platform (the `search_issues` dataset in Snuba) supports...
If we want to be able to have merged PR comments for SCMs other than GitHub, we'll need to generalize some of the flows. In this PR I generalize the...
These are already very occasionally being emitted as Sentry errors, but it would be good to look at them relative to all Slack responses being recorded in DD. This error...
Adds a `RepositoryIntegration` abstract base class that represents the same set of functionality as [RepositoryMixin](https://github.com/getsentry/sentry/blob/b5265c353916f10b1ea3e915cfef126e8d02e790/src/sentry/integrations/mixins/repositories.py). Also ties `RepositoryIntegration` to a new `RepositoryClient` abstract base class that represents the expected functionality...