- 17 Jul, 2018 1 commit
-
-
Bryan Liles authored
Use object in cluster for basis for three way merge instead of new ob…
-
- 16 Jul, 2018 9 commits
-
-
Derek Wilson authored
fix docker docs to remove extraneous mount
-
Bryan Liles authored
updating e2e tests/output
-
bryanl authored
This change modifies the merge strategy to use the object in the basis for the patch rather than the modified object. This allows the three way merge to detect changes in the new object. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Derek Wilson authored
fix edit of docker docs to match adding /tmp volume to image Signed-off-by:
Derek Wilson <derek@heptio.com>
-
Derek Wilson authored
fix docker docs by adding net info
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Add /tmp to docker image
-
bryanl authored
* package versions are SHA1 instead of tag name * strip extra info off server versions before comparing * ensure Kubernetes version is retained when updating environment namespace or name Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Derek Wilson authored
specify a netowrk to accomplish anything useful Signed-off-by:
Derek Wilson <derek@heptio.com>
-
- 15 Jul, 2018 1 commit
-
-
Bryan Liles authored
Signed-off-by:
Bryan Liles <bryanliles@gmail.com>
-
- 14 Jul, 2018 1 commit
-
-
Bryan Liles authored
render helm templates with multiple objects
-
- 13 Jul, 2018 10 commits
-
-
Sam Foo authored
Add examples for CLI ref --api-spec and --server for env set
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
Oren Shomron authored
Show environment scope in pkg list
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Oren Shomron authored
Closes #626 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Oren Shomron authored
Support package versioning in pkg describe command
-
Oren Shomron authored
Closes #630 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Oren Shomron authored
List environment-scoped packages in addition to globally-scoped packages
-
Oren Shomron authored
Part of #626 * Add RemotePackages method to package manager * pkg list uses PackageManger rather than App * Packages from GitHub registry inherit version from the registry, rather than that specified in registry.yaml. * Rename registry.LibaryConfig -> LibraryConfig Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Bryan Liles authored
All user to force install package with --force
-
- 12 Jul, 2018 4 commits
-
-
bryanl authored
This feature is added to allow two versions of a package to be installed. (e.g. having multiple versions of a helm chart installed) Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Fix up for merging objects
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
* Process was using wrong modified document * Added support for using open api schema * Merger now can retrieve original object Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 11 Jul, 2018 5 commits
-
-
Sam Foo authored
Check component exists prior to delete in local
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
Bryan Liles authored
Set Kubernetes namespace in helm engine options
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Oren Shomron authored
Support prototype resolution from environment-scoped packages
-
- 10 Jul, 2018 7 commits
-
-
Oren Shomron authored
Closes #713 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Oren Shomron authored
Support prototype resolution from legacy unversioned package paths
-
Oren Shomron authored
Closes #684 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Bryan Liles authored
Helm chart verification
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Added the following formats: * v1.2.3 * 1.2 * 1 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 09 Jul, 2018 2 commits
-
-
Bryan Liles authored
Rework e2e tests so they all pass
-
Oren Shomron authored
Merge environment-scoped libraries with environment overrides
-