Commit graph

3570 commits

Author SHA1 Message Date
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
Angel Calvo fe80741cc3 Update learning-powershell.md
Removing the world "Professional" after DevOps
2016-07-28 15:57:58 -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
Raghu Shantha [MSFT] 568b29c86a Update learning-powershell.md 2016-07-28 10:24:27 -07:00
Raghu Shantha [MSFT] 231231339f Update learning-powershell.md 2016-07-28 10:23:22 -07:00
Sergei Vorobev 6ec86751cb Merge pull request #1545 from PowerShell/raghushantha-windowsinstall-1
Updated supported Windows versions/platforms/SKUs/Arch for MSI/APPX/WSA packages
2016-07-27 22:09:35 -07:00
Sergei Vorobev fa78a55c37 Merge pull request #1534 from PowerShell/vors/cd
Make 'cd' go to the HOME directory
2016-07-27 19:07:38 -07:00
Sergei Vorobev d591871b2c Add CI tag to SemanticVersion.Tests.ps1 2016-07-27 18:54:40 -07:00
Sergei Vorobev 06252836ea Make 'cd' go to the HOME directory 2016-07-27 18:43:19 -07:00
Sergei Vorobev aa72512c76 Merge pull request #1523 from lzybkr/semver
Semver
2016-07-27 18:35:12 -07:00
Raghu Shantha [MSFT] 0600766ff2 Merge pull request #1516 from PowerShell/AngelCalvo-patch-1
Update README.md
2016-07-27 14:46:23 -07:00
James Truher [MSFT] 3ecac72baf Merge pull request #1526 from PowerShell/jameswtruher/TagPesterTests
Jameswtruher/tag pester tests
2016-07-27 14:39:32 -07:00
Raghu Shantha [MSFT] 5004a07c4b Update powershell-beginners-guide.md 2016-07-27 13:58:20 -07:00
Raghu Shantha [MSFT] 0cc352c86e Update using-ise.md 2016-07-27 13:57:39 -07:00
Andy Schwartzmeyer ded54be0ea Merge pull request #1539 from PowerShell/raghushantha-linuxinstall
Better Linux install instructions
2016-07-27 13:48:19 -07:00
Raghu Shantha [MSFT] ca7ec6d8d4 Update windows.md 2016-07-27 13:37:26 -07:00
Jason Shirk dc9a0dd54c Merge pull request #1544 from PowerShell/vors/ps-template
Simplify PR template
2016-07-27 13:25:07 -07:00
Andrew Schwartzmeyer 2260cf7469 Improve Linux installation instructions 2016-07-27 13:13:12 -07:00
Sergei Vorobev be319625a1 Merge pull request #1541 from PowerShell/vors/start-devpowershell
Start-DevPowerShell for all platforms and editions
2016-07-27 13:00:11 -07:00
Sergei Vorobev 7c6b38705c Simplify PR template
- Fix broken ../docs link by using absolute url
- Remove html comments, they are confusing in raw view
- Be more specific about "code up-to-date with master": rebased
2016-07-27 12:49:17 -07:00
James Truher fa1b386a08 make sure that all tests are using the proper $IsCoreCLR variable instead of $IsCore 2016-07-27 12:32:17 -07:00
Sergei Vorobev ce5cc3ca37 Fix Start-DevPowerShell for PowerShellCore edition on windows 2016-07-27 12:27:41 -07:00
Andy Schwartzmeyer 50342f20ea Merge pull request #1537 from PowerShell/vors/readme
Formatting in top-level README.md
2016-07-27 12:26:40 -07:00
Sergei Vorobev 70ff0cef19 Fix Start-DevPowerShell call from appveyor.yml 2016-07-27 12:19:17 -07:00
James Truher ac8238075d mark the add-type tests as pending for $IsCore 2016-07-27 12:14:08 -07:00
Raghu Shantha [MSFT] b234bd8483 Merge pull request #1542 from PowerShell/raghushantha-windowsinstall
Better Windows Install instructions!
2016-07-27 12:07:02 -07:00