Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f867934
Make `install-powershell.sh` autodetect if it should use `wget` or `c…
DarwinJS Nov 14, 2018
eb1cbdb
Add cmdlet 'Join-String' for creating text from pipeline input (#7660)
powercode Nov 14, 2018
452d4e7
Remove AmazonLinux Dockerfile (#8271)
kiazhi Nov 15, 2018
cb0b1cd
Support 'Get-PSHostProcessInfo' and 'Enter-PSHostProcess' on Unix pla…
SteveL-MSFT Nov 15, 2018
7aade12
Merge changelogs from 6.1.1 and 6.0.5 into master (#8283)
TravisEz13 Nov 15, 2018
6dfae05
Merged PR 5818: Port changes to allow AzDevOps NuGet feeds for Mac build
TravisEz13 Nov 14, 2018
14d8a8d
Merged PR 5822: Update version for dependencies
adityapatwardhan Nov 14, 2018
a13527a
Merged PR 5863: Lowering Pester module version to avoid test infra fa…
Nov 15, 2018
b72d57e
Merged PR 5861: Update links README to point to latest version
adityapatwardhan Nov 15, 2018
b643134
Merged PR 5847: Create 6.2.0-preview.2 changelog
TravisEz13 Nov 15, 2018
058f1ee
Merged PR 5876: Update date in changelog
TravisEz13 Nov 16, 2018
11421a6
Change default issue template to use different categories (#8203)
SteveL-MSFT Nov 16, 2018
8bfe76d
Cleanup assemblyinfo (#8190)
iSazonov Nov 16, 2018
c7e8abf
Bump System.Data.SqlClient from 4.5.1 to 4.6.0 (#8266)
dependabot[bot] Nov 16, 2018
a413040
Enable `Open Here` context menu on Windows to work with root of a dri…
SteveL-MSFT Nov 19, 2018
336b7be
Skip `Enter-PSHostProcess` tests on Appveyor due to PSReadline issue …
adityapatwardhan Nov 20, 2018
8001d70
Token calculation fix for Get-Help executed on ScriptBlock for commen…
hubuk Nov 20, 2018
7ad7d2d
Bump NJsonSchema from 9.12.2 to 9.12.3 (#8319)
dependabot[bot] Nov 20, 2018
b9f3335
Bump PackageManagement from 1.2.2 to 1.2.3 in /src/Modules (#8320)
dependabot[bot] Nov 20, 2018
67bd758
Bump PowerShellGet from 2.0.1 to 2.0.3 in /src/Modules (#8321)
dependabot[bot] Nov 20, 2018
4e17a8a
Bump Microsoft.CodeAnalysis.CSharp from 2.9.0 to 2.10.0 (#8294)
dependabot[bot] Nov 21, 2018
6317858
Test-Path: Return $false when given an empty or $null -Path/-LiteralP…
vexx32 Nov 21, 2018
a852db8
Bump NJsonSchema from 9.12.3 to 9.12.5 (#8328)
dependabot[bot] Nov 21, 2018
1389575
Cleanup '#if CORECLR' from some files (#8332)
iSazonov Nov 26, 2018
84a3a2d
Remove old 'customPSSnapInType' parameter from PSSnapInInfo() (#8333)
iSazonov Nov 26, 2018
e1c4713
Add fix for `Start-Job` initialization script should not be executed …
PaulHigin Nov 26, 2018
a3508cc
Publish test package to AppVeyor daily build (#8273)
adityapatwardhan Nov 26, 2018
7ebc5e1
Fix GetLocationCommand output type parameter set and style issues (#8…
Meir017 Nov 27, 2018
fa391ba
Build Alpine `tar.gz` package in release builds (#8340)
adityapatwardhan Nov 27, 2018
94630ee
Enable pipeline to sync PSGallery modules to AzArtifacts feed (#8316)
adityapatwardhan Nov 27, 2018
e4825ab
Add SkipCA and SkipCN check requirement to WinRM/OMI HTTPS connection…
PaulHigin Nov 28, 2018
3c0eff5
Bump Newtonsoft.Json from 11.0.2 to 12.0.1 (#8348)
dependabot[bot] Nov 28, 2018
ef95b24
Move xUnit tests in new folder
iSazonov Nov 12, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Bug report 🐛
about: Report errors or unexpected behavior 🤔

---
<!--

For Windows PowerShell 5.1 issues, suggestions, or feature requests please use the following link instead:
Windows PowerShell [UserVoice](https://windowsserver.uservoice.com/forums/301869-powershell)

This repository is **ONLY** for PowerShell Core 6 issues.

- Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- Search the existing issues.
- Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md).
- Refer to the [known issues](https://docs.microsoft.com/powershell/scripting/whats-new/known-issues-ps6?view=powershell-6).

-->

# Steps to reproduce

```powershell

```

# Expected behavior

```none

```

# Actual behavior

```none

```

# Environment data

<!-- provide the output of $PSVersionTable -->

```none

```
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/Documentation_Issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Documentation Issue 📚
about: File issues regarding documentation within the [PowerShell-Docs](https://github.com/powershell/powershell-docs) repository

---

# Documentation Issue

Please open documentation issues that are not specifically for documentation within the
PowerShell/PowerShell repository in the [PowerShell Docs](https://github.com/powershell/powershell-docs/issues) repository.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature Request/Idea 🚀
about: Suggest a new feature or improvement (this does not mean you have to implement it)

---

# Summary of the new feature/enhancement

A clear and concise description of what the problem is that the new feature would solve.
Try formulating it in user story style (if applicable):
'As a user I want X so that Y.' with X being the being the action and Y being the value of the action.

# Proposed technical implementation details (optional)

A clear and concise description of what you want to happen.
Consider providing an example PowerShell experience with expected result.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/Support_Question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Support Question ❓
about: If you have a question, you can try asking in the PowerShell Slack channel first. If you need official support, refer to the [PowerShell Support Lifecycle](http://aka.ms/pslifecycle)

---

# Support Question

## Official support

[PowerShell Support Lifecycle](http://aka.ms/pslifecycle)

## Community Resources

[Slack Community Chat](https://powershell.slack.com) - Interactive chat with other PowerShell enthusiasts
[PowerShell.org Forum](https://powershell.org/forums/) - Search or post new general PowerShell usage questions
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/Windows_PowerShell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Windows PowerShell
about: Windows PowerShell issues/suggestions need to be reported to [UserVoice](https://windowsserver.uservoice.com/forums/301869-powershell)

---

# Windows PowerShell

For Windows PowerShell 5.1 issues, suggestions, or feature requests please use the following link instead:
Windows PowerShell [UserVoice](https://windowsserver.uservoice.com/forums/301869-powershell)

This repository is **ONLY** for PowerShell Core 6 issues.
24 changes: 21 additions & 3 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,10 @@ v6.0.
v6.0.0
v6.0.1
v6.0.2
v6.0.4
v6.0.5
v6.1.0
v6.1.1
v6.2.0
validatenotnullorempty
versioned
Expand Down Expand Up @@ -780,14 +783,29 @@ tommymaynard
vmsilvamolina
fbehrens
- CHANGELOG.md
aavdberg
azkarmoulana
chucklu
Claustn
CVE-2018-8256
CVE-2018-8415
daviddreher2
honour
iGotenz
jeis2497052
Jocapear
lassehastrup
markwragg
nycjan
paalbra
SeeminglyScience
yurko7
zhenggu
Claustn
StingyJack
ThreeFive-O
tobvil
uninstallation
vongrippen
yurko7
zhenggu
- docs/debugging/README.md
corehost
- docs/testing-guidelines/TestRoadmap.md
Expand Down
47 changes: 47 additions & 0 deletions .vsts-ci/install-ps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
trigger:
branches:
include:
- master
- release*
paths:
include:
- /tools/install-powershell.sh
- /tools/installpsh-amazonlinux.sh
- /tools/installpsh-debian.sh
- /tools/installpsh-osx.sh
- /tools/installpsh-redhat.sh
- /tools/installpsh-suse.sh
pr:
branches:
include:
- master
- release*
paths:
include:
- /tools/install-powershell.sh
- /tools/installpsh-amazonlinux.sh
- /tools/installpsh-debian.sh
- /tools/installpsh-osx.sh
- /tools/installpsh-redhat.sh
- /tools/installpsh-suse.sh

variables:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
POWERSHELL_TELEMETRY_OPTOUT: 1

resources:
- repo: self
clean: true
phases:
- template: templates/install-ps-phase.yml
parameters:
scriptName: ./tools/install-powershell.sh
jobName: InstallPowerShellUbuntu
pool: Hosted Ubuntu 1604

- template: templates/install-ps-phase.yml
parameters:
scriptName: ./tools/install-powershell.sh
jobName: InstallPowerShellMacOS
pool: Hosted macOS
9 changes: 5 additions & 4 deletions .vsts-ci/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ trigger:
- master
- release*
paths:
include:
- '*.md'
exclude:
- /src/*

pr:
branches:
include:
- master
- release*
paths:
include:
- '*.md'
exclude:
- /src/*

resources:
- repo: self
Expand Down
29 changes: 29 additions & 0 deletions .vsts-ci/templates/install-ps-phase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
parameters:
pool: 'Hosted Ubuntu 1604'
jobName: 'none'
scriptName: ''

jobs:
- job: ${{ parameters.jobName }}
variables:
scriptName: ${{ parameters.scriptName }}

pool:
name: ${{ parameters.pool }}

displayName: ${{ parameters.jobName }}

steps:
- powershell: |
Get-ChildItem -Path env:
displayName: Capture environment
condition: succeededOrFailed()

- powershell: Write-Host "##vso[build.updatebuildnumber]$env:BUILD_SOURCEBRANCHNAME-$env:BUILD_SOURCEVERSION-$((get-date).ToString("yyyyMMddhhmmss"))"
displayName: Set Build Name for Non-PR
condition: ne(variables['Build.Reason'], 'PullRequest')

- bash: |
$(scriptName)
displayName: Run Script - $(scriptName)
condition: succeededOrFailed()
Loading