Skip to content

[pull] master from getsentry:master#1588

Merged
pull[bot] merged 57 commits intocode-watch:masterfrom
getsentry:master
Mar 16, 2022
Merged

[pull] master from getsentry:master#1588
pull[bot] merged 57 commits intocode-watch:masterfrom
getsentry:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Mar 15, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Mar 15, 2022
sl0thentr0py and others added 28 commits March 15, 2022 12:35
Beta Feature Badge and slight improvement to Multi Query text style
This removes the push to a higher idleTimeout as well as disabling the reportAllChanges flag to ensure 5000ms is a decent default.
- These are the equivalent metrics function versions of what was added
  in discover
- This introduces "p100" which is the same as doing a max to the metric
  query builder
Read from columns and aggregates instead of fields to
build widgets. Fields are still used to maintain order on
table widgets.
…y off (#32569)

Co-authored-by: Alberto Leal <mail4alberto@gmail.com>
* feat(perf): Add MEP param to other landing requests

This will add the metricsEnhanced param to the other widget and table requests, since it should be safe to add even if it's not consumed.
Snuba columns were being declared using a named tuple using position arguments
to initialize. This meant you had to know the order of the named tuple to map to
which dataset the name is for. This uses the keyword arguments supported by
named tuples to be explicit which dataset the name is for.
It's all part of the plan baby
checks fieldValue on render which can sometimes be undefined due to ui.
* ref(test): throw if a fixture ever gets overriden

* ref(test): drop comments

* ref(test): use the right fixture type
* feat(mep): Adds misery & apdex functions
- This introduces the misery, count_miserable and apdex functions
- Gonna follow up with more tests soon
- This moves some of our aliases to their own files, the intention is to
  eventually migrate more of the class methods there this gives us a few
  benefits
  - We can unit test the resolverse now
  - They're easier to re-use across datasets
When the cursor is on the left half of the screen, the tooltip appears below to
the right of the cursor. However, the cursor also covers the first few
characters in the tooltip. This change shifts the tooltip down a little so that
the text is not covered.
…Axis value (#32568)

Changes the Table columns for Line, Area, Bar, and Big number widgets in the Widget Viewer.
Just displays Title and the Y-Axis value now, since the previous columns we displayed were not always universally applicable
Adds analytics to widget viewer events
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
evanpurkhiser and others added 28 commits March 15, 2022 14:30
This will include 'undefined' (such as before the metric data is returned) to not show sampled. Sampled will only then be shown if isMetricsData is explicitly true.
* Falling Error

* update styles

* more updates
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ref(metrics): Clean up tests

* Trigger Build

* Added freeze_time to flaky tests

* Adds missing super setup call

* Fix failing test due to freeze_time
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…32664)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…32611)

When a user has the 24 hour clock set, the date/time of the event on the issue details page didn't display the timezone. This adds the timezone.

FIXES WOR-739
@pull pull bot merged commit e2b07c5 into code-watch:master Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.