- 15 Mar, 2016 20 commits
-
-
Matt Butcher authored
fix(client): save 16 bits for Adam
-
Matt Butcher authored
-
Adam Reese authored
fix(*): update import paths for helm repo naming
-
Adam Reese authored
-
Adam Reese authored
fix(manager): refactor REST API to make it modular
-
Matt Butcher authored
This updates path grabbing to match the new URI matcher.
-
Matt Butcher authored
This removes the Routes interface and routesMap struct in favor of just maintaining the routes inside of the handler.
-
Matt Butcher authored
-
Matt Butcher authored
This modifies the startup and initial handling of the REST API to make it modular, remove the init() methods, and remove reliance on global vars.
-
Adam Reese authored
ref(test-style): add a script for linting tools
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
because you know, go vender n'stuff
-
Matt Butcher authored
fix(test-style): fix formatting and comments
-
Matt Butcher authored
Add flake8 test and fix pep8 style in expansion scripts
-
Matt Butcher authored
fix(cli): revert to older deploy formatting
-
Matt Butcher authored
feat(cli): added back 'helm release'
-
Adam Reese authored
fix(version): use build version in helm
-
Matt Butcher authored
This re-adds the top level Helm command that sends a packaged helm chart to the server. This existed in an earlier draft of the Helm-DM client, but it fell through the cracks when we re-organized the helm commands.
-
Matt Butcher authored
Prior to merging the projects, the version of `helm deploy` used a different REST API (one without YAML in JSON). Post-merge, we need to revert back to the older common.Template version. As part of this, I switched an io.ReadCloser back to an io.Reader because there is nowhere where the Closer part is used. The http lib does not close a reader passed to it.
-
- 14 Mar, 2016 3 commits
-
-
Matt Butcher authored
This fixes a number of formatting and style issues. Closes #370
-
Adam Reese authored
-
Adam Reese authored
-
- 13 Mar, 2016 1 commit
-
-
runseb authored
-
- 12 Mar, 2016 5 commits
-
-
Jack Greenfield authored
Point users to the latest release in README.md
-
Matt Butcher authored
doc(CONTRIBUTING): modify the procedural aspects
-
jackgr authored
-
Adam Reese authored
ref(client): rename pkg/dm to pkg/client
-
Adam Reese authored
-
- 11 Mar, 2016 3 commits
-
-
Adam Reese authored
feat(testcov): add a test coverage helper script
-
Adam Reese authored
-
Jack Greenfield authored
fix(rootfs): check $DOCKER_PROJECT if registry is gcr.io
-
- 10 Mar, 2016 5 commits
-
-
Jack Greenfield authored
fixing shell variable references
-
Jack Greenfield authored
fix(gitignore): ignore nohup.out
-
Matt Butcher authored
This removes some unnecessary process details, removes some of the more hierarchical/authoritarian elements, and adjust the language to reflect a more open process.
-
Adam Reese authored
-
Jack Greenfield authored
Proposed: Add Vagrantfile for build
-
- 09 Mar, 2016 2 commits
-
-
runseb authored
-
Shimin Guo authored
-
- 08 Mar, 2016 1 commit
-
-
Jack Greenfield authored
chore(*): update img versions for `helm dm install`
-