Nathan Wallace
2e5f3fda97
Add comprehensive passing tests from bug hunting initiative ( #4864 )
2025-11-13 09:26:46 +08:00
Nathan Wallace
aa696c9da3
Fix #4756 : Race condition in Viper global state ( #4775 )
2025-11-11 17:29:59 +08:00
Nathan Wallace
4281ad3f10
Add comprehensive tests for pkg/{task,snapshot,cmdconfig,statushooks,introspection,initialisation,ociinstaller} ( #4765 )
2025-11-11 17:02:49 +08:00
Priyanka Chatterjee
86628e56ce
Fix issue where steampipe login was not respecting PIPES_INSTALL_DIR env var ( #4616 )
2025-07-22 13:29:41 +05:30
Puskar Basu
269d98ecd6
Fix versioning ( #4603 )
2025-07-07 21:21:31 +05:30
Puskar Basu
e19d35c457
chore: update module to v2 and bump Go version to 1.24 ( #4597 )
2025-07-07 16:03:56 +05:30
Puskar Basu
1c9f3ac9fc
Merge branch 'v2.0.x' into develop
2025-07-07 13:06:15 +05:30
Puskar Basu
9927cefece
Fix issue where plugin start timeout was getting limited to 60s. Closes #4477 ( #4493 )
2025-03-31 13:00:22 +01:00
Puskar Basu
da2f3ecc03
Upgrade to pipe-fittings v2, go-kit v1 ( #4485 )
2025-03-06 16:34:18 +05:30
kaidaguerre
8a5aca8f77
Rename CloudMetadata to PipesMetadata, move to pipe-fittings pipes package
2024-10-16 15:48:14 +01:00
Puskar Basu
2f10d3a566
Remove args
2024-10-08 14:19:38 +05:30
Puskar Basu
75014d88f5
remove leftover references of cloudhost, modlocation, dashboard options
2024-10-04 13:11:03 +05:30
Puskar Basu
7493d9b599
removed EnvCloudHost & EnvCloudToken and deprecation handling
2024-10-03 20:18:46 +05:30
Puskar Basu
90130e350a
removed EnvModLocation
2024-10-03 20:10:53 +05:30
Puskar Basu
db57d991bc
removed mod-location arg and all references
2024-10-03 20:05:54 +05:30
Puskar Basu
19a5cec476
removed EnvModLocation & EnvIntrospection
2024-10-03 20:04:00 +05:30
Puskar Basu
e173f1aa79
app specific for sp plugin
2024-09-27 18:14:28 +05:30
kai
dde7c23ed5
rename Connection to SteampipeConnection
...
remove unneeded code
use CloudMetadata from pipe-fittings
2024-09-27 18:14:28 +05:30
kai
5fd5ae0740
timing broken
2024-09-27 18:14:28 +05:30
kai
e5b1927a63
tidy imports
2024-09-27 18:14:28 +05:30
kai
84fc15b350
rebase fixes
2024-09-27 18:14:28 +05:30
kai
33c32756f6
tidy
2024-09-27 18:14:28 +05:30
kai
cb681c67cc
compiles but needs testing
2024-09-27 18:14:28 +05:30
kai
ef21f1452e
steampipe compiles
2024-09-27 18:14:28 +05:30
kai
ad9c461f07
tidy refs
2024-09-27 18:14:28 +05:30
kai
c5cc5a3e7a
compiles and seems to work
...
connection state not populating
2024-09-27 18:14:28 +05:30
kai
fd94b2e2ec
working on it
2024-09-27 18:14:25 +05:30
kai
cd07bf20f1
working on it
2024-09-27 18:13:12 +05:30
kai
faead86d26
move stuff to pipe-fittings
2024-09-27 18:13:12 +05:30
Nathan Mische
8ba2cc5645
Make plugin start timeout configurable. ( #4321 )
2024-08-30 17:15:41 +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