Seth Boyles
Seth Boyles
An "Export to SVG file" would be something handy for users who would like to take images from their nannou sketches and work with them externally (e.g. printing, laser cutting,...
* This inconsistency mostly causes several flakey tests Co-authored-by: Seth Boyles Co-authored-by: Michael Oleske Thanks for contributing to cloud_controller_ng. To speed up the process of reviewing your pull request please...
## Issue Currently, if a service for an app was configured with parameters other than name (e.g. the `parameters` or `binding_name` field), they will not be shown when generating a...
Currently CCNG uses [statsd-injector](https://github.com/cloudfoundry/statsd-injector-release) to gather Statsd style metrics and forward them to loggregator. We should build a `/metrics` endpoint to supply those same metrics, so we can use [prom-scraper](https://github.com/cloudfoundry/loggregator-agent-release/blob/main/docs/prom-scraper.md)...
**Context** Removing service instances from a manifest does not unbind them from the app or delete the service instance. Showing service instances removed from the manifest in the diff can...
### Impetus As part of our [efforts to upgrade to Ruby 3](https://github.com/cloudfoundry/cloud_controller_ng/pull/2623) and [to upgrade the fog-aws gem](https://github.com/cloudfoundry/cloud_controller_ng/pull/2478) to [enable IMDSv2](https://github.com/cloudfoundry/cloud_controller_ng/issues/2597), we discovered a lot of inter-compatibility issues between the...
### Why? [Thin](https://github.com/macournoyer/thin) has not been under active support for many years and has not seen a release since 2016. Additionally, Thin (and EventMachine, which it is based off of)...
Context Last week (March 24th) a PR was introduced to fix an issue where service binding parameters were not passed in on the apply manifest stage, this would mean that...
To reproduce: manifest.yaml: ``` applications: - name: morc2 buildpacks: - go_buildpack env: GOPACKAGENAME: cora VAR: foobar processes: - type: web instances: 2 ``` note: default_route is not specified. Using the...
Follow up to https://www.pivotaltracker.com/story/show/169001680 and https://www.pivotaltracker.com/story/show/173478178 **Objective:** PM can write stories to expand usage of `NotUniqueError` to all relevant endpoints. **Method:** Explore the API source code to find other cases...