grafana / yugabyte-datasource

The Yugabyte data source for Grafana allows you to query and visualize data from YugabyteDB.
https://grafana.com/grafana/plugins/grafana-yugabyte-datasource/
Apache License 2.0
0 stars 0 forks source link

sanity test #21

Open yesoreyeram opened 7 months ago

yesoreyeram commented 7 months ago
### Tasks
- [x] alerting not supported ( update in the plugin,.json ) -- completed in [#24](https://github.com/grafana/yugabyte-datasource/pull/24)
- [x] in the config page, ssl mode dropdown is unusable/disabled. please check -- completed in [#17](https://github.com/grafana/yugabyte-datasource/pull/17)
- [x] in the config page, password field looks like optional. ( no * like username -- see comment
- [ ] healthcheck : with empty address it is complaining no port instead of invalid address
- [ ] healthecheck: when only the URL filled, I get "plugin healthcheck failed" but no hint why it failed.. incorrect password also behaves the same.
- [x] query editor: when I select table, the column name selector need to show loading indicator. -- see comment
- [x] query editor: "run query" button always shows me an error. -- completed in [#28](https://github.com/grafana/yugabyte-datasource/pull/28)
gwdawson commented 7 months ago

in the config page, password field looks like optional. ( no * like username

this is intentional, passwords are not required for a connection to the database.

gwdawson commented 6 months ago

when I select table, the column name selector need to show loading indicator.

this needs to be addressed in the query builder directly not just yugabyte as postgres and others all share the same behaviour. i can create an issue in plugin-ui to keep track of this