Commit Graph

9388 Commits

Author SHA1 Message Date
Paul Higinbotham
9b9dbc0cd1
Update readme and metadata for 7.3.0-preview.4 release (#17378) 2022-05-23 09:49:06 -07:00
Ikko Ashimine
f23c056c42
Fix typo in AsyncResult.cs (#17396)
occured -> occurred
2022-05-21 20:57:05 +05:00
Aditya Patwardhan
f47159ba6d
Update script to automatically take new preview pre-release builds (#17375) 2022-05-20 11:48:37 -07:00
github-actions[bot]
9be70a50c0
Update the cgmanifest (#17393) 2022-05-20 11:44:24 -07:00
dependabot[bot]
031aee96e2
Bump NJsonSchema from 10.7.0 to 10.7.1 (#17381)
Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.7.0 to 10.7.1.
- [Release notes](https://github.com/RicoSuter/NJsonSchema/releases)
- [Commits](https://github.com/RicoSuter/NJsonSchema/compare/v10.7.0...v10.7.1)

---
updated-dependencies:
- dependency-name: NJsonSchema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-19 10:06:56 -07:00
Travis Plunk
e7a4b7ddaa
Simplify Get-WSManSupport based on current .NET Distro Support (#17356)
* Simplify Get-WSManSupport based on current .NET Distro Support

* Update test/tools/Modules/HelpersCommon/HelpersCommon.psm1
2022-05-18 09:34:43 -07:00
github-actions[bot]
e35f4a967b
Update to the latest NOTICES file (#17372)
Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
2022-05-18 09:32:08 -07:00
Travis Plunk
3f35800a89
Run on every PR and let the action skip (#17366)
* Run on every PR and let the action skip

* Fix spelling

* fix 7.2 spelling
2022-05-17 14:19:28 -07:00
Dongbo Wang
f9008245f5
Make sure verbose message is not null (#17363) 2022-05-17 13:43:35 -07:00
Paul Higinbotham
e248694eb5
Release changelogs (#17364)
* Update change log for releases

* Fix breaking change

* Remove white space
2022-05-17 12:53:41 -07:00
Paul Higinbotham
7a6d06f177
Update build versions (#17318) 2022-05-17 12:13:28 -07:00
Tess Gauthier
e11167d54f
Add Daily Link Check GitHub Workflow (#17351)
* add github workflow for daily link checking

* remove extra name statement

* increase indentation

* scan all files, not just modified ones

* add retries for 429 errors

* increase timeout for status 0 errors

* uncomment teams notifier task

* fix experimental features link

* add copyright header

* Update .github/workflows/markdownLinkDaily.yml

Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2022-05-17 11:21:19 -07:00
Mathias R. Jessen
afe99fcaea
SemanticChecks: Avoid repeated type resolution of [ordered] (#17328) 2022-05-17 09:54:26 -07:00
Dongbo Wang
391e0806ec
Redo the change that was reverted by #15853 (#17357) 2022-05-17 09:51:42 -07:00
github-actions[bot]
0b8574db77
Update the cgmanifest (#17361)
Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
2022-05-17 09:50:36 -07:00
Jordan Borean
3d1d0524ca
Remove the use of BinaryFormatter in PSRP serialization (#17133) 2022-05-17 09:19:58 -07:00
James Truher [MSFT]
65d8f11aeb
Update telemetry collecting with a few changes (#17304) 2022-05-16 17:10:51 -07:00
Dongbo Wang
c40066d5f2
Fix the word wrapping in formatting to handle escape sequences properly (#17316) 2022-05-16 16:10:55 -07:00
Dongbo Wang
41c7cd79da
Fix the error message in Hashtable-to-object conversion (#17329) 2022-05-16 14:55:00 -07:00
Paul Higinbotham
f6ac9bb604
Add support for new WDAC API (#17247)
* Add support for new WDAC API

* Fix non-Windows platform error

* Fix code factor errors

* Update cgmanifest json file

* Fix test failure

* Update src/System.Management.Automation/resources/SecuritySupportStrings.resx

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2022-05-16 14:18:30 -07:00
dependabot[bot]
56e08dc76d
Bump NJsonSchema from 10.6.10 to 10.7.0 (#17350)
Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.6.10 to 10.7.0.
- [Release notes](https://github.com/RicoSuter/NJsonSchema/releases)
- [Commits](https://github.com/RicoSuter/NJsonSchema/compare/v10.6.10...v10.7.0)

---
updated-dependencies:
- dependency-name: NJsonSchema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 19:25:51 +00:00
Andrew
cc3b6fb9da
Disable broken macOS CI job, which is unused (#17221) 2022-05-16 10:27:18 -07:00
Travis Plunk
f2b7b296b5
Have rebase workflow Post a message when it starts (#17341) 2022-05-16 10:25:32 -07:00
github-actions[bot]
b0c16cb4c1
Update the cgmanifest (#17344)
Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
2022-05-16 10:23:18 -07:00
Steve Lee
4e2f72ea7d
On Windows, reset cursor visibility back to previous state when rendering progress (#16782)
* On Windows, reset cursor visibility back to previous state when rendering progress

* Update src/Microsoft.PowerShell.ConsoleHost/host/msh/ProgressPane.cs

Co-authored-by: Ilya <darpa@yandex.ru>

Co-authored-by: Ilya <darpa@yandex.ru>
2022-05-13 15:21:18 -07:00
Aditya Patwardhan
c4555da0ed
Update DotnetRuntimeMetadata.json for .NET 7 Preview 4 (#17336) 2022-05-13 20:35:22 +00:00
github-actions[bot]
f4cc838e22
Update to the latest NOTICES file (#17332)
Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
2022-05-13 20:22:19 +00:00
Travis Plunk
975e5f8871
Update Ubuntu 22 to be detected as not supported WSMan (#17338) 2022-05-13 10:33:55 -07:00
dependabot[bot]
fea4484986
Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 (#17274)
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.3 to 2.4.5.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/commits)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-12 20:57:33 +00:00
Aditya Patwardhan
00d165ee71
Make sure we execute tests on LTS package for older LTS releases (#17326) 2022-05-12 12:53:04 -07:00
dependabot[bot]
950ff45625
Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 (#17320)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.1.0 to 17.2.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.1.0...v17.2.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-12 11:35:13 -07:00
Travis Plunk
87f621eb1f
Add fedora to the OS's that can't run WSMan (#17325) 2022-05-12 11:25:14 -07:00
yogeshbirla
30f4b82b8a
Add sles15 support to install-powershell.sh (#16984)
Co-authored-by: Yogesh Birla <yogeshbirla@microsoft.com>
2022-05-12 17:46:47 +00:00
Travis Plunk
ba6fbe9f2a
Start rotating through all images (#17315)
* Use day of week for fallback seed

* Use new properties to select CI image

* move container selection code into

* use parameter

* fix azDO variable refernce

* move container name left in non-PR build name

* Use get-command to detect package manager

* update dependencies in build.psm1

* Add RHEL to WSMan support function

* Update build.psm1

* Update tools/ci.psm1

Co-authored-by: James Truher [MSFT] <jimtru@microsoft.com>

Co-authored-by: James Truher [MSFT] <jimtru@microsoft.com>
2022-05-12 10:03:40 -07:00
github-actions[bot]
e8a5db2d74
Update the cgmanifest (#17324)
Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
2022-05-12 09:58:22 -07:00
github-actions[bot]
38909f7ee5
Update .NET SDK version from 7.0.100-preview.2.22153.17 to 7.0.100-preview.4.22252.9 (#17061) 2022-05-11 18:27:51 -07:00
Travis Plunk
57965f22f6
Disable release security analysis for SSH CI (#17303) 2022-05-11 15:24:40 -07:00
Travis Plunk
2fe5f0037d
Add a finalize template which causes jobs with issues to fail (#17314)
* Add a finalize template

* add finalize to prep

* update display name

* Add condition

* revert me: add fake issue

* fix display name

* Revert "revert me: add fake issue"

This reverts commit 5b10f299ce.
2022-05-11 15:23:58 -07:00
github-actions[bot]
e4fb4a8112
Update to the latest NOTICES file (#17311)
Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
2022-05-11 15:22:22 -07:00
Anam Navied
765c7badd9
Add mapping for ubuntu22.04 jammy (#17317) 2022-05-11 12:39:23 -07:00
James Truher [MSFT]
1a24540e31
Enable more tests to be run in a container. (#17294) 2022-05-11 12:30:22 -07:00
Dongbo Wang
514d6f62e0
Fix build.psm1 to find the required .NET SDK version when a higher version is installed (#17299) 2022-05-11 09:49:43 -07:00
Dongbo Wang
44098e771a
Fix the list view to not leak VT decorations (#17262) 2022-05-10 16:05:14 -07:00
Ikko Ashimine
18846935c7
Correct spelling of pseudo in Compiler.cs (#17285)
psuedo -> pseudo
psuedo-code -> pseudo-code
2022-05-10 10:34:52 -07:00
github-actions[bot]
6ffc24b4dc
Update the cgmanifest (#17302)
Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
2022-05-10 10:31:39 -07:00
Travis Plunk
34f316db1a
Improve how Linux container CI builds are identified (#17295)
* Add buildName preview to Jobs and tests

* try other syntax

* give up on task name

* try naming the job again

* use other syntax for variable

* rename and tag build

* Revert "try naming the job again"

This reverts commit b900e1231b.

* conditionally set build name and add tag

* Pass title prefix

* don't add tag when the build is a PR

* use correct variable name
2022-05-10 10:09:51 -07:00
Travis Plunk
ee97dfe412
Only inject NuGet security analysis if we are using secure nuget.config (#17293) 2022-05-10 10:06:09 -07:00
Dongbo Wang
ea0ab84eb2
Reduce unneeded verbose message from build.psm1 (#17291) 2022-05-09 17:51:07 -07:00
github-actions[bot]
6c33ebd51f
Update to the latest NOTICES file (#17275)
Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
2022-05-09 21:41:51 +00:00
Travis Plunk
4af204f574
Switch to using GitHub action to verify markdown links for PRs (#17281) 2022-05-09 11:42:15 -07:00