René Dupont
René Dupont
**Describe the bug** I am using Postgres 12, Alembic (1.7.1) and SQLAlchemy (1.4.23) and have something like this SQLAlchemy enum in my model: ``` class MyEnum(enum.Enum): one= 'one' two= 'two'...
**Describe the bug** We are using helm charts and in there, we configured to pull the latest image which we build earlier in the pipeline run: ``` image: ... tag:...
**Describe the bug** Using Java 17 (ODS 4.x) [as described in the docs](https://www.opendevstack.org/ods-documentation/opendevstack/4.x/quickstarters/be-java-springboot.html#_migration_to_java_17) does not work. There are actually two issues, one is a bug in the jenkins-maven-agent that lets...
**EDIT**: This issue was named "Can't locally pull gradle plugins from inside corporate network" beforehand but the plugin URL seems to be whitelisted by now and hence it is not...
In the [agent-base doc](https://github.com/opendevstack/ods-core/blob/master/docs/modules/jenkins/pages/agent-base.adoc) the aqua cli (as well as its [download url that needs to be configured](https://github.com/opendevstack/ods-core/blob/master/jenkins/agent-base/Dockerfile.ubi8#L87)) is missing. I also found nowhere in the installation documentation the mentioning...
**Describe the bug** I have two components that I wanted to release via the release manager / orchestration pipeline. In both components I had in each Jenkinsfile this: ``` class...
Hello, I am using client credential grant flow and want to verify incoming tokens completely without connecting to my provider (Microsoft Entra, formerly known as Azure AD). Therefore I went...
**Is your feature request related to a problem? Please describe.** I noticed that many java files have a huge text at the beginning regarding Copyright and also an `author` annotation...