kaidaguerre
|
2171ce66ba
|
Fix Postgres error "cached plan must not change result type" when dynamic plugin schema changes. Update interactive .inspect and autocomplete based on changes to connection config or dynamic schema updates. Closes #3184. Closes #3185
|
2023-03-03 18:45:40 +00:00 |
|
Mike Burgess
|
a605025b72
|
v0.19.0-rc.7
v0.19.0-rc.7
|
2023-03-03 16:03:16 +00:00 |
|
kai
|
c2415cc498
|
Update title of custom dashboard query. #3150
|
2023-03-02 18:04:18 +00:00 |
|
kai
|
60507a3ce5
|
Only call EstablishMessageStream for dynamic plugins. #2767
|
2023-03-02 17:33:59 +00:00 |
|
kai
|
7292008a68
|
Fix autocomplete for queries - call initialiseQuerySuggestions from initialiseSuggestions. #3149
|
2023-03-02 17:33:59 +00:00 |
|
Mike Burgess
|
6fa8aa2a07
|
Dashboard server should emit updated dashboard metadata when available dashboards changes. Closes #3182.
|
2023-03-02 16:39:25 +00:00 |
|
Mike Burgess
|
4e55d8e0fa
|
Fix dashboard input theming in Steampipe Cloud dark mode. Fixes #3181.
|
2023-03-02 16:06:57 +00:00 |
|
kai
|
9a15c8a5d5
|
v0.19.0-rc.6
v0.19.0-rc.6
|
2023-03-02 12:58:17 +00:00 |
|
Binaek Sarkar
|
bfc951b790
|
Add extra status updates for interactive start. Closes #3179
|
2023-03-02 12:57:23 +00:00 |
|
Puskar Basu
|
0ee479c987
|
v0.19.0-rc.6
|
2023-03-02 17:01:28 +05:30 |
|
Puskar Basu
|
b0a0c8b0fc
|
Update FDW to v1.6.1
|
2023-03-02 16:59:21 +05:30 |
|
kai
|
d5b8a113a8
|
v0.19.0-rc.5
v0.19.0-rc.5
|
2023-03-01 15:23:47 +00:00 |
|
kaidaguerre
|
763167bef1
|
Fix workspace load crash for invalid mod definition. Closes #3174
|
2023-03-01 15:21:34 +00:00 |
|
kai
|
3c11018ad9
|
Update FDW to v1.6.0: Limit should not be pushed down if there are unconverted restrictions.
|
2023-03-01 14:58:58 +00:00 |
|
kai
|
fcb87b685c
|
Fix interactive prompt adding extra spaces when showing status messages when fdw is updated. Closes #3173
|
2023-03-01 13:45:34 +00:00 |
|
Mike Burgess
|
2dff3d40de
|
Upgrade dashboard UI dependencies #1429.
|
2023-03-01 13:28:43 +00:00 |
|
kai
|
3624fed147
|
v0.19.0-rc.4
v0.19.0-rc.4
|
2023-02-28 18:20:14 +00:00 |
|
kaidaguerre
|
7c2ae6da93
|
when executing a query as a dashboard, name the dashboard custom.dashboard.sql_<query_hash>. Closes #3150
|
2023-02-28 18:19:13 +00:00 |
|
Binaek Sarkar
|
06af870908
|
Fix running a single dashboard from the command line failing if the dashboard needs inputs and the dashboard name is not fully qualified. Closes #3168. Closes #3154
|
2023-02-28 15:27:09 +00:00 |
|
kai
|
95b6c34372
|
Update FDW to 1.6.0-rc.6
|
2023-02-28 15:22:31 +00:00 |
|
kaidaguerre
|
a936a6d2c8
|
Aggregator with no connections should only be a warning - not an error. Closes #3155
Steampipe config validation failure no longer prevents Steampipe commands from running - instead invalid connections are removed. Closes #3156
|
2023-02-28 11:50:03 +00:00 |
|
Puskar Basu
|
68399b39ef
|
Add acceptance tests for dynamic aggregators. Closes #3147
|
2023-02-28 11:38:21 +00:00 |
|
Binaek Sarkar
|
8dd9d1fb3f
|
Fixes 'default.spc' created during installation
|
2023-02-27 16:38:41 +00:00 |
|
kaidaguerre
|
718718d053
|
Rationalise and optimize autocomplete. Closes #3149
|
2023-02-24 15:31:47 +00:00 |
|
Binaek Sarkar
|
d98df11198
|
Adds better error messages for db connection timeouts. #3143
|
2023-02-24 12:01:31 +00:00 |
|
kai
|
604a5d0025
|
v0.19.0-rc.3
v0.19.0-rc.3
|
2023-02-23 10:21:43 +00:00 |
|
Binaek Sarkar
|
31037ff04b
|
Fixes issue where spinner is left behind in 'plugin list' . Fixes #3138
|
2023-02-23 10:19:02 +00:00 |
|
kai
|
a6c3170f20
|
v0.19.0-rc.2
v0.19.0-rc.2
|
2023-02-22 15:00:35 +00:00 |
|
kai
|
c1be509141
|
Add info logging to plugin manager
|
2023-02-22 14:53:32 +00:00 |
|
kai
|
aedbc781cd
|
Update CHANGELOG.md for v0.19.0
|
2023-02-22 14:52:31 +00:00 |
|
kaidaguerre
|
dd76a500e5
|
When acquiring a session, if the db schemas have changed, reload SteampipeConfig and re-set required search path. Closes #3137
|
2023-02-22 14:50:53 +00:00 |
|
kai
|
dff3d84ce0
|
Update CHANGELOG.md for v0.19.0
|
2023-02-22 10:02:26 +00:00 |
|
kai
|
8f35a0da33
|
v0.19.0-rc.1
v0.19.0-rc.1
|
2023-02-21 16:22:09 +00:00 |
|
kaidaguerre
|
8f87f7828c
|
Revert: Validate that input references are of the form self.input.<input-name>.value. Remove until mods are updated. #2990
|
2023-02-21 15:56:24 +00:00 |
|
Puskar Basu
|
016d373843
|
Add exit codes for errors when steampipe is running as root or in WSL1. Closes #3130
|
2023-02-21 15:26:05 +00:00 |
|
kai
|
d58f951252
|
v0.19.0-rc.0
v0.19.0-rc.0
|
2023-02-20 17:19:50 +00:00 |
|
Binaek Sarkar
|
c896d88e88
|
Make workspace loading async. Closes #3123
|
2023-02-20 17:18:33 +00:00 |
|
Puskar Basu
|
d5dea57a5e
|
Fixes issue where variables list command was not including description in JSON output. Closes #3114
|
2023-02-20 17:02:08 +00:00 |
|
Binaek Sarkar
|
a4ab68812e
|
Fixes issue where a spinner was hanging around even after plugin installation completes. Closes #3126
|
2023-02-20 10:49:20 +00:00 |
|
kaidaguerre
|
4e13e4e6d1
|
When a plugin fails to load, remove connections for that plugin from the connection state file. Closes #3124
|
2023-02-17 18:01:49 +00:00 |
|
Binaek Sarkar
|
d7673ecf08
|
Adds a mechanism for status updates during initialisation. Closes #3108
|
2023-02-16 17:09:34 +00:00 |
|
kaidaguerre
|
b67d39ecde
|
Fix duplicated text input on interactive prompt during initialisation. Closes #3075
|
2023-02-16 12:35:43 +00:00 |
|
dependabot[bot]
|
84de586b99
|
[dep][go](deps): Bump github.com/jackc/pgconn from 1.13.0 to 1.14.0 (#3110)
Bumps [github.com/jackc/pgconn](https://github.com/jackc/pgconn) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/jackc/pgconn/releases)
- [Changelog](https://github.com/jackc/pgconn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgconn/compare/v1.13.0...v1.14.0)
---
updated-dependencies:
- dependency-name: github.com/jackc/pgconn
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-16 12:34:28 +00:00 |
|
dependabot[bot]
|
c1c6891d30
|
[dep][go](deps): Bump github.com/hashicorp/hcl/v2 from 2.16.0 to 2.16.1 (#3116)
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.16.0 to 2.16.1.
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/hcl/compare/v2.16.0...v2.16.1)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-16 12:34:15 +00:00 |
|
Puskar Basu
|
e7c8327401
|
Update the snapshot acceptance tests to delete the snapshot created after each test run to avoid exceeding quota. Closes #3117
|
2023-02-16 12:33:57 +00:00 |
|
dependabot[bot]
|
a598d216a7
|
[dep][go](deps): Bump github.com/gin-gonic/gin from 1.8.1 to 1.8.2 (#2913)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.8.1...v1.8.2)
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-16 12:33:27 +00:00 |
|
kai
|
3ba7798147
|
Add design/search_path.md
|
2023-02-16 12:30:45 +00:00 |
|
kai
|
c6ee5ee57e
|
v0.19.0-alpha.3
v0.19.0-alpha.3
|
2023-02-15 15:18:59 +00:00 |
|
kai
|
d266917597
|
Merge branch 'v0.18.x' into main
# Conflicts:
# CHANGELOG.md
# pkg/version/version.go
|
2023-02-15 14:52:34 +00:00 |
|
kai
|
fed1c4accb
|
Merge branch 'v0.18.x' into main
|
2023-02-15 14:45:28 +00:00 |
|