|
4fafe1ac56
|
release-0.11.1
|
2022-04-18 19:33:22 +02:00 |
|
|
ef56118ccb
|
replace assert in tests with junit assertTrue
|
2022-04-18 19:15:58 +02:00 |
|
|
478ea014f5
|
release-0.11.0
|
2022-04-18 18:47:22 +02:00 |
|
|
efe158275b
|
add task without requiring an explicit return value (ProvResult)
|
2022-04-18 18:45:52 +02:00 |
|
|
7eb7494fad
|
remove install binaries
|
2022-04-18 17:12:49 +02:00 |
|
|
ba9b73be43
|
add targetFolderPath to gitClone and createDirs if dirs not yet existing
|
2022-04-10 19:56:21 +02:00 |
|
|
a667cdb57b
|
exclude ProvisionKeysTest from ci
|
2022-04-08 17:14:58 +02:00 |
|
|
beae1093a7
|
release-0.9.22
|
2022-04-08 13:07:43 +02:00 |
|
|
92525f5444
|
add tests for syspec FileSpec
|
2022-04-08 12:51:28 +02:00 |
|
|
ecbcac81f8
|
added logic for folders and testlogic
|
2022-04-08 12:34:22 +02:00 |
|
|
9f4d40ae6a
|
Merge branch 'master' of gitlab.com:domaindrivenarchitecture/provs
|
2022-04-08 11:26:07 +02:00 |
|
|
06162cf3ad
|
added scrcpy
|
2022-04-08 11:26:02 +02:00 |
|
|
5f0271bf2b
|
add check for already installed packages before installing them
|
2022-04-08 11:19:03 +02:00 |
|
|
64511aa491
|
added context creation and connect scripts
k8s-connect.sh works on clusters set up with the old infrastructure
k3s-connect.sh works with the new infrastructure
|
2022-04-08 10:31:43 +02:00 |
|
|
0ee8383644
|
fix fileContentLargeFile for home dir ~/
|
2022-03-28 21:16:54 +02:00 |
|
|
e1b4dabb26
|
fix installKubectlAndTools
|
2022-03-28 20:11:23 +02:00 |
|
|
906deb4ac7
|
add fileContent for large files
|
2022-03-28 20:07:14 +02:00 |
|
|
db33edf0f7
|
fix kubernetes bash completion
|
2022-03-28 19:21:46 +02:00 |
|
|
1135312c7b
|
improve echoCommandForText_in_ubuntu_container
|
2022-03-28 18:38:59 +02:00 |
|
|
5f956ab42c
|
fix findSpecConfigFromResource
|
2022-03-26 18:26:13 +01:00 |
|
|
894cfefa12
|
refactor name DesktopConfigRepository.kt
|
2022-03-26 18:20:21 +01:00 |
|
|
8bb574ece7
|
simplify SyspecConfigRepo.kt
|
2022-03-26 18:17:04 +01:00 |
|
|
9c5c170817
|
improve syspec output
|
2022-03-26 18:09:44 +01:00 |
|
|
a6be9e36f7
|
simplify configRepo code
|
2022-03-26 13:57:23 +01:00 |
|
|
45223d4669
|
[skip ci] refactor SyspecConfigRepo.kt using kotlin.Result
|
2022-03-26 13:14:34 +01:00 |
|
|
fcc172156a
|
release-0.9.18 - add pipeline artifacts for syspec
|
2022-03-26 12:07:16 +01:00 |
|
|
df124f0c25
|
add spec from resource
|
2022-03-25 21:25:00 +01:00 |
|
|
a0f6fb135c
|
add syspec jar
|
2022-03-25 16:31:29 +01:00 |
|
|
394dc9edf2
|
add syspec
|
2022-03-25 15:21:11 +01:00 |
|
|
14690a089d
|
improve layout of result line for FAILED results
|
2022-03-22 20:13:10 +01:00 |
|
|
a00f0e9de0
|
correct function names for tests for chk
|
2022-03-19 20:48:15 +01:00 |
|
|
ab561ded3a
|
add test for output if failure is not taken into account
|
2022-03-19 20:45:57 +01:00 |
|
|
d2a2ee6b00
|
fix problem with potential wrong color due to success not overwritten in logic in printResults
|
2022-03-19 20:39:31 +01:00 |
|
|
10e5bf933e
|
move ssh function as trustHost to correct file
|
2022-03-18 22:39:52 +01:00 |
|
|
2cd5ae5c7c
|
add function checkDir, make dirExists deprecated
|
2022-03-18 22:29:01 +01:00 |
|
|
d778c75937
|
add function checkFile, make fileExists deprecated
|
2022-03-18 22:24:50 +01:00 |
|
|
16c6292ca3
|
make function def deprecated replace by task
|
2022-03-18 22:04:32 +01:00 |
|
|
908ac00a3b
|
avoid emphasis with color red on failed results that do not count
|
2022-03-18 21:31:25 +01:00 |
|
|
d4c7c19126
|
[skip ci] cleanup
|
2022-03-18 21:24:42 +01:00 |
|
|
f0a7fe569d
|
restart provisioner after reconfiguration
|
2022-03-18 18:39:08 +01:00 |
|
|
b509bb4228
|
added local-path-provisioner config
|
2022-03-18 15:43:36 +01:00 |
|
|
3f3974794a
|
[skip ci] change default desktop config to desktop-config.yaml
|
2022-03-17 20:13:27 +01:00 |
|
|
d572705a15
|
refactor K3s.kt with type File etc
|
2022-03-14 22:27:42 +01:00 |
|
|
f770e026d2
|
add ssh utils following the same scheme as k8s-create...
|
2022-03-14 16:42:51 +01:00 |
|
|
a3fbd13474
|
add ssh utils following the same scheme as k8s-create...
|
2022-03-14 16:42:27 +01:00 |
|
|
1836b9efdb
|
fix todos in class Prov & method names refactorings
|
2022-03-12 18:41:07 +01:00 |
|
|
d8ff355893
|
[skip ci] hide Prov instanceName as currently no extern usage is known
|
2022-03-12 17:45:45 +01:00 |
|
|
fba09f5337
|
[skip ci] cleanup apple
|
2022-03-12 17:41:49 +01:00 |
|
|
a8c8864f75
|
add provisioning of an additional k3s application
|
2022-03-12 15:33:14 +01:00 |
|
|
a9b74342a7
|
introduce metallb
|
2022-03-11 17:51:03 +01:00 |
|