Commit Graph

3376 Commits

Author SHA1 Message Date
Sergei Vorobev
6626720e44 Introduce Microsoft.PowerShell.SDK
- introduce SDK project with our dependencies and CoreCLR framework
  for runtime.
- Move dependencies for Full from ConsoleHost to powershell-win-full
- make powershell-win-full Top-level project
- Change build.psm1 to do publish for -FullCLR build
- Update docs
2016-07-26 16:48:57 -07:00
Sergei Vorobev
52569380c7 Merge pull request #1519 from PowerShell/vors/json
Fix ConvertFrom-Json to handle mutlilines
2016-07-26 14:37:36 -07:00
Jason Shirk
f45179fe06 Merge pull request #1476 from PowerShell/andschwa/iscore
Rename IsCore to IsCoreCLR
2016-07-26 14:18:51 -07:00
Raghu Shantha [MSFT]
bfc965406d Merge pull request #1517 from PowerShell/AngelCalvo-patch-2
Update breaking-change-contract.md
2016-07-26 14:08:05 -07:00
Andrew Schwartzmeyer
41173a3b65 Rename IsCore to IsCoreCLR 2016-07-26 11:54:08 -07:00
Andrew Schwartzmeyer
9ba6ba359d Re-enable assembly name comparison 2016-07-26 11:54:08 -07:00
Andrew Schwartzmeyer
b400ba3688 Use CORECLR to guard analysis progress record 2016-07-26 11:53:53 -07:00
Andrew Schwartzmeyer
f0e64c2c6c Clean up ApplicationBase work-around 2016-07-26 11:49:54 -07:00
Andrew Schwartzmeyer
d40131ae44 Clean up PSMODULEPATH Windows work-around 2016-07-26 11:49:54 -07:00
Andrew Schwartzmeyer
cf8ddc10d6 Remove deprecated guard of resource verification 2016-07-26 11:49:54 -07:00
Sergei Vorobev
3240a2d369 Fix ConvertFrom-Json to handle mutlilines
Fix #956

Add Newtonsoft.Json.JsonSerializationException to catch block
that determines which mode to use: single-string or multi-string
2016-07-26 11:11:44 -07:00
AngelCalvo
5c5bda8427 Update breaking-change-contract.md 2016-07-26 10:27:49 -07:00
Sergei Vorobev
1c9c4f6cf8 Merge pull request #1505 from PowerShell/vors/remove-docs-readme.md
Remove docs\README.md
2016-07-26 10:06:33 -07:00
AngelCalvo
05ff5d35de Update breaking-change-contract.md 2016-07-26 09:58:44 -07:00
Kristopher Bash
66034858e3 Merge pull request #1515 from PowerShell/krbash-demo-update
Multiple Apache bug fixes
2016-07-26 09:36:48 -07:00
opquad@live.com
a16c85dec3 Fix vhost directory finding function in Apache demo 2016-07-26 08:45:44 -07:00
Kristopher Bash
8edd59476f Merge pull request #1503 from PowerShell/krbash-demo-update
Update apache & systemd demos
2016-07-26 08:43:02 -07:00
Jason Shirk
ad07bbeeac Merge pull request #1481 from lzybkr/jasonsh/docs
Coding guideline docs and other minor doc updates
2016-07-25 22:26:50 -07:00
Jason Shirk
d4c8688c13 Update issue labels doc 2016-07-25 21:57:01 -07:00
Jason Shirk (POWERSHELL)
8fcd8065be Coding guidelines first cut 2016-07-25 21:57:00 -07:00
maertend
f8364d9d66 Merge pull request #1504 from PowerShell/maertend-patch-2
Created readme.md, rest folder, and added the up to date script files
2016-07-25 16:33:39 -07:00
Dongbo Wang
a576121d06 Merge pull request #1509 from PowerShell/andschwa/fix-alc-for-unix
Add WSManPluginWrapper to AssemblyLoadContext
2016-07-25 16:32:25 -07:00
maertend
38d75e30c3 Update readme.md 2016-07-25 15:48:16 -07:00
maertend
c4efc58f7b Update readme.md 2016-07-25 15:47:10 -07:00
maertend
9f4dbdddc4 Add files via upload 2016-07-25 15:42:30 -07:00
maertend
6cffe84ec0 Update readme.md 2016-07-25 15:42:07 -07:00
maertend
11c07b806a Add files via upload 2016-07-25 15:29:42 -07:00
Andrew Schwartzmeyer
a1c7d127eb Add WSManPluginWrapper to AssemblyLoadContext
This function is required for PSRP on Linux, as we need to wrap the call
into WSManPluginManagedEntryWrapper.InitPlugin such that it is invoked
via reflection from an assembly loaded with our custom context.
2016-07-25 15:22:56 -07:00
hiteshraigandhi
a28c04cc2f Merge pull request #1502 from PowerShell/vors/full-docs
Add a reference to windows-full.md to windows-core.md
2016-07-25 14:34:10 -07:00
Sergei Vorobev
822e386926 Remove docs\README.md 2016-07-25 14:03:23 -07:00
maertend
f73ef56a80 Create readme.md 2016-07-25 13:59:58 -07:00
opquad@live.com
4f2f0bb02c -refactor Apache demo completely
-bug fix in SystemD (json) demo
-Move demos to self-contained folders
2016-07-25 13:51:37 -07:00
Sergei Vorobev
4482b15394 Add a reference to windows-full.md to windows-core.md 2016-07-25 13:17:51 -07:00
Sergei Vorobev
e79a183994 Merge pull request #1500 from PowerShell/bmanikm-patch-1
Removed invalid 'Open PowerShell' tag based search.
2016-07-25 12:16:47 -07:00
Bruce Payette
8a30452f0b Merge pull request #1498 from PowerShell/vors/docs
Move files from docs/workflow to docs/dev-process
2016-07-25 12:01:34 -07:00
Manikyam Bavandla MSFT
f9f37c5a74 Removed invalid 'Open PowerShell' tag based search.
Removed invalid 'Open PowerShell' tag based search.
2016-07-25 11:40:24 -07:00
Sergei Vorobev
bf5596eb8f Merge pull request #1496 from PowerShell/vors/links
Fix links in docs
2016-07-25 10:52:43 -07:00
Mike Richmond
0d49cb8aa5 Merge pull request #1490 from PowerShell/mirichmo/pwrshplugin-optimization-and-build-fix
Fixing bug in pwrshplugin config file reader and wrapping mc.exe call…
2016-07-25 09:00:32 -07:00
Andy Schwartzmeyer
5274acd1d1 Merge pull request #1497 from PowerShell/andschwa/travis-whitelist
Whitelist master and test branches for Travis CI
2016-07-25 00:24:52 -07:00
Sergei Vorobev
181d5dec13 Merge pull request #1468 from PowerShell/frangom/webcmdlets
Port Invoke-WebRequest/RestMethod to OPS
2016-07-24 22:05:21 -07:00
Sergei Vorobev
639e669b7e Move files from docs/workflow to docs/dev-process
Remove branch-structure.md
2016-07-24 22:00:37 -07:00
Sergei Vorobev
26a6644d48 Merge pull request #1494 from PowerShell/vors/start-pspester
Simplify Start-PSPester
2016-07-24 21:41:53 -07:00
Andrew Schwartzmeyer
bcfe498ef4 Guard ProgressPane for pseudo-TTYs
Again due to the fact that relying on Console.IsOutputRedirected (as
System.Console does for these APIs) causes bugs when pseudo-TTYs are
used (since the output is not redirected, but the APIs nonetheless can't
be used properly). So we ran into a problem where the value of CursorTop
and Console.BufferHeight were lies, and so we accidentally attempted to
set it numbers below zero. Guard everything.
2016-07-24 17:13:39 -07:00
Andrew Schwartzmeyer
79daea0132 Remove deprecated catch
These colors can be set now.
2016-07-24 16:20:46 -07:00
Francisco Gamino
42105138a7 Adding WebCmdlets tests 2016-07-24 16:20:46 -07:00
Francisco Gamino
3a898cb888 Addressing code review comments about the mshtml isolation work. 2016-07-24 16:20:46 -07:00
Francisco Gamino
46f8e0d60d Make Invoke-WebRequest cmdlet work on CoreCLR without mshtml 2016-07-24 16:20:46 -07:00
Francisco Gamino
b7115879c3 Added new file structure for CoreCLR and FullCLR files. 2016-07-24 16:20:46 -07:00
Francisco Gamino
4c748211af Moved WebCmdlet files to subfile, and added new file structure for CoreCLR and FullCLR files. 2016-07-24 16:20:46 -07:00
Andrew Schwartzmeyer
6513830e8c Whitelist master and test branches for Travis CI
Only pull requests, merges to master, and branches starting with the
prefix "test" will trigger Travis CI builds.
2016-07-24 15:30:20 -07:00