-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
metrics statsd backend should report key with instance #6081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes SENTRY-58Z
Fixes JAVASCRIPT-2T1
* feat(ui): Add "readonly" text input with copy button
* feat(ui): Tweak form field layout
Force rerender when selected group store is changed
Changes the following views: * Issue tracking * Plugin Details * Release Tracking * small refactor to plugin action creators, add a simple throttle to fetchPlugins actions * Add HoC for "plugins" * fix project settings in new settings, that requires project context * fix link from new project settings -> old * add plugin navigation menu component * change acceptance to wait until indicator disappears
Every event is now inserted at the same time. In some cases more than 100 being inserted at once. Right now, this falls back on the Django default behavior for each EventTag object and stamps out a `timezone.now()` call. This just simply avoids the overhead and we explicitly assign a value to all of them at the same time. There's no reason to calculate a new value for each row.
In production, emotion does not insert styles into DOM (rather CSSOM). On travis we build with NODE_ENV=production, so turn off above behavior when we are 1) in travis env, 2) detect a percy token.
This exposes 'cancelDeletion' on the PUT /organizations/:id/ endpoint and moves the restore organization server-rendered view to use the endpoint. Additionally it: - changes OrganizationStatus to use IntEnum - adds OrganizationStatus.ACTIVE to supercede VISIBLE - allows restoration even after a deletion has begun (accept the consequences). - exposes 'status' in the organization details API - allows fetching data for organizations which are in deletion phases
* ref: Swap (most) usage of integration 'id' to 'key' * ref(identity): Refactor models * feat: Implement generic identity association pipeline Refactors integrations to compose the identity provider found in the sentry.identity module.
…forced (getsentry#6877) * Added methods to email 2fa noncompliant users in an organization to setup 2fa. * added email debug view, moved sending 2fa emails to organization only. * Added sending emails to the endpoint * fixed setup_2fa.txt spacing. edited org and org details based on feedback. * Added a test to check that an owner can disable enforce 2fa
…#6887) * Don't hard-cap EventMapping retention at 7d. * Move EventMapping to vanilla BulkDeleteQuery. * Add order_by clause to bulk delete EventMapping.
* Added a resend code link to sms 2fa page * removed in-line js
- Override most organization pages to show deletion notification (React) - Fix 'status.id' to be lowercase in API response
* fix(minidump): Respond with formatted UUID only * feat: Allow symbolication of linux symbols * fix(minidump): Reverse frame order to appear correctly * fix(minidump): Fix version parsing for Linux
…nd tabs (getsentry#6914) * fix(settings): refactor settings page header to support titles and tabs * Remove outdated comments
* ref(csp): Validate CSP reports with JSON schema In preparation for accepting other types of browser security reports, start using JSON schema to validate the structure of these documents to avoid duplicating a bunch of manual validation for the different report types. * feat: Expect-CT and Expect-Staple support Refactored the CSP endpoint and helpers to allow for support of these violation reports. Added schema validation and filtering logic to make it easier to add more interfaces in future. Each can be checked against its own schema. Create a new `/security` endpoint that all types of reports go to. The type is inferred from the content.
* Change sudo endpoint to respond with 204 * remove updating password from user details endpoint * move modifying user appearance options into user details endpoint * change stacktraceOrder to be an int
…entry#6953) Also makes "All environments" the default if one is not set, and none of the names matches the list of likely production names
…7136) Will be required for React UI to close an account
* add validations when deleting user acct
* Add icon-circle svgs * use currentColor instead of pure black
The BingPreview UA appears to be specific to Bing's search app, as documented here: https://blogs.bing.com/webmaster/2012/10/26/page-snapshots-in-bing-windows-8-app-to-bring-new-crawl-traffic-to-sites.
Security concerns found
Migration Checklist
Generated by 🚫 danger |
This was referenced Mar 17, 2020
This was referenced Nov 17, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.