Upstream#2
Open
Premiermoney wants to merge 1192 commits into
Open
Conversation
…oft/main Update submodule to latest `master` in `microsoft/main`
…ft#2093) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.0 to 4.32.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b20883b...6bc82e0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.1 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>
Add agentic workflow for checking patches consistency
Restrict aw roles
Regenerate aw lock file
* build(deps): bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update checkout action version to v6.0.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: George Adams <georgeadams1995@gmail.com>
…osoft#2103) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ollapse/expand to html ast output
…oft/main Update submodule to latest `master` in `microsoft/main`
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.1 to 4.32.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6bc82e0...45cbd0c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…race when canceling a QUICConn's Context
…oft/main Update submodule to latest `master` in `microsoft/main`
…tions/github/codeql-action-4.32.2 build(deps): bump github/codeql-action from 4.32.1 to 4.32.2
…#2106) * openssl: delete CGO-less experiment and promote to default * fix test succeed logic * review feedback * dagood review * add linux build tag
…oft/main Update submodule to latest `master` in `microsoft/main`
microsoft#2124) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.49.0 to 0.50.0. - [Commits](golang/net@v0.49.0...v0.50.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.50.0 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>
…#2126) * Consolidate crypto backend GOEXPERIMENTs into systemcrypto Remove the per-platform GOEXPERIMENTs (opensslcrypto, cngcrypto, darwincrypto) and use only systemcrypto with platform build constraints. Before this change, enabling a crypto backend required knowing which experiment to use for each platform: - Linux: GOEXPERIMENT=opensslcrypto - Windows: GOEXPERIMENT=cngcrypto - Darwin: GOEXPERIMENT=darwincrypto After this change, a single experiment works across all platforms: - All platforms: GOEXPERIMENT=systemcrypto Platform-specific code now uses build constraints like: //go:build goexperiment.systemcrypto && linux //go:build goexperiment.systemcrypto && windows //go:build goexperiment.systemcrypto && darwin Runtime checks use: goexperiment.SystemCrypto && runtime.GOOS == "linux" This simplifies the developer experience and makes cross-platform scripts and documentation easier to maintain. Changes: - Remove OpenSSLCrypto, CNGCrypto, DarwinCrypto from goexperiment.Flags - Remove exp_*crypto_{on,off}.go files for old experiments - Update all build constraints to use systemcrypto + platform - Update runtime checks to use SystemCrypto + runtime.GOOS - Update test infrastructure to only check for systemcrypto * add back experiments but throw error * revert position on rogue patches * throw error on old experiments * fix error message and update Changelog * bump 1ES pool as 2004 has been removed
…nused runtime_readTrace declaration
…oft/main Update submodule to latest `master` in `microsoft/main`
* update openssl backend to point to new location * update docs references * fix deps test * fix docs link
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.54.0 to 0.55.0. - [Commits](golang/net@v0.54.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ings.yml Bumps [microsoft/go-infra/.github/workflows/check-line-endings.yml](https://github.com/microsoft/go-infra) from 0.0.13 to 0.0.14. - [Release notes](https://github.com/microsoft/go-infra/releases) - [Commits](microsoft/go-infra@f4e3833...eae5270) --- updated-dependencies: - dependency-name: microsoft/go-infra/.github/workflows/check-line-endings.yml dependency-version: 0.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…s/eng/_util/golang.org/x/net-0.55.0 build(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 in /eng/_util
Bumps [github.com/microsoft/go-infra](https://github.com/microsoft/go-infra) from 0.0.13 to 0.0.14. - [Release notes](https://github.com/microsoft/go-infra/releases) - [Commits](microsoft/go-infra@v0.0.13...v0.0.14) --- updated-dependencies: - dependency-name: github.com/microsoft/go-infra dependency-version: 0.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…tions/microsoft/go-infra/dot-github/workflows/check-line-endings.yml-0.0.14 build(deps): bump microsoft/go-infra/.github/workflows/check-line-endings.yml from 0.0.13 to 0.0.14
…est's expected frame count
…oft/main Update submodule to latest `master` in `microsoft/main`
…s/eng/_util/github.com/microsoft/go-infra-0.0.14 build(deps): bump github.com/microsoft/go-infra from 0.0.13 to 0.0.14 in /eng/_util
… print a default value for GOBIN
…oft/main Update submodule to latest `master` in `microsoft/main`
* telemetry: add msgo/ci counter * remove legacy counters
…oft/main Update submodule to latest `master` in `microsoft/main`
* Update project documentation structure and clarity * Explicitly label eng.ms internal links (suggestion) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* update * review fixes
…oft/main Update submodule to latest `master` in `microsoft/main`
Removed several ignored files and directories from .gitignore and added new entries. Signed-off-by: Premiermoney <286675216+Premiermoney@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.