- 11 Sep, 2018 1 commit
-
-
Oren Shomron authored
* baseApp.load() / baseApp.save() are override-aware * app.read() / app.write() (schema.go) are not - they only serialize/deserialize app.yaml * baseApp.load() / baseApp.save() now call app.read() / app.write() instead of duplicating serialization logic * Removed isOverride flag from EnvironmentConfig, RegistryConfig * Removed override logic from app.Load() - this is handled in baseApp.load() now * env set command now respects the --override flag to indicate where to write changes Closes #830 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 16 Jul, 2018 1 commit
-
-
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>
-
- 09 Jul, 2018 1 commit
-
-
Oren Shomron authored
* Simplify app code dealing with overrides * env set will not mutate passed environment, filters out library configration for overrides * app.Environment, app.Environments return merged views with overrides applied * Test override environment merging * remove redundant calls to mergedEnvironment * Remove name parameter from AddEnvironment * Fix override flag for merged environments Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 20 Jun, 2018 1 commit
-
-
Oren Shomron authored
Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 19 Jun, 2018 1 commit
-
-
Derek Wilson authored
enables --api-spec flag to `ks env set` command to enable changing the kubernetes version for an environment Signed-off-by:
Derek Wilson <derek@heptio.com>
-
- 14 Jun, 2018 1 commit
-
-
Derek Wilson authored
adds --server flag to `ks env set` options related to #345 - also also fixes a couple bugs and adds version to INFO log on init Signed-off-by:
Derek Wilson <derek@heptio.com>
-
- 25 May, 2018 1 commit
-
-
bryanl authored
Fixes #558 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 20 Apr, 2018 2 commits
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 01 Apr, 2018 1 commit
-
-
bryanl authored
Rename component namespaces to modules to remove the ambiguous bit. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 31 Mar, 2018 1 commit
-
-
bryanl authored
* updates actions to use actions args * updates commands to use actions args * adds tests for commands Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 26 Mar, 2018 1 commit
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 17 Mar, 2018 1 commit
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-