This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
UI: robustify the handling of request errors #469
Open
Description
We have a number of bugs caused by a poor handling of request errors. Just for the record, so that we tackle them all in one go:
- On connect query failure freezes the query panel. #264
- Timeout connection doesn't update the state of the connection button #353
- A failure in the database preview renders the SQL editor unusable #355
- Retrieval of the list of tables fails silently #384
- Saved connections that fail to connect get stuck on
Connecting
#390 - Cannot remove a saved connection that gets stuck on
Connecting
#391 - Bad credentials in an ElasticSearch connection breaks UI when opening Query panel #456
- Query tab disabled in Macbook Pro. #459
- Query panel doesn't open if database doesn't have any tables #463
- UI: TableTree crashes if database has no tables #465