Florian Braun
Florian Braun
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: With this change...
* A short explanation of the proposed change: Add the `/v3/service_instance/:guid/permissions` endpoint that enables service_instance dashboard functionality with the V3 API * An explanation of the use cases your change...
## Issue Deprecating the V2 api there is following workflow that imho is not covered by V3 API https://docs.cloudfoundry.org/services/dashboard-sso.html#checking-user-permissions The `v3/service_instance/:guid/permissions` endpoint is not implemented and afaik no way to...
## Issue There are audit log events that when fetched over v3 api are missing the `name` field of the target. ## Context Currently it is just known that auditlog...
This includes two changes. 1. Unittests now dont run on PRs that are just markdown. 2. The decitions documentation was moved to /docs as it feels to be the right...
## Issue Currently CC_NG logs or adds a header how long each request took server side. It would be highly interesting to know, how much of that time was spend...
## Issue Different sources claim alternative ruby implementations as well as CRuby 3.x do have a positive performance impact on rails applications that can be quite substantiell. ## Context See...
## Issue Different sources claim alternative ruby implementations as well as CRuby 3.x do have a positive performance impact on rails applications that can be quite substantial. ## Context See...
## Issue Tune an example endpoint (/v3/security_groups for which we have perf and load tests) as good as possible (SQL queries even if this means 'bypassing' CC design) ## Context...
proxy is only used when a system wide proxy is supplied via env variables HTTP_PROXY or HTTPS_PROXY like it is common on OSX and Linux If no variable is set,...