Commit Graph

299 Commits

Author SHA1 Message Date
Mike Burgess
83d668a750 Merge branch 'v0.18.x' 2023-01-27 13:32:31 +00:00
Mike Burgess
4d3ba6edda v0.18.2 2023-01-27 11:00:07 +00:00
Mike Burgess
adfda163a7 Merge branch 'v0.18.x' 2023-01-23 11:58:02 +00:00
Mike Burgess
4df301b852 v0.18.2-rc.0 2023-01-23 11:54:03 +00:00
Mike Burgess
afff227a5b Merge branch 'v0.18.x' 2023-01-23 10:38:58 +00:00
Binaek Sarkar
ed4fc2d293 Updates 'csv' output for 'query' to output empty string for cells with 'null' values. Closes #2847 2023-01-20 09:26:30 +00:00
kai
fbe3b4c09a Merge branch 'v0.18.x' into main 2023-01-18 14:51:18 +00:00
Puskar Basu
e4c50a9477 Ensure correct exit code is returned when a mod plugin requirements are not met. Closes #2986 2023-01-18 14:43:44 +00:00
Binaek Sarkar
5dc46c4e09 Increase database connection timeout and improve the error message if connection failure occurs. Closes #2377 2023-01-18 14:31:26 +00:00
Binaek Sarkar
993259de52 Increase database connection timeout and improve the error message if connection failure occurs. Closes #2377 2023-01-18 14:26:19 +00:00
kai
15ec064873 Merge branch 'v0.18.x' into main 2023-01-18 12:29:49 +00:00
kai
cbc65c5a7f Temporarily remove validation that input references have a value suffix. #2990 2023-01-18 12:26:10 +00:00
kaidaguerre
21b1172147 Update HCL validation to allow benchmark and control blocks in dashboard. Closes #3015 2023-01-18 12:24:58 +00:00
kai
4b381f8281 Merge branch 'v0.18.x' into main 2023-01-17 16:14:45 +00:00
kai
0a64dc7d8e v0.18.1 2023-01-17 16:12:22 +00:00
Binaek Sarkar
bc5f6bd46e Fixes issue where steampipe notifies of available update even if plugin is updated. Closes #2998 2023-01-17 15:25:33 +00:00
kaidaguerre
df1c8c404a Fix introspection table creation for check --where and --tag. Closes #3001 2023-01-17 12:52:59 +00:00
kaidaguerre
33f4f80565 Workspace file watching events sometime cause dashboard to stall and stop responding to events. Cancelling dashboards (e.g. by pressing 'back' on the browser) sometimes leave the server in a state where it will not respond to socket events. Closes #3007. Closes #3008 2023-01-17 12:52:59 +00:00
kaidaguerre
b59d86c8a9 Fix introspection table creation for check --where and --tag. Closes #3001 2023-01-17 12:47:41 +00:00
kaidaguerre
6ee391faba Workspace file watching events sometime cause dashboard to stall and stop responding to events. Cancelling dashboards (e.g. by pressing 'back' on the browser) sometimes leave the server in a state where it will not respond to socket events. #3007.#. #3008 2023-01-17 11:52:53 +00:00
kaidaguerre
076b5c1957 Validate that input references are of the form self.input.<input-name>.value. Closes #2990 2023-01-16 12:30:34 +00:00
kai
621b01cf6a v0.18.0 2023-01-12 14:43:04 +00:00
kaidaguerre
0e4f0460ed Revert "Add blocking_children to LeafNodeUpdated event" (#2988)
* Revert "Add `blocking_children` to LeafNodeUpdated event"

This reverts commit 302181dd
2023-01-12 14:42:17 +00:00
kai
c4f7651bc5 Update validation - make havving both param and query property set a warning not an error 2023-01-12 09:49:30 +00:00
Mike Burgess
915cea04f5 v0.18.0-rc.3 2023-01-11 17:56:02 +00:00
Mike Burgess
1ba8c7d7a1 Dashboard panels should not show if dependent inputs are not populated. Closes #2894. (#2982) 2023-01-11 17:54:21 +00:00
kaidaguerre
425d9a9145 Fix positional args using with glob syntax. Closes #2984 2023-01-11 17:17:07 +00:00
kaidaguerre
15984137ae Add deprecation warnings for deprecated hcl properties. Closes #2973 2023-01-11 16:34:58 +00:00
kaidaguerre
6fd6a826b5 Fix inputs in different dashboard with same name causing parse failure. Closes #2979 2023-01-11 15:43:14 +00:00
dependabot[bot]
bcbbaa2881 [dep][go](deps): Bump github.com/sethvargo/go-retry from 0.1.0 to 0.2.4 (#2875)
* [dep][go](deps): Bump github.com/sethvargo/go-retry from 0.1.0 to 0.2.4

Bumps [github.com/sethvargo/go-retry](https://github.com/sethvargo/go-retry) from 0.1.0 to 0.2.4.
- [Release notes](https://github.com/sethvargo/go-retry/releases)
- [Commits](https://github.com/sethvargo/go-retry/compare/v0.1.0...v0.2.4)

---
updated-dependencies:
- dependency-name: github.com/sethvargo/go-retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update for new goretry version

* trying with SDK main

* assignment

* updating SDK version

* update usage

* bump up SDK

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Binaek Sarkar <binaek@turbot.com>
2023-01-11 15:29:58 +00:00
kai
68804f8a8b v0.18.0-rc.2 2023-01-09 22:36:44 +00:00
kaidaguerre
cf81bbcee4 Remove search_path and search_path_prefix from Control and Query. Closes #2963 2023-01-09 22:35:08 +00:00
kaidaguerre
db2cd925bd Update parsing to validate hcl properties. Closes #2923 2023-01-09 21:44:05 +00:00
kaidaguerre
1f879761b9 Fix invalid node found in control execution tree error when exporting control run as snapshot. Closes #2957 2023-01-09 11:37:12 +00:00
kai
81b9797fe3 v0.18.0-rc.1 2023-01-06 17:50:52 +00:00
kaidaguerre
d254301f9e When editing dashboard files, after adding/fixing errors in the HCL the dashboard server will sometimes stall. Closes #2952
Fixed tactically by increasing the channel buffer size and also adding a timeout/cancellation support to the dashboard event sending code
2023-01-06 17:49:43 +00:00
kaidaguerre
718c4f1944 Update steampipe_reference introspection table to include references from with blocks. Closes #2934
* Move AddReference and GetReferences to ResourceWithMetadataImpl
* Remove resourceMapProvider from setBaseProperties signature
* Remove MergeBaseDependencies
* Remove 'base; property from with
* Only populate refs if introspection is enabled
2023-01-06 17:18:24 +00:00
Puskar Basu
34ecf67496 Use consistent and defined exit codes. Closes #2935 2023-01-06 14:14:05 +00:00
kaidaguerre
2d2a137705 Split WithProvider from RuntimeDependencyProvider. Only dashboard and NodeEdgeProviders can have with blocks. Closes #2946 2023-01-05 18:02:44 +00:00
kai
694c459004 v0.18.0-rc.0 2023-01-04 15:27:51 +00:00
kaidaguerre
0a391e9636 Update dashboard states to "initialized", "blocked", "running", "complete", "error", "canceled". Closes #2939 2023-01-04 14:08:56 +00:00
Mike Burgess
8941c946e6 v0.18.0-alpha.31 2022-12-27 12:34:50 +00:00
Mike Burgess
de04188ce0 v0.18.0-alpha.30 2022-12-26 13:32:56 +00:00
Mike Burgess
b6ded20b02 v0.18.0-alpha.29 2022-12-23 23:14:27 +00:00
kai
ce672db1b7 v0.18.0-alpha.28 2022-12-23 13:38:18 +00:00
kaidaguerre
689ed6d06b Add support for dependencies between withs. Closes #2914 2022-12-23 13:36:40 +00:00
kai
dbc209147d Fix incorrect initial value of CheckRun RunStatus, which was preventing benchmarks from running as dashboard.
Rationalise MappableResource
2022-12-23 13:36:19 +00:00
kai
cd80fa28e4 Remove redundant code. Add issues to TODOs. 2022-12-23 13:15:46 +00:00
Mike Burgess
8ee74516a3 v0.18.0-alpha.27 2022-12-22 16:05:55 +00:00
kaidaguerre
6350f99a51 Fix dashboard file watching not re executing a dashboard if the with of a base resource changes. Closes #2908 2022-12-22 14:12:02 +00:00