Hunter Nield

Results 21 issues of Hunter Nield

To help new users get up to speed quickly some example pipelines could be included. A few initial ideas: - [x] Build Go binary and export to a minimal scratch...

enhancement
in progress

Currently all builds are returned when querying a pipeline's `/build` endpoint which can mean a lot of unneeded data (and slow responses). The API should implement pagination.

enhancement

Moving S3 credentials out to a seperate secret allows more flexibility (especially when switching out JWT for oAuth2 implementations)

enhancement
in progress

Now that we have an initial prototype built, there are a few areas on the API that can be improved. Mentioned in #15, the `ThirdPartyResource` may be a better approach...

enhancement
question
in progress

Rather than use `command` to launch an app and dependencies as part of a pipeline, it would be useful to have a stage type that uses a deployment tool to...

enhancement

When working with an app stack (especially from Github PRs) it would be useful to run a temporary environment to test or manually review the app before merging or further...

enhancement

Up to date container security is an important part of app deployment. Tools like Clair and others are starting to provide solutions for automated testing. Lets look at ways we...

enhancement
help wanted

ThirdPartyResources are a way of extending Kubernetes with a new API endpoint and URL for 3rd party services. This may make sense for Kontinuous since it will provide similar access...

enhancement
help wanted
question