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 |
|
Puskar Basu
|
fa5240064f
|
Fix issue where ensureDefaultConfigFile was always overwriting default.spc. Closes #3814
|
2023-09-11 14:36:39 +01:00 |
|
Binaek Sarkar
|
09898c7ca1
|
Fixes issue where Fetch and Hydrate data are not shown with timing enabled. Closes #3808 (#3815)
|
2023-09-08 17:37:29 +01:00 |
|
Puskar Basu
|
e416f48f5f
|
Set BATS_TEST_TIMEOUT for each test (#3804)
|
2023-09-08 12:10:18 +05:30 |
|
Puskar Basu
|
df6b8ae874
|
Re-design plugin tests (#3809)
|
2023-09-07 17:44:10 +01:00 |
|
kaidaguerre
|
2a86d08445
|
Add support to retrieve plugin rate limiter definitions and use to populate steampipe_rate_limiter table. Closes #3805 (#3803)
|
2023-09-06 13:28:22 +01:00 |
|
Binaek Sarkar
|
2f889e462e
|
Merge branch 'v0.20.x'
|
2023-09-01 23:05:16 +05:30 |
|
Binaek Sarkar
|
b0fa6b6cbf
|
Rotate SSL certificates before server starts, if necessary. Closes #3599
|
2023-09-01 22:57:58 +05:30 |
|
Binaek Sarkar
|
21d27bd1ea
|
Merge branch 'v0.20.x'
|
2023-08-25 19:39:19 +05:30 |
|
Puskar Basu
|
06860e5c7b
|
Steampipe should return file not found as error when the input file does not exist. Closes #1752
|
2023-08-25 14:58:06 +01:00 |
|
Binaek Sarkar
|
3b2cdd1e68
|
Upgrades go version to 1.21. Closes #3763
|
2023-08-25 13:54:28 +01:00 |
|
kai
|
d9cc25eccf
|
Merge branch 'v0.20.x'
|
2023-08-25 10:50:49 +01:00 |
|
Puskar Basu
|
7b1d75cfed
|
Fix support for mixed case schema names. Closes #3753
|
2023-08-25 10:32:03 +01:00 |
|
Puskar Basu
|
6b6e093e35
|
Fix base inheritance for dashboard input blocks. Closes #3755
|
2023-08-25 10:24:12 +01:00 |
|
kai
|
e5ac3eff06
|
Merge remote-tracking branch 'origin/main'
|
2023-08-11 15:30:15 +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 |
|
kai
|
02654f8d4d
|
Merge branch 'v0.20.x'
# Conflicts:
# pkg/pluginmanager_service/plugin_manager.go
# tests/acceptance/test_files/dynamic_schema.bats
|
2023-08-11 14:18:53 +01:00 |
|
Puskar Basu
|
c9dfc8df0b
|
Fixes timing issue where refresh connections was sometimes not run when starting service. Closes #3734
|
2023-08-11 10:36:20 +01:00 |
|
Puskar Basu
|
123d5efef0
|
Update config precedence tests. Closes #3704
|
2023-08-09 13:08:56 +01:00 |
|
Binaek Sarkar
|
a01776b78f
|
Migrate from 'cloud.steampipe.io' to 'pipes.turbot.com'. Closes #3724
|
2023-08-08 12:24:38 +01:00 |
|
Puskar Basu
|
f905a2296f
|
Split service and plugin acceptance tests
|
2023-08-07 10:44:47 +01:00 |
|
Puskar Basu
|
c0860f551c
|
Fix installation.bats tests and increase BATS_TIMEOUT for service tests (#3701)
|
2023-07-28 15:38:12 +01:00 |
|
Meet Rajesh Gor
|
ce2bc0cb5b
|
Add flag for disabling writing of default plugin config during plugin installation. Closes #3531. Closes #2206
|
2023-07-28 10:15:37 +01:00 |
|
Puskar Basu
|
84ffb71412
|
Steampipe commands should bypass plugin requirement check if installed plugin is local. Closes #3643
|
2023-07-27 12:58:52 +01:00 |
|
Binaek Sarkar
|
74f2f6ae24
|
Removes deprecated 'workspace-chdir' flag. Closes #3658
|
2023-07-26 11:39:56 +01:00 |
|
Binaek Sarkar
|
854819f8f1
|
Validates workspace profile cache settings. Closes #3646
|
2023-07-14 13:22:08 +01:00 |
|
Puskar Basu
|
3c54f81e94
|
Add acceptance tests to verify steampipe db, fdw, plugins installation from registry. Closes #3656
|
2023-07-10 15:59:50 +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
|
00e4e9169d
|
Organise test_data directory. Closes #3630
|
2023-07-03 11:57:20 +01:00 |
|
Binaek Sarkar
|
9754ed0c1a
|
Creates 'version.json' in each plugin directory. Recompose the global plugin versions.json if it is missing or corrupt. Closes #3492
|
2023-06-30 08:56:59 +01:00 |
|
kai
|
9dd177204f
|
Merge branch 'v0.20.x'
# Conflicts:
# .github/workflows/test.yml
# tests/acceptance/test_files/migration.bats
|
2023-06-22 18:22:35 +01:00 |
|
Puskar Basu
|
f176fdca17
|
Add tests after each test file to check for running/leftover steampipe processes
|
2023-06-22 16:20:13 +01:00 |
|
kaidaguerre
|
43dd6c7a61
|
Refactor Plugin manager:remove support for plugins which do not support multiple connections, simplify startup.
If plugin process crashes, benchmark or dashboard runs can leave running plugin processes after shutdown. Fixes #3598
|
2023-06-21 16:18:49 +01:00 |
|
Puskar Basu
|
48f2248ddd
|
Fix expected in chaos_and_query tests
|
2023-06-21 20:09:08 +05:30 |
|
kai
|
c4b256f91f
|
Merge branch 'v0.20.x'
# Conflicts:
# cmd/plugin.go
# pkg/steampipeconfig/modconfig/connection.go
# tests/acceptance/test_files/service.bats
|
2023-06-21 13:29:01 +01:00 |
|
Binaek Sarkar
|
a1caf53eeb
|
Adds 'steampipe_server_settings' table populated with server settings data during service startup. Closes #3462
|
2023-06-21 13:23:14 +01:00 |
|
Binaek Sarkar
|
40e386f8b1
|
Fixes issue where aggregator connections are always getting updated. Closes #3582
Add `connections` column to steampipe_connection_state table
|
2023-06-20 15:44:44 +01:00 |
|
Binaek Sarkar
|
1aec14bd4c
|
Add test for plugin list with disabled connection. Closes #3561
|
2023-06-16 18:15:55 +01:00 |
|
Meet Rajesh Gor
|
3185f09bdd
|
Adds support for --output flag for plugin list cmd - along with support for json output. Closes #3368
|
2023-06-14 10:05:16 +01:00 |
|
Binaek Sarkar
|
a5242ea957
|
Fixes test where an old env var was being used for defining width in non-graphic terminals. Closes #3554
|
2023-06-12 16:03:57 +01:00 |
|
Binaek Sarkar
|
9011d3fef3
|
Merge branch 'v0.20.x'
|
2023-06-09 20:45:05 +05:30 |
|
Binaek Sarkar
|
feaeeb5061
|
Fixes issue where blank dimension values are leaving extra spaces in 'table' rendering. Closes #3474
|
2023-06-09 16:04:02 +01:00 |
|
Binaek Sarkar
|
2147aa5f1e
|
Merge branch 'v0.20.x'
|
2023-06-09 20:10:40 +05:30 |
|
Puskar Basu
|
2aaf387a2a
|
Add Linux ARM tests in Steampipe Release (CLI and Assets) workflow. Closes #3468
|
2023-06-09 10:25:24 +01:00 |
|
Puskar Basu
|
4037aaa21e
|
Re-enable tests to verify unmet dependencies behaviour for dashboard. Closes #3359
|
2023-06-09 08:58:20 +01:00 |
|
Binaek Sarkar
|
cd9dd81fab
|
Fixes issue where prefixing a 'v' on a version stream during plugin install would come back with 'not found'. Closes #3513 (#3538)
|
2023-06-08 17:23:12 +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 |
|
kaidaguerre
|
136ab15b80
|
Ensure 'Ready' connections are set to 'Pending' state on startup. Fixes #3483
|
2023-05-31 14:10:25 +01:00 |
|
kaidaguerre
|
692f3e7c30
|
Ensure 'Ready' connections are set to 'Pending' state on startup. Fixes #3483
|
2023-05-31 14:09:20 +01:00 |
|