#### 📖 Summary
- `Test-CredentialStoreItem` now returns `$false` and not a terminating error if store doesn't exists.
- Updates platyPS generated docs
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
- fixes#50
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #66
#### 📖 Summary
- Switch to GNU AGPLv3 license
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
<!-- A place for additional detail notes. -->
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #64
#### 📖 Summary
- relates to #53
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
<!-- A place for additional detail notes. -->
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #63
#### 📖 Summary
<!-- Provide a summary of your changes. Describe the why and not how. -->
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
<!-- A place for additional detail notes. -->
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #62
#### 📖 Summary
- adds DroneHelper for build pipeline
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
- FileLint / Lint & Pester issues will be fixed in next PR
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #61
#### 📖 Summary
- update Pester tests to Pester5+ compatiple layout
- switch to dotnet base imaged
- dotnet binary required for publishung powershell modules (Publish-Module)
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
<!-- A place for additional detail notes. -->
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #59
#### 📖 Summary
- Replace all github refs with gitea url
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
<!-- A place for additional detail notes. -->
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #60
* adds certificate store location
* add additional certificate store tests
* add cert store tests for New-CredentialStoreItem
* fix test
* add error handling for credential store path
* add Import-CSCertificate helper function
* Import new certificate if param is given
* fix extension filter
* add linux error message
* fix pester test for linux
* update cert helper functions
* export helper functions
* fix cs cert import
* simplify cs cret lookup
* remove obsolete functions
* fix pester test for linux
* fix error type for linux
* fix var name
* fix pester test
* disable travis artifact upload
* update cert lookup for item functions
* debug build error
* use cert instance constructor for linux
* disable debug output
* remove obsolete exports
* replace internal coverage tools with PSCoverage (#39)
* use PSCoverage instead of internal module
* remove internal pscoverage ref
* remove deprecated and internal coverage module
* fix dependency test for conection types without deps
* - tests should return true for missing deps (fixes#40)
* remove pre release counter
* change prerelease tag
## About
This pull request reflects all changes done in the `linuxsupport` branch.
## Content
- Enable PowerShell 6 Core support
- Use PFX Certificate for encryption ( fixes#32 )
- Updates CI / CD pipeline ( fixes#31 )
- uses portable libressl ( fixes#34 )
- adds `-PassThru` switch for returning current `VIServer` session in `Connect-To` ( fixes#34 )
- adds git lfs for embedded libressl files
- restructured internal functions into `Private` dir
- added certificate related functions
- adds travis build pipeline for tests
- fix pester test execution order in vscode test task.
- fix coveralls.io link in bagde.
- skip coverage report creation for PR triggered builds
- update docs
- Connection type SCP added for `Connect-To` and `Disconnect-From`.
## Internal Changes
- pester tests now don't need to dotsource other public functions from the same module (fixes#17 )
- helper and private functions stilll needs to be dotsourced.
- basic module tests added
- pester tests for `Resolve-Dependency` added
- Wrapper function `Get-ModuleBase` added. This enables mocking in tests.