Yosef Fertel
Yosef Fertel
Leverage DockerHub's Automated build to pick up changes and deploy public `saws` image to dockerhub. My understanding is this should be done under @donnemartin's account as he is the owner...
Connects to #51 - Modify Dockerfile to leverage smaller alpine based instance - Build image from sources rather than downloading from pip Automated builds on https://hub.docker.com/r/frosforever/saws/ building off `docker` branch...
Connects to #6976 It's possible for there to be orphaned edges in the constructed graph. Using `map.apply` to retrieve the edge will then fail with `NoSuchElementException`. This PR updates to...
## steps ### Project files: `build.sbt`: ```sbt libraryDependencies ++= Seq( "com.github.dikhan" % "pagerduty-client" % "3.1.2" ) ``` `project/plugins.sbt`: ``` addDependencyTreePlugin ``` `project/build.properties`: ``` sbt.version=1.7.1 ``` ## problem Calling `dependencyBrowseGraph` on...
To paginate responses from `GetLogEvents` api currently requires either `nextForwardToken` or `nextBackwardToken` depending on is `startFromHead` is true. This means it does not seem to neatly fit into the pagination...
Terraform quick doc no longer links to terraform documentation. ### Prerequisites - [x] Ensure you have latest version of plugin installed (`0.7.14`) - [x] Search for possible issue duplicates (related...
Thanks in advance for reviewing!
### Affected Resource(s) `databricks_service_principal_secret` https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/service_principal_secret ### Expected Details  When clicking the "Authenticating with service principal" I would expect to be linked to https://registry.terraform.io/providers/databricks/databricks/latest/docs#authenticating-with-service-principal. However, it instead links to https://registry.terraform.io/providers/databricks/databricks/latest/docs/index#authenticating-with-service-principal...
### Affected Resource(s) `mws_credentials` https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/mws_credentials ### List of things to potentially add/remove: This is a list of things to manipulate in the docs: - [ ] `account_id` is deprecated and...
Using version `2.0.0` results in inconsistent merge strategy logging vs displayed counts. An example: ``` [info] 6 file(s) merged using strategy 'Concat' (Run the task at debug level to see...