Commit Graph

17 Commits

Author SHA1 Message Date
kaidaguerre
fb2a1c0daa Fix setting search path after connection config changed event. Closes #1700 2022-03-22 13:15:12 +00:00
kaidaguerre
7712d881e3 Fix dashboard errors not always being reported, or reported with no detail. Closes #1582 2022-03-07 16:48:15 +00:00
Puskar Basu
f2d56ddeb8 Fix issues reported by the 'unused', 'staticcheck', 'gosimple' linters. Closes #1360 2022-01-31 16:00:54 +00:00
Gábor Lipták
31ff1f037e Cleanup deadcode (#1299)
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-01-20 14:28:05 +00:00
kaidaguerre
e0ff19a280 Update package naming to be consistent and follow Go standards. Closes #1282
General code spring cleaning:
* move file paths from `consts` package to `filepaths`
* move InitData and ExportData to query and control packages
2022-01-04 12:28:36 +00:00
Binaek Sarkar
dad700b26c Add context awareness in services and commands. Closes #1206. Closes #1214. Closes #1215 2021-12-09 14:02:19 +00:00
kaidaguerre
1fdfc02c34 Startup optimizations. Closes #1186. Closes #1183. Closes #1182
- Update connection management to use file modified time instead of filehash to detect connection changes
- Avoid retrieving schema from database for check and non-interactive query execution
- When retrieving plugin schema, identify the minimum set of schemas we need to fetch - to allow for multiple connections with the same schema
- Update plugin manager to instantiate plugins in parallel
2021-12-07 15:34:14 +00:00
Binaek Sarkar
d55903d44b Fixes issue where table names with special characters are not handled correctly in auto-complete and .inspect. Closes #1109 2021-11-24 13:52:01 +00:00
kaidaguerre
aa6137e189 When cli displays error messages from plugins, they should be prefixed with plugin name. Do not show plugin error messages in JSON/CSV output. Closes #1110. Closes #1071 2021-11-16 10:30:43 +00:00
Binaek Sarkar
0936b7363f Add support for quoted arguments with whitespace in .<metacmd>. Closes #1067 2021-11-11 14:41:53 +00:00
kaidaguerre
35a6fe9e34 Add support for connecting to a remote database client. Closes #908 2021-09-15 13:29:26 +01:00
kai
928370573a Fix casing of .cache metacommand autocomplete #875 2021-09-12 20:56:38 +01:00
kaidaguerre
c25a9b76a1 Add connection config file watching for service in foreground mode. Closes #815 2021-09-10 17:52:30 +01:00
Binaek Sarkar
9fc27bdb6c Add support for controlling the fdw cache from the interactive prompt. Closes #688 2021-08-03 15:21:18 +01:00
kaidaguerre
f5796f0db3 In interactive mode, perform connection refresh and workflow loading asynchronously. Closes #627 2021-07-15 16:36:37 +01:00
Binaek Sarkar
c2071ab4ae Add support for inspection and autocomplete of Reflection tables. Closes #446 (#489) 2021-05-20 16:14:02 +01:00
kai
4dbc6bad6b Initial iteration of control result display code 2021-05-20 16:11:50 +01:00