cloud_controller_ng
cloud_controller_ng copied to clipboard
Cloud Foundry Cloud Controller
It is possible to create a space/org role for an arbitrary user guid. The following does succeed, event if the guid does not exist: ``` cf curl /v3/roles -X POST...
Ruby 3.4
Seems like we might have to skip upgrading to Ruby 3.3 because it doesn't look like the default version of Bundler will get the bugfix we need. Trying to upgrade...
For both service plans and service offerings. Thanks for contributing to cloud_controller_ng. To speed up the process of reviewing your pull request please provide us with: * A short explanation...
Hey I was working on a scenario where I was doing the following steps but I am getting an error from CAPI. 1. push an app 2. restage it to...
### Problem A problem we've been facing involves the pruning of old AppUsageEvent and ServiceUsageEvent records. Often, these records are removed before the corresponding Apps or Services have actually stopped,...
* A short explanation of the proposed change: We want to update the Fog Azure gems to meet security requirements. Currently the gems are resolved from (outdated) feature branches because...
The error codes `60003` and `290013` appear twice. While many YAML parsers can cope with duplicate mapping keys, many parser will error out. External tools, like for example [go-cfclient's gen_error.go](https://github.com/cloudfoundry/go-cfclient/blob/main/tools/gen_error.go),...
Puma is the default web server since [capi-release v1.196.0](https://github.com/cloudfoundry/capi-release/releases/tag/1.196.0) released on 7th Nov 24. This issue is to discuss the timeline for removing the Thin webserver from ccng. Steps: 1....
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" } ```...
Moves the SharedBitsPacker back into the LocalBitsPacker (see https://github.com/cloudfoundry/cloud_controller_ng/commit/552be4c372f0a088200a497ffbd1d1ab5c01fefb for context on why it was split originally) * [x] I have reviewed the [contributing guide](https://github.com/cloudfoundry/cloud_controller_ng/blob/main/CONTRIBUTING.md) * [x] I have viewed,...