Commit Graph

774 Commits

Author SHA1 Message Date
Zachary Folwick
e10b129aac Merge branch 'develop' into dev/measure-object 2015-11-16 12:43:01 -08:00
Zachary Folwick
1cd02ed5a1 bring in changes from monad to fix measure-object counting issue 2015-11-16 12:03:58 -08:00
Zachary Folwick
7d5d874d11 added Measure-Object tests. There are considerable differences between different versions of PowerShell 2015-11-13 10:57:25 -08:00
Andy Schwartzmeyer
adbdbc3414 Merge pull request 281 from dev/monad-osx into develop
Fix monad-impersonate for OS X
2015-11-13 16:31:01 +00:00
Andy Schwartzmeyer
aca8fc438f Merge pull request 279 from dev/exit-pshostprocess into develop
Fix Exit-PSHostProcess cmdlet crash issue
2015-11-13 16:27:38 +00:00
George Fleming
fd4cce4ce1 Fix Exit-PSHostProcess cmdlet crash issue 2015-11-12 13:20:25 -08:00
Andy Schwartzmeyer
e4d598d2d2 Merge pull request 278 from dev/geteventsubtest into develop
Merge dev/geteventsubtest to develop
2015-11-12 19:40:34 +00:00
Alex Jordan
7c7e996be6 Added Get-EventSubscriber pester test 2015-11-12 19:23:24 +00:00
Zach Folwick
22ea87d3c7 Merge pull request 273 from dev/out-string into develop
added Out-String tests
2015-11-11 23:56:15 +00:00
Zach Folwick
063d65eedd Merge pull request 274 from dev/get-typedata into develop
added Get-TypeData tests
2015-11-11 23:47:06 +00:00
Zach Folwick
e296dd9217 Merge pull request 275 from dev/get-random3 into develop
Previous push got lost
2015-11-11 22:45:24 +00:00
George Fleming
c70677c575 Merge pull request 272 from dev/start-process-pester into develop
Merge dev/start-process-pester to develop
2015-11-11 22:45:09 +00:00
George Fleming
08e1293ac9 Previous push got lost 2015-11-11 14:43:28 -08:00
George Fleming
57763681da Fix Jenkins build issues 2015-11-11 13:16:00 -08:00
George Fleming
242d961681 Adding monad submodule 2015-11-11 11:43:09 -08:00
George Fleming
55586dadf5 Changes per review comments 2015-11-11 10:17:22 -08:00
Alex Jordan
ffec8cbf48 Added 6 pester tests Convertto-SecureString, Export-FormatData, Format-Custm, Get-ExecutionPolicy, Get-FormatData, New-Event 2015-11-11 15:23:48 +00:00
Zachary Folwick
b823dd7edd added Get-TypeData tests 2015-11-10 16:06:24 -08:00
Zachary Folwick
1d0cb329aa added Out-String tests 2015-11-10 12:09:30 -08:00
George Fleming
59f53d109e Added RedirectStandardInput Test 2015-11-10 10:52:00 -08:00
George Fleming
c6ed10e926 Renamed file 2015-11-10 09:45:21 -08:00
George Fleming
951fbeaad0 new start-process pester test 2015-11-10 08:41:54 -08:00
Andy Schwartzmeyer
c3be4cb072 Merge pull request 269 from develop into master
Merge develop to master
2015-11-09 21:59:45 +00:00
Andy Schwartzmeyer
cf5f642dbf Merge pull request 268 from dev/repin-submodules into develop
Merge dev/repin-submodules to develop
2015-11-09 21:23:22 +00:00
Andrew Schwartzmeyer
a9e6416cb4 Repin submodules to remote references
`git submodule update --remote` mostly just the extraneous VSO merge commits.
2015-11-09 13:11:44 -08:00
Andrew Schwartzmeyer
267dd41247 Remove ext-src/cppunit
Cruft fromn long ago, not necessary.
2015-11-09 13:11:24 -08:00
Zach Folwick
d232dd1248 Merge pull request 267 from dev/get-date2 into develop
added test and renamed file
2015-11-09 20:15:07 +00:00
Andy Schwartzmeyer
a491a57e1b Merge pull request 266 from dev/easy-shell into develop
Merge dev/easy-shell to develop
2015-11-09 20:12:51 +00:00
Zachary Folwick
aca21860c3 removed old titled version
1. fixed typo
2015-11-09 12:08:03 -08:00
Zachary Folwick
ad62897135 added test and renamed file 2015-11-09 10:59:21 -08:00
Zach Folwick
fe6ceabbd7 Merge pull request 264 from dev/variable-tests into develop
Merge dev/variable-tests to develop
2015-11-09 17:11:02 +00:00
Andrew Schwartzmeyer
79950a0545 Fix monad-impersonate for OS X
Docker on OS X uses a Linux host for the containers, 99% of the time
it's the boot2docker image. The user and group within the image (and
their IDs) is different from that of the OS X user. However, the Linux
host machine also has the OS X host /Users folder mounted (using a
VirtualBox share). Given the permissions of the Linux user inside the
container, the OS X user's folders are writable.
2015-11-07 23:52:35 -08:00
Andrew Schwartzmeyer
c09cce8d1c Fix xUnit test target
POWERSHELL_HOST is gone, only POWERSHELL remains!
2015-11-06 20:35:20 -08:00
Andrew Schwartzmeyer
51c7b9339c Fix third-party shebang test
Native powershell host can now be used as an interpreter for other
scripts through the hashbang/shebang directive.
2015-11-06 20:28:24 -08:00
Andrew Schwartzmeyer
aea5af000f Remove deprecated POWERSHELL_HOST variable 2015-11-06 20:27:58 -08:00
Andrew Schwartzmeyer
390a9da072 Repin monad-native with coupled changes 2015-11-06 20:14:43 -08:00
Andrew Schwartzmeyer
0a3621b8ff Refactor host command-line parsing
Supports a syntax more similar to powershell.exe on Windows, with --file
and --command options, as well as the automatic execution of a script by
name, or a command via string. Prepares for reading of stdin.
2015-11-06 20:13:47 -08:00
Zachary Folwick
6e496e3530 fixed broken tests; the issue here is that powershell scoping is difficult for testing in pester 2015-11-06 15:21:39 -08:00
Andrew Schwartzmeyer
f1d1786ee3 Remove reference to deprecated scripts folder
And renumber list.
2015-11-06 14:02:35 -08:00
Andrew Schwartzmeyer
a879b954ac Add note about make bootstrap 2015-11-06 11:56:55 -08:00
Andrew Schwartzmeyer
cb93392de2 Update readme 2015-11-06 11:55:50 -08:00
Andrew Schwartzmeyer
87a8ea683e Document dependencies 2015-11-06 11:55:50 -08:00
Zach Folwick
f343982b84 Merge pull request 262 from dev/host-culture-tests into develop
Merge dev/host-culture-tests to develop
2015-11-06 19:39:00 +00:00
Zach Folwick
a75b978113 Merge pull request 251 from dev/export-alias into develop
added export-alias basic tests
2015-11-06 19:27:20 +00:00
Zachary Folwick
45047efd97 removed extra material that was more suited for end-to-end test scenarios, allowing for easier exposure of the real bug- which is likely with Get-Variable 2015-11-06 09:57:04 -08:00
Alex Jordan
6595d6b532 Get-UICulture Pester Test should return a CultureInfo on CorePS instead of VistaCultureInfo 2015-11-06 07:46:40 +00:00
Alex Jordan
1e8de5b568 Added pester tests for Get-Culture, Get-Host, Get-UICulture 2015-11-06 07:19:04 +00:00
Andy Schwartzmeyer
2569e481fb Merge pull request 255 from dev/fixtests into develop
Use HOME instead of HOSTNAME for environment tests
2015-11-05 18:18:29 +00:00
Andrew Schwartzmeyer
7cda20517e Use HOME instead of HOSTNAME for environment tests
Because HOSTNAME can be tricky, but HOME is always set.
2015-11-05 10:11:38 -08:00
Andy Schwartzmeyer
6b7262a0d8 Merge pull request 253 from dev/history into develop
Fix for history
2015-11-05 17:32:06 +00:00