Zoltán Bedi
a1851b4c0a
SQL: change buttons aria-label to title ( #88744 )
2024-06-07 11:40:11 +02:00
renovate[bot]
de67734871
Update dependency @react-awesome-query-builder/ui to v6.5.2 ( #88630 )
...
* Update dependency @react-awesome-query-builder/ui to v6.5.2
* fix type errors
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2024-06-04 12:15:16 +03:00
Alex Khomenko
c4aca053e5
DateTimePicker: Return cleared value in onChange ( #88377 )
...
* DateTimePicker: Return cleared value in onChange
* Update story
2024-05-28 17:11:15 +03:00
Ashley Harrison
f1dbe39533
Chore: Improve typings ( #88282 )
...
* remove some type assertions
* some more type assertion fixes
* nicer
* shortcircuit while loop when hitting something that isn't an HTMLElement
2024-05-28 13:20:57 +01:00
timo
935076c349
SQL Query Editor: Fix label-for IDs, associate "Table" label ( #86944 )
...
* SQL Query Editor: Fix label-for IDs, associate "Table" label
* Fix mysql e2e test
---------
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2024-05-09 20:30:33 +02:00
kay delaney
8bb9b06e48
Chore: Rewrite grafana-sql css using object styles ( #87052 )
2024-04-29 22:34:10 +01:00
Zoltán Bedi
a4fe7f39ea
E2E: Rewrite mysql tests to playwright ( #83424 )
...
* E2E: Rewrite mysql tests to playwright
* Fix lint
* Add more selectors and address comments
* Scope locators when locating text
* Don't run it 20 times
* Update new-datasource-variable to assert mysql
2024-03-19 23:07:48 +01:00
Jára Benc
393b12f49f
Sql: Fix an issue with connection limits not updating when jsonData is updated ( #83175 )
2024-02-28 15:24:34 +01:00
Gábor Farkas
d65d2ceb1b
sql: add explanation comment ( #82304 )
2024-02-12 12:42:12 +01:00
Faye Lin
a3f3429290
Variable: Inform users of the error details when Grafana is unable to retrieve the variable values from an SQL data source. ( #82222 )
...
* feat: Inform users of the error details when Grafana is unable to retrieve the variable values from an SQL data source.
* format code
* use getAppEvents
* throw an error when failing to executing the sql query
* optimize code
* prettier
2024-02-12 12:19:22 +01:00
Piotr Jamróz
572c182a81
Unify frontend monitoring ( #80075 )
...
* Unify frontend monitoring
* Add missing mock
* Add missing mock
* Keep source:sandbox
* Create separate logger for plugins/sql package
* chore: rename "logAlertingError" to "logError"
* Use internal Faro logging for debugging instead of redundant browser logging
* Post-merge fix
* Add more docs about debug levels
* Unify logger names
* Update packages/grafana-runtime/src/utils/logging.ts
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com >
* Update packages/grafana-runtime/src/utils/logging.ts
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com >
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com >
2024-02-01 15:08:40 +01:00
Gábor Farkas
29e8a355cb
sql: extract frontend code into separate package ( #81109 )
...
* sql: extract frontend code into separate package
* updated package version
2024-01-26 11:38:29 +01:00