Commit graph

3878 commits

Author SHA1 Message Date
Dongbo Wang
7c9a76bfdb Merge pull request #1732 from daxian-dbw/master
Update project.json files to depend on Microsoft.NETCore.Runtime.CoreCLR.1.0.4 and Newtonsoft.Json.9.0.1
2016-08-11 13:25:52 -07:00
Dongbo Wang
76ca7e5f52 Update to depend on Newtonsoft.Json.9.0.1 2016-08-11 11:43:31 -07:00
Dongbo Wang
e0b44475b0 Update project.json to depend on Microsoft.NETCore.Runtime.CoreCLR.1.0.4
This new package contains 2 fixes that will unblock powershell remoting for windows OPS
2016-08-11 11:28:18 -07:00
Jason Shirk
49756c375a Merge pull request #1727 from PowerShell/SteveL-MSFT-patch-1
Update readme.md
2016-08-11 11:06:04 -07:00
Travis Plunk
7abe44d15a Merge pull request #1714 from PowerShell/mirichmo/native-binary-linking
Fixing Build and Linking of PwrshPlugin.dll to Match the CoreCLR Native Binary Build Process
2016-08-11 11:00:39 -07:00
Jason Shirk
e1f4d4df9b Merge pull request #1707 from PowerShell/ShellInteropPesterTest
Add Shell Interop Pester Test
2016-08-11 10:57:14 -07:00
Jason Shirk
e2c70a1fe5 Merge pull request #1729 from PowerShell/steve_demo_cleanup
cleaning up placeholder files, leaving dsc.ps1 as requested as stub f…
2016-08-11 10:53:37 -07:00
Andy Schwartzmeyer
d2c3e1e773 Merge pull request #1728 from PowerShell/SteveL-MSFT-patch-2
Update README.md
2016-08-11 10:09:51 -07:00
Andy Schwartzmeyer
cbaae7c4d7 Merge pull request #1722 from vors/readme-you
Use pronoun consistently in cloning instruction
2016-08-11 10:09:30 -07:00
Steve Lee (POWERSHELL)
54cf6dc6d0 cleaning up placeholder files, leaving dsc.ps1 as requested as stub for dsc demo 2016-08-11 09:09:45 -07:00
Steve Lee
98df2e4dcb Update README.md 2016-08-11 09:00:59 -07:00
Steve Lee
c6a6aa70d4 Update readme.md
fixed typo, expanded first use of PS acronym
2016-08-11 08:57:51 -07:00
JumpingYang001
2d0d9765d9 Add Shell Interop Pester Test 2016-08-10 23:09:17 -07:00
Sergei Vorobev
a559d91b93 Use pronounces consistently in cloning instruction 2016-08-11 08:52:53 +03:00
Mike Richmond
5baa2d6fe6 Fixing onecore.lib link issue 2016-08-10 21:45:45 -07:00
Mike Richmond
a951e1b737 Fixing compile issue for FullClr and adding restart so that the WinRM changes take effect after the registration script runs. 2016-08-10 20:48:47 -07:00
Mike Richmond
46c3ff9f3e Fixing CMakeLists.txt files to produce a single plugin DLL that works in all supported OSs the same way CoreCLR builds coreclr.dll 2016-08-10 20:48:47 -07:00
Mike Richmond
afe86d6bd7 Work in progress to modify the native binary CoreCLR build. 2016-08-10 20:48:47 -07:00
Andy Schwartzmeyer
4e23d6e1ee Merge pull request #1712 from PowerShell/ealexjordan/filenamecrash
Fixing Crash on File Name Extending BufferWidth
2016-08-10 18:27:44 -07:00
Alex Jordan
fb0e218eb1 Fix crash on file name being too long in prompt 2016-08-10 15:40:46 -07:00
Andy Schwartzmeyer
b538ff34e2 Merge pull request #1666 from PowerShell/ealexjordan/manps
Adding Man Page For PowerShell
2016-08-10 15:02:47 -07:00
Andy Schwartzmeyer
6def33a4d1 Merge pull request #1695 from PowerShell/frangom/helpsystem
Fixing get-help on Linux
2016-08-10 15:01:04 -07:00
Alex Jordan
f78ed27597 Adding man page for linux 2016-08-10 14:37:44 -07:00
John Kordich
4656f3c072 Adding error message letting the user know they need to install PSDSC for Linux 2016-08-10 13:53:37 -07:00
Francisco Gamino
135af2089a Updating tests to install the help content before running on Windows 2016-08-10 12:19:51 -07:00
Francisco Gamino
2b1dc87774 Adding Feature tag to help tests 2016-08-10 12:19:51 -07:00
Francisco Gamino
233e75657a Breaking down help tests for CI and Feature test runs 2016-08-10 12:19:51 -07:00
Francisco Gamino
3ed7201e21 Fixing get-help on Linux 2016-08-10 12:19:51 -07:00
Andy Schwartzmeyer
800382f019 Merge pull request #1698 from PowerShell/raghushantha-packagemetadatabranch
Updated *nix package metadata fields: Issue #1422
2016-08-10 11:50:12 -07:00
Dongbo Wang
2aa5c07581 Merge pull request #1701 from andschwa/unix-modules
Remove unsupported commands from Unix modules
2016-08-09 22:28:46 -07:00
Andrew Schwartzmeyer
1cc454fbd2 Update known issues
The "unavailable cmdlets" section was removed pending a comprehensive
list compiled from the module declarations.
2016-08-09 18:54:05 -07:00
Andrew Schwartzmeyer
5310423678 Remove Windows+Unix-Core
There are no longer module declarations that are identical between Core
PowerShell on Windows and on Unix.
2016-08-09 18:54:05 -07:00
Andrew Schwartzmeyer
d59710d310 Remove unimplemented Management cmdlets from Unix
These are not currently implemented and so should not show up as
available.

The *-Computer cmdlets are already not compiled for Unix (and so not
available), so let's not declare them in the manifest.

The Get-ComputerInfo cmdlet does not work on Unix and so should not be
made available.

Test-Connection depends on an unavailable WMI provider.

Get/Set-TimeZone are not yet ported.
2016-08-09 18:54:05 -07:00
Andrew Schwartzmeyer
f68cb8c385 Add copy of Management module declaration for Unix
Unmodified so we can track changes.
2016-08-09 18:53:44 -07:00
Andrew Schwartzmeyer
e750fb6284 Move Management module declaration to Windows-Core modules
Since we need different versions for Windows and Unix.
2016-08-09 18:53:44 -07:00
Andrew Schwartzmeyer
280bd651c1 Remove unimplemented Utility cmdlets from Unix
ConvertFrom-SddlString and Unblock-File are Windows-specific cmdlets
with no equivalent on Unix.

squash! Remove Unblock-File from Unix
2016-08-09 18:53:43 -07:00
Travis Plunk
1ef400d62b Merge pull request #1694 from PowerShell/mirichmo/fixing-configfileaccessor-constructor
Resolves a JsonConfigFileAccessor constructor exception to fix #1689
2016-08-09 18:04:42 -07:00
Andrew Schwartzmeyer
9c07b9f29d Add copy of Utility module declaration for Unix
Unmodified so we can track changes.
2016-08-09 17:50:06 -07:00
Andrew Schwartzmeyer
c22dd04967 Move Utility module declaration to Windows-Core modules
Since we need different versions for Windows and Unix.
2016-08-09 17:50:06 -07:00
Andy Schwartzmeyer
42a755bcdc Fix welcome message in readme
First word was misspelled "Welcome" and OS X was missing its space delimiter.
2016-08-09 16:59:05 -07:00
joeyaiello
c9ae0c348c fix broken links in governance PR 2016-08-09 16:42:51 -07:00
joeyaiello
42019e511e refactor maintainer and governance docs
Now that we've gotten enough of a sign-off
from everyone involved in the governance
process, the docs need to be reworked to use a
consistent terminology set, links, and directory
structure.
2016-08-09 16:42:51 -07:00
joeyaiello
d9b1093a1c address offline feedback for governance 2016-08-09 16:42:51 -07:00
joeyaiello
040c9803f7 respond to PR feedback on governance 2016-08-09 16:42:51 -07:00
joeyaiello
c15eb54fa1 first pass of governance doc
still need to do a considerable rewrite of other
contributor docs in order to change terminology
to align with governance.md
2016-08-09 16:42:51 -07:00
Mike Richmond
6575500b79 Whitespace change to retrigger a build 2016-08-09 16:31:26 -07:00
Mike Richmond
fd489544df Revert "Trying an idea to see if this will display the AppVeyor error since I cannot reproduce it locally."
This reverts commit 06c4d7e01f to undo an
appveyor expiriment.
2016-08-09 15:27:39 -07:00
Mike Richmond
063fd9c8f6 Removing directory creation from initialization. 2016-08-09 14:47:04 -07:00
Mike Richmond
06c4d7e01f Trying an idea to see if this will display the AppVeyor error since I cannot reproduce it locally. 2016-08-09 14:47:04 -07:00
Mike Richmond
ca307e7c95 Fixing JsonConfigFileAccessor constructor so that it doesn't throw exceptions when run as a regular user. 2016-08-09 14:47:04 -07:00