Alberto Leal

Results 46 issues of Alberto Leal

My usecase with collections from https://github.com/facebook/immutable-js: ``` js co.wrap(function*(list) { // list is Immutable.Map const results = yield list.map(function(id) { return new Promise(function(resolve, reject) { // ... }); } //...

console.message doesn't need to support node.js/iojs (https://github.com/astoilkov/console.message/issues/1) for it to be on npm. I ask because it's useful to lock down on a certain version, without having to manually downloading...

enhancement

Depends on https://github.com/getsentry/sentry/pull/37232 ----- This pull request updates the org switcher to make use of `organizationUrl` (e.g. `danny.sentry.io`) if an organization has the customer domain feature. Otherwise the legacy behaviour...

Scope: Frontend

Depends on https://github.com/getsentry/sentry/pull/37231 This adds `resolveUrl()` and other utility functions to be able to dynamically make use of `regionUrl` from an organization's summary props to make API calls. This hooks...

Scope: Frontend

Depends on https://github.com/getsentry/sentry/pull/37159 This pull request introduces the `regionUrl` concept: - Introduce `system.region-api-url-template` option. Potential value for this is `"http://{region}.dev.getsentry.net:8000"` or `"https://{region}.sentry.io"` - Introduce `generate_region_url()` that will generate `regionUrl` such...

Scope: Backend

Depends on https://github.com/getsentry/sentry/pull/37230 and https://github.com/getsentry/getsentry/pull/7929 (getsentry).

Scope: Backend

Depends on https://github.com/getsentry/sentry/pull/37229 ----- This pull request adds `regionUrl` to the `organizationSummary`. Organizations that are opted into the customer domain feature will consume `regionUrl` for API endpoint fetches on the...

Scope: Backend

This pull request activates the `CustomerDomainMiddleware` middleware added in https://github.com/getsentry/sentry/pull/37098.

Scope: Backend

Branched from https://github.com/getsentry/sentry/pull/37037 ----- This pull request adds the `CustomerDomainMiddleware` middleware that sets the active organization based on `request.subdomain`. In addition, region domains are ignored (e.g. `us.sentry.io`). For example, if...

Scope: Backend

In addition to checking for the existence of `lastOrganization` (https://github.com/getsentry/sentry/pull/37032), we would also need to check if the user is a member of the `lastOrganization`. I've also included a test...

Scope: Backend