Puskar Basu
34960d4dc6
remove leftover references of cloudhost, modlocation, dashboard options
2024-10-22 17:25:37 +05:30
Puskar Basu
b29b167759
removed EnvCloudHost & EnvCloudToken and deprecation handling
2024-10-22 17:25:37 +05:30
Puskar Basu
1174e8b003
removed EnvModLocation
2024-10-22 17:25:37 +05:30
Puskar Basu
ab6eb9a3c8
removed mod-location arg and all references
2024-10-22 17:25:37 +05:30
Puskar Basu
4fac9a74ea
removed EnvModLocation & EnvIntrospection
2024-10-22 17:25:37 +05:30
Puskar Basu
5d481f968d
app specific for sp plugin
2024-10-22 17:25:37 +05:30
kai
f6dd93263e
rename Connection to SteampipeConnection
...
remove unneeded code
use CloudMetadata from pipe-fittings
2024-10-22 17:25:37 +05:30
kai
6d7c5ce205
timing broken
2024-10-22 17:25:37 +05:30
kai
39569d2897
tidy imports
2024-10-22 17:25:37 +05:30
kai
8ef670c22f
rebase fixes
2024-10-22 17:25:37 +05:30
kai
d35a176378
tidy
2024-10-22 17:25:37 +05:30
kai
10312a5a0b
compiles but needs testing
2024-10-22 17:25:37 +05:30
kai
be4c76fde2
steampipe compiles
2024-10-22 17:25:37 +05:30
kai
3ac415873d
tidy refs
2024-10-22 17:25:37 +05:30
kai
790830df16
compiles and seems to work
...
connection state not populating
2024-10-22 17:25:37 +05:30
kai
78d38da562
working on it
2024-10-22 17:25:37 +05:30
kai
622f8a46b5
working on it
2024-10-22 17:25:37 +05:30
kai
c92bf9f0ff
move stuff to pipe-fittings
2024-10-22 17:25:37 +05:30
Nathan Mische
d1c4080559
Make plugin start timeout configurable. ( #4321 )
2024-09-05 16:40:01 +05:30
kaidaguerre
07782a2b13
Adds support for verbose timing information. Closes #4237 . Closes #4244
...
- JSON output format has changed to move the rows to under a `rows` property, with timing information under the `metadata` property
- Update timing display to show rows returned and rows fetched, as well as adding verbose mode which lists all scans
- Use enums for output mode and timing mode - timing is now either `on`, `off` or `verbose`
- Bugfix: ensure error is returned from ExecuteSystemClientCall. Closes #4246
2024-04-17 10:12:17 +01:00
loselarry
dcf3d89b01
chore: fix function names in comment ( #4240 )
...
Signed-off-by: loselarry <bikangning@yeah.net >
2024-04-10 10:16:18 +01:00
kaidaguerre
e6e9714e4c
Update all ErrorAndWarnings function returns to pass by value, removing possibility of nil ErrorAndWarnings. Closes #3974 ( #4212 )
2024-03-21 11:46:10 +00:00
Brahim Boukoufallah
34ba9fd9ba
Add database SSL password support for encrypted private key in order to handle your own certificates. Closes #4149
2024-03-15 14:50:21 +00:00
Puskar Basu
410fe9ef6f
Add deprecation warnings for Mod commands
...
* print errors and warnings to stderr
* fix tests
* Update description
* update sample workspace profile content
* Changelog for v0.22.0
2024-03-06 11:13:17 +00:00
kaidaguerre
d7ff47b165
Deprecate cloud-token and cloud-host args and params. Write token to new ~/.pipes location ( #4147 )
2024-02-28 20:29:56 +05:30
kai
167db4863f
v0.21.7-rc.0
...
update startup banner to include command
2024-02-09 12:33:33 +00:00
Binaek Sarkar
0387595c36
Update calls to go-kit.ListFiles with the new go-kit.ListFilesWithContext. Closes #3884
2024-01-08 11:45:29 +00:00
kaidaguerre
46ef6ec90a
Add steampipe_plugin_column introspection table to internal schema. Closes #4003
...
(cherry picked from commit 12079986d5 )
2023-11-29 12:55:21 +00:00
Binaek Sarkar
3f84a2630a
Fixes issue where 'cloud-*' needed to be global flags. Closes #3923
2023-09-28 15:20:55 +01:00
Binaek Sarkar
0c5b20d922
Fixes issue where cloud login is not recognised even if successful. Closes #3916
2023-09-27 17:22:39 +01:00
kaidaguerre
79606c5bcd
Rename internal introspection tables. Fix warning notifications from RefreshConnections. Improve error handlingh for config inconsistencies in conneciton and plugin config. Closes #3886
2023-09-22 16:02:41 +01:00
kaidaguerre
6b9a58c9f8
Add default values for STEAMPIPE_MEMORY_MAX_MB and STEAMPIPE_PLUGIN_MEMORY_MAX_MB. Closes #3833
2023-09-12 18:26:56 +01:00
Puskar Basu
9be7fb74f1
Cloud and workspace flags should not be Global Flags as they are not used for all commands. Closes #3542
2023-09-12 15:27:56 +01:00
kaidaguerre
f041597497
Add support for plugin connection config and options blocks. Add options and env var configuration of max memory. Closes #3807
2023-09-06 15:59:13 +01:00
Binaek Sarkar
a3e624869e
Make dashboard start timeout configurable. Closes #3369
2023-08-12 17:42:54 +01:00
kaidaguerre
202cb68692
Add HCL support for defining rate limiters, with filewatching as per connection config. Closes #3746
2023-08-11 14:24:44 +01:00
Binaek Sarkar
a01776b78f
Migrate from 'cloud.steampipe.io' to 'pipes.turbot.com'. Closes #3724
2023-08-08 12:24:38 +01:00
kaidaguerre
b06348757a
Fix linting warnings
...
---------
Co-authored-by: Binaek Sarkar <binaek@turbot.com >
Co-authored-by: Puskar Basu <puskar@turbot.com >
2023-07-06 16:08:23 +01:00
Binaek Sarkar
448ee3b401
Fixes issue where 'service start' is not listening on 'network' by default. Closes #3593
2023-07-06 16:05:47 +01:00
Puskar Basu
e6ed76ca47
Add plugin list acceptance tests. Closes #3519
2023-06-05 15:17:26 +01:00
Patrick Decat
51f43f108b
Allow selection of hosts for steampipe service. Closes #3505
2023-06-01 17:14:56 +01:00
Binaek Sarkar
299697ae2f
Updates in cache configuration to allow disabling of all caching on server. Closes #3258
...
STEAMPIPE_CACHE environment variable resolves to service cache enabled as well as client cache enabled
service cache enabled is used by the plugin manager to enable/disable caching on the plugins during startup (runtime toggle is not allowed) - with a max_ttl
client cache enabled is used to enable/disable the cache on the database connection (fdw)
A TTL can also be set on the client side capped to max_ttl on the server
2023-03-31 15:12:25 +01:00
Binaek Sarkar
e4dbced826
Updates to workspace profile - add additional properties and command specific options blocks. Closes #3223
2023-03-21 12:00:47 +00:00
kaidaguerre
92396d77c0
Remove connection pool min size. Remove need to create empty mod introspection tables if introspection is not enabled. Remove connection pool min size. Closes #3207
...
* Remove all references to prepared statements
* remove sessionInitWaitGroup
2023-03-09 16:55:08 +00:00
Binaek Sarkar
d0ede13d4b
Make database start timeout configurable. Closes #3038
2023-02-14 17:33:57 +00:00
Binaek Sarkar
fbf086f39c
Fixes issue where config from 'default.spc' was taking precedence over ENV var settings. Closes #3060
2023-02-03 12:05:30 +00:00
Binaek Sarkar
b56447cbcc
Consolidates setting of CLI flag shorthand. Closes #2403
2022-11-09 10:31:09 +00:00
Puskar Basu
c732838e1f
Add acceptance tests to check behaviour of option blocks in workspaces. Closes #2678
2022-11-09 10:22:36 +00:00
kai
6f7e48607a
Fix config resolution so install-dir and mod-location are correctly resolved when set in workspace profiles/env vars. Closes #2681
...
Improve resource not found errors
Put install dir back into workspace profiles
Update export arg help
2022-11-07 10:37:34 +00:00
kai
6a773517ec
If using a named workspace profile, mod_location is not being respected. Closes #2661
2022-11-02 22:10:02 +00:00