Commit graph

7486 commits

Author SHA1 Message Date
Steve Lee 77ddec1614 Add back newline for grouping with Format-Table and -Property (#10653) 2019-10-02 12:11:55 -07:00
Travis Plunk ae82c8f988
Add processor architecture to distribution request (#10661)
* Add processor architecture to distribution request

* Update .github/ISSUE_TEMPLATE/Distribution_Request.md

* Update Distribution_Request.md

* Update .github/ISSUE_TEMPLATE/Distribution_Request.md
2019-10-02 10:25:11 -05:00
Steve Lee d8eca6a729 Remove [ValidateNotNullOrEmpty] from -InputObject on Get-Random to allow empty string (#10644)
* Remove [ValidateNotNullOrEmpty] from -InputObject on Get-Random

* address feedback to allow $null for -InputObject

* address Ilya's feedback

* address CodeFactor issues
2019-10-01 04:32:43 +00:00
Ilya eb2220632c
Clean up CodeFactor style issues coming in commits for the last month (#10591)
Only reformatting changes.
2019-09-28 12:47:09 +05:00
dependabot-preview[bot] 72187d5d13 Bump NJsonSchema from 10.0.23 to 10.0.24 (#10635)
Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.0.23 to 10.0.24.
- [Release notes](https://github.com/RicoSuter/NJsonSchema/releases)
- [Commits](https://github.com/RicoSuter/NJsonSchema/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 10:02:56 +05:00
Dongbo Wang 239c29e0bb Unregister the event handler from 'AppDomain.CurrentDomain.ProcessExit' (#10626) 2019-09-26 21:45:47 +00:00
Dongbo Wang 74517923cf Make Add-Type usable in application that hosts PowerShell (#10587) 2019-09-25 16:26:19 -07:00
Travis Plunk 985c9d3634 Add new PowerShell MoL book (#10602)
* Add new PowerShell MoL book

Hi, I thought that `Learn PowerShell in a Month of Lunches, Linux and macOS Edition` might be great addition to your list of books. 
Thank you for your consideration

* fix spelling issues
2019-09-24 19:24:46 +00:00
Ilya 5dbaeb87ea Make suggestion system string distance algorithm case-insensitive (#10549)
* Make string distance algoriphm case-insensitive

* Use CurrentCulture in ToUpper()
2019-09-24 10:26:58 -07:00
Steve Lee 146f11b2a1 Add env var to differentiate client/server telemetry in MSI (#10612) 2019-09-24 10:25:58 -07:00
dependabot-preview[bot] 83453d1e5c Bump PSDesiredStateConfiguration from 2.0.3 to 2.0.4 (#10603) 2019-09-23 15:42:39 -07:00
dependabot-preview[bot] ce08b9b670 Bump Microsoft.CodeAnalysis.CSharp from 3.2.1 to 3.3.1 (#10607)
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/master/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 15:36:11 -07:00
Christoph Bergmeister [MVP] 3b93fd285e Update to .Net Core 3.0 RTM (#10604) 2019-09-23 13:10:58 -07:00
Steve Lee becb4d98a6 Update MSIX packaging so the version to Store requirements (#10588)
update packaging msix so version conforms to Store requirment
2019-09-23 12:26:19 -07:00
Christoph Bergmeister [MVP] 0e975a52ed Fix typo in description of PSTernaryOperator experimental feature (#10586)
Also make it more consistent with others by not ending in a period.
2019-09-21 11:17:11 +05:00
Paul Higinbotham ecad5f105d Fix null reference exception in ForEach-Object -Parallel input processing (#10577) 2019-09-20 10:50:07 -07:00
Dongbo Wang 22c6fb4a87
Merge v7.0.0-preview.4 release branch to master 2019-09-19 11:33:19 -07:00
Andrew Menagarishvili 34f1992505 Merged PR 10023: Changelog for v7-0-0-preview-4 2019-09-18 21:58:29 +00:00
Dongbo Wang 8904faf665 Merged PR 10011: Update README.md and metadata.json for 7.0.0-preview.4
Update README.md and metadata.json for 7.0.0-preview.4
2019-09-17 17:57:59 +00:00
Ilya 79e80a8e06
Refactor reparse tag checks (#10431)
Reparse tag consts is absolute numbers, not flags so we should use a comparison instead of bit operations
2019-09-17 10:48:07 +05:00
Kirk Munro ee8e4e00e0 Remove WorkflowJobSourceAdapter reference (#10326) 2019-09-17 10:46:35 +05:00
Christoph Bergmeister [MVP] 146bae01f9
Upgrade .Net Core 3.0 version from Preview 9 to RC1 (#10552) 2019-09-16 15:15:59 -07:00
Christoph Bergmeister [MVP] 6bf5c7656b Upgrade .Net Core 3.0 version from Preview 9 to RC1 (#10552) 2019-09-16 15:14:21 -07:00
Orca88 fc0e3bc6b8 Make Install-PowerShellRemoting.ps1 handle empty string in PowerShellHome parameter (#10526)
When PowerShellHome is not specified as a runtime parameter to Install-PowerShellRemoting.ps1, the check '-ne $null' is actually an empty string.  Properly checking with [String]::IsNullOrEmpty() solves the problem.
2019-09-16 13:16:24 -07:00
Travis Plunk 06aedae91e Merged PR 9996: Fix ExperimentalFeature list generation 2019-09-16 19:22:34 +00:00
dependabot-preview[bot] 29f1c3132f
Bump PSReadLine from 2.0.0-beta4 to 2.0.0-beta5 in /src/Modules (#10536) 2019-09-16 12:04:22 -07:00
dependabot-preview[bot] 62d0db2a1a Bump PSReadLine from 2.0.0-beta4 to 2.0.0-beta5 in /src/Modules (#10536) 2019-09-16 10:08:56 -07:00
Travis Plunk 4f23a40904 Merge stable and servicing Changelogs (#10527)
* merge stable and servicing changelogs

* fix spelling
2019-09-13 21:34:00 +00:00
Travis Plunk 3f55131a41
Fix script to set release tag 2019-09-12 15:04:09 -07:00
Aditya Patwardhan 134cb5949a Update version of Microsoft.PowerShell.Native (#10519) 2019-09-12 14:39:46 -07:00
Travis Plunk 60ffea59e3
Update PSDesiredStateConfiguration to 2.0.3 and bring new test… (#10516) 2019-09-12 14:39:11 -07:00
Aditya Patwardhan 33cff2dec4
Update README and metadata for next releases (#10523) 2019-09-12 14:30:25 -07:00
Andrew ed29ad1506 Adding PSCore group policy definitions (#10468) 2019-09-12 13:41:59 -07:00
Tyler James Leonhardt 2aae04a659 Prevent the installation of the same version we have. (#10489)
* Prevent the installation of the same version we have.

* update the buildinfo to be an aka.ms url

* convert tab to spaces

* spaces not tabs
2019-09-12 11:25:30 -07:00
Sotiris Nanopoulos f69f30ba49 Add working directory parameter to Start-Job (#10324) 2019-09-11 10:51:32 -07:00
Kirk Munro 096a78fbe3 Remove the event handler that was causing breakpoint changes to be erroneously replicated to the host runspace debugger (#10503)
* fix #10167

* Update test/powershell/SDK/Breakpoint.Tests.ps1

Co-Authored-By: Ilya <darpa@yandex.ru>
2019-09-10 22:47:50 +00:00
Kirk Munro 139cd942b2 Transition ActionPreference.Suspend enumeration value into a non-supported, reserved state, and remove restriction on using ActionPreference.Ignore in preference variables (#10317) 2019-09-07 23:45:36 +05:00
Christoph Bergmeister [MVP] 5a66306c71 Upgrade to Netcoreapp3.0 preview9 (#10484) 2019-09-06 12:15:49 -07:00
Kirk Munro cc0fed479a Add APIs for breakpoint management in runspaces and enable attach to process without BreakAll for PSES (#10338) 2019-09-05 11:30:25 -07:00
Paul Higinbotham cfdbd71888 Fix for ForEach-Object -Parallel performance problem with many runspaces (#10455) 2019-09-05 11:27:20 -07:00
Ilya fbf4f6c11b Replace ArrayList with List<T> (#10333) 2019-09-05 10:54:18 -07:00
Dongbo Wang f6c220cdd9
Revert the PR "Make ForEach-Object faster for its commonly used scenarios" (#10485)
It turns out this optimization brings in a breaking change: `$MyInvocation` is different comparing to before the optimization change. I tried to fix the breaking change, but couldn't without introducing more hacky code. Given that, that PR should be reverted.
2019-09-04 22:12:30 -07:00
Dongbo Wang 5069c7d6a6 Support ternary operator in PowerShell language (#10367) 2019-09-04 13:22:33 -07:00
Ilya bbd54c317e Replace api-ms-win-core-job-12-1-0.dll with Kernell32.dll (#10417) 2019-09-03 14:25:17 -07:00
Joel Sallow (/u/ta11ow) 27c48a7563 Cleanup TestConnectionCommand (#10439) 2019-09-03 11:36:31 -07:00
PRASOON KARUNAN V f6877022c3 Fix wrong output for New-Service in variable assignment and -OutVariable (#10444) 2019-09-03 11:11:14 -07:00
Aditya Patwardhan 42b599dc66 Fix global tool issues around exit code, command line parameters and path with spaces (#10461) 2019-08-30 15:55:48 -07:00
Dongbo Wang ff29282713 Make ForEach-Object faster for its commonly used scenarios (#10454) 2019-08-30 12:09:19 -07:00
Vedhas Patkar cb8bb47440 Update README.md (#10465)
Fix typo.
2019-08-31 00:05:26 +05:00
Steve Lee b0a3755b17 Minor fix for recursion into OneDrive - Change FindFirstFileEx() to use SafeFindHandle type (#10405) 2019-08-29 14:50:54 -07:00