Commit Graph

248 Commits

Author SHA1 Message Date
Binaek Sarkar
abf7076842 Fixes issue where 'stop' outputs 'service stopped' even if no services were actually running. Closes #1456 2022-04-01 14:30:08 +01:00
Binaek Sarkar
d64907b482 Fixes issue where implicit service was always using a default port. Closes #1753 2022-04-01 14:06:06 +01:00
kaidaguerre
ab93760df3 Ensure the session search path is escaped. Fixes #1770 2022-04-01 11:48:17 +01:00
kaidaguerre
fb2a1c0daa Fix setting search path after connection config changed event. Closes #1700 2022-03-22 13:15:12 +00:00
kai
e951d6530e Remove log warning. 2022-03-17 18:18:08 +00:00
kaidaguerre
6699d7de77 Ensure service is shutdown if check/dashboard/query are cancelled during initialisation. Closes #1288 2022-03-17 16:32:24 +00:00
kaidaguerre
b6b17a0648 Fix excessive memory usage when starting with a high number of connections. Closes #1656 2022-03-15 09:53:43 +00:00
kai
d11a4f4fa6 Remove unneeded logging 2022-03-10 13:32:30 +00:00
kaidaguerre
da25fdcae0 Add fail-safe null checks for database connection when acquiring session and executing sql. Closes #1607 2022-03-09 13:39:06 +00:00
kaidaguerre
a4976c3dc5 Fix connection file watching. Closes #1469 2022-03-08 16:32:06 +00:00
Binaek Sarkar
751660e704 Fixes issue where dashboard starts even if there's a port clash. Closes #1579 2022-03-08 14:42:37 +00:00
Mike Burgess
48377a0fe8 Update dashboard hierarchy data format and add flow resource type. Closes #1549. (#1590) 2022-03-07 21:39:13 +00:00
Binaek Sarkar
dba9a999d9 Update oci download to use a tmp folder underneath the destination folder. Closes #1545 2022-03-07 16:23:58 +00:00
Binaek Sarkar
feab5ad97d Fix issue where schema extraction is broken for remote services. Closes #1497 2022-03-07 15:56:42 +00:00
Binaek Sarkar
d16fcf60ad Add support for finding the mod definition by searching up the working directory tree. Closes #1533 2022-03-07 15:52:57 +00:00
Puskar Basu
e8b5d9d61f Refactor mod resources to use ModResource resource map exclusively. Add unit tests to test dashboard parsing. Closes #1553. #1382 2022-03-02 16:32:11 +00:00
kaidaguerre
4941ef42ee Fix prepared statement creation error for queryProviders with a Query. Closes #1541 2022-03-01 21:14:11 +00:00
kaidaguerre
c6d99ed7f2 Fix positional args not working for dashboards. Runtime dependency resolution should not mutate the workspace data. Closes #1527. Closes #1526 2022-02-28 15:21:23 +00:00
kaidaguerre
f75bb8f84f Add support for Inputs to DashboardContainer. Do not rename inputs - allow duplicates within mod scope. Closes #1522 2022-02-25 16:11:35 +00:00
Binaek Sarkar
5fa20150fa Adds support for starting dashboard server with service start (#1472) 2022-02-21 16:15:19 +00:00
Mike Burgess
984e7f8f42 Rename ui report folder to dashboard #1459. 2022-02-18 15:33:19 +00:00
kaidaguerre
2c7d9950ed Refactor prepared statement creation code to support all QueryProviders. Closes #1468 2022-02-17 14:41:23 +00:00
kaidaguerre
fff587f596 Rename report command to dashboard. #1459 2022-02-16 11:12:52 +00:00
kaidaguerre
8b7a32f2e8 rename 'report' to 'dashboard'. Closes #1459 2022-02-15 20:19:35 +00:00
Mike Burgess
9cbd2b0b9f Rename report counter to card. Closes #1423. (#1424) 2022-02-09 22:22:42 +00:00
kaidaguerre
e244a778c9 Ensure RefreshConnectionResult warnings are merged correctly. Closes #1413 2022-02-08 16:23:03 +00:00
kaidaguerre
ad44b8da9d Various reporting UI improvements #1362 2022-02-08 12:55:42 +00:00
Binaek Sarkar
742879fc53 Create and use a $STEAMPIPE_INSTALL_DIR/tmp for oci installations. Closes #1375 2022-02-08 12:13:35 +00:00
kaidaguerre
b412e86f8d Add support for ltree columns. Closes #1383 2022-02-01 21:49:16 +00:00
kai
cd236b175f Plugin validation error causes buildConnectionUpdateQueries to crash. Closes #1387 2022-02-01 20:48:45 +00:00
kaidaguerre
35330a8fb0 Update reports functionality. Add reflection tables for report entities. Automatically install report assets. Closes #1265. Closes #567 Closes #1364 2022-01-31 15:17:18 +00:00
Gábor Lipták
b862cf1f76 Cleanup deadcode and unused (#1334)
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-01-25 16:54:36 +00:00
kai
5fb129635b stop loading spinner before we start result display for streaming formats 2022-01-22 11:44:56 +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
Gábor Lipták
ebe129b2d0 Correct S1025 (#1322)
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-01-20 14:23:24 +00:00
kai
131a1695b5 Ensure "Updating FDW" spinner message is removed after completion. Closes #1326 2022-01-20 11:39:47 +00:00
kaidaguerre
efbebd99ee Decouple spinner display code from database and execution layer. Closes #1290 2022-01-06 11:54:18 +00:00
Binaek Sarkar
990275c0a0 Fix issue where service is not shutdown if interrupted while interactive prompt is initialising. Closes #1004 2022-01-05 15:45:55 +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
Gábor Lipták
86f28e50c7 Simplify code (#1281)
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-01-04 12:18:18 +00:00
Binaek Sarkar
d46e7d02fc Fix issue where benchmark execution duration is incorrect in check. Closes #1249 2022-01-03 13:02:14 +00:00
Binaek Sarkar
93944d5f29 Removes transaction creation around query execution. Closes #1241 2022-01-03 12:53:55 +00:00
Binaek Sarkar
159b11608a Fix issue where database name is not printed in output of 'service start' . Closes #1270 2022-01-03 10:09:55 +00:00
kaidaguerre
33f55e584f Add support for mod management commands. Closes #442. Closes #443 2021-12-21 14:10:00 +00:00
kaidaguerre
d0e10471d8 fix interactive prompt '>' being hidden when async init completes. Closes #1258 2021-12-21 13:15:30 +00:00
Binaek Sarkar
0732f8ee4f Fix issue where service is not shutdown when check is cancelled. Closes #1250 2021-12-21 12:50:20 +00:00
Binaek Sarkar
0d1ebb2702 Fix issue where unqualified table names are not showing up in autocomplete. Closes #1245 2021-12-17 10:51:18 +00:00
kaidaguerre
9882563547 Only create prepared statements if the query has parameters. Closes #1231 2021-12-14 12:34:29 +00:00
Binaek Sarkar
39d6ae986c Fix issue where 'check' was not prematurely cancelling database connections when using a remote connection. Closes #1227 2021-12-14 10:02:38 +00:00
Binaek Sarkar
7040ffbfdf Fix issue where running service had to be stopped to install in a new install-dir. Closes #1216 2021-12-13 09:30:29 +00:00