Johannes Haass
Johannes Haass
**Please fill out the issue checklist below and provide ALL the requested information.** - [x] I reviewed open and closed github issues that may be related to my problem. -...
Replace `URI.encode` with `URI.encode_www_form_component` to make gem compatible to Ruby version to 3.x. The integration tests passed successfully **however** there might be some specials case as previously only certain characters...
In some cases it might happen that the returned results have the wrong order, e.g. when running cc with postgres 10 and special foreign key indexes (commit: https://github.com/cloudfoundry/cloud_controller_ng/commit/5bb3fe9076f455a7857fdbb33efcf33b31fdc462 / https://github.com/cloudfoundry/cloud_controller_ng/pull/3509)...
## Issue User tries to call `DELETE` `v3/app/` for an app with a service binding where the service broker does not reply synchronously. This can result in a failed v3...
## Issue `cloud_controller_ng` uses multiple HTTP clients: | Gem | used for | last updated | |---|---|---| | [`Net::HTTP`](https://github.com/ruby/net-http) | [`uaa_client_manager.rb`](https://github.com/cloudfoundry/cloud_controller_ng/blob/main/lib/services/sso/uaa/uaa_client_manager.rb) [`service_gateway_client.rb`](https://github.com/cloudfoundry/cloud_controller_ng/blob/main/lib/vcap/services/api/clients/service_gateway_client.rb) | Ruby system package | | [`httpclient`](https://github.com/nahi/httpclient) |...
The CATS tasks allows to provide a [cf-cli input](https://github.com/cloudfoundry/cf-deployment-concourse-tasks/blob/d533685177bad18f3940f6f29fe2a0c551a8b954/run-cats/task.yml#L14-L15). However in the [task itself](https://github.com/cloudfoundry/cf-deployment-concourse-tasks/blob/d533685177bad18f3940f6f29fe2a0c551a8b954/run-cats/task#L6-L10) it expects that CF CLI is provided as binary which the [CF CLI Github release](https://github.com/cloudfoundry/cli/releases/tag/v8.7.10) does...
* A short explanation of the proposed change: [cloud_controller_ng/pull/3887](https://github.com/cloudfoundry/cloud_controller_ng/pull/3887) introduces the option run multiple delayed worker threads for one worker process. To allow operators to configure the number of threads...
## TL;DR This POC adds a new blobstore client which is based on the [bosh-azure-storage-cli](https://github.com/cloudfoundry/bosh-azure-storage-cli). We consider this as a potential replacement for deprecated fog libraries like azure fog. The...
Example service instance: ``` json { "guid": "3a2f5713-c979-45cc-9524-f513f9ad1238", "created_at": "2024-10-17T15:57:46Z", "updated_at": "2024-10-17T15:57:46Z", "name": "my-service-instance", "tags": [], "last_operation": { "type": "update", "state": "succeeded", "description": "", "updated_at": "2024-10-28T08:39:15Z", "created_at": "2024-10-28T08:39:15Z" } ```...
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: * An explanation...