7708df9b66
Update pwsh style to latest community standards ( #52 )
...
* update pwsh style in store files
* update pwsh style in item files
* update pwsh style in connection files
* update pwsh style in certificate files
* update pwsh style in private files
* update pwsh style in drone helper
* update meta
* fix pwsh style
* fix output type
* fix typo in OutputType
* update appveyor build mode
* debugging build mode
* wip
* test windows pipeline
* fix typo
* simplify drone setup
* update readme
* remove deprecated cicd setup
* update pwsh style
2022-06-28 08:56:33 +02:00
fdc6651588
Publish version 1.0.x ( #45 )
...
## About
## Content (Micro Commits)
* fixes #38
* fixes #44
* Implement precise lookup hierarchy (fixes #43 )
* align pester test with #43 logic
* split cert functions
* use new cert functions for save an lookup
* fix pester tests
* [wip]
* fix var name ref
* fix exports
* fix cert store location for windows shared mode
* fix mandatory params
* fix accidentially removed code block
* add basic cert pester pests
* remove old docs
* update cbh blocks
* update cbh blocks
* update docs
* move .net wrapper forpfx files
* do not export .net wrapper functions
* update docs
* rename tests
* fix private functions location
* - fixes #44 : FTP connection
* add link to reference
* add format files
* add preview version shield
* update markdown help files (platyps)
* add emoji images in captions
* fix typos
* fix typos
* fix typo
* prepare version numbers
2019-04-29 16:05:43 +02:00
afab3c870c
PowerShell 6 Core Support ( #35 )
...
## 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
2019-01-16 12:55:29 +01:00
599232ecec
Implements CisServer connection handling ( #10 )
...
### fixes #8
- gh deployment for dev branch removed
- duplicate deployment.
- see appveyor artifacts.
- installation of dependencies moved to ps function
- modularize PSGallery Deployment branch
- update platPS docs
- enable private build
- Implements ConnectionType CisServer (#9 )
2017-10-23 10:53:52 +02:00
64af16cc08
Publish Pre-release ( #1 )
...
* adds basic module layout
* fix module manifest encoding
* fix callsign in appveyor helper
* adds challenge file related functions
* adds connection manager functions
* adds Test-ChallengeFile
* adds item related functions
* adds store related functions
* adds cSpell dictionary
* adds CredentialStore related Pester tests
* [WIP] test Pester file
* fix typo
* adds file dependencies
* [WIP] fix pester tests
* fix exception state
* [WIP] add file dependencies
* fix gitkeep filename
* set constant debug module version string
* adds Pester Tests for New-CredentialStoreItem
* adds basic readme file
* adds functions to export; adds meta data
* adds vscode debug config
* adds test for optional dependencies
* [WIP] Implements optional dependency test
* adds taskrunner definitions
* adds CBH
* add gitignore file
* adds basic Build tasks
* typo fixed
* adds build folder to ignore list
* adds Cisco and NetApp opt dependencies
* adds build task
* fix end of line dequence
* remove task.json error
* adds sources for optional modules
* enables Pester and posh-git
* prepare pre-release
2017-09-21 13:32:15 +02:00