Graza

Results 13 issues of Graza

**Describe the bug** When many steps are executed in parallel, sometimes the step completion message is omitted from the server output. Censored example: ``` exec_cn0... [hn_top.post_message_to_slack[0]] Starting http: POST https://hooks.slack.com/services/...

bug

## Context Was discussing observations as per [Issue 835](https://github.com/turbot/flowpipe/issues/835) where I can pass a final name part as a Pipeline index (for a dependency mod). ```hcl step "transform" "pl_name" {...

bug

## Context I have a pipeline in a dependency mod `aws.pipeline.list_s3_buckets` which I wish to run in a pipeline step. Both of the following approaches give me the same error:...

bug

## Context When attempting to utilise a variable in the Pipeline index string, as shown below: ```hcl step "pipeline" "pl_step" { pipeline = pipeline["pipeline_prefix_${var.some_variable}"] } ``` I get an error:...

bug

## Context When composing pipelines with variable inputs, sometimes we want to only support a limited number of options for the variable. A simple example may be `var.route` which we...

enhancement

Currently the `ec2_instance_older_generation` control is using a hard-coded list of out-dated instance families to check for: `t2.% m3.% m4.%` [Query](https://github.com/turbot/steampipe-mod-aws-thrifty/blob/51465aaec136fde23459aa44573215d260ab75e3/controls/ec2.sp#L345-L356) Ideally, once the region based changes are implemented for the...

enhancement

I would expect that the below would result in the step `test` not being run, but seemingly it runs. ```hcl mod "local" { title = "if-loop" } pipeline "test" {...

bug

- [x] Verify Statistics in `gitlab_project` table. - [x] Verify `ref` column on `gitlab_project_repository` - [x] Upgrade Steampipe SDK Version - [x] Upgrade GitLab SDK Version - [ ] `Group`...

help wanted

ListOptions has been updated to include: ```go // For keyset-based paginated result sets, name of the column by which to order OrderBy string `url:"order_by,omitempty" json:"order_by,omitempty"` // For keyset-based paginated result...

enhancement