Seiji Chew

Results 13 issues of 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...

Scope: Backend

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

Scope: Backend

Remove `authenticators` from state because we only set it once

Scope: Frontend

Frontend part to https://github.com/getsentry/sentry/issues/45857

Scope: Frontend

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.

Scope: Frontend

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...

Scope: Frontend

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...

Scope: Frontend

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...

Scope: Backend

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...

Scope: Backend