Jaka Hudoklin
9f05cd56b1
feat(legacy): refactor legacy kubenix support
2019-10-06 21:43:57 +02:00
Jaka Hudoklin
a8dcc69d54
feat(submodules): support for submodule passthru
2019-10-06 21:43:53 +02:00
Jaka Hudoklin
7afbc91301
feat: make propagation independent of submodules
2019-10-06 21:43:49 +02:00
Jaka Hudoklin
bdc145e2bb
feat(k8s): expose attrName in list of kubernetes types
2019-10-06 21:43:42 +02:00
Jaka Hudoklin
ff59c7d905
feat: initial back compatibility for kubenix 1.0
2019-09-27 18:29:54 +02:00
Jaka Hudoklin
2f3669a961
fix(tests): new resource naming
2019-09-27 18:29:00 +02:00
Jaka Hudoklin
ec3f7ecb10
feat(k8s): improve aliased resource naming
2019-09-27 18:28:24 +02:00
Jaka Hudoklin
3d149d6101
feat(k8s): improvements
...
- format k8s generated files with nixfmt
- improve k8s module true and mount resources at `kubernetes.api.resources`
- create alias `kubernetes.resources` to `kubernetes.api.resources`
- rename from `kubernetes.api.resources` to `kubernetes.api.types`
- rename from `kubernetes.customResources` to `kubernetes.customTypes`
2019-09-25 01:03:01 +02:00
Jaka Hudoklin
42b7d5f551
Merge pull request #11 from ghuntley/patch-1
...
test-results, not tests-results
2019-06-25 12:36:16 +03:00
Jaka Hudoklin
c4978c8a03
Merge pull request #12 from ghuntley/patch-2
...
added more clarity how to invoke/debug the tests
2019-06-25 12:35:46 +03:00
Geoffrey Huntley
9cacd98dcf
added more clarify how to invoke/debug the tests
2019-06-25 15:49:01 +10:00
Geoffrey Huntley
6974a60637
test-results, not tests-results
2019-06-23 21:50:23 +10:00
Jaka Hudoklin
ed22d9c047
fix(tests/helm/simple): fix test
2019-05-05 16:15:21 +02:00
Jaka Hudoklin
12a6b509a4
improve ci
2019-05-05 16:14:45 +02:00
Jaka Hudoklin
7e7eb19e94
improve testing
2019-05-05 11:55:19 +02:00
Jaka Hudoklin
e4493addd8
pass nixos path explicitly
2019-05-03 23:37:20 +02:00
Jaka Hudoklin
7b148cd171
ci: initial hercules-ci integration
2019-05-03 23:17:01 +02:00
Jaka Hudoklin
db856b3b02
fix(k8s): use resource name instead of alias for customResources
2019-04-05 20:28:42 +02:00
Jaka Hudoklin
5e29229879
feat(k8s): support for yaml/json imports
2019-04-05 20:27:47 +02:00
Jaka Hudoklin
db5ee88274
feat(submodule): pass submodule args as argument to submodule modules
2019-03-20 21:07:49 +01:00
Jaka Hudoklin
0c5e0d3a10
fix(tests/submodules): use submodule.args instead of args directly
2019-03-20 20:59:17 +01:00
Jaka Hudoklin
dad2915c44
feat(submodules): alias submodule args to
2019-03-20 20:54:24 +01:00
Jaka Hudoklin
50abd446c4
refactor(submodules): evaledSubmodule should not expose config direclty
2019-03-20 20:52:59 +01:00
Jaka Hudoklin
a429aeec9e
feat(examples/nginx-deployment): use new config.docker.copyScript
2019-03-13 18:06:09 +01:00
Jaka Hudoklin
6d6c4c2106
fix(k8s): custom resources without module
2019-03-13 18:04:22 +01:00
Jaka Hudoklin
afeef341a2
feat(k8s): allow custom resources without module definition
2019-03-13 18:04:02 +01:00
Jaka Hudoklin
10acd7a5db
chore(kubernetes): remove unnecessary brackets
2019-03-13 18:02:52 +01:00
Jaka Hudoklin
00d76d50e3
chore(docker): unnecessary brackets
2019-03-13 18:02:31 +01:00
Jaka Hudoklin
9bad94a45e
feat(docker): propagate registry options
2019-03-13 18:01:33 +01:00
Jaka Hudoklin
f78c465c6c
feat(docker): expose config.docker.copyScript
2019-03-13 18:00:58 +01:00
Jaka Hudoklin
ceedfb98c0
fix(k8s/generated): fix if definition has no options or config
2019-03-13 17:59:54 +01:00
Jaka Hudoklin
d55bebd48e
fix(k8s): remove extraOptions from generated resources
2019-03-13 17:51:20 +01:00
Jaka Hudoklin
34e5452223
fix(k8s): fix type
2019-03-13 10:15:54 +01:00
Jaka Hudoklin
ca186d8dbe
feat(k8s): remove deprecated removeKubenixOptions
2019-03-13 10:15:39 +01:00
Jaka Hudoklin
2ad7db5df0
feat(k8s): optimizate, do not double evaluate aliased options
2019-03-13 10:15:07 +01:00
Jaka Hudoklin
0910b9b42e
feat(examples/nginx-deployment): use nix eval for applying configuration
2019-03-12 21:08:54 +01:00
Jaka Hudoklin
e64f8b2d75
fix(examples/nginx-deployment): fix test command in README
2019-03-12 21:05:36 +01:00
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