Commit graph

4159 commits

Author SHA1 Message Date
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
Paul Higinbotham
e779d5dda1 Fix for issue 1528: SSH based remoting does not handle errors during connection attempt (#1856) 2016-08-18 16:08:58 -07:00
Raghu Shantha [MSFT]
3913d8bea2 Update Sign-Package.ps1 to reflect prerequisites, remove the phrase 'Open' (#1816)
* Update Sign-Package.ps1

* Updated based on CR comments
2016-08-18 15:42:42 -07:00
Travis Plunk
ee7bb39c12 Merge pull request #1890 from alexandair/patch-1
fix typos in building/osx.md
2016-08-18 15:36:00 -07:00
Andy Schwartzmeyer
550a21e40e Fix GetFullyQualifiedName() (#1915)
Don't expect GetComputerName() (hostname) and FQDN to be the same. They
may not be!
2016-08-18 15:25:47 -07:00
Dongbo Wang
e7a6b314fc Merge pull request #1879 from n8v/patch-1
Refer to Mac OSX package by its actual name
2016-08-18 13:51:58 -07:00
Dongbo Wang
441dbd4c19 add information about the powershell sdk package in readme.md (#1896) 2016-08-18 13:34:59 -07:00
Dongbo Wang
d4f4a4ca68 Merge pull request #1893 from mirichmo/mirichmo/fixing-wording-of-nano-knownissue
Grammatical fixes for the Nano Server TP5 known issue
2016-08-18 13:16:44 -07:00
Stefan Weil
a3acfbc978 docs: Fix typo (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-08-18 22:04:14 +02:00
Stefan Weil
76ef77f3ba assets: Fix typo (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-08-18 22:03:39 +02:00