Laura Fernández
e402a8f27d
A11y: enable rule jsx-a11y/anchor-is-valid ( #56690 )
2022-10-21 09:13:32 +02:00
Brendan O'Handley
60b14a2ec2
Opentsdb: Allow template variables for filter keys ( #57226 )
...
* allow template variables for filter keys
* add types to interpolate var function
2022-10-20 15:53:29 -05:00
Brendan O'Handley
c34c1d0cb4
Graphite: Never escape asPercent function params as string ( #56593 )
...
* handle asPercent func by never esc params as string
* add test and clean up
2022-10-20 15:49:40 -05:00
Sergey Kostrukov
47eb7f785d
Use resource call query_result query ( #57232 )
2022-10-20 09:46:36 -05:00
Hamas Shafiq
84a5ced72a
Tempo: Integrate TraceQL API ( #56867 )
2022-10-20 10:44:59 -04:00
Joey Tawadrous
5e27a6f276
Flame Graph: Fix for dashboard scrolling ( #56555 )
...
* Flamegraph dash scrolling
* Separate scroll for top table and for flame graph
* Custom scroll behavior for explore vs vs dash etc and sticky flame graph header
* Final UI tweaks
* Update tests
2022-10-20 14:20:48 +01:00
Ivana Huckova
ef78f03a6f
Loki: Fix the name of exported component from LokiQueryEditor.tsx ( #57340 )
...
* Loki: Fix editor
* Fix names
2022-10-20 14:49:55 +02:00
Leon Sorokin
79afad3888
StateTimeline: fix hover overlays when browser-zoomed ( #57224 )
2022-10-20 06:02:29 -06:00
Erik Sundell
b0c2ca6c1b
Cloudwatch: Refactor dimension keys resource request ( #57148 )
...
* use new layered architecture in get dimension keys request
* go lint fixes
* pr feedback
* more pr feedback
* remove not used code
* refactor route middleware
* change signature
* add integration tests for the dimension keys route
* use request suffix instead of query
* use typed args also in frontend
* remove unused import
* harmonize naming
* fix merge conflict
2022-10-20 12:53:28 +02:00
Ivana Huckova
3ee450e66b
Loki: Remove unused query editors ( #57192 )
...
* Loki: Remove not used query editors
* Move Loki editor to components and rename
* Update public/app/plugins/datasource/loki/components/LokiQueryEditorByApp.test.tsx
Co-authored-by: Matias Chomicki <matyax@gmail.com >
* Fix test
Co-authored-by: Matias Chomicki <matyax@gmail.com >
2022-10-20 11:46:48 +02:00
Victor Marin
0dd721d4ce
StatuHistoryPanel: Fix zoom not working ( #57240 )
2022-10-20 09:15:51 +03:00
Ryan McKinley
e3c2859e83
Geomap: Upgrade to openlayers 7.x ( #57317 )
2022-10-19 17:03:44 -07:00
Zoltán Bedi
09ab156480
MSSQL: Support tables from all schemas ( #53099 )
2022-10-19 17:27:29 +02:00
Ivana Huckova
7928f170ce
Loki: Fix adding of adhoc filters to stream selector when query with empty stream selector ( #57280 )
...
* disable double stringify
* Refactor test for addLabelToQuery
* Add tests (TDD for expected behaviour)
* Fix adding ad hoc filters to correct place when no stream selector
* Update
* Update comment
* Fix getAllPositionsInNodeByType
Co-authored-by: Sven Grossmann <svennergr@gmail.com >
2022-10-19 17:24:00 +02:00
Matias Chomicki
93f39b5178
Loki Monaco Editor: add missing documentation and new autocompletion type ( #57186 )
...
* feat(loki-monaco-editor): add documentation and pipe operators
- Added documentation for line filters
- Added documentation for parsers
- Improved parser suggestions
- Introduced new PIPE_OPERATION category
- Added missing label_format pipe operation
* feat(loki-monaco-editor): update tests
* Chore: remove unused completion type
* Chore: remove line format
2022-10-19 10:30:44 -04:00
Hamas Shafiq
f50ab457bd
Tempo: Fix Node Graph visualization type in dashboard ( #56931 )
...
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com >
2022-10-19 13:11:33 +01:00
Ivana Huckova
b4a03d0cff
Loki: Fix explain section about $__interval variable ( #57188 )
...
* Loki: Update explain section
* Update
* Update public/app/plugins/datasource/loki/querybuilder/operationUtils.ts
Co-authored-by: Matias Chomicki <matyax@gmail.com >
Co-authored-by: Matias Chomicki <matyax@gmail.com >
2022-10-19 12:01:29 +02:00
Ivana Huckova
b997bc4200
Loki: Remove already selected options from next label filter options in builder ( #57187 )
...
* Loki: Filter out duplicated options in loki query builder label name options
* Update test
2022-10-19 11:32:01 +02:00
Erik Sundell
8949e574e6
cache api calls when args are the same ( #57082 )
2022-10-19 08:40:03 +02:00
Erik Sundell
a30885c523
CloudWatch: Make sure adoption tracking is done on valid, migrated queries ( #56872 )
...
* make sure adoption tracking is done on valid, migrated queries
* ignore hidden queries
* fix test
* remove obsolete test
2022-10-19 08:39:18 +02:00
Sarah Zinger
b2e2879b07
Cloudwatch: Fix issue where selected log groups clear from dashboards if there are more than 50 results ( #57196 )
2022-10-18 14:34:27 -04:00
Victor Marin
9c514748f7
Revert data links code for sorted vector case ( #57175 )
2022-10-18 08:59:53 -04:00
Victor Marin
76d6e3c075
TimeseriesPanel: Fix variables in data links ( #56729 )
...
* TimeseriesPanel: Fix variables in data links
* Refactor variable fix for all Timeseries panels
* cr mods
2022-10-18 14:22:31 +03:00
Matias Chomicki
d2abcbe4a5
feat(loki-monaco-editor): improve line filter suggestions ( #57103 )
2022-10-18 12:40:12 +02:00
Beto Muniz
920d2aa599
InfluxDB: Interpolate ad-hoc filters from Dashboard to Explore ( #56996 )
2022-10-17 13:28:54 -03:00
kay delaney
5d53a983d8
React18: Update useCallback arg types where needed ( #57084 )
2022-10-17 14:52:12 +01:00
kay delaney
b1128e0b8c
Chore/React18: Update context types where needed ( #57018 )
2022-10-17 13:29:44 +01:00
Labesse Kévin
c8402b4b50
GoogleCloudMonitoring: fix typo tooltip pre-processing ( #57049 )
2022-10-17 09:45:35 +02:00
Leon Sorokin
da39c7297b
BarChart: use dashboard timezone for x axis ( #57047 )
2022-10-17 14:06:45 +07:00
Arpit Bhardwaj
e4b1347ca5
Select Dropdown alignment fix ( #56858 )
2022-10-14 13:24:08 +00:00
kay delaney
e85917f041
Chore/React18: Update component prop types ( #56898 )
2022-10-14 10:24:32 +01:00
Leon Sorokin
4eea326ee8
Candlestick: re-init config when series length changes ( #56913 )
2022-10-14 04:12:28 -05:00
Leon Sorokin
53ac77d4a5
Heatmap: honor dashboard timezone in x axis and fix tooltip time range ( #56909 )
2022-10-14 04:11:20 -05:00
Victor Marin
902a230867
MSSQL/MySQL: Fix variable interpolation ( #56879 )
...
* MSSQL/MySQL: Fix variable interpolation
* Escape string vars
2022-10-14 11:52:08 +03:00
Matias Chomicki
08ffcfdf16
feat(loki-monaco-editor): escape autocompleted label values ( #56890 )
2022-10-14 08:29:03 +00:00
Konrad Lalik
9d0380cbdd
Alerting: Fix folder picker clear action ( #56864 )
2022-10-14 08:48:05 +02:00
Beto Muniz
5d86dc507a
Fix Meta Data tab breaking condition ( #56646 )
2022-10-13 12:39:01 -03:00
Adela Almasan
254bb0c99e
Canvas: Clear current selection in dashboard mode ( #56830 )
2022-10-12 17:18:56 -04:00
Victor Marin
48c27872af
TablePanel: Footer now updates values on column filtering ( #56354 )
...
* Table footer now updates values on column filtering
* Backwards compatibility
2022-10-12 07:57:49 +03:00
Matias Chomicki
6a74cd207a
feat(loki-monaco-editor): add support for in_aggregation situation ( #56680 )
2022-10-11 15:52:57 +00:00
Hamas Shafiq
9db61f54ff
Tempo: Fix the inconsistency between the query limit values in the options component ( #56566 )
2022-10-11 16:08:53 +01:00
Neel
86a1fe578a
Grafana UI: Fix alignment issue with http method dropdown ( #56592 )
...
- Removed custom width prop from the http method Select component to fix the alignment issue for prometheus HTTP request type dropdown
2022-10-11 08:20:13 -05:00
Andres Martinez Gotor
cf2ba7e41c
Google Cloud Monitoring: Adapt default crossSeriesReducer ( #56693 )
2022-10-11 14:51:25 +02:00
Leo
a91d77003d
AnnotationList: Support html content ( #54916 )
...
* support html content in annolistpanel
* improve panel tests
* add RenderUserContentAsHTML ui
* sanitize content
2022-10-11 13:35:03 +02:00
Gareth Dawson
10a34a041c
Add feature tracking for LogRow.tsx ( #56656 )
...
* Add feature tracking for LogRow.tsx
* Add type and logRowUid to reportInteraction
* Rename logs variable
2022-10-11 10:04:43 +01:00
sam boyer
e5a6547a94
coremodels: Update to latest Thema with generics ( #56602 )
...
* Update thema to latest
* Deal with s/Library/*Runtime/
* Commit new, working results of codegen
2022-10-11 09:45:07 +01:00
Gareth Dawson
fa09aef4ba
Loki: Add tests for NestedQuery.tsx ( #56538 )
...
* WIP: Testing the NestedQuery component
* Add tests for NestedQuery.jsx
* Add aria-labels to select elements
* Update aria-labels
* Create datasource using createLokiDatasource()
2022-10-11 09:22:32 +01:00
Matias Chomicki
1b7e31cd27
Loki Monaco Editor: add component tests ( #56658 )
...
* feat(loki-monaco-editor): add component tests
* feat(loki-monaco-editor): rename test case
* Chore: add missing export
2022-10-11 04:15:48 -04:00
Ivana Huckova
3e856da2e4
LabelFilters: Remove redundant css styling ( #56653 )
...
* LabelFilters: Remove redundant css
* Remove unused import
2022-10-10 17:59:13 +02:00
kay delaney
efed72096f
TagsInput: Prevent adding duplicate tags + refactor, restyle ( #56485 )
2022-10-10 15:56:02 +01:00