Jonathan Ballet

Results 29 issues of Jonathan Ballet

Currently, the [`RedisNamespaceManager` prefixes all the keys with `beaker_cache:`](https://github.com/bbangert/beaker/blob/master/beaker/ext/redisnm.py#L53). This should be a configurable parameter of the namespace manager, that would allow to use different instances of Beaker with different...

The default recipe from `zc.recipe.egg` is quite useful and can be configured to a certain extent. Although additional recipes provided allow to set environment variables from the Buildout configuration file...

I configured all the things in AWS as explained in the README of Ice and as we are mostly (99%) using AWS from eu-central-1, I setup the S3 bucket to...

We are using Kitchen conjointly with Packer to build our images. Although Packer builds the final image, Kitchen + kitchen-ec2 makes the *development* workflow much much easier. There are 2...

Improvement
Accepted

The API doesn't support updating tags when updating a new service (see https://docs.opsgenie.com/docs/service-api#update-service), so updates are silently ignored. I'm not sure what's the best to do here: ignore or force...

This is not supported by the API: https://docs.opsgenie.com/docs/integration-api#update-integration Note that, if changed, this will recreate the API integration from scratch and will most likely change the API key associated with...

### Terraform Version ``` $ terraform -v Terraform v0.14.6 ``` ### Affected Resource(s) - `opsgenie_schedule_rotation` ### Terraform Configuration Files ```hcl resource "opsgenie_schedule_rotation" "test" { name = "Daytime" schedule_id = opsgenie_schedule.test.id...

Changing the "owner team" on an API integration produces a plan that shows the team is going to be updated, but the apply never updates the team. ### Terraform Version...

### What would you like Renovate to be able to do? [TFLint](https://github.com/terraform-linters/tflint/) is a pluggable linter for [Terraform](https://terraform.io). It can be extended by adding new plugins, which are enabled via...

type:feature
priority-3-medium
new package manager
status:ready

### Terraform Version ``` $ terraform -v Terraform v1.2.9 on linux_amd64 + provider registry.terraform.io/integrations/github v4.31.0 ``` ### Affected Resource(s) Please list the resources as a list, for example: - `github_repository`...