Matthew Fisher

Results 104 issues of Matthew Fisher

This allows users to build their bundles from source. Signed-off-by: Matthew Fisher

in progress

related to work being done in deis/duffle#183 Signed-off-by: Matthew Fisher

## Service Brokers A service broker is a wrapper to common web services for centralized service creation (known as provisioning). It can work with common on-premise services such as a...

enhancement
API

Most hosting platforms have a way of scaling the number of instances up and down. For example, the staging instance of the application may need only one instance up and...

enhancement
API
UI

After merging #880, Hippo is left with no logo. Just some alt text. ![image](https://user-images.githubusercontent.com/1360539/173698728-3a06e7e2-bb2d-475f-9498-b10b7f8c8307.png) Hippo's old logo was the FontAwesome Hippo logo: https://github.com/deislabs/hippo/blob/ddc1f859c2eb27739cc1674c7fba7db7bfda9f0c/src/Web/ClientApp/src/app/components/navbar/navbar.component.html#L4 The lazy approach would be to download...

enhancement
UI

We want to check which version of spin is installed to ensure compatibility with hippo.

enhancement
API

As a user, I'd like to delete my account. No API exists for this at the present moment.

enhancement
API
security

Because a few of the core objects inside Hippo rely on account information, we should de-couple the EF Core identity framework from the Account we store in the database, using...

refactor

Typically, a hosted cloud platform has you log in with your account, create applications, upload personal security keys, some form of user/group management etc. Right now, anyone with credentials can...

API
UI
security

As an administrator, I would like to perform scheduled backups to a location so that I can delete and restore the state of my cluster. This includes: - backups of...

documentation