4167214e35
Panel edit: Add feature to drag & drop spreadsheet files to the grafana datasource ( #60586 )
...
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com >
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Adela Almasan <adela.almasan@grafana.com >
2023-01-24 10:43:44 +01:00
Zoltán Bedi and Leon Sorokin
6e41e898eb
Candlestick: Fix showing hidden legend values ( #60971 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2023-01-09 13:28:10 -06:00
Zoltán Bedi
c25fe34ac0
SQL Datasources: Use health check for config test ( #59867 )
...
* SQL Datasources: Use health check for config test
* Remove unnecessary test
* Fix test errors
* Revert mysql go driver update
* Use transform query error
* Use TransformQueryError from sql_engine
2022-12-19 17:17:52 +01:00
Zoltán Bedi
d65899de7b
SQL Datasources: Move database setting to jsonData ( #58649 )
...
* Datasource settings: Add deprecation notice for database field
* SQL Datasources: Migrate from settings.database to settings.jsonData.database
* Check jsonData first
* Remove comment from docs
2022-12-13 09:56:52 +01:00
Zoltán Bedi
5712b05330
Datasource settings: Add deprecation notice for database field ( #58647 )
...
* Datasource settings: Add deprecation notice for database field
* Revert store.go change
2022-12-02 11:40:33 +01:00
Zoltán Bedi
71e4a8261d
SQL Datasources: Fix annotation migration ( #59438 )
2022-11-29 07:56:59 +01:00
Zoltán Bedi
220295d26f
SQL: Return no data response when no rows returned ( #59121 )
2022-11-24 18:01:05 +01:00
Zoltán Bedi
58fd0a8b44
Calcs: Fix difference percent in legend ( #59243 )
2022-11-24 16:23:13 +01:00
Zoltán Bedi
75097b99fb
SQL: Fix code editor for SQL datasources ( #58116 )
...
* SQL: Fix code editor for sql datasources
* Fix: mysql completion with defaultdb
2022-11-23 10:36:07 +01:00
Zoltán Bedi
38f25a0bf5
MS/My/PostgresSQL: Migrate annotation query ( #58847 )
2022-11-21 19:46:04 +01:00
Zoltán Bedi
b472306239
MSSql/Postgres: Fix visual query editor filter disappearing ( #58248 )
2022-11-07 17:04:53 +01:00
26659baf8f
PostgreSQL: Migrate to React ( #52831 )
...
- Migrate Postgres query editor to react
- Add support for field aliasing in SELECT clauses to SQL based datasources
Co-authored-by: Kyle Cunningham <kyle@codeincarnate.com >
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com >
2022-11-02 11:30:35 +07:00
Zoltán Bedi and Erik Sundell
c0b778134e
Revert: Query editor components from grafana-ui ( #57436 )
...
* Revert: QueryEditor components from grafana-ui
* Use local version of experimental
* Use experimental for query editor components
* Fix type issues in MSSQL
* point to actual version of experimental package
* point to latest version of experimental
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com >
2022-10-24 17:12:36 +02:00
Zoltán Bedi
7f3b567657
TimeSeries: Fix stacking when first value is negative zero ( #57257 )
...
* TimeSeries: Fix stacking when first value is negative zero
* More test + refactor
2022-10-21 20:58:23 +02:00
Zoltán Bedi
0232927591
CODEOWNERS: Change owner for DateTimePickers ( #57357 )
...
Also remove @jessover9000 as she is not part of grafana anymore 😢
2022-10-20 16:32:48 +02:00
Zoltán Bedi
09ab156480
MSSQL: Support tables from all schemas ( #53099 )
2022-10-19 17:27:29 +02:00
Zoltán Bedi and Leon Sorokin
86de94cbfa
TimeSeries: Don't show y axis when visualisation is hidden ( #53671 )
...
* TimeSeries: Don't show y axis when visualisation is hidden
* Update snapshot
* make scale ranger return nulls for minMax when no visible data exists on scale
* drop unneeded change
* remove explicit axis.show
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2022-08-18 09:26:40 -04:00
Zoltán Bedi and sam boyer
ea5e58a051
BarChart/PieChart: create/update models.cue ( #52988 )
...
* Reverse engineering barchart models.cue from models.gen.ts
* Barchart models.cue and import fixes
* Add models.cue for piechart
* Use single-item syntax to dodge cuetsy bug
* Add some docs
Co-authored-by: sam boyer <sdboyer@grafana.com >
2022-08-18 14:46:36 +02:00
Zoltán Bedi
835562bb68
GeoMap: Fix tooltip not showing values ( #53738 )
2022-08-15 16:39:00 +02:00
Zoltán Bedi
818bc88242
MSSQL: Don't inject angular dependency ( #53546 )
2022-08-11 09:43:20 +02:00
Zoltán Bedi
309965aaf0
Dev: Bump eslint sdk for vscode ( #52852 )
2022-07-27 11:22:05 +02:00
Zoltán Bedi
35d98104ad
MSSQL: Migrate to React ( #51765 )
...
* Fix: sql plugins feature
* SQLDS: Use builtin annotation editor
Plus strict rule fixes
* MSSQL: Migrate query editor to React
* Make code editor work
* Make SQLOptions and SQLQuery in SQLDatasource and in Editor generic
* MSSQL: Fix ts issues
* Fix SQLDatasource refID
* Remove comment
* Revert "Make SQLOptions and SQLQuery in SQLDatasource and in Editor generic"
This reverts commit 1d15b4061a .
* Fix ts issues without generic
* TS
2022-07-15 19:51:28 +02:00
Zoltán Bedi
4155dc8eca
SQL: Fix couple of issues in SQLDatasource ( #52080 )
...
* Fix: sql plugins feature
(cherry picked from commit 035862bade )
* SQLDS: Use builtin annotation editor
Plus strict rule fixes
(cherry picked from commit fee2eb3716 )
2022-07-12 14:11:54 +02:00
Zoltán Bedi and Dominik Prokop
506e63f4e1
Table: Fix scrollbar is hidden by pagination ( #51501 )
...
* Table: Pagination fix centering
* Table: Fix scrollbar is hidden by pagination
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2022-07-08 06:28:41 -04:00
Zoltán Bedi
ebb9025669
StateTimeline: Try to sort time field ( #51569 )
...
* StateTimeline: Try to sort time field
* Sort frame earlier
2022-07-04 10:11:33 +02:00
Zoltán Bedi
65a5ac462a
MSSQL: Fix ParseFloat error ( #50815 )
2022-06-14 19:33:49 +02:00
Zoltán Bedi
262ee5219e
Chore: Update yarn sdks ( #50726 )
2022-06-14 08:42:59 +02:00
Zoltán Bedi
ce6a73a623
TimeSeries: Add missing legend width migration ( #50551 )
2022-06-10 09:55:46 +02:00
Zoltán Bedi
aa74371008
Chore: Convert ReferenceLink.test.js to RTL ( #50338 )
2022-06-07 17:40:04 +02:00
Zoltán Bedi
f566958555
Table: Reorder panel options ( #49983 )
...
* Table: Reorder panel options
* Fix e2e selector
2022-06-01 13:11:19 +02:00
Zoltán Bedi
99cc2eb8ea
Chore: remove jest-coverage-badges dep from toolkit ( #49883 )
2022-05-31 15:09:11 +02:00
Zoltán Bedi
8e0342bc74
Chore: convert NewWindowIcon test to rtl ( #49830 )
2022-05-31 14:34:46 +02:00
Zoltán Bedi
f87c1b0eb9
Chore: Convert FolderPicker test to rtl ( #49838 )
2022-05-30 17:36:16 +02:00
Zoltán Bedi
3d3cf74038
Fix: Timeseries migration regex override ( #49629 )
2022-05-30 16:27:53 +02:00
Zoltán Bedi
762a84153d
Table: Fix don't reset filter on resize ( #48421 )
2022-05-23 15:26:29 +02:00
Zoltán Bedi and Leon Sorokin
b420179be4
GraphNG: Fix thresholds by color not following data update ( #48571 )
...
* GraphNG: Fix thresholds by color not following data update
* Refactor dynamicSeriesColor to time series
* avoid exposing frames on builder
rely on seriesIdx & cached alignedFrame to grab field
handle dynamic fill recoloring
only recolor when not in a special gradient mode
* bail when opacity = 0
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2022-05-04 10:41:03 +02:00
Zoltán Bedi
9df26c7b7c
Table: Fix filter crashes table ( #48258 )
2022-04-26 13:26:48 +02:00
15b48fc188
Table: Add enable pagination option ( #45732 )
...
* Table: Add page size option / pagination
* Update docs/sources/visualizations/table/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* FIx packages build
* Move pagination below footer
* Move styles to tableStyles
* Fix typecheck in jaeger-ui
* Set footer to hide onChange
* Styling tweaks
* Center paging
* Tweaks
* Change pageSize to enablePagination
* Move header and footer options to a separate category
* Fix performance and styling issue for the pagination
* Some more styling and tweaking
* Fix tests
* Update docs/sources/visualizations/table/_index.md
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
* Update docs/sources/visualizations/table/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2022-03-31 09:36:04 +02:00
Zoltán Bedi
91265e6c8e
Bump publish docs node version ( #46475 )
2022-03-11 21:28:12 +01:00
Zoltán Bedi
815ccb1a03
Chore: Fix Debug Jest test command for vscode ( #45420 )
2022-02-17 14:18:09 +01:00
Zoltán Bedi
da91c93f4a
QueryEditor: Fix setting panel state to done if query had no error ( #45453 )
2022-02-16 11:48:22 +01:00
Zoltán Bedi
befb2afccc
QueryEditor: Fix crash in angular panels when query have error ( #45422 )
2022-02-16 10:34:29 +01:00
Zoltán Bedi
77a0a71929
Docs: Update whats new in 8.4 ( #45289 )
...
Changed the swagger ui feature flag to the actual feature flag.
2022-02-11 09:19:12 -05:00
Zoltán Bedi
bf3a8d74cf
Chore: Add dependabot to the ignore list ( #45233 )
...
for external label so @daniellee doesn't have to manually remove that label 😄
2022-02-10 22:18:08 +01:00
Zoltán Bedi
f16047660a
StateTimeline: Show more precise duration ( #44046 )
...
* StateTimeline: Show more precise duration
* Add Leon's calculation
* Change to 30 days
Remove console logs. Add more tests.
2022-01-24 13:32:55 +01:00
Zoltán Bedi
85246d7179
Postgres: Fix test datasource always returns success ( #43762 )
2022-01-07 10:39:25 +01:00
Zoltán Bedi
328b922a58
Chore: Upgrade yarn and editor sdks ( #42847 )
2021-12-08 14:40:24 +01:00
Zoltán Bedi
b82663b87b
chore: Add renovate to the ignore list ( #42791 )
...
* chore: Add renovate to the ignore list
It won't flag renovate pr's as external
* Update .github/pr-commands.json
2021-12-06 16:40:40 +01:00
Zoltán Bedi
fdc7eef0f4
Add grafana/experimental package ( #42289 )
...
* Add grafana/experimental package
* CloudWatch: Use experimental for components
* Use canary version of experimental
* Update sort order
2021-12-06 09:37:54 +01:00
Zoltán Bedi
271a941a29
Update latest.json ( #42115 )
2021-11-23 11:10:57 +01:00
Zoltán Bedi
ea583e7d42
Devenv: Fix fake data gen docker to use same network ( #41355 )
...
* Dev: MSSql fake data gen docker to use same network
* Fix all datasources that used network_mode: bridge
2021-11-08 19:53:57 +01:00
Zoltán Bedi
af61839a26
StateTimeline: Share cursor with rest of the panels ( #41038 )
...
* First working version of shared cursor for state timeline
* Only publish x value for time series
* Don't send legacy graph event
* Don't add y scale to cursor sync
* Snap cursor to the bottom of the canvas when sync is out of bounds
* Fix snapshot
2021-11-05 18:52:40 +01:00
Zoltán Bedi
f8d75726e7
Graph panel: listen to events from timeseries panel ( #41033 )
...
* TimeSeries: share cursor with old graph
* Typo fix
* Fix typecheck errors
* Revert "TimeSeries: share cursor with old graph"
This reverts commit 1e7dd4f627 .
* Graph: subscribe to DataHoverEvent
* Revert "Fix typecheck errors"
This reverts commit 737c8ea8c1 .
2021-11-03 11:49:37 +01:00
Zoltán Bedi
6675b084bd
Chore: Upgrade grafana-eslint to latest ( #41179 )
2021-11-02 10:20:41 +01:00
Zoltán Bedi
85f2c48448
Toolkit: Don't to show console errors in tests ( #41078 )
2021-11-02 08:38:46 +01:00
Zoltán Bedi and Marcus Andersson
c43776aec3
Mixed-ds: Return both results from the same datasource ( #39865 )
...
* Mixed-ds: Return both results from the same datasource
* fix mixed data source
* Change concatMap to mergeMap
* Make sure to return correct state at the end
* Make sure to count the targets as well
* Use Marcus's version
* Fix stict error
* Apply suggestions from code review
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com >
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com >
2021-10-26 12:54:22 +02:00
e6d2324516
Time series/Bar chart panel: Add ability to sort series via legend ( #40226 )
...
* Make legend sorting work in Time series panel
* Import from schema
Add properties to the cue schema as well
* Order stacking
* Add tests for orderIdsByCalcs
* Add check for legend options
* Fix cue schema
* UI fixes
* Order bars as well in barchart
* Use different index when ordered
* Legend sort series doc
* Fix nits
* Update docs/sources/panels/legend-options.md
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
* Fix linting
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update docs/sources/panels/legend-options.md
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
2021-10-25 11:21:51 +02:00
Zoltán Bedi
1e9aeb6f19
Fix: State timeline panel not to crash when only one threshold ( #40371 )
2021-10-14 13:03:20 +02:00
Zoltán Bedi
7422189a88
Fix: State timeline tooltip not showing ( #40100 )
...
* Fix: State timeline tooltip not showing
* Check transformation instead of refId
2021-10-13 11:59:03 +02:00
Zoltán Bedi
7fd7c98540
MySql: Fix reset button on config page ( #39988 )
...
* MySql: Fix reset button on config page
* Use button instead of anchor
* Add aria labels
2021-10-06 12:41:34 +02:00
Zoltán Bedi
2098bcab9b
Dep: Ignore ora lib bump for now ( #39957 )
2021-10-05 08:28:30 +02:00
Zoltán Bedi
47a9613b3e
Dev: Add debug jest test to vscode launch ( #39905 )
2021-10-04 14:26:19 +02:00
Zoltán Bedi
4682cf5b7c
TimeSeries: Fix shared cursor ( #39738 )
2021-09-29 10:27:04 +02:00
Zoltán Bedi
24475cfdda
Fix: State timeline panel tooltip error when data is not in sync ( #39438 )
...
* Fix: State timeline panel tooltip error when data is not in sync
* Move check from tooltip to panel
2021-09-27 09:46:30 +02:00
Zoltán Bedi
4eff846285
Plugins: Update schema of scopes from string to string array ( #39337 )
...
* Plugins: Update schema of scopes from string to string array
* Update metadata.md
2021-09-17 14:04:56 +02:00
Zoltán Bedi
94f1173824
Explore: Refactor graph component to use PanelRenderer ( #38914 )
...
* Move SplitOpenFn type to grafana-data
* Use panel renderer instead of Timeseries panel for graph in Explore
* rename splitopen props on panel context
2021-09-10 18:18:22 +02:00
Zoltán Bedi
7e6cf14c84
Fix: Include Buffer in webpack build ( #38819 )
2021-09-02 14:18:07 +02:00
Zoltán Bedi
dbc7464e78
Toolkit: fix matchmedia missing ( #38694 )
2021-08-30 14:36:15 +02:00
Zoltán Bedi
38b398feb4
Fix: panel crash after esc ( #38646 )
2021-08-30 09:57:07 +02:00
ad6a4edfeb
UI: FileDropzone component to handle file list overwrite ( #37685 )
...
* UI: FileDropzone component to handle file list overwrite
* FileListItem: use type=button everywhere
* Update packages/grafana-ui/src/components/FileDropzone/FileDropzone.story.tsx
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com >
* FileListItem: add aria-hidden and change cancel text
* Update packages/grafana-ui/src/components/FileDropzone/FileListItem.test.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com >
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
2021-08-10 10:23:49 +02:00
Zoltán Bedi
33aeee60ff
Toolkit: Fix matchMedia not found error ( #37643 )
2021-08-10 07:34:35 +02:00
Zoltán Bedi
7e42bb5df0
Toolkit: rename deprecated tsConfig to tsconfig ( #37630 )
2021-08-06 14:04:42 +02:00
Zoltán Bedi and achatterjee-grafana
e0010860bd
Tempo: add ability to upload trace json ( #37407 )
...
* Tempo: upload json
* Add test for upload
* Minor changes
* Add docs
* Update docs/sources/datasources/tempo.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Add graphframes as well to upload
* Add comments to code
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-08-05 15:13:44 +02:00
Zoltán Bedi
44c7e65fac
Zipkin: add ability to upload trace json ( #37483 )
...
* Zipkin: upload json
* Change back mock json
2021-08-05 10:55:15 +02:00
Zoltán Bedi and achatterjee-grafana
e3dde3510e
Jaeger: upload json file ( #37205 )
...
* Dropzone component
* Add file list
* Add progress, error and cancelation to filelistitem
* Update Dropzone component to support progress
Cancelation
Retry
* Update file name changes
* Rename to FileDropzone
* FileListItem tests
A11y updates for icon buttons
Use value formatter from grafana/data
* Add tests for FileDropzone
Review comments
* export FileDropzoneDefaultChildren
* Jaeger: Upload trace json
* Change primary text when multiple false
* styling
* Review comments addressed
* Add test for upload trace json
* Add docs for Jaeger upload
* Fix strict type check error
* Update docs/sources/datasources/jaeger.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Minor changes
Render all the options from one function.
Add graph frames to the result.
* Address review comments
* Update docs/sources/datasources/jaeger.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* docs: move image
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-07-29 18:07:07 +02:00
Zoltán Bedi
9a62db6943
Exemplars: Disable exemplars only on query it failed ( #37296 )
2021-07-28 16:34:46 +02:00
Zoltán Bedi
04a196da4b
UI: Dropzone component ( #36646 )
...
* Dropzone component
* Add file list
* Add progress, error and cancelation to filelistitem
* Update Dropzone component to support progress
Cancelation
Retry
* Update file name changes
* Rename to FileDropzone
* FileListItem tests
A11y updates for icon buttons
Use value formatter from grafana/data
* Add tests for FileDropzone
Review comments
* export FileDropzoneDefaultChildren
* Change primary text when multiple false
* Review comments addressed
* Extract remove file to constant
* No need to await after await
2021-07-26 13:21:35 +02:00
Zoltán Bedi
ee89e51c48
Tempo: show hex strings instead of uints for ids ( #36471 )
2021-07-12 14:12:47 +02:00
Zoltán Bedi and achatterjee-grafana
c02ead9113
Tracing: add way to configure trace to logs start and end time ( #34995 )
...
* Tracing: add way to configure trace to logs start and end time
* Use the span's time by default
* Update docs
* Update time inputs to use strings instead of number
* Support negative values as well
* Add info about using negative value
* Don't round up Loki range
* Update docs/sources/datasources/jaeger.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Wording for doc
* Round adjusted start and end time
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-07-12 11:25:41 +02:00
Zoltán Bedi
55e763b4cd
Prometheus: interpolate variable for step field ( #36437 )
...
* Prometheus: interpolate variable for step
* Add test for variable interpolation
2021-07-07 08:43:46 +02:00
Zoltán Bedi
0ae8a85828
CloudwatchLogs: send error down to client ( #36277 )
...
* CloudwatchLogs: send error down to client
* Move error handling down to startLiveQuery
2021-07-05 16:12:58 +02:00
Zoltán Bedi
8aeb1cc030
Prometheus: Fix performance issue in editor when too many ids ( #36176 )
2021-06-30 21:28:18 +02:00
Zoltán Bedi
bf96f5e285
Tempo: search fixes ( #35004 )
...
* Tempo: search fixes
Add custom width to time and trace id
Run and show query in search after page refresh
* Iterate through all response data
* Don't store linkedQuery as a property
2021-06-02 16:37:36 +02:00
b211b3a63c
Add docs for Tempo search ( #34526 )
...
* Add docs for Tempo search
* Apply suggestions from code review
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/datasources/tempo.md
Co-authored-by: Robby Milo <robby.milo@grafana.com >
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
Co-authored-by: Robby Milo <robby.milo@grafana.com >
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
2021-06-01 12:07:26 +02:00
Zoltán Bedi
6e5d349ae8
Explore: Fix show all series ( #34968 )
2021-05-31 11:18:50 +02:00
Zoltán Bedi
4435895833
Prometheus: exemplars show different symbols ( #34763 )
...
* Show different symbols for different queries
* Only run different exemplars
* Address review comment
* Do the same for dashboard + tests
2021-05-28 15:40:15 +02:00
Zoltán Bedi
97cf00ab33
TraceViewer: fix hard to click to logs icon on long span name ( #34303 )
2021-05-19 13:38:14 +02:00
Zoltán Bedi
e1741695ac
Chore: remove redux-logger ( #34220 )
2021-05-17 16:43:40 +02:00
Zoltán Bedi
d49deebefe
Prometheus: fix toggling exemplars in range mode ( #34099 )
2021-05-14 15:57:40 +02:00
Zoltán Bedi
4705589f1b
Exemplars: refactor exemplar marker ( #34053 )
...
Don't use tooltip container.
Revert pointer-events: none for tooltip container.
2021-05-13 15:36:28 +02:00
Zoltán Bedi
32030f3929
Add e2e test for exemplars flow ( #33972 )
...
* Add e2e test for exemplars flow
* Check if data source is created
* Lets see what is going on
* Try again
* Updating the image maybe?
* Revert "Updating the image maybe?"
This reverts commit 968b44b0d9 .
* Try with force
* Use electron
* Wait for new url?
* Wait?????
* Should be good now
* Revert e2e recording
2021-05-13 14:17:09 +02:00
Zoltán Bedi
64f31a8d6f
Test: Make sure that max can't be lower than min ( #34020 )
2021-05-12 21:14:30 +02:00
Zoltán Bedi
7972abc4c8
Fix cryptic css in Traceview component ( #33780 )
...
* Fix css interpolation error
* Fix console errors in tests
2021-05-11 13:19:44 +02:00
Zoltán Bedi and achatterjee-grafana
1a504ce673
Jaeger: Search traces ( #32805 )
...
* WIP: Search jaeger traces
* Add more customizable query params
* Fix failing test
* Fix e2e test
* Add tags input field
* Minor changes
* Fix tests
* Add docs
* Make sure linking is working
* Add tests to datasource.ts
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update Jaeger doc
* UI updates
* Address review comments
* Add new screenshots to docs
* Update placeholder text for tags
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-05-11 10:38:10 +02:00
Zoltán Bedi
46abef7800
Loki: fix label browser crashing when + typed ( #33900 )
2021-05-11 10:06:40 +02:00
Zoltán Bedi and David Kaltschmidt
03e4bad50a
Prometheus: Fix exemplars hover disappearing and broken link ( #33866 )
...
* Revert "Tooltip: eliminate flickering when repaint can't keep up (#33609 )"
This reverts commit e159985aa2 .
* Fix exemplar linking
Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com >
2021-05-10 19:54:02 +02:00
Zoltán Bedi
88497305a9
Fix dead key issue in slate ( #33545 )
2021-05-05 15:22:00 +02:00
Zoltán Bedi
578a755cb4
Fix data source picker width issue ( #33720 )
...
* Fix data source picker width issue
* Use theme.spacing
2021-05-05 10:17:14 +02:00
Zoltán Bedi
70bafc2725
GraphNG: Fix exemplars window position ( #33427 )
2021-04-28 09:37:35 +02:00
Zoltán Bedi
340942267c
Tempo: Add cheat sheet to query editor ( #33272 )
2021-04-23 09:23:33 +02:00