Florian Braun

Results 22 issues of 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...

unscheduled

* 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...

unscheduled

## 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...

unscheduled

## 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...

unscheduled

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...

unscheduled

## 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...

unscheduled
performance

## 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...

unscheduled
performance
PoC

## 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...

unscheduled
performance
PoC

## 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...

unscheduled
performance
PoC

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,...