Puskar Basu
2fa696b2db
Update embedded postgresql version to 14.19 ( #4671 )
2025-10-29 22:00:25 +05:30
Puskar Basu
c9a40f3959
Skip query test: reenable later
2025-06-26 13:14:35 +05:30
Puskar Basu
fc453a9220
add test: symlinked binary
2025-06-12 16:56:58 +05:30
Puskar Basu
097ef2c1a0
Update FDW to v1.13.0 to fix the issue where Steampipe did not correctly provide planning cost information for key-columns with an any-of requirement ( #4565 )
2025-06-11 15:46:37 +05:30
frek818
d1136c3c5d
exit 1 when a command does not exist ( #4564 )
2025-06-11 14:59:41 +05:30
Puskar Basu
2852e7a875
Fix issue where system-ingestible output format(csv) was humanised(comma separated) leading to a breaking change in query outputs. Closes #4525
2025-05-06 15:17:12 +01:00
Puskar Basu
8dbc90b76a
fix tests
2025-04-14 14:07:40 +05:30
Puskar Basu
75bf7ef650
fix tests
2025-04-14 13:16:46 +05:30
Puskar Basu
0fc422aa52
fix tests
2025-04-14 13:10:40 +05:30
Puskar Basu
0d45f44ec8
14.17.0-dev.6
2025-03-31 17:35:06 +05:30
Puskar Basu
94e52c3fd6
Revert "remove backup code"
...
This reverts commit c74c73d4d0 .
2025-03-31 17:35:05 +05:30
Puskar Basu
f695c8bef6
fix tests
2025-03-31 17:35:05 +05:30
Puskar Basu
ada022f2d7
remove backup code
2025-03-31 17:35:05 +05:30
Puskar Basu
1414d90113
update tests
2024-10-18 22:53:02 +05:30
kaidaguerre
8a5aca8f77
Rename CloudMetadata to PipesMetadata, move to pipe-fittings pipes package
2024-10-16 15:48:14 +01:00
Puskar Basu
ad1259f888
update and enable config precedence tests
2024-10-15 15:18:09 +05:30
Puskar Basu
d29bc2c09b
update caching tests
2024-10-07 15:07:07 +05:30
Puskar Basu
38269b941f
update and re-enable snapshot tests
2024-10-03 16:55:43 +05:30
Puskar Basu
aa647985fe
fix cloud query issue and re-enable cloud tests
2024-09-30 15:26:38 +05:30
Puskar Basu
722f474f84
skip tests - add TODOs
2024-09-27 18:14:28 +05:30
Puskar Basu
e3a810c6f9
skip tests - add TODOs
2024-09-27 18:14:28 +05:30
Puskar Basu
ee8269e399
fix cache tests
2024-09-27 18:14:28 +05:30
Puskar Basu
b1b4bc39e5
remove named query tests
2024-09-27 18:14:28 +05:30
Puskar Basu
282247b64c
remove introspection tests
2024-09-27 18:14:28 +05:30
Puskar Basu
36740cdc81
Update tests
2024-09-27 18:14:28 +05:30
Puskar Basu
2d687a83e3
remove dashboard, check options from workspace profile & default config
2024-09-27 18:13:12 +05:30
Puskar Basu
c6b8c835ab
Update query JSON output to be consistent across pipelings - also handle duplicate column names. Closes #4317
2024-09-02 12:14:53 +01:00
Puskar Basu
6436415c85
add acceptance test
...
Signed-off-by: Puskar Basu <puskar@turbot.com >
2024-08-20 16:00:02 +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
Graza
ecefbcc00c
Migrate from GCP to GHCR as CR for Plugins. Closes #4232
2024-04-08 15:15:18 +01:00
Puskar Basu
e35e8c78b4
Add nested dashboards tests ( #4211 )
2024-03-21 11:27:42 +00:00
Puskar Basu
47e84aafc0
Fix issue where local plugin was not getting listed. Fixes #4196
2024-03-20 13:18:17 +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
bad026b938
Use new pipes workspace for testing ( #4182 )
2024-03-14 13:26:33 +05:30
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
ae1919449a
When installing a mod, ensure there is a valid modfile. Closes #4158
...
Remove support for .pp mod resource files
2024-03-01 18:10:12 +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
Puskar Basu
a02c9a69fb
Remove version support from mod plugin require block. Closes #3750
2024-02-27 15:28:44 +00:00
Puskar Basu
f63ff54741
Remove deprecated options. Closes #4131 , Closes #4132 , Closes #3751
2024-02-22 14:58:34 +00:00
Puskar Basu
a6909be9ba
Remove unwanted git modules ( #4126 )
2024-02-09 17:05:48 +00:00
kai
195f37b9d3
merge v0.21.x
...
Fix modfile being left invalid after mod uninstall. Fix variables not being reloaded after file watch event. Closes #4123 . Closes #4124
2024-02-09 16:04:14 +00:00
kai
4e031b447b
Merge branch 'v0.21.x'
...
# Conflicts:
# pkg/steampipeconfig/modconfig/mod.go
2024-02-06 11:47:32 +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
kai
fdccb834a7
Merge remote-tracking branch 'origin/v0.21.x'
...
# Conflicts:
# go.mod
# go.sum
2024-02-01 14:06:56 +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
Puskar Basu
05d8de6e3f
Add acceptance test to verify the schema cloning ltree issue ( #4091 )
2024-01-29 12:11:52 +00:00
Binaek Sarkar
47cf031fe6
Removing select 1 hack from search path tests. Closes #3885
2024-01-02 11:45:31 +00:00
kai
6b266598f4
Merge remote-tracking branch 'origin/v0.21.x'
...
# Conflicts:
# tests/acceptance/test_files/chaos_and_query.bats
2023-12-21 10:04:18 +00:00
Binaek Sarkar
7a7e86909c
Fix acceptance tests and expectations. Closes #4032
2023-12-20 10:49:09 +00:00