Jianyun
7b784f3ea1
Merge pull request #1400 from alexandair/patch-3
...
Update resources.md
2016-07-20 13:10:35 -07:00
James Truher
84041fb37d
fix Get-PSBreakpoint test to not require 0 as the breakpoint id
...
Essentially, other tests may set breakpoints and the Id is ever
increasing, so a test for Id 0 will only be true if this is the
first time a breakpoint has been set in this session
2016-07-20 12:54:59 -07:00
James Truher
b680b48160
tests now run clean on Windows and Linux
2016-07-20 12:10:12 -07:00
PowerShell Team
2674564542
Language tests now run clean on Linux
2016-07-20 12:10:12 -07:00
PowerShell Team
cb08681a55
Add new test files to Language directory
2016-07-20 12:10:12 -07:00
PowerShell Team
395657e33c
fixed up incorrect cases
2016-07-20 12:10:12 -07:00
PowerShell Team
7048f370bd
Add map.json for language test migration
2016-07-20 12:10:12 -07:00
Travis Plunk
955f3f27d3
Clarified how to install OS X.
2016-07-20 11:41:11 -07:00
Travis Plunk
ec69fb37ed
Clarified the Get PowerShell instructions
2016-07-20 11:36:06 -07:00
Aleksandar Nikolić
848b3bdeb3
Update windows.md
...
Grouped URL tags.
2016-07-20 20:33:30 +02:00
Travis Plunk
661c323c28
Simplified over complicated table into single link.
...
Removed redundant contributing text and replaced with link to contributing doc.
Removed maitaner specific text and replaced with link to contributor specific section for the topic
2016-07-20 11:18:28 -07:00
Aleksandar Nikolić
0ee1f86b88
Update resources.md
2016-07-20 19:48:58 +02:00
Alex Jordan
17b4bb354c
Changing description of SetBufferContents function
2016-07-19 21:09:54 -07:00
Alex Jordan
d9ac6d6401
Implementing Write-Progress using SetBufferContents
2016-07-19 21:07:06 -07:00
Mike Richmond
4c9a44de8b
Merge pull request #1414 from PowerShell/mirichmo/add-pwrshplugin-to-build
...
Mirichmo/add pwrshplugin to build
2016-07-19 20:40:43 -07:00
Sergei Vorobev
738d4ea005
Add Start-PSBuild -StopDevPowerShell switch
2016-07-19 19:55:49 -07:00
Sergei Vorobev
3f1ba7a605
Add Start-PSBuild -SMAOnly option for faster incremental builds
2016-07-19 19:55:49 -07:00
Travis Plunk
6c05a5aa65
Merge pull request #1387 from PowerShell/travisez13/contributionGuideUpdate
...
Draft of Contribution Guide update
2016-07-19 18:11:27 -07:00
Mike Richmond
ee9418f6b6
Cleaning up build.psm1 per code review comments.
2016-07-19 16:41:13 -07:00
Mike Richmond
f68ec925d0
Fixing comment support for the ConfigFileReader
2016-07-19 16:41:13 -07:00
Mike Richmond
8ab10c52a9
Positioning powershell.exe in Microsoft.PowerShell.ConsoleHost for consumption by Start-DevPowerShell
2016-07-19 16:41:13 -07:00
Mike Richmond
4e7f582d43
Adding ConfigFileReader back into the plugin and fixing it to more efficiently parse the configuration file.
2016-07-19 16:41:13 -07:00
Mike Richmond
d7618d731d
Additional fixes in preparation for review and pull request
2016-07-19 16:41:13 -07:00
Mike Richmond
4e349ddc2c
Resolved link issues to run pwrshplugin.dll on Nano Server and Windows 10
2016-07-19 16:41:13 -07:00
Mike Richmond
c3bf2547e6
Backing up changes where the CoreCLR version runs on Nano Server. It still has the pwrshplugin!WSManPluginStartup call issue.
2016-07-19 16:41:13 -07:00
Mike Richmond
77a26b6b77
Additional code changes and link fixes
2016-07-19 16:41:13 -07:00
Mike Richmond
8948aa7efb
Initial changes to split the CMake project into a hierarchical set of CMakeLists.txt files
2016-07-19 16:41:13 -07:00
Travis Plunk
09b121e0f6
removed link and mention of issue template
...
Address Addressed @jianyun `s PR comments
2016-07-19 16:36:08 -07:00
Travis Plunk
fd9cf03261
Addressed @jianyun `s and @vor 's PR comments
2016-07-19 16:36:08 -07:00
Travis Plunk
a8671f7e23
Addressed @jianyun `s PR comments
2016-07-19 16:36:08 -07:00
Travis Plunk
4c74e05972
Drafted update to contribution guidelines
2016-07-19 16:36:08 -07:00
Travis Plunk
b1a0dda6de
ignored VS Code Files
2016-07-19 16:36:08 -07:00
Andy Schwartzmeyer
672568eac4
Merge pull request #1423 from PowerShell/andschwa/fix-rm-in-tests
...
Fix use of rm alias in tests
2016-07-19 16:20:14 -07:00
Andrew Schwartzmeyer
a51b8d500b
Mark feed dependent NuGet tests as pending
...
The feed/credential combo has stopped working, breaking all CI runs.
2016-07-19 15:30:23 -07:00
Andrew Schwartzmeyer
f9ed7e84fb
Mark failed NuGet test as pending
...
Once the clean-up stage on Linux / OS X was fixed, this test stopped
passing. This test should be fixed.
2016-07-19 15:12:12 -07:00
Andrew Schwartzmeyer
472947bf76
Fix use of rm alias in tests
...
This is not an alias on Linux / OS X.
2016-07-19 15:12:12 -07:00
Manikyam Bavandla
439ea6a334
PowerShellGet demo script
...
PowerShellGet demo script
2016-07-19 12:53:19 -07:00
Jason Shirk
0be252ec0e
Use class instead of PSObject for Get/Remove-CronJob
2016-07-19 12:27:33 -07:00
Manikyam Bavandla MSFT
a466d4b351
Merge pull request #1429 from PowerShell/psget
...
[PowerShellGet] Enabling Proxy support on Linux.
2016-07-19 12:08:42 -07:00
Andy Schwartzmeyer
184f86c79d
Merge pull request #1428 from PowerShell/andschwa/xmldoc
...
Enable XML documentation generation
2016-07-19 11:52:42 -07:00
Jianyun
dfc9aedda4
Merge pull request #1397 from alexandair/powershell-beginners-guide-edits
...
Update powershell-beginners-guide.md
2016-07-19 11:08:41 -07:00
Jianyun
bc3e4d9e58
Merge pull request #1419 from alexandair/patch-6
...
Update linux.md
2016-07-19 10:22:13 -07:00
Aleksandar Nikolić
4280bf623c
Update learning-powershell.md
...
Fixed Verb-Noun typo.
2016-07-19 19:16:20 +02:00
Jianyun
b13dad5774
Merge pull request #1427 from alexandair/patch-7
...
Update PowerShell/README.md
2016-07-19 10:09:10 -07:00
Aleksandar Nikolić
16bc74e722
Update README.md
...
Resolving conflicts.
2016-07-19 05:01:43 +02:00
Aleksandar Nikolić
77e5f460be
Update powershell-beginners-guide.md
...
Changing descriptions for cmdlets with a synopsis from the help files.
2016-07-19 04:42:36 +02:00
Aleksandar Nikolić
03c7ab1286
Update powershell-beginners-guide.md
...
Fixed "Hello world!" example and changed test.ps1 to test.txt.
2016-07-19 04:33:33 +02:00
Manikyam Bavandla
7c32155421
Enable Check-PSGalleryApiAvailability on Linux
...
Updating Enable Check-PSGalleryApiAvailability on Linux to use
[System.Net.NetworkInformation.NetworkInterface]::GetIsNetworkAvailable()
2016-07-18 19:28:02 -07:00
Andrew Schwartzmeyer
0f04de1e96
Fix some documentation warnings
...
Mostly low-hanging fruit and Linux additions/changes.
2016-07-18 19:08:28 -07:00
Andrew Schwartzmeyer
790a07222e
Disable some XML documentation warnings
...
Some projects have more warnings than I can fix.
2016-07-18 19:07:32 -07:00