Travis Plunk
6c05a5aa65
Merge pull request #1387 from PowerShell/travisez13/contributionGuideUpdate
...
Draft of Contribution Guide update
2016-07-19 18:11:27 -07:00
Travis Plunk
09b121e0f6
removed link and mention of issue template
...
Address Addressed @jianyun `s PR comments
2016-07-19 16:36:08 -07:00
Travis Plunk
fd9cf03261
Addressed @jianyun `s and @vor 's PR comments
2016-07-19 16:36:08 -07:00
Travis Plunk
a8671f7e23
Addressed @jianyun `s PR comments
2016-07-19 16:36:08 -07:00
Travis Plunk
4c74e05972
Drafted update to contribution guidelines
2016-07-19 16:36:08 -07:00
Travis Plunk
b1a0dda6de
ignored VS Code Files
2016-07-19 16:36:08 -07:00
Andy Schwartzmeyer
672568eac4
Merge pull request #1423 from PowerShell/andschwa/fix-rm-in-tests
...
Fix use of rm alias in tests
2016-07-19 16:20:14 -07:00
Andrew Schwartzmeyer
a51b8d500b
Mark feed dependent NuGet tests as pending
...
The feed/credential combo has stopped working, breaking all CI runs.
2016-07-19 15:30:23 -07:00
Andrew Schwartzmeyer
f9ed7e84fb
Mark failed NuGet test as pending
...
Once the clean-up stage on Linux / OS X was fixed, this test stopped
passing. This test should be fixed.
2016-07-19 15:12:12 -07:00
Andrew Schwartzmeyer
472947bf76
Fix use of rm alias in tests
...
This is not an alias on Linux / OS X.
2016-07-19 15:12:12 -07:00
Manikyam Bavandla MSFT
a466d4b351
Merge pull request #1429 from PowerShell/psget
...
[PowerShellGet] Enabling Proxy support on Linux.
2016-07-19 12:08:42 -07:00
Andy Schwartzmeyer
184f86c79d
Merge pull request #1428 from PowerShell/andschwa/xmldoc
...
Enable XML documentation generation
2016-07-19 11:52:42 -07:00
Jianyun
dfc9aedda4
Merge pull request #1397 from alexandair/powershell-beginners-guide-edits
...
Update powershell-beginners-guide.md
2016-07-19 11:08:41 -07:00
Jianyun
bc3e4d9e58
Merge pull request #1419 from alexandair/patch-6
...
Update linux.md
2016-07-19 10:22:13 -07:00
Aleksandar Nikolić
4280bf623c
Update learning-powershell.md
...
Fixed Verb-Noun typo.
2016-07-19 19:16:20 +02:00
Jianyun
b13dad5774
Merge pull request #1427 from alexandair/patch-7
...
Update PowerShell/README.md
2016-07-19 10:09:10 -07:00
Aleksandar Nikolić
16bc74e722
Update README.md
...
Resolving conflicts.
2016-07-19 05:01:43 +02:00
Aleksandar Nikolić
77e5f460be
Update powershell-beginners-guide.md
...
Changing descriptions for cmdlets with a synopsis from the help files.
2016-07-19 04:42:36 +02:00
Aleksandar Nikolić
03c7ab1286
Update powershell-beginners-guide.md
...
Fixed "Hello world!" example and changed test.ps1 to test.txt.
2016-07-19 04:33:33 +02:00
Manikyam Bavandla
7c32155421
Enable Check-PSGalleryApiAvailability on Linux
...
Updating Enable Check-PSGalleryApiAvailability on Linux to use
[System.Net.NetworkInformation.NetworkInterface]::GetIsNetworkAvailable()
2016-07-18 19:28:02 -07:00
Andrew Schwartzmeyer
0f04de1e96
Fix some documentation warnings
...
Mostly low-hanging fruit and Linux additions/changes.
2016-07-18 19:08:28 -07:00
Andrew Schwartzmeyer
790a07222e
Disable some XML documentation warnings
...
Some projects have more warnings than I can fix.
2016-07-18 19:07:32 -07:00
Andrew Schwartzmeyer
b6f26ad7cc
Enable XML documentation generation
...
This is enabled for PowerShell projects, but not PackageManagment,
WSMan, Cim, or MMI.
2016-07-18 18:40:42 -07:00
Manikyam Bavandla
258fd792fc
Enabling Proxy support on Linux
...
Enabling Proxy support on Linux
2016-07-18 18:23:22 -07:00
Jianyun
91cae720e4
Merge pull request #1426 from PowerShell/jianyunt/docs
...
Updated the Get PowerShell table
2016-07-18 18:07:47 -07:00
Aleksandar Nikolić
3935848d43
Update PowerShell/README.md
...
Fixed casing and a couple of typos.
Added newlines following one-sentence-per-line principle.
2016-07-19 02:16:00 +02:00
Jianyun Tao
196f1a1459
Clean up Getting Powershell table
2016-07-18 17:06:39 -07:00
Quoc Truong
35d2436f93
Merge pull request #1424 from PowerShell/quoct/fixnugetprovider
...
Improve performance of finding and installing packages with dependencies for nugetprovider
2016-07-18 16:59:38 -07:00
Jianyun Tao
af7fcebefc
Merge branch 'master' of https://www.github.com/powershell/powershell into jianyunt/docs
2016-07-18 16:38:10 -07:00
Quoc Truong
28dfca8638
Change variable name to make code more readable
2016-07-18 16:13:22 -07:00
Raghu Shantha [MSFT]
1fe0e1ba5e
Merge pull request #1425 from PowerShell/RaghuS-Demo
...
Install script for *nix platforms
2016-07-18 15:30:10 -07:00
Raghu Shantha [MSFT]
8dbf74028f
Install script for *nix platforms
2016-07-18 14:31:55 -07:00
Quoc Truong
e3015e5acf
Improve performance of installing packages with dependencies for nugetprovider and find-package
2016-07-18 14:14:59 -07:00
Andy Schwartzmeyer
d852ef45a0
Merge pull request #1418 from andschwa/andschwa/travis-pr
...
Disable building packages on Travis CI for Pull Requests
2016-07-18 13:19:25 -07:00
Andrew Schwartzmeyer
af9c4cb673
Don't build packages for pull requests
...
Since we don't want to build packages for pull requests (as they cannot
get archived as artifacts), we need a slightly different build command,
and moving it to a script was cleaner.
2016-07-18 12:44:28 -07:00
Aleksandar Nikolić
2bc0a7c4fc
Update linux.md
...
Added newlines following one-sentence-per-line principle.
Fixed typos.
2016-07-18 21:29:17 +02:00
Andrew Schwartzmeyer
ea930d3346
Remove Slack CI notifications
2016-07-18 12:23:05 -07:00
Sergei Vorobev
ccd4ca1052
Merge pull request #1406 from andschwa/andschwa/travis-fork
...
Add GitHub token as insecure environment variable
2016-07-18 12:15:45 -07:00
Jianyun
68d3f87234
Merge pull request #1393 from PowerShell/jianyunt/docs
...
Updated the linux build doc
2016-07-18 11:59:02 -07:00
Andrew Schwartzmeyer
49bd13b642
Use os instead of matrix
...
Travis is being picky about how this is specified.
2016-07-18 11:40:10 -07:00
Jianyun Tao
18ad8e994d
Merge branch 'master' of https://www.github.com/powershell/powershell into jianyunt/docs
2016-07-18 11:35:13 -07:00
Jianyun Tao
b5c91de7f4
Updated linux.md
2016-07-18 11:31:20 -07:00
Andrew Schwartzmeyer
0f7748a70b
Add CentOS support
2016-07-18 10:59:23 -07:00
Andrew Schwartzmeyer
8ef8f9fada
Add GitHub token as insecure environment variable
...
This should enable building via PR from forks.
This token has read-only access to download the installer packages, but
should nonetheless be revoked and replaced with a wget download when the
repository goes public.
2016-07-18 10:00:46 -07:00
Aleksandar Nikolic
a204e215b7
Fixed typos and code formatting
...
Fixed typos in text and code and properly formatted code.
2016-07-17 12:17:17 +02:00
Aleksandar Nikolic
e74f294387
added newlines
...
Added newlines following one-sentence-per-line principle.
2016-07-17 11:35:04 +02:00
Aleksandar Nikolic
59837bc5c5
Merge remote-tracking branch 'refs/remotes/PowerShell/master' into powershell-beginners-guide-edits
2016-07-17 11:23:48 +02:00
Sergei Vorobev
58bbfe0dec
Merge pull request #1392 from PowerShell/vors/docs-faq-clean
...
Add Start-PSBuild -Clean in FAQ.md
2016-07-16 17:39:37 -07:00
Aleksandar Nikolic
5aefd5616a
Merge remote-tracking branch 'refs/remotes/PowerShell/master'
2016-07-17 00:05:35 +02:00
Aleksandar Nikolic
77b4105d1f
Update learning-powershell.md
...
Fixing typos and "More Reading" section.
2016-07-16 23:20:00 +02:00