Sven Krieger
Sven Krieger
Add missing `guids` query parameter of service instance list endpoint to docs
Thanks for submitting an issue to `cloud_controller_ng`. We are always trying to improve! To help us, please fill out the following template. ## Issue Shared route cannot be used in...
Thanks for contributing to cloud_controller_ng. To speed up the process of reviewing your pull request please provide us with: * A short explanation of the proposed change: Preventing duplicates in...
Thanks for contributing to cloud_controller_ng. To speed up the process of reviewing your pull request please provide us with: * A short explanation of the proposed change: Add includes for...
Thanks for contributing to cloud_controller_ng. To speed up the process of reviewing your pull request please provide us with: The test failed (https://github.com/cloudfoundry/cloud_controller_ng/runs/7670613025?check_suite_focus=true) because the generated expected droplet URL is...
## Issue Once every while we have users whose buildpack cache gets so big that they can't push their app anymore, because it exceeds the 4GB limit of the staging...
## Issue Currently recursive delete operations like org, space, app delete, which implicitly delete service bindings and/or service instances, will fail if one of the service related deletions are handled...
## Issue Assigning space roles to users is only possible as long as the user has the `organization_user` role. Even when the user has other org roles like `organization_manager`, space...
**What's the user value of this feature request?** Transparent handling of the `organization_user` role and with that less confusion and better usability. **Who is the functionality for?** Users who have...
## Issue A route delete request led to an unknown error 500 response. ## Context This was caused by trying to delete the service binding from the DB, but the...