kaidaguerre
|
16fd991ee1
|
Fix tuple concurrently updated error when running multiple instances of steampipe dashboard concurrently. Closes #3188
* Add transaction to executeSqlAsRoot
* Add function executeInTransaction
* Add locking to ensureCommandSchema
* Add locking to ensureTempTablePermissions
* Add locking round schema update queries
|
2023-03-07 10:29:42 +00:00 |
|
kaidaguerre
|
dbd1d10fcc
|
Add support for plugin sdk v5, with plugin message stream - support update of dynamic plugin schema based on file events. Closes #2767
|
2022-11-30 10:50:46 +00:00 |
|
kaidaguerre
|
028d46c8ff
|
Revert connection watching min-interval. Remove filewatcher from utils and and use go-kit filewatcher instead.
|
2022-10-17 22:07:21 +01:00 |
|
kaidaguerre
|
5193c70395
|
Restructure steampipe repo to use pkg folder. Closes #2204
|
2022-06-27 11:36:03 +01:00 |
|
Puskar Basu
|
9f7e408e96
|
Maintain backward and forward compatibility during state and version file migrations. Closes #1913
|
2022-04-26 11:34:35 +01:00 |
|
kaidaguerre
|
cb207a6880
|
Fix file migration being applied repeatedly after new install. Closes #1870
|
2022-04-14 16:17:58 +01:00 |
|
Puskar Basu
|
c4ff352c41
|
Migrate all json config files to use snake case property names. Closes #1730
|
2022-04-12 17:23:29 +01:00 |
|
Binaek Sarkar
|
5fa20150fa
|
Adds support for starting dashboard server with service start (#1472)
|
2022-02-21 16:15:19 +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 |
|