Jaka Hudoklin
1a21fe8489
ci: add travis-ci build status to README
2019-03-12 21:03:13 +01:00
Jaka Hudoklin
bc344c7992
feat(testing): set default kubenix.project to test name
2019-03-12 21:02:04 +01:00
Jaka Hudoklin
6183fcc190
Refactor:
...
- Support for module features
- Remove kubenix.module and rather use explicit modules
- Make tests framework independent of k8s module
- Remove metacontroller submodule, which will go to kubenix-modules
- Improved submodule propagation and passthru
- Added additional test for k8s-submodule
2019-03-12 20:48:19 +01:00
Jaka Hudoklin
b670139906
fix(module): rename kubenix/release -> kubenix/release-name
2019-03-11 20:53:56 +01:00
Jaka Hudoklin
2d0121bcdf
fix(tests/module): fix broken test
2019-03-11 20:51:57 +01:00
Jaka Hudoklin
ae8b5f9667
feat(tests/k8s/deployment): use docker module
2019-03-11 20:51:43 +01:00
Jaka Hudoklin
a3f62c3127
feat(testing): expose evaled as attrs and beautify a bit
2019-03-11 20:50:26 +01:00
Jaka Hudoklin
7da954157c
fix(testing): passing of extraConfiguration
2019-03-11 20:49:33 +01:00
Jaka Hudoklin
e65d3c6c6f
fix(modules/submodules): pass pkgs as arg
2019-03-11 20:49:00 +01:00
Jaka Hudoklin
9cf809531e
fix(evalModules): do recursive update of passed attrs
2019-03-11 20:48:29 +01:00
Jaka Hudoklin
4f3ab41cf5
feat(k8s): rename variable
2019-03-08 23:28:48 +01:00
Jaka Hudoklin
4b96377e42
feat: initial work on metacontroller
2019-03-08 23:26:41 +01:00
Jaka Hudoklin
978ada4312
feat(k8s): allow to expose with api alias
2019-03-08 23:26:11 +01:00
Jaka Hudoklin
9cd6a67c5e
fix(testing): remove tracing
2019-03-08 00:44:04 +01:00
Jaka Hudoklin
987c6e4173
feat: improve testing
2019-03-08 00:40:58 +01:00
Jaka Hudoklin
ae431d1acc
ci(travis): fix running automated tests
2019-03-07 23:36:16 +01:00
Jaka Hudoklin
9974725f01
feat: add license
2019-03-07 23:30:20 +01:00
Jaka Hudoklin
d7150a9df8
chore: remove old examples
2019-03-07 23:28:18 +01:00
Jaka Hudoklin
fc9abaa519
feat(examples/nginx-deployment): minor refactor, fixes and e2e test
2019-03-07 23:24:28 +01:00
Jaka Hudoklin
eac2d78667
feat: refactor file structure module interfaces and other
2019-03-07 23:23:07 +01:00
Jaka Hudoklin
12a1c920c4
fix(examples/nginx-deployment): fix typo
2019-03-07 18:09:34 +01:00
Jaka Hudoklin
432cc9e347
feat(examples): add nginx deployment
2019-03-07 18:05:00 +01:00
Jaka Hudoklin
5d8b66f8a0
feat: interface and lib refactoring
2019-03-07 18:02:26 +01:00
Jaka Hudoklin
e260ad9bb4
feat: rename kubenix.all to kubenix.module
2019-03-07 11:41:43 +01:00
Jaka Hudoklin
a6cea15f34
feat(modules/docker): improvements
2019-03-05 22:08:26 +01:00
Jaka Hudoklin
fbaed4ec00
feat: refactor kubenix.k8s-submodule to kubenix.all module
2019-03-05 21:26:49 +01:00
Jaka Hudoklin
03e1f4c1c4
feat: initial docker image module
2019-03-05 21:26:00 +01:00
Jaka Hudoklin
aab68623e0
cleanup(lib): remove deprecated importModule method
2019-03-05 20:58:32 +01:00
Jaka Hudoklin
da12e2a319
refator: put all modules under modules directory
2019-03-05 20:57:55 +01:00
Jaka Hudoklin
e3b788c5dc
feat(submodules): pass submodule instance as arg to submodule
2019-03-01 17:50:18 +01:00
Jaka Hudoklin
fc3ba14b5c
feat(submodules): allow to match modules by version regex
2019-03-01 17:49:37 +01:00
Jaka Hudoklin
5a7eefc489
feat(submodules): allow to match submodules by version prefix
2019-03-01 09:58:41 +01:00
Jaka Hudoklin
d530750ffe
feat(submodules): make submoduleDefinitionOptions as subtree and not submodule
2019-03-01 09:54:34 +01:00
Jaka Hudoklin
59691c6ea9
fix(k8s/lib): fix mkSecretOption defaults
2019-03-01 09:53:38 +01:00
Jaka Hudoklin
1b32ca7bbd
feat(helm): implement simple e2e test
2019-02-28 15:10:06 +01:00
Jaka Hudoklin
142fca3546
fix(testing): increase systemd DefaultLimitNOFILE for e2e tests
2019-02-28 15:09:28 +01:00
Jaka Hudoklin
3bdc4deb32
fix(tests/helm): fix test assertion
2019-02-28 14:06:32 +01:00
Jaka Hudoklin
e00079fb97
feat(k8s): explicit resource ordering
2019-02-28 14:06:07 +01:00
Jaka Hudoklin
ade94ccefa
feat(k8s): beautify a bit
2019-02-28 14:04:16 +01:00
Jaka Hudoklin
9aa861350c
fix(k8s): fix preffered version ordering
2019-02-28 14:02:25 +01:00
Jaka Hudoklin
9ee7262465
feat(test/helm/simple): test passing values
2019-02-28 13:29:59 +01:00
Jaka Hudoklin
ba1144a8df
feat: initial helm integration (thanks to @matejc)
...
helm2json was first implemented by matejc in
https://github.com/matejc/helm2json and incorperated in this project,
big thanks to @matejc for making this possible
2019-02-28 13:17:40 +01:00
Jaka Hudoklin
a5f9639258
fix(k8s): fix generated api groups
2019-02-28 13:06:49 +01:00
Jaka Hudoklin
8a5af3501e
feat(istio): continue work on bookinfo test
2019-02-27 14:28:11 +01:00
Jaka Hudoklin
e1e6173a2c
feat(istio): fixes and add simple test
2019-02-27 14:18:38 +01:00
Jaka Hudoklin
33a344119b
feat(submodules): test for custom default condition
2019-02-27 12:07:39 +01:00
Jaka Hudoklin
bae2b8d3e6
feat(k8s): allow to specify custom defaults condition, add test
2019-02-27 12:06:18 +01:00
Jaka Hudoklin
8536b03151
feat(submodules): refactor defaults
2019-02-26 21:23:14 +01:00
Jaka Hudoklin
d925d71ed7
feat(k8s): refactor defaults
2019-02-26 21:22:03 +01:00
Jaka Hudoklin
9bc2406ff2
feat: refactor testing
2019-02-25 17:16:24 +01:00