Joseph Burnett

Results 11 issues of Joseph Burnett

The `["set"]` metadata emitted by the diff operations is not strictly necessary. The use of an object implies set semantics and it works fine without it. jd should stop emitting...

enhancement
help wanted
good first issue

We have added a `-precision` flag: https://github.com/josephburnett/jd/issues/57 but the UI needs a precision setting too.

It seems that the CI testing badges in README.md have stopped working. Perhaps the jchester-knative pipeline is torn down or broken by the golang module restructuring we've done. https://wings.pivotal.io/teams/jchester-knative/pipelines/skenario/jobs/test/

automation
concourse

The [HPA](https://github.com/pivotal/skenario/projects/1) and [VPA](https://github.com/pivotal/skenario/projects/2) projects have adding a few layers to the architecture of Skenario. And the plugin architecture is not yet done. However, we should document what we have...

(Copied from https://github.com/josephburnett/sk-plugin/issues/1 when sk-plugin was moved to the skenario respository) Now sk-plugin protocol provides 2 callback functions, 2 input and 1 output. (input) Event--create, update and delete events for...

An implementation of #62. Input to a simulation run in a Scenario message. Output is a Result message.

Without Knative buffering and routing, we don't need to inject an endpoints informer into replicas.

Currently various traffic patterns are defined as a [golang object that the UI and core simulator both know about](https://github.com/pivotal/skenario/blob/7f37e52d3c7a37ddad7daa1c2bd8bdd0c402f96f/pkg/serve/run_handler.go#L60). And the same for the [metrics returned to the UI](https://github.com/pivotal/skenario/blob/7f37e52d3c7a37ddad7daa1c2bd8bdd0c402f96f/pkg/serve/run_handler.go#L142). This...

enhancement

The UI should accept a yaml object (e.g. HPA) which will be plumbed through the core all the way to the autoscaling plugin. So for an HPA plugin it would...

enhancement