Commit graph

3493 commits

Author SHA1 Message Date
Aleksandar Nikolić
ace4f250d2 Updating maintainers\ 2016-07-29 23:59:50 +02:00
Sergei Vorobev
31cd2728ca Merge pull request #1573 from PowerShell/test/mmi-alpha02
Change MMI package to alpha02
2016-07-29 12:50:32 -07:00
Sergei Vorobev
e9606ac793 Change MMI package to alpha02 2016-07-29 12:24:02 -07:00
Jason Shirk
6d0396484e Merge pull request #1549 from PowerShell/AngelCalvo-patch-2
Update README.md
2016-07-29 12:08:53 -07:00
Quoc Truong
a56b29c3a0 Merge pull request #1557 from PowerShell/quoct/addpseditiontag
Add a tag to check for PSEdition for Find-Packageprovider
2016-07-29 11:38:51 -07:00
Jason Shirk
4af12afa4c Merge pull request #1510 from PowerShell/maertend-patch-3
Delete rest.ps1
2016-07-29 10:16:23 -07:00
Dongbo Wang
034f9ba46d Merge pull request #1570 from PowerShell/test/fix-master
Revert back to old MMI package, until we fix regression
2016-07-29 09:25:02 -07:00
Jason Shirk
46df245174 Merge pull request #1564 from PowerShell/AngelCalvo-patch-4
Update README.md
2016-07-29 09:11:25 -07:00
Jason Shirk
0513425ff9 Merge pull request #1566 from PowerShell/andschwa/chars
Fix PSReadLine custom key binding on Linux
2016-07-29 09:10:10 -07:00
Sergei Vorobev
dcde9bd583 Revert back to old MMI package, until we fix regression 2016-07-29 08:49:33 -07:00
Sergei Vorobev
d5f3fd3f83 Fix Microsoft.PowerShell.GraphicalHost/map.json 2016-07-28 23:20:22 -07:00
Sergei Vorobev
3e6179112b Fix Microsoft.PowerShell.Commands.Utility/map.json 2016-07-28 23:15:19 -07:00
Sergei Vorobev
3f9c4d648e Merge pull request #1560 from PowerShell/vors/sd-sync
Bring the latest changes from windows source tree
2016-07-28 22:59:53 -07:00
Andrew Schwartzmeyer
9cc6673b27 Add regression tests for custom key bindings
Also tests capitalized key bindings, hence the need to compare case
sensitively.
2016-07-28 22:41:04 -07:00
Andrew Schwartzmeyer
59624e9b2f Fix comparison for default ConsoleKey 2016-07-28 21:51:03 -07:00
Andrew Schwartzmeyer
554ef0b780 Use GetCharFromConsoleKey on Windows
Due to virtual key codes on Windows, simple chords like Ctrl+] are not
recognized as such. Instead, the ConsoleKey is Oem6, and the KeyChar is
an control code.
2016-07-28 21:51:02 -07:00
Andrew Schwartzmeyer
d5b339fb5d Revert changes made to GetGestureString
Given the use of key.KeyChar, the original implementation is now
portable.
2016-07-28 21:35:19 -07:00
Andrew Schwartzmeyer
1facd95f1e Implement TryParseCharLiteral for Linux 2016-07-28 21:35:19 -07:00
Andrew Schwartzmeyer
75b086402a Remove GetCharFromConsoleKey
The ConsoleKey enum does not necessarily cover all possible chars.
Moreover, the times we need to obtain this info, we already have it.
2016-07-28 21:35:19 -07:00
Angel Calvo
a350926bf8 Update README.md 2016-07-28 18:02:24 -07:00
Sergei Vorobev
dac906db3d Skip $input type test per #1563 2016-07-28 18:02:24 -07:00
Sergei Vorobev
0ac0f1962e Replace Uri.UriSchemeHttps by https in PackageListParser
Uri.UriSchemeHttps is not available on CoreCLR
2016-07-28 18:02:24 -07:00
PowerShell Team
0dd425da19 Integrate changes between [SD:717473] and [SD:725290] 2016-07-28 18:02:24 -07:00
Sergei Vorobev
2280bea11e Consolidate map.json files under Microsoft.PowerShell.Commands.Utility
Fix #1489
2016-07-28 18:02:24 -07:00
Sergei Vorobev
5fca60580b Merge pull request #1562 from PowerShell/dongbo/mmi-nupkg
Update project.json files to keep sync with the new MMI nuget package
2016-07-28 17:54:07 -07:00
Andy Schwartzmeyer
b731549a19 Merge pull request #1561 from PowerShell/vors/pr-links
Update PULL_REQUEST_TEMPLATE.md
2016-07-28 17:36:38 -07:00
Dongbo Wang
14433e6b1f Update project.json files to keep sync with the new MMI nuget package 2016-07-28 17:07:57 -07:00
Sergei Vorobev
e357164bcd Update PULL_REQUEST_TEMPLATE.md 2016-07-28 16:48:40 -07:00
AngelCalvo
d29848aece Update README.md 2016-07-28 15:59:53 -07:00
Andy Schwartzmeyer
d4ac3f6258 Merge pull request #1546 from PowerShell/andschwa/docs
Clean up documentation
2016-07-28 15:33:48 -07:00
Andrew Schwartzmeyer
ba6b9663fb Move build badges
* Remove superfluous link to releases page
* Remove superfluous link to docs/build
* Add column back for install instructions
* Add extra link to the FAQ
2016-07-28 15:09:14 -07:00
Andy Schwartzmeyer
d691712c01 Merge pull request #1554 from PowerShell/vors/env
Make Get-Item env: case-aware on Unix
2016-07-28 14:50:39 -07:00
Sergei Vorobev
fac339aaec Merge pull request #1552 from PowerShell/vors/modules
Create Unix-only Modules folder
2016-07-28 14:43:12 -07:00
Andrew Schwartzmeyer
ba5bcbc8f3 Update releasing documentation 2016-07-28 14:40:34 -07:00
Andrew Schwartzmeyer
6e44b52c92 Update contributing guidelines
* Links fixed.
* Link to maintainers removed; superfluous in this document.
* TODO added to changelog.
  (I don't like this but was hesitant to remove it).
* Periods and spelling fixed.
2016-07-28 14:40:34 -07:00
quoctruong
1de1012f05 Add a tag to check for PSEdition for Find-Packageprovider 2016-07-28 14:39:31 -07:00
Sergei Vorobev
a704a53f08 Make Get-Item env: case-aware on Unix
Fix #1196
2016-07-28 14:19:36 -07:00
Sergei Vorobev
845bc34f5a Update src/Modules/README.md 2016-07-28 12:38:24 -07:00
Sergei Vorobev
8889cada69 Update map.json in src/Modules 2016-07-28 12:36:34 -07:00
Sergei Vorobev
7a010bc407 Move Microsoft.PowerShell.ODataUtils to Full windows only modules
Fix #1548
2016-07-28 12:35:21 -07:00
Sergei Vorobev
e7f07688ff Scope Microsoft.PowerShell.Security exported functions for unix 2016-07-28 12:33:25 -07:00
Sergei Vorobev
aa0a00b6fb Fix Start-DevPowerShell to use upercase for PSMODULEPATH (unix) 2016-07-28 11:47:36 -07:00
Andrew Schwartzmeyer
f63da502e1 Make 101.md the tree's README.md 2016-07-28 11:15:42 -07:00
Andrew Schwartzmeyer
a5d655c998 Consolidate releasing and maintainers docs 2016-07-28 11:15:42 -07:00
Andrew Schwartzmeyer
1dc788897f Make maintainers.md the tree's README.md 2016-07-28 11:15:42 -07:00
Andrew Schwartzmeyer
886dea5cb5 Rewrite README 2016-07-28 11:15:42 -07:00
Andrew Schwartzmeyer
32b7d8cb99 Make learning-powershell.md the tree's README.md 2016-07-28 11:15:42 -07:00
Andrew Schwartzmeyer
9ffebab803 Fix learning-powershell path
There was a random capital S.
2016-07-28 11:15:42 -07:00
Raghu Shantha [MSFT]
9b7ff0a384 Merge pull request #1518 from PowerShell/AngelCalvo-patch-3
Update learning-powershell.md
2016-07-28 11:09:50 -07:00
Raghu Shantha [MSFT]
01c33f7a01 Update learning-powershell.md 2016-07-28 10:25:06 -07:00