Commit graph

3444 commits

Author SHA1 Message Date
Jianyun
0d5a096013 Merge pull request #1453 from alexandair/patch-1
Added newlines. Removed commercial resources.
2016-07-21 17:41:22 -07:00
Raghu Shantha [MSFT]
d7b5dd2690 Merge pull request #1467 from PowerShell/RaghuS-Demos
Move install script to demos/install folder
2016-07-21 17:30:49 -07:00
Sergei Vorobev
cf821a17a1 Remove *BinaryMiLog cmdlets 2016-07-21 16:55:20 -07:00
Andrew Schwartzmeyer
59cf766604 Update debugging instructions for VS Code 2016-07-21 16:37:44 -07:00
Andrew Schwartzmeyer
9a9b6eddcb Enable external console for VS Code debugging
Instead of half-running PowerShell with -noninteractive (and expecting
the user debugging to enter more arguments), the latest stable version
of VS Code allows us to launch an external console. This requires either
Gnome Terminal or xterm (sadly not Xfce Terminal), but given either (and
xterm is almost always available to install), we can now launch an
interactive PowerShell session to debug.
2016-07-21 16:18:32 -07:00
Manikyam Bavandla MSFT
042d1e99bb Merge pull request #1458 from PowerShell/psedition_rename
Rename Desktop & Core PSEditions to WindowsPowerShell & PowerShellCore
2016-07-21 15:29:00 -07:00
Manikyam Bavandla
b1963fe5b2 Updating the demo script. 2016-07-21 14:52:11 -07:00
Raghu Shantha [MSFT]
74ac3894b0 Rename Install.sh to install.sh 2016-07-21 13:32:47 -07:00
Raghu Shantha [MSFT]
97da352b8e Rename demos/Install.sh to demos/install/Install.sh 2016-07-21 13:30:56 -07:00
Lee Holmes
105bf9c9ff Merge pull request #1452 from PowerShell/vors/remove-links
Remove unusable links from the source code
2016-07-21 13:12:28 -07:00
Raghu Shantha [MSFT]
26717dc63e Create install.ps1 2016-07-21 13:06:38 -07:00
Manikyam Bavandla
9527193920 PowerShellGet demo
PowerShellGet demo
2016-07-21 13:00:41 -07:00
Manikyam Bavandla
f6922ae635 Merge branch 'psget' of https://github.com/PowerShell/PowerShell into psget 2016-07-21 12:38:29 -07:00
Manikyam Bavandla
7120cecc15 Updating PowerShellGet demo 2016-07-21 12:38:04 -07:00
Manikyam Bavandla
5ba2a3b7b8 PowerShellGet demo script
PowerShellGet demo script
2016-07-21 12:38:04 -07:00
Sergei Vorobev
bad0f47659 Merge pull request #1463 from PowerShell/vors/token
Move GITHUB_TOKEN in tools/download.sh
2016-07-21 12:29:08 -07:00
Manikyam Bavandla
66f0b83e89 Merge branch 'master' into psedition_rename 2016-07-21 12:16:38 -07:00
Manikyam Bavandla
2a67fd8ec5 Updating the "Should have the correct edition" test
Updating the "Should have the correct edition" test
2016-07-21 12:16:16 -07:00
Andy Schwartzmeyer
6259c4a4c0 Merge pull request #1462 from PowerShell/johnkord-MMI_full_version
Setting MMI dependency in SMA to full version instead of wildcard
2016-07-21 12:16:01 -07:00
Andy Schwartzmeyer
b7fbad766a Merge pull request #1435 from PowerShell/andschwa/commandlinetoargv
Remove dead code around `CommandLineToArgv`
2016-07-21 12:14:16 -07:00
Bruce Payette
c8c4f06e63 Merge pull request #1460 from lzybkr/jasonsh/CronTab-Demo
Add crontab demo
2016-07-21 11:10:02 -07:00
Karol Kaczmarek
d490def51b Fixing mc.exe detection 2016-07-21 11:07:45 -07:00
Sergei Vorobev
1d8a181f60 Move GITHUB_TOKEN in tools/download.sh 2016-07-21 10:51:59 -07:00
John Kordich
6ce8523ad9 Setting MMI dependency in SMA to full version instead of wildcard 2016-07-21 10:41:38 -07:00
Andrew Schwartzmeyer
8eda0df29e Remove CommandLineParameterBinderNativeMethods
This was dead code. PreParseCommandLine was called only when tracing was
enabled, which meant that the tracing itself was useless, as it was not
tracing what the actual code was doing.

I believe the intention of this tracing was to "guess" how the native
commands on Windows *might* parse their command-line arguments, but the
traced result was not guaranteed to be accurate. Since we cannot provide
accurate tracing, the tracer was removed in its entirety.

The PreParseCommandLine function was the only place where
CommandLineToArgv was called, so with it removed, the entire native
methods class here can be removed.
2016-07-21 10:39:16 -07:00
Andrew Schwartzmeyer
c9c3e0b9be Remove managed CommandLineToArgv
It is entirely unused.
2016-07-21 10:39:16 -07:00
Jason Shirk
d300bf0ef7 Add README 2016-07-21 10:03:08 -07:00
Jason Shirk
3fb9315fce cleanup demo script 2016-07-21 09:56:14 -07:00
Jason Shirk
444769cb6b Add -Force to Remove-CronJob 2016-07-21 09:55:48 -07:00
Jason Shirk
d7d516a066 Don't use Invoke-Expression 2016-07-21 09:40:03 -07:00
Jason Shirk
af27a06f89 Fix Remove-CronTab to only remove the correct job(s) 2016-07-21 09:18:28 -07:00
Jason Shirk
3dafae5357 Move crontab demo to it's own directory
Also change CronTab.psd1 encoding to ASCII
2016-07-21 08:51:09 -07:00
Jason Shirk
ec1369f1dc Add argument completion for -UserName 2016-07-21 08:44:36 -07:00
Sergei Vorobev
af90f38f64 Merge pull request #1456 from PowerShell/hiteshraigandhi-patch-1
Create README.md
2016-07-20 21:11:50 -07:00
Jianyun
7fae9b4714 Merge pull request #1454 from PowerShell/jianyunt/learnps
added "recursive cloning" back to readme per request #1197
2016-07-20 18:39:35 -07:00
Manikyam Bavandla
1889ab18c5 Updating PowerShellGet demo 2016-07-20 18:35:52 -07:00
Manikyam Bavandla
3dcd621786 Merge branch 'master' into psedition_rename 2016-07-20 18:31:06 -07:00
Manikyam Bavandla
81e5a7e7aa Update PSEdition values to Rename Desktop & Core to WindowsPowerShell and PowerShellCore
$PSVersionTable.PSEdition currently supports Desktop and Core enums.
Because PowerShell is going to be Open and also available on Linux/Mac
from August, we decided to rename these values so as to make it clear to
the end user.
We decided to use the names WindowsPowerShell,PowerShellCore.
2016-07-20 18:30:21 -07:00
James Truher [MSFT]
a6072c4576 Merge pull request #1447 from PowerShell/jameswtruher/LanguageTestMigration
language pester test migration - woo - adding 800 more tests
2016-07-20 18:29:56 -07:00
Travis Plunk
88973bfd14 Merge pull request #1439 from PowerShell/FixMaster
Changed Find-Package test to 'SLOW' to fix master
2016-07-20 18:28:05 -07:00
James Truher [MSFT]
c2364b6e26 Merge pull request #1404 from PowerShell/ParsePesterUnitTest
Add remain part of Parser Pester Unit Test
2016-07-20 18:19:10 -07:00
Sergei Vorobev
47e5e9db49 Merge pull request #1449 from PowerShell/vors/git-rebase
Simplify update sync local repo workflow in powershell-repository-101.md
2016-07-20 17:59:03 -07:00
hiteshraigandhi
ae69d1c1db Create README.md 2016-07-20 17:30:51 -07:00
Jianyun Tao
31344808bd Updated the Downloading Source code section to address the feedback from lzybkr. 2016-07-20 17:23:06 -07:00
Andy Schwartzmeyer
46692c7d4d Merge pull request #1448 from PowerShell/writeprogress
Write-Progress
2016-07-20 17:18:32 -07:00
Andy Schwartzmeyer
0a87a3d828 Merge pull request #1436 from PowerShell/vors/sma-only
Add Start-PSBuild -SMAOnly option for faster incremental builds
2016-07-20 17:17:33 -07:00
Jianyun Tao
7b2d101668 added "recursive cloning" back to readme per request #1197 2016-07-20 17:09:41 -07:00
Aleksandar Nikolić
78315df4a7 Added newlines. Removed commercial resources.
Added newlines following one-sentence-per-line principle.
Fixed typos.
Removed commercial resources from "More Reading" section.
Implemented Joey's suggestions.
2016-07-21 01:58:38 +02:00
Sergei Vorobev
20c4172754 Remove unusable links from the source code 2016-07-20 16:55:00 -07:00
Travis Plunk
cd9ddb156d Used method from PR comments to find powershell
replaced dir with get-childitem
used appropriate path when importing pester
verified failure count was 0
split test case verification into individual it's so we get all the info.
2016-07-20 16:28:33 -07:00