Seiji Chew
Seiji Chew
This endpoint is open to people viewing themselves, superuser, and staff There is logic inside PUT and delete that changes depending on which mode you are. Right now: 1. PUT...
Async search doesn't work with multi-select 1. Overrides current selection upon search 2. Doesn't reset to all labels upon exiting search 3. Looks bad https://github.com/getsentry/sentry/assets/67301797/4c76640f-c128-4210-855f-0ad369fbf13a
Remove `authenticators` from state because we only set it once
Frontend part to https://github.com/getsentry/sentry/issues/45857
Keep track of when the organization is loading in `OrganizationContextProvider` so we can fetch the loading state from `OrganizationLoadingContext`. Most useful [stackoverflow](https://stackoverflow.com/a/51573816) post ever.
In order to have the U2F state be correctly set in the client browser session cookie, we need to wait for preloading requests to finish first to avoid a race...
Change this component to functional in order to try using `useContext` in a future PR. I removed `busy` because it wasn't used anywhere 🤔 Props to @michellewzhang for carrying most...
We're creating the list of buckets in the series by appending going backwards in time, meaning the largest timestamp will be at the front of the list and the last...
Increase project slug limit from 50 -> 100. There are no FE changes needed b/c we don't validate length on frontend, but show the error received from the failed POST...