Commit graph

3073 commits

Author SHA1 Message Date
Sergei Vorobev
3e105225cf Merge pull request #1375 from PowerShell/cchen/bugfix
msft:8027609 Get-Module -List and Test-ModuleManifest import the the …
2016-07-14 16:08:31 -07:00
Manikyam Bavandla MSFT
735456a12a Merge pull request #1378 from PowerShell/psget
Ignoring the errors from Receive-Job cmdlet in Uninstall-module logic…
2016-07-14 14:32:43 -07:00
Manikyam Bavandla
6a1ad57e42 Ignoring the errors from Receive-Job cmdlet in Uninstall-module logic, this is a workaround for #1365 2016-07-14 13:37:08 -07:00
Quoc Truong
ac7bed909e Merge pull request #1359 from PowerShell/quoct/onegettest
Enable test for PackageManagement on CorePowerShell
2016-07-14 13:26:01 -07:00
Chunqing Chen
080f029d8a msft:7980238, 7768797 Test-ModuleManifest loads all available modules if a module has the nested module dependencies. Get-Module -List and Test-ModuleManifest import the the nested module dependencies into the current runspace. 2016-07-14 13:21:28 -07:00
Chunqing Chen
bd0ba6771c msft:8027609 Get-Module -List and Test-ModuleManifest import the the nested module dependencies into the current/global runspace. 2016-07-14 12:42:47 -07:00
Andy Schwartzmeyer
34e6240188 Merge pull request #1370 from PowerShell/andschwa/start-pspester
Import Pester from new location
2016-07-14 11:38:34 -07:00
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
Quoc Truong
3af74154af Place #if !LINUX at more appropriate places 2016-07-14 10:24:09 -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
Quoc Truong
d7309a2435 Remove test that calls powershell 2016-07-14 09:56:35 -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
Quoc Truong
24eaf67917 Remove install contoso credential test 2016-07-13 16:36:29 -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
Quoc Truong
6338d8c33a Remove scope test for install-package in nuget.tests.ps1 2016-07-13 15:58:05 -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
Quoc Truong
67bc478695 Fix test failure for Install-PackageProvider.tests.ps1 on Windows 2016-07-13 15:39:52 -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