infrastructure
Here are 1,750 public repositories matching this topic...
-
Updated
Nov 9, 2021 - Rust
-
Updated
Nov 3, 2021
Description
It is not an actual bug but in the documentation here -> https://docs.prefect.io/orchestration/concepts/api.html#queries
flow_run actually needs to be flow_runs.
Otherwise it does not work for me.
Expected Behavior
Documentation should be updated.
Reproduction
Description
Add CLI bash completion of APIs and environments. Environments is lower priority.
Additional Context
- The operator will need an endpoint to provide the list of APIs. Which env to use? Pull it from the still-being-typed command (e.g. if
--env aws
is typed already)? - Env names can be read from the CLI config
- [Cobra docs](https://github.com/spf13/cobra/blob/master
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Nov 11, 2021 - Ruby
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Nov 5, 2021 - Python
-
Updated
Mar 1, 2021
-
Updated
Nov 10, 2021 - Go
-
Updated
Nov 10, 2021 - C
🚀 Feature Request
ENUMs for the catalyst-based conventions.
As an example, I will use scope
.
Motivation
We have a lot of callbacks that used scope
and maybe some other parameter that has only in catalyst-based meaning.
And every time we need to do something like that:
if isinstance(scope, str) and scope in [
"on_batch_end",
"on_batch_start",
- terrascan version: 1.9.0
- terraform version: 1.0.1
Enhancement Request
Other security scanning tools (e.g. checkov
and tfsec
) have a --soft-fail
flag or equivalent option that allows you to always exit with 0 status.
Extremely useful when running the tool without halting a pipeline for example.
I currently use a workaround, but something more concrete would be very desira
-
Updated
Nov 11, 2021 - Java
-
Updated
May 16, 2021 - Ruby
-
Updated
Nov 22, 2018 - Go
-
Updated
Nov 11, 2021 - Ruby
-
Updated
Oct 21, 2021 - Go
A number of modules, and scripts in the test suite start with
#!/usr/bin/env python
In general it is better to use
#!/usr/bin/env python
because that allows execution inside a virtualenv, or when python
is installed elsewhere, e.g. /usr/loca/bin/python.
There may be cases in which we really do want to hard code the path - for instance testing detection/selection of `
-
Updated
Jul 12, 2021 - Go
-
Updated
Aug 6, 2021 - HTML
-
Updated
Nov 10, 2021 - Python
-
Updated
Nov 9, 2021 - Python
-
Updated
Nov 10, 2021 - Python
-
Updated
Nov 9, 2021 - Python
especially for less obvious but lengthy code snippets!
-
Updated
Oct 22, 2021 - Ruby
Improve this page
Add a description, image, and links to the infrastructure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infrastructure topic, visit your repo's landing page and select "manage topics."
When viewing a code coverage report, there is the Explore Files section at the bottom. Clicking on a parent in the bread crumb results in no files listed and cannot get back to original file listing view.
Expected Behavior
When clicking on a link in the bread crumb the list of files would update with the relevant file listing. I should be able to navigate all the way back to the original