Commit Graph

538 Commits (71a3f778c89426699faec949272ccffc75890d59)
 

Author SHA1 Message Date
az 71a3f778c8 [skip ci] change default syspec config to syspec-office-config.yaml 2 years ago
az e689e1c8c4 fix logic of syspec verifications for desktop types ide and office if onlyModules are null as well as are not 2 years ago
az 00a94342d8 fix path of syspec resource files for ide and office verification 2 years ago
az 4dcbc448ff add missing class SshKeyPair 2 years ago
az a4bb1d228c add recognition of ssh key type to determine ssh file names 2 years ago
az 552c6e9445 [skip ci] move provisionFirewall 2 years ago
az 7355f9f51d [skip ci] remove some extensions 2 years ago
az 8304b2d8a3 [skip ci] 0.16.1-SNAPSHOT 2 years ago
az 8d984b4ded release-0.16.0 2 years ago
erik ff4acea461 [skip ci] Refactor submodule -> onlyModule 2 years ago
az db84284f8c [skip ci] refactoring method names and reprovision logic 2 years ago
erik 70b5dda4a7 [skip-ci] Update readme 2 years ago
erik 503ca3dee4 Merge branch 'reprovision-cli-option'
# Conflicts:
#	src/main/kotlin/org/domaindrivenarchitecture/provs/server/application/CliArgumentsParser.kt
#	src/main/kotlin/org/domaindrivenarchitecture/provs/server/domain/k3s/K3sCliCommand.kt
#	src/main/kotlin/org/domaindrivenarchitecture/provs/server/domain/k3s/K3sService.kt
2 years ago
erik 4f78ddbc00 Update Files 2 years ago
erik 8e83cf11d0 Refactor reprovisioning options
Moved config reprovision check to provisionK3s as it does not
influence the provisionNetwork() function.
Reprovisioning from CLI now overrides reprovisioning from config.
2 years ago
erik 7d091f8ada Merge branch 'master' of gitlab.com:domaindrivenarchitecture/provs 2 years ago
erik 3323e50a43 Added VERIFY option for ide and office
-o verify can now be used with provs.
Also added an -o firefox option for convenience.
2 years ago
az 756b29006c [skip ci] fix format of result for s3 object verification in syspec 2 years ago
az a7cf154695 [skip ci] replace real file in test by resource file 2 years ago
az f7e67625f0 add spec for s3 objects to syspec 2 years ago
erik 9b66ea038d Refactoring non semantic function names 2 years ago
erik 89bd841b4d Update execution mode of gopass_wrapper.sh
ux -> Ux.
This at least scrubs environment variables before executing the script.
For px and cx we would need to create a profile for gopass_wrapper.sh.
ix inherits the firefox profile, which leads to errors.
2 years ago
erik ef2e5c6cb7 Clarify usage options print
Update subcommand validation.
2 years ago
erik aeba7f221a Add installFirefox() to provisionBasicDesktop() 2 years ago
az a17d63e1a5 make enableGopassWrapperShForFirefox working not only for local execution 2 years ago
az 4bd919f4a2 [skip ci] replace string concatenation 2 years ago
az acd42c63c6 refactor checkLocalFile 2 years ago
erik 66dc4ee8bc 0.15.4-SNAPSHOT 2 years ago
erik 45444f948b release-0.15.4 2 years ago
erik 99590c2dd6 [skip-ci] Allow execution of gopass_wrapper.sh
Firefox wasn't allowed to execute the gopass_wrapper.sh in Ubuntu 22.04.
Explicitly adding it to the Apparmor firefox profile solves this.
Lower jsonApiVersion.
2 years ago
erik ee48355b9f [skip-ci] Allow execution of gopass_wrapper.sh
Firefox wasn't allowed to execute the gopass_wrapper.sh in Ubuntu 22.04.
Explicitly adding it to the Apparmor firefox profile solves this.
Lower jsonApiVersion.
2 years ago
az ed8e86e758 remove check if config file exists from ServerCliCommand 2 years ago
az 8767716908 add FirefoxKtTest.kt 2 years ago
erik e428287790 [skip-ci] Add firefox from ppa installation 2 years ago
az 5a7e5a8535 Merge branch 'master' into improve-input-validation
# Conflicts:
#	src/main/kotlin/org/domaindrivenarchitecture/provs/server/application/CliArgumentsParser.kt
#	src/main/kotlin/org/domaindrivenarchitecture/provs/server/domain/k3s/K3sCliCommand.kt
#	src/main/kotlin/org/domaindrivenarchitecture/provs/server/domain/k3s/K3sService.kt
2 years ago
erik cfe5d48b8e Refactorings 2 years ago
erik 7940d29169 [skip-ci] Remove reprovision cli option 2 years ago
erik 05821540fe Refactoring of input validation
Move application file validation to provisionK3s.
Add an ApplicationFileRepository. Also unit tests for the functions.
2 years ago
jerger 1ad357ba44 mob 2 years ago
az 806a1108bd 0.15.4-SNAPSHOT 2 years ago
az 232b59b862 release-0.15.3 2 years ago
erik d9d8678b82 [skip-ci] Add todo messages. 2 years ago
erik 83f86db0d1 [skip-ci] Update README and gopass versions
A few clarifications in the readme.
Also updated versions of gopassJsonAPI and gopassBridge.
Clarified variable name.
2 years ago
erik 17a814a11a Move reprovision cmd line option to new branch 2 years ago
az 411003f04a [skip ci] update README.md 2 years ago
az 2525e0f2bb refactor DesktopType 2 years ago
az 4cc1ce756a resolve unsafe operator 2 years ago
erik 46b822d4cd Review 2 years ago
erik 949fe0c1af Correct server type check
Checking the serverType/subcommand from string input.
Before the check was done after parsing string input,
when an unknown server type was entered a "Too many
arguments!" error was issued due to the parser falsely
interpreting the input.
2 years ago
erik 81350db43d Update command flow
Catch invalid server type befor creating provInstance
2 years ago