Greg Cobb
Greg Cobb
In [v3 docs](https://v3-apidocs.cloudfoundry.org/version/3.93.0/index.html#organization-quotas-in-v3), it’s mentioned `apps.per_app_tasks` is per app: “Maximum number of running tasks in a single application”. However, with `apps.per_app_tasks` set to 1 with two different apps in same...
Package upload already uses a delayed job to handle the upload: https://github.com/cloudfoundry/cloud_controller_ng/blob/a07e31411712d3ee196f26032f087ab84949cd53/app/controllers/v3/packages_controller.rb#L63-L68 Clients likely already have mechanisms for polling job resources returned from other async endpoints. It would make their...
The droplet resource has link to its package, but there isn't an easy way to recover the package guid (other than parsing it from the link). For example, the package...
### Reproduction Steps ``` cf curl -X POST /v3/apps -d '{ "name": "🍹", "relationships": { "space": { "data": { "guid": "f868de95-bc7e-4f84-9801-9d6814bfadb2" } } } }' { "errors": [ { "title":...
- TLS everywhere! - The blobstore TLS port was already used for internal routes. ## Please take a moment to review the questions before submitting the PR ### WHAT is...
### Describe the bug Running `kiln test` doesn't work out of the box on my machine (MacOS + Docker Desktop), due to the location of the docker socket. ### Reproduction...
- Use role_applies? with the existing roles constant, rather than querying the user's org and space membership - Remove duplicate tests Thanks for contributing to cloud_controller_ng. To speed up the...
Running version: https://gerg.github.io/cf-onboarding/ This should be to `gh-pages` branch, but you can't create PRs to new branches. - With the demise of Pivotal Tracker, there needs to be a new...
* Work needed to reduce costs of OSS CI in an effort to make it sustainable for CFF * See https://cloudfoundry.slack.com/archives/C08SZFRNBUP for CFF-wide cost discussions * See https://cloudfoundry.slack.com/archives/C02LR0XCV3M/p1747682936927769 for ARI...