Commit Graph

45 Commits

Author SHA1 Message Date
828bd90fa4 fix private functions location 2019-04-08 15:59:51 +02:00
376f97f9a8 rename tests 2019-04-08 15:56:27 +02:00
ff00144ce1 update docs 2019-04-08 15:47:42 +02:00
cdd5a8d451 do not export .net wrapper functions 2019-04-08 14:54:14 +02:00
7a03ba5f33 move .net wrapper forpfx files 2019-04-08 14:53:58 +02:00
ac7a5e0db3 update docs 2019-04-08 13:12:15 +02:00
48c0980b5f update cbh blocks 2019-04-08 13:06:41 +02:00
752a1f3ff8 update cbh blocks 2019-04-08 12:37:30 +02:00
b12d9ae063 remove old docs 2019-04-08 12:37:18 +02:00
9d6fdea9d2 add basic cert pester pests 2019-04-05 14:00:45 +02:00
bd32f4719f fix accidentially removed code block 2019-04-05 13:13:58 +02:00
34ac71f7ce fix mandatory params 2019-04-05 12:54:39 +02:00
b760b65f63 fix cert store location for windows shared mode 2019-04-05 12:51:45 +02:00
30b49ff767 fix exports 2019-04-05 12:44:18 +02:00
43f1b43423 fix var name ref 2019-04-05 12:38:26 +02:00
16435095e1 [wip] 2019-04-05 12:06:18 +02:00
01e8a2f263 fix pester tests 2019-04-05 11:29:43 +02:00
381d0abf7d use new cert functions for save an lookup 2019-04-05 11:21:25 +02:00
c26fc7d43d split cert functions 2019-04-05 11:14:18 +02:00
aecc452362 align pester test with #43 logic 2019-04-05 09:09:08 +02:00
a71bfd0aaf Implement precise lookup hierarchy (fixes #43) 2019-04-05 09:05:50 +02:00
d92d963979
Publish preview version (#42)
* 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
2019-04-04 17:02:17 +02:00
5a68527061
fix Connect-To bug (#41)
* 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
2019-03-15 12:49:43 +01:00
dbf53b7cb0
publish 0.5.xxx-alpha1 release 2019-01-16 13:18:27 +01:00
09548fca0a
add debug output (#36) 2019-01-16 13:02:51 +01: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
ab13962f6e
Fix FTP Connection Error (#29)
* fixes #27
* fix var name typo
* bump version
2018-03-26 13:01:34 +02:00
680f37c00e fixed another var name typo 2018-03-21 15:30:14 +01:00
1773f1fc06 fixes #26 2018-03-21 15:18:18 +01:00
c0b13052b3
Enables pipeline input for -Credential parameter (#25) 2018-03-21 14:32:32 +01:00
8d55f2d6fd
disable AppVeyor builds for specific branches (fixes #23) 2018-03-21 12:52:59 +01:00
ce823d4564
Increase code coverage (#22) 2018-03-21 12:16:09 +01:00
2422afbd8f
Publish version 0.2.1.X (#18)
- 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.
2018-03-09 14:02:51 +01:00
691255957c
Remove old Write-Message2 function (#13) 2018-03-02 13:43:06 +01:00
cb11209702
Publish 0.2.0 (#12) 2017-12-22 08:10:37 +01:00
6659c2b317
update badges (#11) 2017-11-15 10:17:23 +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
855cb920c8 Set theme jekyll-theme-midnight 2017-10-23 08:11:25 +02:00
8c92028b09 fix typos (#7)
* disable auto deployment for upcomming typo fixes
* fix typos
2017-10-16 19:47:19 +02:00
b63fd6780a Set theme jekyll-theme-modernist 2017-09-28 11:10:55 +02:00
dbe5319537 Adds markdown help pages in docs folder
* adds docs folder (#5)
  * fist module description
  * adds cmdlet markdown help
  * adds meta pages
2017-09-28 11:08:41 +02:00
acfc97ad45 fix version state 2017-09-21 13:50:27 +02:00
b4a21d582c fix tags with whitespaces (#2) 2017-09-21 13:44:46 +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
5ebba20cea Initial commit 2017-07-27 13:40:00 +02:00