Commit graph

3052 commits

Author SHA1 Message Date
Andrew Schwartzmeyer
a4dec332b4 Import Pester from new location
This is somewhat temporary as we're about to investigate using upstream
Pester without needing to have it as a submodule, and failing that,
moving it to a vendor folder.
2016-07-14 11:14:05 -07:00
Jianyun
bcbb252707 Merge pull request #1366 from PowerShell/jianyun/docs
Updated samples so that they work on Linux
2016-07-14 10:20:25 -07:00
Raghu Shantha [MSFT]
2dad0d4a82 Merge pull request #1351 from PowerShell/RaghuS-AppxProviderBranch
Remove AppxProvider from PowerShell Codebase and builds
2016-07-14 10:05:37 -07:00
Sergei Vorobev
7db984a7d0 Merge pull request #1315 from PowerShell/vors/linefeeds
Add note about one sentance per line to CONTRIBUTING.md
2016-07-14 09:34:19 -07:00
Sergei Vorobev
46254de1d2 Merge pull request #1368 from PowerShell/vors/git-katakoda
Add one more interactive tutorial source to git/basics.md
2016-07-14 09:30:04 -07:00
Sergei Vorobev
868dbb13d1 Add one more interactive tutorial source to git/basics.md 2016-07-14 00:38:40 -07:00
Sergei Vorobev
a4a9103c73 Merge pull request #1338 from PowerShell/vors/git-auth
Update auth docs for git
2016-07-14 00:08:01 -07:00
Sergei Vorobev
7aa5304129 Merge pull request #1364 from PowerShell/bingbing8-docUpdate
Bingbing8 doc update
2016-07-14 00:06:23 -07:00
Jianyun Tao
8ce9f2fd71 Updated the examples so that they work on Linux. 2016-07-13 19:18:29 -07:00
Jianyun Tao
ff0b90b574 Merge branch 'master' of https://github.com/PowerShell/PowerShell into jianyun/docs 2016-07-13 17:36:09 -07:00
Andy Schwartzmeyer
d0ad3b719b Merge pull request #1352 from PowerShell/andschwa/username
Implement Get-Process -IncludeUserName for Linux
2016-07-13 17:27:11 -07:00
Yanbing
a26504d1cd Update to point to the github flow. 2016-07-13 16:50:55 -07:00
Yanbing
b3f2dbc12c update some wording 2016-07-13 16:44:40 -07:00
Andrew Schwartzmeyer
894f8401a1 Fix CreateSymLink tests for OS X
/tmp is symlinked to /private/tmp and since we're testing symlink
resolution through FollowSymlink, we need to change what we expect to
the realpath.
2016-07-13 16:00:10 -07:00
Indhu Sivaramakrishnan
1dc0b9a813 Merge pull request #1358 from PowerShell/insivara-ps
Updated Microsoft.PowerShell.ScheduledJob to have version 3.0.0.0
2016-07-13 15:59:22 -07:00
Yanbing
9f4dc7081b update some wording 2016-07-13 15:59:08 -07:00
Andrew Schwartzmeyer
2a790591f0 Clean up CreateSymLink tests 2016-07-13 15:56:12 -07:00
Andrew Schwartzmeyer
85d9370c2f Clean up FollowSymlink 2016-07-13 15:55:15 -07:00
Yanbing
8500e00cb3 Update windows-full.md 2016-07-13 15:49:59 -07:00
Andrew Schwartzmeyer
d44d485938 Fix FQDN test for OS X 2016-07-13 15:46:25 -07:00
Andrew Schwartzmeyer
92495065e8 Guard Linux native build steps
So that non-zero exit codes fail the build, and the tests are run
verbosely.
2016-07-13 15:46:25 -07:00
Andrew Schwartzmeyer
2abe461992 Refactor to use GetUserFromPid 2016-07-13 15:46:25 -07:00
Andrew Schwartzmeyer
900b46d281 Add GetUserFromPid() to libpsl
And clean up some tests.
2016-07-13 15:46:25 -07:00
Andrew Schwartzmeyer
8ac64286e1 Refactor libpsl to use GetPwUid() 2016-07-13 15:46:25 -07:00
Andrew Schwartzmeyer
6f938bd860 Add regression test for Get-Process -IncludeUserName 2016-07-13 15:46:25 -07:00
Andrew Schwartzmeyer
f3328fec5c Add tests for native GetFileOwner 2016-07-13 15:46:25 -07:00
Andrew Schwartzmeyer
e6d3cbcce0 Implement Get-Process -IncludeUserName for Linux
So much plumbing. The correct way to identify the owner of a process on
Linux is to get the owner of the /proc/<PID> file. However, .NET Core
has no API to get this information, thus it had to be plumbed through to
the native library.
2016-07-13 15:46:25 -07:00
Andrew Schwartzmeyer
13a82a59ee Add GetFileOwner 2016-07-13 15:46:25 -07:00
Andrew Schwartzmeyer
0b114a3b71 Add GetStat
Wraps stat() with mapped errno.
2016-07-13 15:46:25 -07:00
Andrew Schwartzmeyer
c17244eed2 Fix IsAdministrator for Unix 2016-07-13 15:46:25 -07:00
Andy Schwartzmeyer
f9c05d4c5e Merge pull request #1360 from PowerShell/andschwa/cache
Enable cache on CI machines
2016-07-13 15:45:56 -07:00
Indhu Sivaramakrishnan
1f9343ece2 Updated Microsoft.PowerShell.ScheduledJob to have version 3.0.0.0 2016-07-13 15:07:22 -07:00
Manikyam Bavandla MSFT
93227f72f6 Merge pull request #1348 from PowerShell/powershellget
Enabling PowershellGet module on Linux
2016-07-13 14:58:31 -07:00
Manikyam Bavandla
bb4eadba1d Corrected a typo in $PSVariable
Corrected a typo in $PSVariable
2016-07-13 14:13:41 -07:00
Manikyam Bavandla
87db56d17f Changes for Get-ChildItem, Select-Object, IsWindows, IsCore and IsLinux
Changes for Get-ChildItem, Select-Object, IsWindows, IsCore and IsLinux
2016-07-13 14:13:41 -07:00
Manikyam Bavandla
076ad7f8e9 Added mapping for $env:TEMP path in Linux.
Added mapping for $env:TEMP path in Linux.
2016-07-13 14:13:41 -07:00
Manikyam Bavandla
df271c48cc PowerShellGet changes for Linux 2016-07-13 14:13:41 -07:00
Andrew Schwartzmeyer
281c7cf17a Fix AppVeyor version 2016-07-13 13:56:39 -07:00
Andrew Schwartzmeyer
dd2f97c0aa Enable caching of dotnet and NuGet packages on CI 2016-07-13 13:56:25 -07:00
Andy Schwartzmeyer
fa80214f22 Merge pull request #1347 from PowerShell/joey/demo
Bring in comment-level demos
2016-07-13 13:22:13 -07:00
Jianyun
9529d42688 Merge pull request #1349 from PowerShell/jianyun/docs
Added Debugging from PS Commandline
2016-07-13 12:58:56 -07:00
Andy Schwartzmeyer
a39beee33d Merge pull request #1264 from PowerShell/childitem
Fixing symlink to use absolute paths instead of relative
2016-07-13 12:57:26 -07:00
Raghu Shantha [MSFT]
0d6851ce95 Remove AppxProvider from PowerShell Codebase and builds 2016-07-13 11:21:56 -07:00
Raghu Shantha [MSFT]
f4a8cc1833 Merge pull request #1342 from PowerShell/RaghuS-MSIInstallerBranch
Add ability to perform SxS install in MSI package manifest
2016-07-12 19:53:12 -07:00
Jianyun Tao
f3b239510a Merge branch 'master' of https://github.com/PowerShell/PowerShell into jianyun/docs 2016-07-12 19:04:35 -07:00
Jianyun Tao
bc62e17384 fixed a link 2016-07-12 19:01:03 -07:00
Jianyun Tao
0f096c96a4 Added debugging from PowerShell commandline 2016-07-12 18:56:36 -07:00
Jianyun
006eb1f734 Merge pull request #1339 from PowerShell/jianyun/docs
Created Learning PowerShell
2016-07-12 18:12:10 -07:00
Joey Aiello
76d8b45a93 Merge pull request #1335 from PowerShell/joey/refactor-docs
Joey/refactor docs
2016-07-12 17:12:39 -07:00
joeyaiello
4619919872 move sample modules into demos 2016-07-12 17:09:55 -07:00