Commit graph

3270 commits

Author SHA1 Message Date
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
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
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
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
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
Travis Plunk
6fea33379d made powershell invoke compatible with linux 2016-07-20 16:28:33 -07:00
Travis Plunk
a51618aa4c Removed test for appveyor.yml 2016-07-20 16:28:33 -07:00
Travis Plunk
441b105fd8 Made the test run in new powershell
Ran the test with the same filter
Imported the result
cleaned up the test run
2016-07-20 16:28:33 -07:00
Travis Plunk
7f97e4b9cf Added CI Tag to sample 2016-07-20 16:28:32 -07:00
Travis Plunk
c69104a750 Made appveyor exclude 'slow' tests 2016-07-20 16:28:32 -07:00
Travis Plunk
ffe0a250a9 Changed Find-Package test to 'SLOW' 2016-07-20 16:28:32 -07:00
Sergei Vorobev
d66b303201 Merge pull request #1396 from alexandair/aleksandar
Update learning-powershell.md
2016-07-20 15:58:09 -07:00
Sergei Vorobev
9ad725faa2 Merge pull request #1402 from alexandair/patch-5
Update README.md
2016-07-20 15:48:47 -07:00
Sergei Vorobev
32c8fd659c Merge pull request #1401 from alexandair/patch-4
Update README.md
2016-07-20 15:46:37 -07:00
Sergei Vorobev
1d89eb9c89 Merge pull request #1398 from alexandair/patch-1
Update submodules.md
2016-07-20 15:46:13 -07:00
Aleksandar Nikolić
b189cce386 Update learning-powershell.md
Resolving conflicts (second try).
2016-07-21 00:32:15 +02:00
Sergei Vorobev
76b136d393 Remove FullCLR artifacts from installation instructions
We don't support FullCLR install
2016-07-20 15:17:31 -07:00
Sergei Vorobev
20209c0497 Simplify update sync local repo workflow in powershell-repository-101.md
The best way to sync a branch for our purposes is to rebase
on origin/master
2016-07-20 15:10:41 -07:00
Aleksandar Nikolić
7f4288bc89 Update learning-powershell.md
Resolving conflicts.
2016-07-21 00:01:28 +02:00
Bruce Payette
9359bcaeee Initial full draft document
This is the initial draft of the PowerShell breaking changes guidelines documents. NOTE: this document is heavily based on the ,NET Core breaking changes document.
2016-07-20 14:49:50 -07:00
Travis Plunk
5d4262b770 Merge pull request #1444 from PowerShell/travisez13/ReadmeFixes
Fixes to readme
2016-07-20 13:50:08 -07:00
Jason Shirk
ab5bda18e0 Fix removing all lines from crontab 2016-07-20 13:49:44 -07:00
Jianyun
f0a2dbdbcd Merge pull request #1399 from alexandair/patch-2
Update windows.md
2016-07-20 13:12:05 -07:00
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