Commit graph

4130 commits

Author SHA1 Message Date
Josh Soref
de64180d56 spelling fixes: docs
additional fixes to grammar in windows-full.md per alexandair
2016-08-25 17:43:20 +00:00
Dongbo Wang
8f7602d895 Merge pull request #2055 from akkatracker/patch-1
its to it's where appropriate in throttlemanager
2016-08-25 09:51:44 -07:00
Adam Driscoll
998b458ac4 Changing the PATH for cmake. 2016-08-25 10:47:52 -05:00
Matthew Brener
a666c51110 its to it's where appropriate in throttlemanager 2016-08-25 18:19:33 +10:00
Dongbo Wang
b375807d7f Merge pull request #2053 from daviwil/update-vscode-docs
Update using-vscode.md to fix broken link
2016-08-24 16:47:03 -07:00
David Wilson
b3362fef1d Update using-vscode.md to fix broken link
This change fixes a broken link in the Using Visual Studio Code
documentation.  This link is pointing to a GitHub repo that will never
made public.  The resolution is to change the link to point to the public
vscode-powershell repo.
2016-08-24 16:30:01 -07:00
June Blender
e1f3494356 Add missing OutputType attribute. (#2052)
* Add missing OutputType attribute.

* Adding OutputType attribute with accurate output types, including PSObject for PSCustomObject (using Property parameter
2016-08-24 13:52:44 -07:00
Dongbo Wang
5658159d45 Merge pull request #2039 from rnelson0/patch-1
Install via URL on CentOS 7
2016-08-24 08:52:15 -07:00
Hal Rottenberg
4026dab15f Clarifying OSX, adding issue with Install-Package (#2033)
* Clarifying OSX, adding issue with Install-Package

- Changing first section to "non-Windows" and clarifying that most of these issues apply to both Linux & OSX.
- Fixed a few typos.
- Adding known issue with Install-Package per #1773

* Mac OSX -> macOS

Complying with convention used in #1934

* added alpha build # to install-package notice

* typo

* Typo
2016-08-24 09:28:26 -04:00
Nilesh Londhe
19e61216c6 Fix documentation on docker image to say you must build before running (#1987)
* Can not run before building

unless you provide a library/powershell image

* Update docker.md
2016-08-24 09:21:39 -04:00
xiaoyinl
f538eeb416 Use HTTPS links for go.microsoft.com
I replace all occurrences of http://go.microsoft.com with https://go.microsoft.com in text files.
2016-08-23 21:21:31 -04:00
Mike Richmond
a5c6e4a997 Merge pull request #2044 from daviwil/update-vscode-docs
Update VS Code docs to mention OpenSSL requirement
2016-08-23 17:00:30 -07:00
Dongbo Wang
f7487942c4 Merge pull request #2036 from mirichmo/mirichmo/fixing-user-config-path
Fixing the path to the user's JSON configuration file
2016-08-23 16:44:57 -07:00
David Wilson
7bd7966189 Update VS Code docs to mention OpenSSL requirement
This change updates the "Using Visual Studio Code" documentation to
mention the requirement of having OpenSSL installed on OS X.  Brief
installation instructions have been included.
2016-08-23 16:33:39 -07:00
Mike Richmond
18f3589d68 Fixing the path to the user's JSON configuration file 2016-08-23 15:45:49 -07:00
Rob Nelson
eb22fd5d78 Install via URL on CentOS 7 2016-08-23 20:22:20 +00:00
Krishna C Vutukuri
1d1bf1942c Adding Azure Demo (#1922) 2016-08-23 12:08:42 -07:00
Adam Driscoll
c829d9e915 Adding debugType portable to project.json. (#1959)
* Adding debugType portable to project.json.

* Move debugType.

* Update project.json

* Update project.json

* Update project.json

* Update project.json

* Update project.json

* Update project.json

* Update project.json

* Update project.json

* Moving debugType into correct places. Removing from non-core builds.

* Added missed files.

* Fixing project.json debugType placement.
2016-08-23 10:38:25 -07:00
Dongbo Wang
20a525b161 Merge pull request #2023 from JamesWTruher/jameswtruher/TestGapFill-001
Filling test gaps (issue 2022) - this replaces PR 1834
2016-08-23 10:35:39 -07:00
Dongbo Wang
e6148ed677 Merge pull request #2030 from mwrock/dotnetcliversion
Remove misleading note about dotnet 1.0.1
2016-08-23 10:26:16 -07:00
Matt Wrock
63659bb74c remove misleading note about dotnet 1.0.1 2016-08-22 22:08:34 -07:00
Dongbo Wang
e4c5d013eb Merge pull request #2025 from PowerShell/revert-1951-pesterfix
Revert "Pester tests wouldn't run from build directory with spaces"
2016-08-22 17:16:21 -07:00
Mike Richmond
02da250fc8 Revert "Pester tests wouldn't run from build directory with spaces" 2016-08-22 16:41:27 -07:00
James Truher
9d1c998287 Filling test gaps (issue 2022) - this replaces PR 1834
This replaces PR 1834 from the private fork I had
2016-08-22 14:56:04 -07:00
Dongbo Wang
7cedce5d43 Merge pull request #2016 from thezim/master
Add OSX/macOS icon file.
2016-08-22 13:27:32 -07:00
Greg Zimmerman
9a92d55403 Add OSX/macOS icon file.
Icon file for use in Automator/Script application.
2016-08-22 14:57:04 -04:00
Barry Nolte
d3538851c6 Pester tests won't run from directory with space (#1951)
Added quotes around file/pathnames as needed to get pester tests to run from build directory with a space in it.
2016-08-22 10:56:03 -07:00
Jason Shirk
aac88584fd Add Area-Remoting label to issue-management.md 2016-08-22 08:46:11 -07:00
Barry Nolte
890e80dd54 Getting tests to run from build directory with spaces in it (#1981)
* [build.psm1] - mc.exe input file needs quotes

For filenames that have spaces or paths to that file that have spaces, the input filename needs to have quotes around it.

* Quoted more paths so tests run from directories with spaces

Found a few locations where paths weren't qutoed or escaped with '& ...' that are needed to get tests to run from build directories with spaces in them.
2016-08-22 09:57:30 -04:00
Andy Schwartzmeyer
bb9a40c6ac Merge pull request #1983 from ebelew/downloader
download.sh: Trap interrupt; Add sudo prompt info; Remove wget requirement
2016-08-22 09:50:04 -04:00
Damir Ainullin
93e788d0b6 Replace & for && in condition (#1996) 2016-08-21 14:56:12 -07:00
Eris Belew
6a2911faa2 Remove wget installation; Move curl installation after version check 2016-08-21 11:27:49 -07:00
Mike Hsu
7f82c2902f Updated URL to dotnet install. (#1990)
The current URL ends in a 404 error. It looks like the filename was changed from install.ps1 to dotnet-install.ps1
2016-08-21 08:22:34 -07:00
matanya
d8d87ac577 grammer fix (#1989) 2016-08-21 08:19:57 -07:00
Mike Hsu
7b4b0b266b Updated URL to VS Studio Community edition (#1991)
Updated the URL to VS Studio Community edition. The product is now out of beta and URL has moved.
2016-08-21 08:18:48 -07:00
Ettore Atalan
c9aafcb29e Update CHANGELOG.md (#1985)
Fixed typos.
2016-08-20 17:28:16 -07:00
Eris Belew
bbe0dafb93 download.sh: Trap interrupt; Add sudo prompt info; Remove wget requirement
Add interrupt handler so entire script exits if user hits ctrl-c on sub-command
 Add info before prompting for password using sudo
 Remove wget requirement since OSX does not have wget in default system
 Add `-C -` to curl package download to continue or skip existing packages
2016-08-20 12:28:53 -07:00
Matt Wrock
163102eac8 clarify that visual studio with c++ compiler is required (#1973) 2016-08-19 15:43:40 -07:00
Dongbo Wang
e3da11d9a6 Merge pull request #1974 from alexandair/patch-2
fix a typo in installation/docker.md
2016-08-19 15:39:51 -07:00
Aleksandar Nikolić
01c6163a0f fix a typo in installation/docker.md
Change "wery" to "very".
2016-08-20 00:29:15 +02:00
Travis Plunk
a2d09527bd Merge pull request #1967 from JamesWTruher/jameswtruher/CredentialTest
Create new test for Get-Credential which requires module to create a test host
2016-08-19 15:24:39 -07:00
Andy Schwartzmeyer
87f2e207e2 Merge pull request #1966 from lalyos/master
Create a PowerShell Docker image.
2016-08-19 15:03:37 -07:00
Andy Schwartzmeyer
ce1773eee0 Merge pull request #1944 from oldhamtj/patch-1
Added Oracle Linux 7 installation status.
2016-08-19 14:33:31 -07:00
James Truher
5644c4c54b Create new test for Get-Credential which requires module to create a test host 2016-08-19 13:01:04 -07:00
lalyos
25d616df84 Create a PowerShell Docker image. 2016-08-19 21:56:36 +02:00
Manikyam Bavandla [MSFT]
d7b31245d3 Fix Install-Module error 'Could not compare 6.0.0-alpha to 5.0'. … (#1927)
* Fix for Install-Module error 'Could not compare 6.0.0-alpha to 5.0'. Added workaround fix in PowerShellGet for issue #1618

* removed the additional change related to exclusion of .nupkg and .nuspec files in Test-FileCatalog cmdlet usage
2016-08-19 12:15:45 -07:00
Travis Plunk
126535886d Merge pull request #1964 from andschwa/exit-download
Fix error handling in download.sh
2016-08-19 11:35:42 -07:00
Andrew Schwartzmeyer
72a1ebdcbb Fix error handling in download.sh
This script should be deleted now that we can wget releases.
2016-08-19 11:18:00 -07:00
Barry Nolte
dfae53d70d [build.psm1] - mc.exe input file needs quotes (#1943)
For filenames that have spaces or paths to that file that have spaces, the input filename needs to have quotes around it.
2016-08-19 10:53:49 -07:00
Paul Higinbotham
0211256d59 Add SSH Remoting readme.md file (#1962)
Add SSH Remoting readme.md file
2016-08-19 10:49:12 -07:00