Commit graph

3968 commits

Author SHA1 Message Date
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
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
Dongbo Wang 88a55ab794 Merge pull request #1957 from jeroenjanssens/patch-1
Add Oxford comma
2016-08-19 10:44:53 -07:00
Dongbo Wang fa294b658a Merge pull request #1960 from mrled/patch-1
Correct link to Pester Do and Don't document
2016-08-19 10:42:11 -07:00
Dongbo Wang 1a179f8756 Merge pull request #1907 from stweil/master
Fix some trivial typos in documentation
2016-08-19 10:39:21 -07:00
Andy Schwartzmeyer a34393b597 Merge pull request #1941 from kmosher/centos-deps
Fix CentOS build dependency issues
2016-08-19 09:41:28 -07:00
Micah R Ledbetter be186e833b Correct link to Pester Do and Don't document 2016-08-19 11:29:50 -05:00
Jeroen Janssens c851564fa0 Add Oxford comma 2016-08-19 18:14:14 +02:00
Dongbo Wang e4611dd2fb fix broken links in 'maintainers/README.m' and update 'building/linux.md' (#1938) 2016-08-19 09:09:12 -07:00
oldhamtj 63d08d5527 Added Oracle Linux 7 installation status. 2016-08-19 09:23:06 +01:00
Keith Mosher b60160977a Explicitly install 'which' on CentOS
which isn't on CentOS by default and is needed by the dotnet install scripts
2016-08-18 23:31:47 -07:00
Keith Mosher b777d9ef2b Fix the rpm-build package name
The binary is rpmbuild, but the package that provides it is hyphenated.
2016-08-18 23:30:36 -07:00
Dongbo Wang 3d69bb77c1 Merge pull request #1928 from vivekjuneja/master
Changed the link to Powershell on OSX
2016-08-18 21:06:46 -07:00
Vivek Juneja f3f8fac4b8 Changed the link to Powershell on OSX
Link to powershell on osx refers to osx anchor on the linux.md
2016-08-19 10:53:00 +09:00