Commit Graph

470 Commits

Author SHA1 Message Date
kaidaguerre
8ade67d8d7 Rename CloudMetadata to PipesMetadata, move to pipe-fittings pipes package 2024-10-22 17:25:38 +05:30
kai
00016caa43 tidy 2024-10-22 17:25:38 +05:30
Puskar Basu
6b611a2fcb Remove args 2024-10-22 17:25:37 +05:30
Puskar Basu
dcfc939597 removed watch arg from query 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
3bdc65c70d finally working 2024-10-22 17:25:37 +05:30
Puskar Basu
df374cd6e0 snapshot output and export working 2024-10-22 17:25:37 +05:30
Puskar Basu
c0553ef598 building 2024-10-22 17:25:37 +05:30
kai
2c23a00b8b tidy 2024-10-22 17:25:37 +05:30
kai
3581254246 query display and query result moved to pipe fittings 2024-10-22 17:25:37 +05:30
kai
6d7c5ce205 timing broken 2024-10-22 17:25:37 +05:30
Puskar Basu
c3c23d66e4 fix plugin list 2024-10-22 17:25:37 +05:30
Puskar Basu
e196a238c1 remove list subcommand 2024-10-22 17:25:37 +05:30
kai
39569d2897 tidy imports 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
f86b8b6bce compile fixes, move more utils to pipe-fittings 2024-10-22 17:25:37 +05:30
kai
be4c76fde2 steampipe compiles 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
088b47857f steampipe compiles 2024-10-22 17:25:37 +05:30
kai
489aa1ed4b working on it 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
Puskar Basu
9c23f463a7 Revert "initial snapshot refactoring"
This reverts commit 924682ac8c3839147507ba08425fb4e96f6218b8.
2024-10-22 17:25:37 +05:30
Puskar Basu
462baa7ac1 Revert "remove use of snapshotRequired"
This reverts commit a5ee02b5cd08876471d5646a5cb53f7ba74810e0.
2024-10-22 17:25:37 +05:30
kai
8cc08d600e remove use of snapshotRequired
comment out non compiling code for now
2024-10-22 17:25:37 +05:30
Puskar Basu
9528e77f9d initial snapshot refactoring 2024-10-22 17:25:37 +05:30
Puskar Basu
eb07d60501 dashboardexecute -> snapshot 2024-10-22 17:25:37 +05:30
Puskar Basu
824b368532 remove dashboard service from service cmd 2024-10-22 17:25:37 +05:30
Puskar Basu
2abfacae22 remove mod cmd 2024-10-22 17:25:37 +05:30
Puskar Basu
1146afb7d0 remove dashboard cmd 2024-10-22 17:25:37 +05:30
Puskar Basu
c8143dea71 remove check cmd 2024-10-22 17:25:37 +05:30
Puskar Basu
5fbe2b4238 remove variable cmd 2024-10-22 17:25:37 +05:30
Puskar Basu
663f4031ea Fix issue where steampipe returned 0 exit code even if failed to export snapshot. Closes #4276 2024-05-21 14:15:40 +01:00
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
Graza
ecefbcc00c Migrate from GCP to GHCR as CR for Plugins. Closes #4232 2024-04-08 15:15: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
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
kaidaguerre
1079ba7083 Fix growing memory usage following file watching events when running dashboard server. Closes #4150 2024-02-23 13:19:15 +00:00
kaidaguerre
bb26c0ee81 Add version to steampipe_plugin table. Closes #4141 2024-02-21 14:15:34 +00:00
kaidaguerre
33210d4fe7 Accept both sp and pp files as mod data extension. Closes #4089 2024-02-05 17:11:00 +00:00
kaidaguerre
08f49d843f For query command, load mod variables syncronously but the rest of mod async. Closes #4109 2024-02-02 15:03:31 +00:00
kaidaguerre
103d53f8e8 Fix setting dependency vars in var file. Fix UI freeze when prompting for workspace variables. Closes #4105 2024-02-01 13:53:21 +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
Binaek Sarkar
085e933ddf Maintain the order of execution when running multiple queries in batch mode. Closes #3728 2024-01-02 11:52:16 +00:00
François de Metz
9f16178c33 Fix custom registries bugs (#3960)
* Add tests on TestGetOrgNameAndStream

* Fix multiple bugs related to plugins installed from other registries

- the documentation link was not correct
- the uninstall message was not correct
- checking requirements on mods was always failing

(cherry picked from commit e55a9c23f6)
2023-11-29 12:55:15 +00:00
Puskar Basu
0d8d89728b Re-add support for --mod-location flag for variable list command. Closes #3942 2023-10-03 15:25:19 +01:00
Meet Rajesh Gor
347fccc71e Fix plugin list empty table
(cherry picked from commit 3116dce9fc)
2023-09-29 20:20:08 +01:00