Felix Hassert

Results 8 issues of Felix Hassert

Many languages offer syntactic sugar for defining default values in form of a [null coalescing operator](https://en.wikipedia.org/wiki/Null_coalescing_operator). The most common one seems to be `??`. `go-cty` offers the [`coalesce()`](https://pkg.go.dev/github.com/zclconf/go-cty/cty/function/stdlib#Coalesce) function for...

I use nerdctl in a `lima` vm on mac as a replacement for `docker-compose`. `docker compose` (or `docker-compose`) supports a `stop` command. It retains the created containers by just stopping...

enhancement
area/compose

**Describe the bug** When a deployment triggered by `odsComponentStageRolloutOpenShiftDeployment()` fails, DeploymentConfigs in OCP might be left in _pauses_ state. There is code to catch an fix that: https://github.com/opendevstack/ods-jenkins-shared-library/blob/4.x/src/org/ods/component/RolloutOpenShiftDeploymentStage.groovy#L156 But I...

bug

I couldn't find cdhb in the PHP7 [extension catalog](https://github.com/gophp7/gophp7-ext/wiki/extensions-catalog). Is a port to PHP7 planned?

**Describe the bug** We have a fairly regular branch-mapping configured in our ODS 4.x project: ``` odsComponentPipeline( branchToEnvironmentMapping: [ 'develop': 'dev', 'test': 'test', 'eval': 'eval' ] ) { context ->...

bug

**Describe the bug** I have a set up where I use Couper as an egress Gateway to implement a client-side rate limiting. (I have a group of services that use...

bug

The `jobs` configure the `interval`. That is the duration between two invocations of the `job`. The first is "on startup" of Couper. I had a situation, where I have a...

enhancement

Couper supports a htpasswd_file in the basic_auth access control. There is already a range of hashing algorithms supported like APR1 style, bcrypt…. I would like to use argon2 as this...

enhancement
theme/access_control