Commit graph

2474 commits

Author SHA1 Message Date
James Truher [MSFT] 26691a5088 Merge pull request #1024 from PowerShell/MeasureObjectPesterTest
Add Measure-Object Pester Unit Test
2016-06-08 12:02:56 -07:00
James Truher [MSFT] 7392c68bcb Merge pull request #1046 from PowerShell/GetMemberCommandTest
Add Unit Test for Get-Member
2016-06-08 12:00:57 -07:00
James Truher [MSFT] 1ee6e4ef2d Merge pull request #1047 from PowerShell/CompareObjectPesterTest
Add Compare-Object Pester Unit Test
2016-06-08 11:59:14 -07:00
James Truher [MSFT] 5a0155dc9d Merge pull request #1056 from PowerShell/NewObjectPesterTest
Add New-Object Pester Unit Test
2016-06-08 11:57:59 -07:00
James Truher [MSFT] 8fca9646e9 Merge pull request #1057 from PowerShell/SelectXMLPesterTest
Add Select-XML Pester Unit Test
2016-06-08 11:56:23 -07:00
James Truher [MSFT] 0e2f25def5 Merge pull request #1059 from PowerShell/TeeObjectTests
Add Unit Test For Tee-Object
2016-06-08 11:53:39 -07:00
Andy Schwartzmeyer 3ad7520173 Merge pull request #1077 from PowerShell/andschwa/tools
Move some tools into tools tree
2016-06-07 10:06:13 -07:00
Andy Schwartzmeyer 109f3af562 Merge pull request #1079 from PowerShell/RaghuS-RenameAssetsBranch
Renamed 'Assets' folder to 'assets' - for systems that are case sensitive
2016-06-06 15:04:20 -07:00
Raghu Shantha [MSFT] 3ea2049e2c Renamed Assets folder to assets - for systems that are case sensitive 2016-06-06 14:28:27 -07:00
Andy Schwartzmeyer ef1a0d4595 Merge pull request #1078 from PowerShell/RaghuS-MSIPackageFixesBranch
Fixes around MSI packaging functionality
2016-06-06 14:06:59 -07:00
Raghu Shantha [MSFT] 061cf4a6a0 Moved MSI wxs file to assets ; Renamed MSI package creation function to be compliant with PowerShell verb-noun conventions 2016-06-06 13:20:00 -07:00
Andrew Schwartzmeyer 338b9a3462 Add LLDB with SOS via tools/debug.sh note to debugging docs 2016-06-06 12:20:28 -07:00
Andrew Schwartzmeyer 112945657c Update debug.sh script for new layout 2016-06-06 12:15:49 -07:00
Andrew Schwartzmeyer 90be3585e1 Move debug.sh 2016-06-06 12:15:49 -07:00
Andrew Schwartzmeyer 0b0b141ea5 Move download.sh script to tools tree 2016-06-06 12:15:49 -07:00
Jason Shirk 096779d1be Merge pull request #1076 from PowerShell/andschwa/trace-command-docs
Add debugging info on use of Trace-Command
2016-06-06 12:09:19 -07:00
Andy Schwartzmeyer 527dbd283f Merge pull request #1073 from PowerShell/RaghuS-SignPackageToolsBranch
Utility to generate a self-signed certificate and sign a given package such as OpenPowerShell.zip/appx/msi
2016-06-06 11:58:53 -07:00
Andrew Schwartzmeyer 751f8a0635 Add debugging info on use of Trace-Command 2016-06-06 11:54:13 -07:00
Raghu Shantha [MSFT] 6c3b64f3f2 Utility to generate a self-signed certificate and sign a given package such as OpenPowerShell.zip/appx/msi 2016-06-06 09:54:25 -07:00
Andy Schwartzmeyer 814aeea8c8 Merge pull request #1072 from PowerShell/andschwa/psversiontable-issue
Ask for $PSVersionTable in issue template
2016-06-03 19:13:17 -07:00
Andrew Schwartzmeyer 195ed6e790 Ask for $PSVersionTable in issue template 2016-06-03 17:10:34 -07:00
Andy Schwartzmeyer d833371ed9 Merge pull request #1048 from PowerShell/andschwa/skip-extensions
Don't require extensions for script.ps1 etc. on Linux
2016-06-03 14:44:26 -07:00
Andrew Schwartzmeyer c6960f0867 Add tests for command name matching 2016-06-03 14:18:00 -07:00
Andrew Schwartzmeyer 5c4675c63f Allow scripts to be called without .ps1 extension
For instance, `script.ps1` can be called with just `script`.
2016-06-03 14:17:47 -07:00
Andy Schwartzmeyer b9bf32d962 Merge pull request #1068 from PowerShell/andschwa/trace-command
Port Trace-Command
2016-06-03 14:13:13 -07:00
Andrew Schwartzmeyer 70be543038 Add Get-TraceSource test 2016-06-03 13:53:20 -07:00
Andrew Schwartzmeyer dbae9e5c13 Import Trace-Command tests from source depot 2016-06-03 13:35:56 -07:00
Andrew Schwartzmeyer facef0ce6b Enable tracing commands in module 2016-06-03 13:35:56 -07:00
Andrew Schwartzmeyer f1741c04f5 Use Dispose() instead of Close() for CORECLR 2016-06-03 13:35:56 -07:00
Andrew Schwartzmeyer 52621adba8 Use Security.Permissions stub 2016-06-03 12:07:48 -07:00
Jason Shirk a3748647d5 Merge pull request #919 from PowerShell/WriteTests
Add Unit Test For Write Command
2016-06-03 10:46:26 -07:00
Andrew Schwartzmeyer e007412628 Build utility/trace sources for Core PowerShell 2016-06-03 10:27:50 -07:00
Andrew Schwartzmeyer 2b91e1ba90 Add TextWriterTraceListener to Commands.Utility 2016-06-03 10:27:50 -07:00
Andy Schwartzmeyer 2c25c14cf8 Merge pull request #1069 from PowerShell/andschwa/debian
Add Debian 8 RID
2016-06-03 10:16:08 -07:00
Andrew Schwartzmeyer 9c7e97e325 Add Debian 8 RID 2016-06-03 09:37:59 -07:00
TingLiu6 9ae922551c Fixed CR Issues of Write-Host and Write-Output 2016-06-02 23:31:12 -07:00
JumpingYang001 72793ae7e4 Update fix based on comments for Select-XML Pester Test 2016-06-02 19:27:38 -07:00
Raghu Shantha [MSFT] 43e52e9410 Merge pull request #1066 from PowerShell/RaghuS-AppxPackageBranch
Add Ability to generate Appx packages
2016-06-02 13:14:25 -07:00
Raghu Shantha [MSFT] 5a8e33d756 Capture the final build version field from the complete version field 2016-06-02 12:54:04 -07:00
Raghu Shantha [MSFT] be3a146443 Added additional logging for the appx function 2016-06-02 11:44:17 -07:00
Raghu Shantha [MSFT] 9786be0a4b Added final version field for makeappx 2016-06-02 11:23:28 -07:00
Raghu Shantha [MSFT] 71a3681d3f Fix more typo in yml 2016-06-02 10:50:17 -07:00
Raghu Shantha [MSFT] a00e79ba82 Fix Appveyor yml parse issues - converted few more tabs to white spaces 2016-06-02 10:41:06 -07:00
Raghu Shantha [MSFT] de8a740955 Fix Appveyor yml parse issues 2016-06-02 10:37:16 -07:00
Raghu Shantha [MSFT] 84823553cc Add Ability to generate Appx packages 2016-06-02 10:31:02 -07:00
TingLiu6 e043c40e24 Fixed CR Issues 2016-06-02 02:01:49 -07:00
TingLiu6 56ef0c8030 Fixed CR issues 2016-06-01 19:44:02 -07:00
Andy Schwartzmeyer 455f2238b7 Merge pull request #1065 from PowerShell/andschwa/fix-start-psxunit
Fix and improve Start-PSxUnit
2016-06-01 12:10:30 -07:00
Andrew Schwartzmeyer 66ddfcdaff Make git describe work relative to script
So that you don't have to watch your CWD when running commands from the
build module.
2016-06-01 11:15:09 -07:00
Andrew Schwartzmeyer aa273571db Fix and improve Start-PSxUnit
* Last PR had a typo in "TestAruments" which caused the configuration
  not to get picked up
* Now bails appropriately if PowerShell wasn't built, instead of
  rebuilding it every time
* Passes `-verbose` to the xUnit runner, not dotnet, so we can see which
  test failed
2016-06-01 11:15:09 -07:00