Sebastian Titakis
Sebastian Titakis
**Current Problem**: The ODS E2E tests are regularly impacted by broken builds of the jenkins agents dockerfiles (located in folder `common`). This leads to permanent overhead of fixing the broken...
fixes #761
Enable local development and test of the project creation part of the java spring quickstarter by providing a Makefile. The instructions that creates a project and customizes it are currently...
**Problem background** Currently each jenkins agent provides a runtime version for a specific programming languages. This brings some limitations when upgrading projects from one ODS version to a new one...
Problem: missing nexus repository for the gradle service distribution site. Background: The spring boot quickstarter uses the gradle wrapper as build tool. The gradle wrapper downloads the gradle binary from...
To avoid problem in the corporate environment while this issue is open #720 we will disable the openshift service adapter by default
Currently when an component is being provisioned if no error happens a successful response is sent back to the client (front end or endpoint consumer). However this successful answer just...
There are some code aspects of the provisioning app that we need to improve. Goals of this issue are to clean up some antipatterns, improve unit tests, improve code readability,...
When projects are deleted outside the provisioning app directly in the underlying systems like openshift, jira, confluence and/or bitbucket the provisioning storage becomes outdated. So, this ends up in the...
Openapi documentation could help facilitate integration documentation and integration of other applications. To implement this support for springdoc-openapi can be added.