Skip to content
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

V7.0.x #2

Open
wants to merge 129 commits into
base: main
Choose a base branch
from
Open

V7.0.x #2

wants to merge 129 commits into from

Conversation

pietrodimarco91
Copy link

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

aknuds1 and others added 30 commits May 7, 2020 18:47
* Remove index and export

* Fix Forms import
…own BaseAggregationBuilder error (grafana#24403)

* Fix building of elastic document query

* Update comments
… queries (grafana#24407)

* Prometheus: Fix for prometheus legend formats for instance time series queries

* correct old test
* TablePanel: Fix JSON tooltip positioning (grafana#24420)

* Fix block element and overflow

* Width not needed

* Add to styles file

(cherry picked from commit f714357)

* Minor UI touches (grafana#24371)

* Justify to alignment in stat

* No stats label in inspect

* Use sentence case in panel names

* typos

* typo

* Typo

* Query -> query options

* prettier

* Transformer -> transform data

* Do not show deprecated plugins in the viz picker

* Update viz picker layout

(cherry picked from commit 63d2594)

* Reporting: tzdata is needed for reporting (grafana#24422)

(cherry picked from commit de8c1b9)

* Storybook: Position panel to right (grafana#24429)

(cherry picked from commit 8257633)

* Chore: move dataFramesReceived event to @grafana/data (grafana#24443)

(cherry picked from commit 7e6ac12)

* Explore: Revert QueryRows refactor (grafana#24444)

While query fields should not rely on getting unmounted when the data source changes (and instead react to that change in e.g. componentDidUpdate()), query fields other than PromQueryField still rely on this.

(cherry picked from commit 221042c)

* Logs: Clicking "Load more" from context overlay doesn't expand log row (grafana#24299)

Closes grafana#24184

(cherry picked from commit 35c097e)

* Datasource/CloudWatch: Add data links to CloudWatch logs for deep linking to AWS (grafana#24334)

* Datasource/CloudWatch: Fix encoding of CloudWatch Logs deep link URL

* Adds data links to cloudwatch logs responses for deep linking to aws console

* Implements PR feedback

(cherry picked from commit a655aa1)

* OldTable: Make old table options align & look better (grafana#24485)

(cherry picked from commit e333d61)

* Buttons: Use text color (grafana#24439)

(cherry picked from commit c671fdb)

* StatPanels: Hide calc option if all values is selected (grafana#24416)

(cherry picked from commit 352f220)

* grafana/toolkit: Support paging in cherrypick task (grafana#24402)

* Support paging in cherrypick task

* Update packages/grafana-toolkit/src/cli/tasks/cherrypick.ts

Co-authored-by: Arve Knudsen <[email protected]>

* Update packages/grafana-toolkit/src/cli/tasks/cherrypick.ts

Co-authored-by: Arve Knudsen <[email protected]>

* Do not cherry pick closed PRs

Co-authored-by: Arve Knudsen <[email protected]>
(cherry picked from commit c5fc18a)

* Reduce Transform: sort order is preserved as entered by user (grafana#24494)

(cherry picked from commit e341d4b)

* TimeZone: added e2e tests for the custom time zone support. (grafana#24442)

(cherry picked from commit a521a39)

* CloudWatch/Logs: Add error message when log groups are not selected (grafana#24361)

* Add error message

* Fix empty check

(cherry picked from commit d385045)

* CloudWatch/Log: Fix field autocomplete suggestions inside function (grafana#24406)

* Fix autocomplete inside function

* Remove debug log

* Add comment and return type

(cherry picked from commit b16202a)

* Editor: No default suggestion selected (grafana#24479)

* QueryField: No default suggestion selected

It's been a long-standing issue that careless typing lead to unwanted
tab completion insertions. With this change the completion item list no
longer selects the first item by default. The user has to actively click
ArrowDown to select the first one.

* Added type export

* Remove width limit of typeahead list

(cherry picked from commit 34f6193)

* TablePanel: Fixed persisting column resize time series fields (grafana#24505)

(cherry picked from commit f13a15a)

* PluginsList: Remove unused panel options (grafana#24501)

* Remove unused panel options

* satisfy ts

(cherry picked from commit 2e69b86)

* CloudWatch/Logs: Language provider refactor and test (grafana#24425)

(cherry picked from commit 876011d)

* Datasource/CloudWatch: Usability improvements (grafana#24447)

* Datasource/CloudWatch: Improve handling of long-running queries

* Datasource/CloudWatch: Make order of dataframe fields consistent

(cherry picked from commit c26374b)

* CloudWatch/Logs: Fix suggestions of fields after comma (grafana#24520)

(cherry picked from commit 2d29997)

* GraphLegend: Only display scrollbar if necessary (grafana#24527)

(cherry picked from commit cb74bc6)

* CloudWatch/Logs: Fix fields not being refetched when log group changed (grafana#24529)

(cherry picked from commit 55533d1)

* Datasource/CloudWatch: Switch to metrics mode, logs API, when choosing stats query from cheatsheet (grafana#24398)

* Datasource/CloudWatch: Switch to metrics mode, logs API, when choosing stats query from cheatsheet

(cherry picked from commit ae7f0ae)

* azuremonitor: Deep linking from Log Analytic queries to the Azure Portal (grafana#24417)

* azuremonitor: add gzipped and base64 encoded query to metadata

for Azure Log Analytic query responses

* azure monitor: add fields to metadata for log analytics

* azuremonitor: correction to text in query editor

* azuremonitor: adds subscription id to result metadata

* azuremonitor: build deep link url for Log Analytics

Most of the information needed for building the url
comes from the backend. The workspace friendly name
and the resource group that the workspace belongs
to are fetched in a separate API call. This call is
cached otherwise there would be a workspaces call
per query on the dashboard.

* docs: azure log analytics deep linking

* Apply suggestions from code review

Co-authored-by: Diana Payton <[email protected]>

* docs: fixing review comments for azure monitor

Co-authored-by: Diana Payton <[email protected]>
(cherry picked from commit 67ed579)

* Datasource/CloudWatch: Results of CloudWatch Logs stats queries are now grouped (grafana#24396)

* Datasource/CloudWatch: Results of CloudWatch Logs stats queries are now grouped

(cherry picked from commit db91961)

* PanelEditor: Fixed issue changing a panel from transparent back to normal  (grafana#24483)

* PanelModel: Fixed issues with persisting some changes

* Fixed other issues

(cherry picked from commit 5caf7f5)

* LabelsToFields: avoid MutableDataFrame (grafana#24493)

(cherry picked from commit c8d3d15)

* Prometheus: Show results of instant queries only in table (grafana#24508)

* Show results of instant queries only in table, remove them from graph

* Update table model

(cherry picked from commit 143a267)

* PanelEditor: Fix so defaults is selected when datasource can't be found. (grafana#24526)

(cherry picked from commit cb4266b)

* Graphite: makes query annotations work again (grafana#24556)

(cherry picked from commit 7992f8b)

* azuremonitor: limit macro regex to known macros (grafana#24528)

(cherry picked from commit 64046e9)

* TimePicker: fixed so you can enter a relative range in the time picker without being converted to absolute range (grafana#24534)

* fixed so you can enter a relative date in the time range form.

* did some small adjustments to make sure proper value is stored.

(cherry picked from commit 28f54bc)

* Admin Settings: makes long settings line break (grafana#24559)

(cherry picked from commit 74ddfe0)

* Update light variable theme for dropdown (grafana#24566)

(cherry picked from commit 67dab0b)

* UI spelling: use US form of visualization (grafana#24558)

(cherry picked from commit bffa0fa)

* e2e: adds verify release (grafana#24568)

(cherry picked from commit 7d800e7)

* Search: Save folder expanded state (grafana#24496)

* Search: Save folder expanded state

* Search: Remember expanded state on search close

(cherry picked from commit 0396b22)

* Data sources: Don't fail if URL doesn't specify protocol (grafana#24497)

(cherry picked from commit 164242f)

* Security: Tag value sanitization fix in OpenTSDB data source (grafana#24539)

Adds HTML sanitization to the tag value of the OpenTSDB datasource.

Fixes grafana#24537

(cherry picked from commit 125ba95)

* Field: UI & Code consistency Title -> Display name  (grafana#24507)

* Field: Change getFieldTitle to getFieldDisplayNamne and change the NAME of the title field config from Title to Display name

* Review feedback

* fixed unit tests

* Rename fieldConfig.title to displayName

* Fixed tests

* Added migration

* Renamed getFrameDisplayTitle to getFrameDisplayName

(cherry picked from commit 8de10a8)

* Do not set insertText if the same as label (grafana#24581)

(cherry picked from commit 20f0ee2)

* Plugins: Fix manifest verification (grafana#24573)

(cherry picked from commit 892f9f7)

* Search: Safari UI fixes (grafana#24567)

* Search: Add height: 100% to page containers

* Search: Reset TagOption display to block

* Search: Add title to result list

* Search: Use flex-basis vs height

* Search: Remove IconButton

* Search: Do not shrink select options

* Search: Fix hasEditPermissionInFolders

* Search: Update tests

* Search: Fix prop

* Remove select wrapper class

* Update snapshot

(cherry picked from commit 15ac76a)

* OrgUsersTable: Fix width when there are long cells in table (grafana#24533)

* Set width for cells and text overflow

* Add title and update snapshot

(cherry picked from commit 0c1f1dd)

* Loki: Allow multiple derived fields with the same name (grafana#24437)

(cherry picked from commit a50cb6a)

* Datasource/CloudWatch: Fixes various autocomplete issues (grafana#24583)

(cherry picked from commit c191994)

* CircleCI: Update grabpl to 0.4.5 in order to include manifest with GEL (grafana#24577)

* CircleCI: Update grabpl to 0.4.5
* GEL: Upgrade version

(cherry picked from commit 824eb94)

* CloudWatch/Logs: Make stats hint show consistently (grafana#24392)

(cherry picked from commit 5feef22)

* Table: fixes Cannot read property subRows of null (grafana#24578)

(cherry picked from commit 2d19c04)

* TimePicker: some fixes and polish after testing feedback (grafana#24585)

* make sure we render the delaynow value from dashboard to the time picker settings.

* Added the time zone in the tooltip.

(cherry picked from commit cab066f)

* Onboarding: New getting started panel (grafana#23826)

* image and card component

* change height of getting started panel

* progress

* setup basic step

* advanced steps

* step forward and backward

* do checks

* fix button size

* minor styling on butttons

* add correct links

* save tutorial click in localstorage

* types and gradients

* fix gradients

* use spacing variable

* lots of responsiveness

* add links to help

* Getting started work

* redo according to split panel design

* minor touch ups

* new background images

* split up docs card to different hrefs

* welcome bar touch ups

* hide icon on small screens

* transparent false on welcome banner

* fix urls

* source tag in welcome urls

* move images to panel dir, removed unused images

* Nicer loading message

* make the cards look nicer on wide screens

* append utm tag on render instead

* replace width with margin

* new background image for light

* remove target on a element

* removing buttonselect, add tag to href

* more polishing

Co-authored-by: Dominik Prokop <[email protected]>
Co-authored-by: Torkel Ödegaard <[email protected]>
(cherry picked from commit 36fa54a)

* Chore: Fix strict null errors on getting started (grafana#24605)

* fix strict nulls

* fix typings

(cherry picked from commit 1848900)

* CircleCI: Upgrade grabpl in order to fix package publishing (grafana#24609)

Signed-off-by: Arve Knudsen <[email protected]>
(cherry picked from commit 03940c8)

* Fix Safari Icon alignment (grafana#24610)

(cherry picked from commit 04c7526)

* Transformations: Make transform dropdowns not cropped (grafana#24615)

(cherry picked from commit 9e24c09)

* Inspect: Allow showing data without transformations and field config is applied (grafana#24314)

* Inspect: Should not subscribe to transformed data

* PQR- allow controll whether or not field overrides and transformations should be applied

* UI for inspector data options

* fix

* Null check fix

* Update public/app/features/dashboard/components/Inspector/InspectDataTab.tsx

* Update public/app/features/dashboard/components/Inspector/InspectDataTab.tsx

* Apply transformations by default

* Update panel inspect docs

* Fix apply overrides

* Apply time formatting in panel inspect

* fix ts

* Post review update

* Update docs/sources/panels/inspect-panel.md

Co-authored-by: Diana Payton <[email protected]>

* lazy numbering

* fix ts

* Renames

* Renames 2

* Layout update

* Run shared request without field config

* Minor details

* fix ts

Co-authored-by: Dominik Prokop <[email protected]>
Co-authored-by: Diana Payton <[email protected]>
(cherry picked from commit f23ecc4)

* Transformers: fix binary operation (grafana#24604)

* check the display name

* remove unchanged line

Co-authored-by: Dominik Prokop <[email protected]>
(cherry picked from commit 97e2837)

* SharedPreferences: fixes so UI Theme can be set back to Default (grafana#24628)

(cherry picked from commit cd9cbe5)

* Datasource/CloudWatch: Prevents hidden dataframe fields from displaying in tables (grafana#24580)

* Datasource/CloudWatch: Prevents hidden dataframe fields from displaying in tables

(cherry picked from commit 277aee8)

* Datasource/CloudWatch: Correctly interpolate variables in CloudWatch Logs queries (grafana#24619)

Closes grafana#24603

(cherry picked from commit bfd337d)

* Explore: Fix rendering of react query editors (grafana#24593)

* Fix rendering of react query editors

* Refactor solution for improved readability

* Update

* Add test coverage

* Refactor

(cherry picked from commit 285ea75)

* CloudWatch: Don't assume that errors are awserr.Error instances (grafana#24641)

Signed-off-by: Arve Knudsen <[email protected]>
(cherry picked from commit 8e5a3a5)

* Zipkin: Fix error when span contains remoteEndpoint (grafana#24524)

(cherry picked from commit 0f964c0)

* Templating: fixes so Textbox variables get value from url (grafana#24623)

(cherry picked from commit 622246d)

* Templating: fixes filtering options with more than 1000 entries (grafana#24614)

* Templating: fixes filtering options with more then 1000 entries

* Chore: reduces strict null errors by 2

(cherry picked from commit 083a2ce)

* PanelEdit: Make sure side pane is displayed with tabs by default (grafana#24636)

* Make sure side pane is displayed with tabs by default

* Update e2e tests for

(cherry picked from commit f769ed0)

* @grafana/ui: Update RadioButtonGroup documentation (grafana#23143)

* Add "When to use" info to RadioButtonGroup.mdx

* Clarify more clearly when to use 'Select' instead

* Update RadioButtonGroup.mdx

Add line explaining why we want select for more than four options instead of a radio button group

* Update RadioButtonGroup.mdx

remove part about when elements are triggering changes.

Co-authored-by: Tobias Skarhed <[email protected]>
(cherry picked from commit f1386c7)

* Search: Fix select item pressing enter 404 (grafana#24634)

* Remove appSubUrl for navigation

* stripBaseFromUrl

* Remove unused imports

(cherry picked from commit 37a2ac2)

* @grafana/ui: Buttons documentation (grafana#23144)

* Add info: when to use which and how to mix buttons

* Update description for Button.mdx

- add note about scenario without primary action
- add note about secondary button being the default

* Refine docs info for secondary and destructive

Co-authored-by: Tobias Skarhed <[email protected]>
(cherry picked from commit 54a9016)

* Datasource Config: adds back correct styles for autofill fields (grafana#24671)

(cherry picked from commit 9481b7b)

* Changelog and Readme: Update packages to beta and add Select breaking change (grafana#24670)

(cherry picked from commit 85ae144)

* Orgs: Add future deprecation notice (grafana#24502)

* Orgs: Fist draft of orgs deprecation infobox

* adds warning about potentially deprecating orgs (grafana#24512)

* Updates

* Fixed ts issue

Co-authored-by: Carl Bergquist <[email protected]>
(cherry picked from commit 2f22781)

* Provisioning: Use proxy as default access mode in provisioning (grafana#24669)

fixes grafana#24591
fixes grafana#19501

(cherry picked from commit 7610d57)

* Fallback to process.cwd() when PWD is not present (grafana#24677)

Fixes grafana#24582 - Error running yarn dev command

(cherry picked from commit 660f2b4)

* SaveDashboard: Allow editing provisioned dashboard JSON and add confirmation when JSON is copied to dashboard (grafana#24680)

(cherry picked from commit cfac591)

* Units: adds scale symbol for currencies with suffixed symbol (grafana#24678)

(cherry picked from commit 51509bb)

* CloudWatch/Logs: Fix panic on multiple aggregations queries (grafana#24683)

(cherry picked from commit c60765a)
Signed-off-by: Arve Knudsen <[email protected]>

* Docs: Updated instructions on screens for Dashboard Import (grafana#24584)

* change text and image links

* Review feedback

Co-authored-by: Diana Payton <[email protected]>

* uppercase JSON

Co-authored-by: Dominik Prokop <[email protected]>

Co-authored-by: Diana Payton <[email protected]>
Co-authored-by: Dominik Prokop <[email protected]>
(cherry picked from commit abfa1b5)

* CloudWatch: Unify look of query mode select between dashboard and explore (grafana#24648)

(cherry picked from commit e754bcd)

* Datasources: fixes async mount errors (grafana#24579)

* Chore: updates Elasticsearch DataLinks test async wrapper mount

* Chore: updates Loki DervidedFields test async wrapper mount

* Chore: fixes typecheck issues

* Chore: small strict-null fix

(cherry picked from commit e11504d)

* Editor: New line on Enter, run query on Shift+Enter (grafana#24654)

* Editor: New line on Enter, run query on Shift+Enter

- default Enter behavior on query editor fields should be a new line
- special behavior should require a special key: running a query is now
done on Shift-Enter
- Plugins order had to be changed because when typeahead is shown, Enter
is accepting the suggestion

* Run with ctrl-enter, hint in query placeholder

* Fix Kusto field behavior for Enter

* Fix Kusto field behavior for default suggestion

(cherry picked from commit 01bbcf4)

* Add deprecation note about the unofficial first version of backend plugins (grafana#24675)

(cherry picked from commit 0c8ee5b)

* CloudWatch/Logs: Fix autocomplete after by keyword (grafana#24644)

(cherry picked from commit 2b9cc8b)

* TablePanel: Do not include angular options in options when switching from angular panel (grafana#24684)

(cherry picked from commit c59f543)

* Datasources: fix pre styles (grafana#24687)

(cherry picked from commit 7fbed90)

* @grafana/ui: Checkbox docs (grafana#23141)

* Add "When to use" info to Checkbox.mdx

Added info about how checkboxes generally work and when to use another component instead.

* Replaced words with proper component names

* Update Checkbox.mdx

Elaborate on explanations. Add examples for how to use checkboxes the user-friendliest way.

* Apply suggestions from code review

Co-authored-by: Dominik Prokop <[email protected]>

Co-authored-by: Tobias Skarhed <[email protected]>
Co-authored-by: Tobias Skarhed <[email protected]>
Co-authored-by: Dominik Prokop <[email protected]>
(cherry picked from commit 405145f)

* Logs: Fix total bytes process calculation (grafana#24691)

- log stats for Loki are per query
- this change tracks the query stats by refId, preventing the summing of
    the same stats across multiple series of the same response.

(cherry picked from commit 25e1238)

* Strict null fixes: updates return type of getMessageFromError, fixes QueryOperationAction props (grafana#24690)

* Chore: updates getMessageFromError return type

* Chore: updates the position of incorrectly placed bang operator

* Chore: updates typing on dropdown typeahead directive

* Chore: updates QueryOperationAction props to require title

* Revert "Chore: updates QueryOperationAction props to require title"

(cherry picked from commit ee12f5e)

* Docs: Panel inspector release highlights (grafana#24686)

* Add Panel inspector highlight

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Diana Payton <[email protected]>

Co-authored-by: Diana Payton <[email protected]>
(cherry picked from commit e4cbeb5)

* Explore: fixes loading more logs in logs context view (grafana#24135)

(cherry picked from commit d3a8f6d)

* Datasource/CloudWatch: Handle invalidation of log groups when switching datasources (grafana#24703)

(cherry picked from commit 1b29d34)

* PanelInspect: Make header names reflect the field name in the exported CSV file (grafana#24624)

* fix header names and filename

* use panel title as filename

* add frame argument

* escaping double quotes

* wrapping header name in  quotes

* Fix replace

* Add test for csv double quotes escaping

Co-authored-by: Dominik Prokop <[email protected]>
(cherry picked from commit bf1e5aa)

* CloudWatch/Logs: Fix query error when results are sparse (grafana#24702)

(cherry picked from commit bc8c051)

* Datasource/CloudWatch: Allows a user to search for log groups that aren't there initially (grafana#24695)

Closes grafana#24554

(cherry picked from commit 0e8638e)

* Transform: fixes so we match the field based on the proper name. (grafana#24659)

* fixes so we match the transformer based on name properly.

* changed the signature on the FieldMatcher.

* introduced a names option so you can filter in name specificly.

* changed so the matcher UI uses the new options format.

* moved the exported functions together.

* changing editors a bit.

* made the filter by name work with both regex and name filtering.

* fixed failing tests and make sure we always parse regex the same way.

* removed unused code.

* simplified to make the existing field overrides still working.

* fixed issue reported by hugo.

* added tests for the name matcher.

* added tests for filter by name.

* added more tests.

(cherry picked from commit 96f26cb)

* Fix: changing so we are using date/time values in UTC during test. (grafana#24707)

(cherry picked from commit 98d5633)

* Docs: generated a 7.0 version of the packages reference docs. (grafana#24708)

* fixes so we match the transformer based on name properly.

* changed the signature on the FieldMatcher.

* introduced a names option so you can filter in name specificly.

* changed so the matcher UI uses the new options format.

* moved the exported functions together.

* changing editors a bit.

* made the filter by name work with both regex and name filtering.

* fixed failing tests and make sure we always parse regex the same way.

* removed unused code.

* simplified to make the existing field overrides still working.

* fixed issue reported by hugo.

* added tests for the name matcher.

* added tests for filter by name.

* added more tests.

* generated new version of the packages docs.

* fixed spelling error.

* regenerated the docs.

(cherry picked from commit 6a0abf8)

* Query: do not require datasource name and id (grafana#24718)

(cherry picked from commit b73d237)

* Metrictank: Fixed updated schema and dedupe strategy (grafana#24685)

* Metrictank: Fixed updated schema and dedupe strategy

* revert schema change

* fix

(cherry picked from commit 7fcf261)

* Release 7.0.0

Signed-off-by: Arve Knudsen <[email protected]>

* CircleCI: Upgrade build pipeline tool

Signed-off-by: Arve Knudsen <[email protected]>

Co-authored-by: Tobias Skarhed <[email protected]>
Co-authored-by: Dominik Prokop <[email protected]>
Co-authored-by: Leonard Gram <[email protected]>
Co-authored-by: Alexander Zobnin <[email protected]>
Co-authored-by: Andreas Opferkuch <[email protected]>
Co-authored-by: kay delaney <[email protected]>
Co-authored-by: Torkel Ödegaard <[email protected]>
Co-authored-by: Peter Holmberg <[email protected]>
Co-authored-by: Hugo Häggmark <[email protected]>
Co-authored-by: Marcus Andersson <[email protected]>
Co-authored-by: Andrej Ocenas <[email protected]>
Co-authored-by: David <[email protected]>
Co-authored-by: Daniel Lee <[email protected]>
Co-authored-by: Ryan McKinley <[email protected]>
Co-authored-by: Ivana Huckova <[email protected]>
Co-authored-by: Zoltán Bedi <[email protected]>
Co-authored-by: Alex Khomenko <[email protected]>
Co-authored-by: Rotem Reiss <[email protected]>
Co-authored-by: Agnès Toulet <[email protected]>
Co-authored-by: Jess <[email protected]>
Co-authored-by: Carl Bergquist <[email protected]>
Co-authored-by: Lukas Siatka <[email protected]>
Co-authored-by: Marcus Efraimsson <[email protected]>
* CircleCI: Sync with master branch

Signed-off-by: Arve Knudsen <[email protected]>

* CirclecI: Temporarily modify release pipeline to only publish internally

Signed-off-by: Arve Knudsen <[email protected]>
…#24772)

* fixes target in dashboard link

* Update DashboardLinks.tsx

* Revert "Update DashboardLinks.tsx"

This reverts commit 2b23db8.

(cherry picked from commit 7b18b10)
* TablePanel: Adding sort order persistance

* adds panel test dashboard for table panel

(cherry picked from commit b709f6a)
…ble (grafana#24795)

Now just displays query expression rather than stringified JSON

(cherry picked from commit 2f01f13)
* Explore: fix undo in query editor

* Add e2e test for regression

(cherry picked from commit 29afc2f)
…4773)

* Fixes dashboard links by tags not working

* removes code duplication

(cherry picked from commit e2368e6)
* Fix scrolling, besides context (wip)

* Remove autoHide

* Revert "Remove autoHide"

This reverts commit 3572718.

* Revert "Fix scrolling, besides context (wip)"

This reverts commit 8e11d89.

* Fix scrolling in Logs Panel

* Rename passed prop to disableCustomHorizontalScroll

(cherry picked from commit 4f6fb2d)
…stat editor. (grafana#24914)

* fixed issue that the icon was missing in es group by.

* fixed missing icon in the single stat value mappings.

(cherry picked from commit 731deb9)
…ression (grafana#24915)

* Add pre-wrap to highlighter only for wrapped lines option

* Remove duplicated styling

(cherry picked from commit 966b0a9)
torkelo and others added 30 commits June 25, 2020 08:45
…schema is missing in URL (grafana#25565)

Add guard if parsing url fails in influxdb backend data source.

Fixes grafana#25242

(cherry picked from commit bd8a04a)
* Azure Monitor: fixes undefined is not iterable

* Update public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/response_parser.test.ts

Co-authored-by: Arve Knudsen <[email protected]>

* Update public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/response_parser.test.ts

Co-authored-by: Arve Knudsen <[email protected]>

Co-authored-by: Arve Knudsen <[email protected]>
(cherry picked from commit c0139b7)
* Chore: upgrades jQuery and @types/jQuery

* Chore: reduce strict null errors

* Fixed issue in graphite func editor

Co-authored-by: Torkel Ödegaard <[email protected]>
* Graphite: Fix graphite tag value dropdowns not rendering (grafana#25889)


(cherry picked from commit 75d8853)

* Bump version to 7.0.5

* Datasource: Make sure data proxy timeout applies to HTTP client (grafana#25865)

For backend data sources executing in the backend (not through data proxy) make
sure that the timeout applies to cached HTTP client.

Fixes grafana#25863

Co-authored-by: Diana Payton <[email protected]>
(cherry picked from commit 460b01f)

Co-authored-by: Marcus Efraimsson <[email protected]>
…d settings view (grafana#26137)

* Templating: Fixed recursive queries triggered when going into dashboard settings

* Fixed unused import

* use locationUtil

(cherry picked from commit cace879)
…ging ad-hoc-variable (grafana#26191)

* Templating: Fix url sync issue with adhoc variables

* Update packages/grafana-ui/src/components/Segment/SegmentAsync.tsx

* Update packages/grafana-ui/src/components/Segment/SegmentAsync.tsx

Co-authored-by: Dominik Prokop <[email protected]>
(cherry picked from commit 0428f27)
…dify SignIn to use it instead of redirect (grafana#25567)

* Forbid additional redirect urls

* Optionally force login in anonymous mode

* Update LoginCtrl page to ignore redirect parameter

* Modify SignIn to set forceLogin query instead of redirect

* Pass appUrl to frontend and use URL API for updating url query

* Apply suggestions from code review

Co-authored-by: Arve Knudsen <[email protected]>

* Fix SignIn test

Co-authored-by: Arve Knudsen <[email protected]>
(cherry picked from commit fefbbc6)
Macaron context.QueryBool() seems to modify the request context
that causes the POST and PUT requests to fail with:
"http: proxy error: net/http: HTTP/1.x transport connection broken: http: ContentLength=333 with Body length 0"

(cherry picked from commit 44dff6f)
[TLAP-568] Removed save button for annotations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.