Zoltán Bedi
29afc2feb8
Explore: fix undo in query editor ( #24797 )
...
* Explore: fix undo in query editor
* Add e2e test for regression
2020-05-19 15:41:52 +02:00
kay delaney
2f01f1320f
Datasource/CloudWatch: Makes CloudWatch Logs query history more readable ( #24795 )
...
Now just displays query expression rather than stringified JSON
2020-05-19 11:43:43 +01:00
Tobias Skarhed
54ee4f4f72
Migration: Select org ( #24739 )
...
* Add SelectoOrgPage
* Remove old code
* Remove import
2020-05-19 09:55:04 +02:00
Torkel Ödegaard
b709f6ad71
TablePanel: Adding sort order persistance ( #24705 )
...
* TablePanel: Adding sort order persistance
* adds panel test dashboard for table panel
2020-05-19 09:23:25 +02:00
Boyko
1e74037eae
React: refactor away from unsafe lifecycle methods ( #21291 )
...
* refactor aliasBy and PopoverCtrl components
* refactor Aggregations component
* refactor MetricSelect component
* refactor UserProvider
* popoverCtr: remove redundant logic
* simplified the MetricsSelect a bit.
* skipping testing of internal component logic.
* changed to componentWillMount.
* changed elapsed time to a functional component.
* rewrote the tests.
* fixed missing test title.
* fixed a tiny issue with elapsed time.
* rename of field.
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2020-05-18 18:03:29 +02:00
Alex Khomenko
7b6deef46d
Search: make anchor full-height ( #24783 )
2020-05-18 11:31:10 +03:00
Ryan McKinley
9622536a98
Dashboard: Remove isTimezoneUtc ( #24754 )
2020-05-18 10:21:21 +02:00
Kamal Galrani
7b18b101b4
Dashboard/Links: Fixes open in new window for dashboard link ( #24772 )
...
* fixes target in dashboard link
* Update DashboardLinks.tsx
* Revert "Update DashboardLinks.tsx"
This reverts commit 2b23db8dc4
.
2020-05-18 09:36:31 +02:00
Torkel Ödegaard
7fcf2615e1
Metrictank: Fixed updated schema and dedupe strategy ( #24685 )
...
* Metrictank: Fixed updated schema and dedupe strategy
* revert schema change
* fix
2020-05-15 07:42:29 +02:00
Marcus Andersson
98d5633601
Fix: changing so we are using date/time values in UTC during test. ( #24707 )
2020-05-14 20:59:42 +02:00
Marcus Andersson
96f26cbd5b
Transform: fixes so we match the field based on the proper name. ( #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.
2020-05-14 20:48:43 +02:00
kay delaney
0e8638ec92
Datasource/CloudWatch: Allows a user to search for log groups that aren't there initially ( #24695 )
...
Closes #24554
2020-05-14 19:41:38 +01:00
Peter Holmberg
bf1e5aa16c
PanelInspect: Make header names reflect the field name in the exported CSV file ( #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 <dominik.prokop@grafana.com>
2020-05-14 20:14:23 +02:00
kay delaney
1b29d3460e
Datasource/CloudWatch: Handle invalidation of log groups when switching datasources ( #24703 )
2020-05-14 20:06:20 +02:00
Lukas Siatka
ee12f5e742
Strict null fixes: updates return type of getMessageFromError, fixes QueryOperationAction props ( #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"
2020-05-14 17:08:52 +02:00
David
25e1238022
Logs: Fix total bytes process calculation ( #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.
2020-05-14 16:27:26 +02:00
Agnès Toulet
7fbed90b89
Datasources: fix pre styles ( #24687 )
2020-05-14 16:04:53 +02:00
Torkel Ödegaard
c59f5436c0
TablePanel: Do not include angular options in options when switching from angular panel ( #24684 )
2020-05-14 16:03:27 +02:00
Andrej Ocenas
2b9cc8ba30
CloudWatch/Logs: Fix autocomplete after by keyword ( #24644 )
2020-05-14 15:52:47 +02:00
David
01bbcf4eea
Editor: New line on Enter, run query on Shift+Enter ( #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
2020-05-14 15:13:45 +02:00
Lukas Siatka
e11504dcd2
Datasources: fixes async mount errors ( #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
2020-05-14 14:25:52 +02:00
Andrej Ocenas
e754bcdcf9
CloudWatch: Unify look of query mode select between dashboard and explore ( #24648 )
2020-05-14 14:12:11 +02:00
Dominik Prokop
cfac591234
SaveDashboard: Allow editing provisioned dashboard JSON and add confirmation when JSON is copied to dashboard ( #24680 )
2020-05-14 13:45:26 +02:00
Torkel Ödegaard
2f22781cd8
Orgs: Add future deprecation notice ( #24502 )
...
* Orgs: Fist draft of orgs deprecation infobox
* adds warning about potentially deprecating orgs (#24512 )
* Updates
* Fixed ts issue
Co-authored-by: Carl Bergquist <carl@grafana.com>
2020-05-14 12:16:26 +02:00
Hugo Häggmark
9481b7bcf2
Datasource Config: adds back correct styles for autofill fields ( #24671 )
2020-05-14 11:56:00 +02:00
Tobias Skarhed
37a2ac20c3
Search: Fix select item pressing enter 404 ( #24634 )
...
* Remove appSubUrl for navigation
* stripBaseFromUrl
* Remove unused imports
2020-05-14 11:17:09 +02:00
Dominik Prokop
f769ed035d
PanelEdit: Make sure side pane is displayed with tabs by default ( #24636 )
...
* Make sure side pane is displayed with tabs by default
* Update e2e tests for
2020-05-14 09:55:40 +02:00
Hugo Häggmark
083a2ce220
Templating: fixes filtering options with more than 1000 entries ( #24614 )
...
* Templating: fixes filtering options with more then 1000 entries
* Chore: reduces strict null errors by 2
2020-05-14 08:09:21 +02:00
Hugo Häggmark
622246d56d
Templating: fixes so Textbox variables get value from url ( #24623 )
2020-05-14 07:41:42 +02:00
Andrej Ocenas
0f964c0214
Zipkin: Fix error when span contains remoteEndpoint ( #24524 )
2020-05-13 19:32:45 +02:00
Ivana Huckova
285ea7595d
Explore: Fix rendering of react query editors ( #24593 )
...
* Fix rendering of react query editors
* Refactor solution for improved readability
* Update
* Add test coverage
* Refactor
2020-05-13 15:56:22 +02:00
kay delaney
bfd337dd00
Datasource/CloudWatch: Correctly interpolate variables in CloudWatch Logs queries ( #24619 )
...
Closes #24603
2020-05-13 14:38:42 +01:00
kay delaney
277aee8642
Datasource/CloudWatch: Prevents hidden dataframe fields from displaying in tables ( #24580 )
...
* Datasource/CloudWatch: Prevents hidden dataframe fields from displaying in tables
2020-05-13 14:34:23 +01:00
Agnès Toulet
cd9cbe5e16
SharedPreferences: fixes so UI Theme can be set back to Default ( #24628 )
2020-05-13 15:08:49 +02:00
Torkel Ödegaard
f23ecc40b4
Inspect: Allow showing data without transformations and field config is applied ( #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 <52059945+oddlittlebird@users.noreply.github.com>
* lazy numbering
* fix ts
* Renames
* Renames 2
* Layout update
* Run shared request without field config
* Minor details
* fix ts
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-05-13 13:03:34 +02:00
Dominik Prokop
9e24c0944f
Transformations: Make transform dropdowns not cropped ( #24615 )
2020-05-13 13:01:10 +02:00
Peter Holmberg
1848900070
Chore: Fix strict null errors on getting started ( #24605 )
...
* fix strict nulls
* fix typings
2020-05-13 10:02:20 +02:00
Peter Holmberg
36fa54a288
Onboarding: New getting started panel ( #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 <dominik.prokop@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-05-13 08:00:40 +02:00
Marcus Andersson
cab066f8ce
TimePicker: some fixes and polish after testing feedback ( #24585 )
...
* make sure we render the delaynow value from dashboard to the time picker settings.
* Added the time zone in the tooltip.
2020-05-13 07:26:03 +02:00
Andrej Ocenas
5feef22034
CloudWatch/Logs: Make stats hint show consistently ( #24392 )
2020-05-13 00:13:16 +02:00
Alex Malott
846142eebd
Emails: Fixed a (very small) typo ( #24586 )
2020-05-12 18:09:24 +02:00
kay delaney
c1919944ea
Datasource/CloudWatch: Fixes various autocomplete issues ( #24583 )
2020-05-12 16:32:48 +01:00
Andrej Ocenas
a50cb6aa1f
Loki: Allow multiple derived fields with the same name ( #24437 )
2020-05-12 17:20:00 +02:00
Tobias Skarhed
0c1f1dd8fd
OrgUsersTable: Fix width when there are long cells in table ( #24533 )
...
* Set width for cells and text overflow
* Add title and update snapshot
2020-05-12 16:47:38 +02:00
Alex Khomenko
15ac76a47b
Search: Safari UI fixes ( #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
2020-05-12 17:10:48 +03:00
Andrej Ocenas
20f0ee2f22
Do not set insertText if the same as label ( #24581 )
2020-05-12 14:23:10 +01:00
Torkel Ödegaard
8de10a8b9f
Field: UI & Code consistency Title -> Display name ( #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
2020-05-12 13:52:53 +02:00
Rotem Reiss
125ba95686
Security: Tag value sanitization fix in OpenTSDB data source ( #24539 )
...
Adds HTML sanitization to the tag value of the OpenTSDB datasource.
Fixes #24537
2020-05-12 13:19:00 +02:00
Alex Khomenko
0396b220a3
Search: Save folder expanded state ( #24496 )
...
* Search: Save folder expanded state
* Search: Remember expanded state on search close
2020-05-12 13:51:00 +03:00
Dominik Prokop
bffa0fa4f6
UI spelling: use US form of visualization ( #24558 )
2020-05-12 11:11:54 +02:00