Giordano Ricci
bda1a91e80
Chore: fix EmptyStateNoDatasource flaky test ( #64520 )
...
Chore: fix EmptyStateNoDatasourceflaky test
2023-03-14 10:03:04 +00:00
Giordano Ricci
24a4a24a89
Explore: Avoid changing queries twice when importing a query in mixed mode ( #63804 )
...
* Explore: avoid changing queries twice when importing a query in mixed mode
* move logic to thunk
* add tests
* improve tests
2023-03-06 10:40:39 +00:00
Giordano Ricci
4a7fbea7a4
Correlations: Fix flaky integration tests ( #64004 )
...
* Correlations: Fix flaky integration tests
* set explore-squad as correlations tests code owners
2023-03-03 13:23:46 +00:00
Giordano Ricci
c136ad1f16
Datasource Onboarding: Prevent flickering of onboarding page after first load ( #63360 )
...
* Datasource Onboarding: Prevent flickering of onboarding page after first load
* add loading state to loadDatasources & refactor
* fix test
* avoid loading state when loading datasources on add
* fix test
* add explainer on why fetching datasources is needed
2023-02-24 11:48:30 +00:00
Giordano Ricci
6b6b733229
Explore: Fix graph not updating when changing config ( #62473 )
...
* Explore: Fix graph not updating when changing config
* move useStructureRev to a seprate hook and add specific tests
2023-02-01 16:23:02 +00:00
Giordano Ricci
c66ab3a9e4
QueryHistory: Improve handling of mixed datasource entries ( #62214 )
...
* QueryHistory: Improve handling of mixed datasource entries
* remove todo
* remove todo
* fix comment submit test
* disable running queries if at least one doesn't have a datasource
* remove unnecessary code
* add tests for diabled buttons state
2023-02-01 10:11:17 +00:00
Giordano Ricci
1e33e56dbd
Explore: Unsync time ranges when a pane is closed ( #61369 )
...
* Explore: Unsync time ranges when a pane is closed
* remove unintentional import
2023-01-12 20:59:35 +00:00
Giordano Ricci
19c8f45a4b
QueryHistory: Add tracking for copy query button ( #61042 )
...
* QueryHistory: Add tracking for copy query button
* add datasources to payload
2023-01-06 14:24:53 +00:00
Giordano Ricci
fafae26068
GrafanaUI: Fix vercal slider handle positioning ( #61088 )
2023-01-06 14:24:35 +00:00
Giordano Ricci
122be161f9
Datasource Onboarding: add tracking ( #60918 )
...
* Datasource Onboarding: add tracking
* remove unused var
* set ds logo alt text to empty screenn and remove presentation role
* run i18n:extract
* Revert "run i18n:extract"
This reverts commit 5313ac9661 .
2023-01-05 22:27:43 +00:00
Giordano Ricci and Torkel Ödegaard
dfed7e59a5
Explore: move items out of topnav & use canvas variant for toolbar buttons ( #60630 )
...
* Explore: remove topnav
* PageToolbar: fix left items margin when no title or page icon is set
* add missing key prop & fix tests
* use canvas variant in live logs
* avoid rendering empty space
* fix test
* avoid disabling split resize button when live tailing
* minor touchups
* Update packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2023-01-05 22:26:58 +00:00
Giordano Ricci
9ff3bf4849
Explore: Use Datasource Onboarding page when visiting without any datasource set up ( #60399 )
...
* allow DatasourceOnboarding title and cta text customization
* Explore: use Datasource Onboarding page when visiting without any datasource set up
* move & rename DatasourceOnboarding
* Rename component
2022-12-29 15:38:40 +00:00
Giordano Ricci
e723021e13
Explore: Re-initialize graph when number of series to show changes ( #60499 )
2022-12-21 15:01:26 +01:00
Giordano Ricci
838cbf22da
Chore: remove various type assertions in Explore ( #60501 )
2022-12-21 15:01:03 +01:00
Giordano Ricci
785c857ec7
QueryHistory: prevent query history tests from failing if the suite is rerun ( #60462 )
...
remove all queries from query history after running suite
2022-12-19 14:21:00 +00:00
Giordano Ricci
dc918f7e91
Grafana UI: Add experimental InteractiveTable component ( #58223 )
...
* wip
* move table
* refine example
* move to experimental
* add row expansion example
* add expanded row to kitchen sink
* add column prop docs
* add props docs
* remove useless example
* WIP
* use unique id per row & proper aria attrs for expander
* add custom cell rendering example
* Remove multisort
* rename shrink to disableGrow
* move isTruthy type guard to @grafana/data
* add missing prop from TableData interface
* make column id required
* fix correlations table
* expand on docs
* remove leftover comment
* rename to InteractiveTable
* add some tests
* add expansion tests
* fix tests
* revert unneeded changes
* remove extra header rule
2022-11-29 16:18:55 +00:00
Giordano Ricci
27b5e5f781
Explore: Fix a11y issue with logs navigation buttons ( #58944 )
2022-11-18 14:54:56 +01:00
Giordano Ricci
b68fe6336a
Chore: move keydown handler in rich history card ( #58945 )
...
Chore: move kedown handler in rich history card
2022-11-18 14:54:20 +01:00
Giordano Ricci
44e8fb628e
Explore: Fix a11y issue with show all series button in Graph ( #58943 )
...
* Explore: Fix a11y issue with show all series button in Graph
* remove extra space
* add spacing
2022-11-18 14:52:54 +01:00
Giordano Ricci
2a9381e998
Explore: Refactor ExploreGraph ( #58660 )
...
* WIP
* revert collapse changes
* use HorizontalGroup instead of custom styles
* fix tests
* use import aliases
2022-11-16 11:16:27 +01:00
Giordano Ricci
e4c394dfcd
Correlations: add tracking for add, update, delete, and details expanded ( #58239 )
...
* Correlations: add tracking for add, update, delete, and details expanded
* add tests
* change delete event
* rename handlers
2022-11-08 10:10:09 +00:00
Giordano Ricci
43436bd6f0
Explore: Remove explore2Dashboard feature toggle ( #58329 )
2022-11-07 16:06:40 +00:00
Giordano Ricci
4758bbcb61
Explore: don't re-init the Graph on every data change ( #57906 )
...
* Perf: remove structureRev logic from Graph in Explore
* Avoid reinitializing uPlot when not needed
* move fieldConfigRegistry
* restore usememo for dataWithConfig
2022-11-04 15:05:06 +00:00
Giordano Ricci
e6b088fbf5
Explore: Fix shared crosshair for logs, logsvolume and graph panels ( #57892 )
...
* Explore: enable shared corsshair for logs, logsvolume & graph panel
* avoid recreating a scoped bus on every render
2022-11-03 09:55:02 +00:00
Giordano Ricci
e3e32c7d04
chore: bump code coverage action version ( #56710 )
2022-10-11 15:35:35 +01:00
Giordano Ricci
f1a0a5cb47
Glue: improves validation & fix api docs for correlations ( #56682 )
2022-10-11 14:04:55 +01:00
Giordano Ricci
da9d8fe14f
Correlations: Add query editor and target field to settings page ( #55567 )
...
* Fix: use type=button in editor
* Grafana-UI: TextArea: make ctextare a block element
* WIP: add field & target query to correlations
* add table query helpers & test ordering
* refactor some tests for disappearance
* chore: move QueryEditorField & add tests
* cleanup & fix typo
* revert textarea changes
* update form to support new config
* move defaults
2022-10-10 12:32:21 +01:00
Giordano Ricci
a7de5182b0
Explore: Revert split pane resize feature ( #56310 )
...
* Revert "Explore: Prevent panes from disappearing when resizing window in split view (#55696 )"
This reverts commit 0a5aa19ca2 .
* Revert "Explore: Add resize to split view, with Min/Max button (#54420 )"
This reverts commit c3e4f1f876 .
2022-10-04 15:42:43 +01:00
Giordano Ricci and Piotr Jamróz
489b302c03
Glue: Correlations minor APIs behavior improvements ( #56078 )
...
* add correlation config type, CorrelationConfig validator & default values
* make config required when creating correlations
* make targetUID optional, add validation for createCommand & configType
* fix tests
* update remaining tests
* fix lint error
* Update pkg/services/correlations/models.go
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
* update docs
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
2022-10-04 09:39:55 +01:00
Giordano Ricci
3381629d3d
Chore: Convert Wrapper to function component ( #56172 )
...
* WIP
* remove comment
2022-10-04 09:39:22 +01:00
Giordano Ricci
4cd4bc84b5
Fix: use type=button in editor ( #55731 )
2022-09-27 09:20:23 +01:00
Giordano Ricci
d07abdd23c
Correlations: Only return correlation for which both source and target datasources exist ( #55454 )
...
* Correlation: only return correlation for which both source and targe ds exist
* add test
2022-09-26 14:05:04 +01:00
Giordano Ricci
d815e2cb56
Correlations: Return 200 instead of 404 for empt correlation lists ( #55242 )
...
* return 200 instead of 404 for empty correlations list
* handle empty list response & improve consistency
2022-09-20 11:13:33 +01:00
Giordano Ricci
93e4205caa
chore: fix OX coverage report ( #55386 )
2022-09-19 13:55:09 +01:00
Giordano Ricci
d2adb1a3cd
chore: add coverage repoort for OX-related PRs ( #55316 )
2022-09-19 13:01:15 +01:00
Giordano Ricci
f0ec5961a4
fix: restore data source edit page access ( #54973 )
2022-09-09 09:50:56 -04:00
26524e3ff1
GrafanaUI: Fix styles for invalid selects & DataSourcePicker ( #53476 )
...
* GrafanaUI: fix styles for invalid select & DataSourcePicker
* Apply suggestions from code review
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
* fix focus issues & tests
* remove unused import
* TypeScript work in progress
* Move react select props to types.ts
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
Co-authored-by: eledobleefe <laura.fernandez@grafana.com >
Co-authored-by: joshhunt <josh@trtr.co >
2022-08-26 13:48:51 +01:00
Giordano Ricci
b4334b26aa
Chore: add missing properties to mocks ( #54290 )
...
* Chore: add missing properties to mocks
* update snapshot
2022-08-26 12:17:04 +01:00
Giordano Ricci
c68d7f1e35
Correlations: Add CorrelationSettings Page ( #53821 )
...
* GrafanaUI: add option to close DeleteButton on confirm click
* add datasource readOnly info to frontend settings
* move isTruthy utility type guard
* add generic non-visualization table component
* Add correlations settings page
* add missing readOnly in mock
* Fix typo
* avoid reloading correlations after add/remove
* use DeepPartial from rhf
* validate source data source
* fix validation logic
* fix navmodel test
* add missing readonly property
* remove unused styles
* handle multiple clicks on elements
* better UX for loading states
* fix remove handler
* add glue icon
2022-08-26 11:27:28 +01:00
Giordano Ricci
fe8a4e926d
Chore: cleanup datasources devenv ( #54092 )
2022-08-23 15:10:13 +01:00
Giordano Ricci
6b84dddee8
Fix build error ( #53615 )
2022-08-11 15:21:37 -04:00
Giordano Ricci
c1b30c56c9
Correlations: Add GetCorrelation(s) HTTP APIs ( #52517 )
...
* Correlations: Get Single correlations
* Correlations: Get all correlations for given source ds
* Correlations: Get all correlations
* add tests
* add DB indices
* fix lint errors
* remove skip from tests
* use DatasourceService in test
2022-08-11 16:58:11 +01:00
Giordano Ricci
1ec9007fe0
GrafanaUI: Render PageToolbar's leftItems regardless of title's presence ( #53285 )
...
* Grafana-UI: make PageToolbar render leftItems regardless of title's presence
* simplify test
2022-08-04 11:59:20 +01:00
Giordano Ricci
09c4dbdb9f
Correlations: Add UpdateCorrelation HTTP API ( #52444 )
...
* Correlations: add UpdateCorrelation HTTP API
* handle correlation not found
* add tests
* fix lint errors
* add bad request to API spec
* change casing
* fix casing in docs
* fix tests
* update spec
2022-08-03 14:18:51 +01:00
Giordano Ricci
9a06b00e92
Correlations: Add DeleteCorrelation HTTP API ( #51801 )
...
* Correlations: add DeleteCorrelation HTTP API
* fix error message copy
* add readonly check
* add source_uid in delete condition
* make path singular
* Revert "make path singular"
This reverts commit d15be89578e202e5cb64a3e964ee09521b72d87c.
* add tests
* fix lint errors
* fix lint errors
* change casing
* update spec
* Remove transaction
* change casing in param name in docs
2022-07-27 09:07:58 +01:00
Giordano Ricci
4b2144fe40
Correlations: change casing of *UID properties ( #52836 )
...
* Correlations: change casing of *UID properties
* add link to correlations HTTP API
2022-07-27 07:01:46 +01:00
Giordano Ricci
5ce4baf6f5
Correlations: Add CreateCorrelation HTTP API ( #51630 )
...
* Correlations: add migration
* Correlations: Add CreateCorrelation API
* Correlations: Make correlations work with provisioning
* Handle version changes
* Fix lining error
* lint fixes
* rebuild betterer results
* add a UID to each correlation
* Fix lint errors
* add docs
* better wording in API docs
* remove leftover comment
* handle ds updates
* Fix error message typo
* add bad data test
* make correlations a separate table
* skip readonly check when provisioning correlations
* delete stale correlations when datasources are deleted
* restore provisioned readonly ds
* publish deletion event with full data
* generate swagger and HTTP API docs
* apply source datasource permission to create correlation API
* Fix tests & lint errors
* ignore empty deletion events
* fix last lint errors
* fix more lint error
* Only publish deletion event if datasource was actually deleted
* delete DS provisioning deletes correlations, added & fixed tests
* Fix unmarshalling tests
* Fix linting errors
* Fix deltion event tests
* fix small linting error
* fix lint errors
* update betterer
* fix test
* make path singular
* Revert "make path singular"
This reverts commit 420c3d315e .
* add integration tests
* remove unneeded id from correlations table
* update spec
* update leftover references to CorrelationDTO
* fix tests
* cleanup tests
* fix lint error
2022-07-25 15:19:07 +01:00
Giordano Ricci
c7897b4832
Chore: update latest.json to 9.0.2 ( #51512 )
2022-06-28 16:41:02 +01:00
Giordano Ricci
a59066a21d
Explore: Reset Graph overrides if underlying series changes ( #49680 )
2022-05-26 06:02:21 -07:00
Giordano Ricci and JitaC
143810bb95
Explore: simplify support for multiple query editors ( #48701 )
...
* Explore: simplify support for multiple query editors
* CloudWatch: remove usage of deprecated plugin methods
* Apply suggestions from code review
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com >
* run prettier
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com >
2022-05-05 10:36:50 +01:00
Giordano Ricci
6899f23a22
Explore: prevent direct access to explore if disabled via feature toggle ( #47714 )
...
* Explore: prevent explore route to be registered if explore is disabled
* add feature toggle page
2022-04-22 09:03:24 +01:00
Giordano Ricci
c1490a464a
Explore: minor copy changes ( #47922 )
...
* Explore: minor copy changes
* fix tests
2022-04-20 10:37:26 +01:00
Giordano Ricci
f79e0c68cc
Docs: remove outdated section from Explore docs ( #47768 )
2022-04-14 08:53:40 -04:00
Giordano Ricci
ca286a238d
Explore: Add explore2Dashboard feature toggle ( #47395 )
2022-04-07 09:26:01 +01:00
Giordano Ricci
6565d0ee64
Explore: move Time picker next to run button ( #47082 )
2022-03-31 02:04:17 +01:00
Giordano Ricci
00f67cad1b
Explore: set correct datasource when creating panel in a dashboard ( #46530 )
2022-03-14 23:26:13 +00:00
Giordano Ricci
8b9e27c4ba
Card: make elements in metadata clickable ( #46336 )
...
* Card: make elements in metadata clickable
* add docs
2022-03-10 13:52:34 +00:00
Giordano Ricci
1ef247e0c6
TagsInput: fix tags remove button accessibility issues ( #46254 )
...
* TagsInput: fix remove button focusable state
* Add tests
* use IconButton
* reverted style changes & disable iconbutton hover animation
2022-03-08 08:58:21 +00:00
Giordano Ricci
4caf5dbbd9
Explore: minor copy changes in the Add to dashboard modal ( #46154 )
...
* Explore: minor copy changes in the Add to dashboard modal
* fix tests
* Additional copy changes & test fixes
2022-03-03 14:01:03 +00:00
09f48173fe
Explore: allow users to save Explore state to a new panel in a new dashboard ( #45148 )
...
* Add Button & Form
* Save to new dashboard
* minor adjustements
* move modal to a separate component
* handle dashboard name related errors
* pick visualization based on query results
* lift state
* fix types
* Add Open & Close tests
* Add submit test
* add navigation tests
* add tests for API errors
* remove console log
* create wrapper component for AddToDashboardButton
* remove unused mapped prop
* add wrapper test
* rename isActive to isVisible
* invert control over save & redirect logic
* remove leftover commented code
* cleanup setup parameters
* reorganize code & improve tests
* Remove option to add to existing dashboard
* UI tweaks
* disable button if no queries
* Fix tests
* better accessible tests
* handle submission errors
* improve addToDashboard types
* use dashboardSrv' saveDashboard
* remove leftover test helper
* fix typo
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
* Apply suggestions from code review
Co-authored-by: Kristina <kristina.durivage@grafana.com >
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
Co-authored-by: Kristina <kristina.durivage@grafana.com >
2022-03-03 08:54:06 +00:00
Giordano Ricci
e8a54d58c5
chore: update latest.json ( #46122 )
2022-03-02 19:45:07 +00:00
Giordano Ricci
c014f8b806
DashboardSrv: add saveDashboard method ( #45627 )
...
* DashboardSrv: add saveDashboard method
* revert external changes
* use DashboardModel instead of DashboardDataDTO
* use fetch instead of request
* use getSaveModelClone in saveDashboard
2022-02-28 11:30:11 +00:00
Giordano Ricci
9307cc86f2
UI: Improve modal a11y by setting role & using title as label ( #45472 )
...
* UI: Improve modal a11y by setting role & using title as label
* remove wrapping div for cutom title components
* Fix typo
2022-02-22 14:12:34 +00:00
Giordano Ricci
6415b9a54d
Explore: avoid locking timepicker when range is inverted ( #44790 )
...
* Explore: avoid locking timepicker when range is inverted
* Explore: prevent time picker to lock if from & to search parameters are present
2022-02-03 13:45:29 +00:00
Giordano Ricci
cff7336510
Logs Panel: fix timestamp parsing for string dates without timezone ( #44664 )
2022-02-02 09:54:33 +00:00
Giordano Ricci
ea48d131ee
Explore: deprecate compact URL encoding & dafault to extended ( #44385 )
2022-01-27 11:23:56 +00:00
Giordano Ricci
6b1321dbfa
Elasticsearch: Fix QueryEditor styling issues ( #44041 )
2022-01-14 14:58:25 +00:00
Giordano Ricci
cb27c9cd6f
Elasticsearch: Fix handling multiple datalinks for a single field ( #44029 )
2022-01-14 14:05:23 +00:00
Giordano Ricci
afd110309c
Elasticsearch: fix a11y issues in datasource settings ( #43706 )
2022-01-12 09:19:10 +00:00
Giordano Ricci
0013eb3555
Input: Fix margins when not using prefix/suffix ( #43726 )
2022-01-06 14:27:27 +01:00
Giordano Ricci
7c3565379a
Elasticsearch: Fix fastpass A11y issues ( #42657 )
...
* Add labels to Date Histogram settings fields
* Add labels to Terms settings fields
* Add labels to Filters settings fields
* Add labels to Geo Hash Grid settings fields
* Add labels to Histogram settings fields
* Add labels to Percentiles settings fields
* Add labels to Moving Avg settings fields
* Add labels to Bucket Script settings fields
2021-12-06 13:00:10 +00:00
Giordano Ricci
2346d5a3f3
Elasticsearch: omit query_string filter when no lucene query is provided ( #42060 )
...
* Elasticsearch: omit query_string filter when no query is provided
* Fix tests
* optional lucene query
* improve test and types
2021-11-24 14:09:10 +00:00
Giordano Ricci and Gábor Farkas
e7e5c54148
Elasticsearch: Display custom values in version select ( #42051 )
...
* Elasticsearch: Display custom values in version select
* Update public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.tsx
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com >
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com >
2021-11-22 15:14:11 +01:00
Giordano Ricci and Piotr Jamróz
1b99d88337
Elasticsearch: Add support for Elasticsearch 8.0 (Beta) ( #41729 )
...
* use fixed_interval in date_histogram
* Add 8.0 to available versions in datasource settings
* Remove moving_avg from available metric aggregations
* Add ES8 devenv
* Update public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/utils.ts
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
* Add FE tests
* Add BE test
* fix FE test
* fix BE test
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
2021-11-17 20:30:53 +01:00
Giordano Ricci
13db125558
Explore: Use PageToolbar component & some cleanup ( #41318 )
...
* Explore: Use PageToolbar component & some cleanup
* remove unneeded getStyles
* remove unneeded fragment
* restore cancelQueries action handler in reducer
* avoid nested ternary operator
* Clean up explore e2e
2021-11-12 10:09:25 +00:00
Giordano Ricci and Maria Alexandra
2139a3dfa8
Explore: fix logs panel top action switches labeling ( #41350 )
...
* Explore: fix logs panel top action switches labeling
* fix typo
Co-authored-by: Maria Alexandra <239999+axelavargas@users.noreply.github.com >
Co-authored-by: Maria Alexandra <239999+axelavargas@users.noreply.github.com >
2021-11-10 11:00:18 +01:00
Giordano Ricci
d69ffe0e44
Chore: cleanup ES query_builder test ( #41360 )
2021-11-05 17:42:00 +00:00
Giordano Ricci
d524dc6108
Elasticsearch: use field configured in query editor as field for date_histogram aggregations ( #41258 )
...
* Elasticsearch: use field configured in query editor as field for date_histogram aggregations
* add tests
2021-11-05 12:11:07 +00:00
Giordano Ricci and Chris Cowan
7b7c193551
Elasticsearch: Add time zone setting to Date Histogram aggregation ( #40882 )
...
* TimeZonePicker: Allow specifying internal timezones to display
* Elasticsearch: Add time zone setting to Date Histogram aggregation
* rename time_zone to timeZone
* Add tests
* fix typo
* Update packages/grafana-data/src/datetime/timezones.ts
Co-authored-by: Chris Cowan <chris@chriscowan.us >
Co-authored-by: Chris Cowan <chris@chriscowan.us >
2021-11-02 16:18:39 +00:00
Giordano Ricci
218aed324f
Tempo: add info message about beut beta features ( #41107 )
2021-10-29 17:46:46 +02:00
Giordano Ricci
506779af98
Chore: explicitly set nodeLinker in yarnrc ( #41089 )
2021-10-29 13:32:50 +02:00
Giordano Ricci
e375558fa5
Chore: Clenaup unused exports/modules in explore ( #41072 )
...
* Chore: remove unused files
* Chore: Remove unused explore extports and files
2021-10-29 11:34:48 +01:00
Giordano Ricci
914d8d6f15
Explore: fix footer margin in Query History ( #40970 )
2021-10-29 11:03:09 +01:00
Giordano Ricci
2ee54b7ffe
Explore: Fix running queries without a datasource property set ( #40805 )
...
* Explore: Fix running queries without a datasource property set
* fix test
* adjust test
2021-10-25 14:25:17 +01:00
Giordano Ricci
35e2a3a126
Explore: fix history settings tab padding ( #40752 )
2021-10-22 12:47:48 +01:00
Giordano Ricci
0e63ad44aa
Explore: simplify URL generation logic ( #40640 )
...
* Explore: simplify URL generation logic
* Fix test
2021-10-21 09:46:40 +01:00
Giordano Ricci
6d4088292c
Chore: Fix remaining ts strict error in Elasticsearch datasource ( #40605 )
2021-10-19 11:44:26 +02:00
Giordano Ricci
63fc12d186
Elasticsearch: Fix some strict typescript errors ( #40517 )
...
* Elasticsearch: Fix some strict typescript errors
* Fix tests
* Reduce strict error count
* actually fix tests
2021-10-15 16:20:20 +01:00
Giordano Ricci
b0391d4933
Explore: Prevent empty Elasticsearch logs query responses from hiding the logs panel ( #40217 )
...
* remove return value from addPreferredVisualisationType
* Elasticsearch: send empty series instead when no data is received for a query
2021-10-12 13:59:28 +01:00
Giordano Ricci
0ac81e9e47
Chore: remove volta references ( #40275 )
2021-10-12 12:39:54 +01:00
Giordano Ricci
24af3593a2
AWS: add OpenSearch to AWS services ( #40290 )
2021-10-11 15:53:04 +01:00
Giordano Ricci
db973f4422
Chore: update latest.json to 8.2 ( #40153 )
2021-10-07 17:36:33 +02:00
Giordano Ricci
95d9722afa
Fix: prevent queryDisplyText in QueryRowHeader from overflowing ( #40094 )
...
* Revert "Fix Query Editor Row horizontal overflow (#39419 )"
This reverts commit 42b1fa0f62 .
* fix: prevent queryDisplyText in QueryRowHeader from overflowing
2021-10-07 09:13:07 +01:00
Giordano Ricci and Ivana Huckova
f61c8d3eed
A11y: Fix fastpass issues for /explore page ( #39507 )
...
* Fix(A11y): add label to explore short url button
* Grafana-UI(A11y): Set Selects images alt attribute to their option label
* Update packages/grafana-ui/src/components/Select/SingleValue.tsx
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
2021-09-29 16:14:30 +01:00
Giordano Ricci and Gábor Farkas
5f48d0641b
Explore: prevent eplore from hiding errors containing refId ( #39504 )
...
* Explore: prevent eplore from hiding errors containing refId
* Update public/app/features/explore/ResponseErrorContainer.tsx
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com >
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com >
2021-09-22 10:33:31 +01:00
Giordano Ricci
42b1fa0f62
Fix Query Editor Row horizontal overflow ( #39419 )
2021-09-21 09:14:41 +01:00
Giordano Ricci
f79173c99d
Explore: Reuse Dashboard's QueryRows component ( #38942 )
...
* WIP
* Functional without custom wrapper component, needs highlight
* Remove latency from explore
* Sync eventbus
* Some cleanup & removal of unused code
* Avoid clearing queries when running all empty queries
* Run remaining queries when removing one
* Update snapshots
* fix failing tests
* type cleanup
* Refactor QueryRows
* update snapshot
* Remove highlighter expressions
* minor fixes in queryrows
* remove unwanted change
* fix failing e2e test
* Persist refId in explore url state
* make traces test slightly more robust
* add test for query duplication
2021-09-15 16:26:23 +01:00
Giordano Ricci and Ivana Huckova
dc36f15fbb
Prometheus: Revert stepMode functionality ( #38982 )
...
* Revert "Prometheus: add functionality to specify desired step interval in dashboards panels (#36422 )"
This reverts commit ddf5b65c51 .
Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com >
* Revert "Explore: add functionality for supporting different step modes in prometheus (#37829 )"
This reverts commit f433cfd8d9 .
Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com >
* Revert stepMode BE implementation from #36796
Co-authored-by: "Ivana Huckova" <ivana.huckova@gmail.com >
2021-09-09 14:05:08 +02:00
Giordano Ricci and Piotr Jamróz
7f1327d1ed
Elasticsearch: Prevent pipeline aggregations to show up in terms order by options ( #38448 )
...
* Elasticsearch: Prevent pipeline aggregations to show up in terms order by options
* fix optional props
* Refactor & add tests
* Fix & lower strict ts count
* Update public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.test.tsx
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
* Update public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.test.tsx
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
2021-09-02 16:00:40 +02:00
Giordano Ricci
b5e4a0a39a
Elasticsearch: Only show numbers in histogram field autocomplete ( #38631 )
2021-08-27 17:19:44 +01:00