Aaron Schlesinger

Results 325 comments of Aaron Schlesinger

removing from RC1, as this is not critical to the RC

the `FakeNamespaceDeleter` will also have to be updated to support concurrent deletes. it'll need to `append` to its internal slice in a critical section

I'm moving this to RC1. Also note that I haven't looked at the state of the code or amount of coverage in unit tests yet. I just noticed that there...

Removing from alpha 2. Demo documentation is sufficient at this point, given https://github.com/deis/steward-demo-s3 is in order

This issue has changed a bit. We've split steward into two components as of now: - [steward-framework](https://github.coim/deis/steward-framework): the Go SDK for Kubernetes resource and control loops - [steward-cf](https://github.com/deis/steward-cf): the CloudFoundry...

@rimusz this issue could mean two things. can you clarify which you mean? 1. Steward should provision some persistent storage for itself, and write its state information (service catalogs, binding/provisioning...

I'm a little confused here, so please bear with me. @davidchua it looks like the `ServiceCatalogEntry` third party resource becomes missing, and that may be correlated to the `500` response...

The separation is already done via the `testredis` build tag. The Makefile enables these tests in its `test-unit` target (https://github.com/deis/logger/blob/master/Makefile#L119), but the new build target is not in place