-
Notifications
You must be signed in to change notification settings - Fork 0
Promote develop to main #329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3dd1961
Bump the nuget-deps group with 5 updates (#273)
dependabot[bot] 7d494e8
Document the README + HISTORY cspell CI scope in CODESTYLE (#274)
ptr727 8153b16
Bump the nuget-deps group with 1 update (#277)
dependabot[bot] 0be491c
Refresh repo-config carry to current reference; add self-audit carry …
ptr727 f395c3b
Bump actions/setup-dotnet from 5.4.0 to 6.0.0 in the actions-deps gro…
dependabot[bot] 3eca575
Bump DavidAnson/markdownlint-cli2-action from 24.0.0 to 24.1.0 in the…
dependabot[bot] 1f1a6ea
Bump the nuget-deps group with 1 update (#284)
dependabot[bot] 2f35e2a
Bump actions/checkout from 7.0.0 to 7.0.1 in the actions-deps group (…
dependabot[bot] 8a8217f
Bump the nuget-deps group with 1 update (#288)
dependabot[bot] 27cb0bd
Update codegen files (#290)
ptr727-codegen[bot] 6e6d012
Update codegen files (#293)
ptr727-codegen[bot] c3f874f
Update codegen files (#295)
ptr727-codegen[bot] d46a17b
Update codegen files (#296)
ptr727-codegen[bot] bd67eb9
Re-vendor the carried hub files to the current canonical (#298)
ptr727 074a770
Bump DavidAnson/markdownlint-cli2-action from 24.1.0 to 24.2.0 in the…
dependabot[bot] 2c35cf5
Update codegen files (#302)
ptr727-codegen[bot] f67fb81
Update codegen files (#304)
ptr727-codegen[bot] 6415015
Update codegen files (#306)
ptr727-codegen[bot] c1ece3a
Update codegen files (#307)
ptr727-codegen[bot] 18e2dec
Bump the nuget-deps group with 3 updates (#309)
dependabot[bot] a82e64d
Update codegen files (#312)
ptr727-codegen[bot] 0a3f8a4
Update codegen files (#316)
ptr727-codegen[bot] 2506a73
Bump streetsidesoftware/cspell-action from 8.4.0 to 9.0.1 in the acti…
dependabot[bot] 61ca168
Migrate dotnet test to Microsoft.Testing.Platform for xunit.v3 4.0 (#…
ptr727 0bdb175
Split AGENTS.md into AGENTS.md and GOVERNANCE.md per the hub (#326)
ptr727 e5a56f1
Resync Line Endings to the Fleet LF Default (#327)
ptr727 ba03ae6
Merge remote-tracking branch 'origin/develop' into promote/develop-to…
ptr727 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,27 +1,27 @@ | ||
| { | ||
| "version": 1, | ||
| "isRoot": true, | ||
| "tools": { | ||
| "csharpier": { | ||
| "version": "1.3.0", | ||
| "commands": [ | ||
| "csharpier" | ||
| ], | ||
| "rollForward": false | ||
| }, | ||
| "husky": { | ||
| "version": "0.9.1", | ||
| "commands": [ | ||
| "husky" | ||
| ], | ||
| "rollForward": false | ||
| }, | ||
| "dotnet-outdated-tool": { | ||
| "version": "4.8.1", | ||
| "commands": [ | ||
| "dotnet-outdated" | ||
| ], | ||
| "rollForward": false | ||
| } | ||
| } | ||
| { | ||
| "version": 1, | ||
| "isRoot": true, | ||
| "tools": { | ||
| "csharpier": { | ||
| "version": "1.3.0", | ||
| "commands": [ | ||
| "csharpier" | ||
| ], | ||
| "rollForward": false | ||
| }, | ||
| "husky": { | ||
| "version": "0.9.1", | ||
| "commands": [ | ||
| "husky" | ||
| ], | ||
| "rollForward": false | ||
| }, | ||
| "dotnet-outdated-tool": { | ||
| "version": "4.8.1", | ||
| "commands": [ | ||
| "dotnet-outdated" | ||
| ], | ||
| "rollForward": false | ||
| } | ||
| } | ||
| } |
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,17 @@ | ||
| { | ||
| "Disable": { | ||
| "Charset": true, | ||
| "Indentation": true, | ||
| "IndentSize": true, | ||
| "TrimTrailingWhitespace": true, | ||
| "InsertFinalNewline": true, | ||
| "MaxLineLength": true | ||
| } | ||
| } | ||
| { | ||
| "Exclude": [ | ||
| "(^|/)__pycache__/", | ||
| "(^|/)\\.mypy_cache/", | ||
| "(^|/)\\.pytest_cache/", | ||
| "(^|/)\\.ruff_cache/", | ||
| "(^|/)\\.venv/" | ||
| ], | ||
| "Disable": { | ||
| "Charset": true, | ||
| "Indentation": true, | ||
| "IndentSize": true, | ||
| "TrimTrailingWhitespace": true, | ||
| "InsertFinalNewline": true, | ||
| "MaxLineLength": true | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,11 @@ | ||
| # Default: do not normalize line endings (`* -text`); .editorconfig end_of_line rules guide what the editor writes. | ||
| # The exception pins below are git's own enforcement - they force LF for execution-sensitive classes regardless of editor. | ||
| # git config --global core.autocrlf false | ||
| # git add --renormalize . | ||
| # git ls-files --eol | ||
| * -text | ||
|
|
||
| # Exception: scripts must stay LF regardless of the `* -text` default - a CRLF shebang breaks execution. `.editorconfig` | ||
| # covers `*.sh`, but extensionless executables (s6 service scripts, hooks) match no extension rule, so pin them here so | ||
| # git enforces LF on checkout and `--renormalize`. A repo shipping extensionless scripts adds an explicit path rule, | ||
| # e.g. for s6-overlay init: `Docker/s6-overlay/** text eol=lf`. | ||
| *.sh text eol=lf | ||
|
|
||
| # Dockerfiles must be LF - a CRLF breaks RUN heredocs and line continuations. | ||
| Dockerfile text eol=lf | ||
| *.Dockerfile text eol=lf | ||
|
|
||
| # Extensionless executables must stay LF - a CRLF shebang breaks execution. The Husky.Net git hook matches no extension rule. | ||
| .husky/pre-commit text eol=lf | ||
|
|
||
| # LanguageData/ holds downloaded source data the parser reads byte-for-byte; never normalize it. The `* -text` default | ||
| # above preserves it exactly as downloaded - do NOT add a `text`/`eol=` rule here. | ||
| # Normalize every detected text file to LF in the index and on checkout. | ||
| # `text=auto` leaves binary files byte-preserved. | ||
| * text=auto eol=lf | ||
|
|
||
| # Windows batch and command scripts require CRLF. | ||
| *.bat text eol=crlf | ||
| *.cmd text eol=crlf | ||
|
|
||
| # LanguageData/ holds downloaded source data the parser reads byte-for-byte; never normalize it, | ||
| # overriding the `* text=auto eol=lf` default above. | ||
| LanguageData/** -text | ||
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,57 +1,57 @@ | ||
| # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
| # | ||
| # Every ecosystem is listed twice, target-branch main and develop, so Dependabot opens parallel PRs that keep | ||
| # both branches current independently. main is listed because consumers (NuGet.org, GitHub releases) pull from | ||
| # it directly, and the develop -> main release gap can be long, so main must not wait for a promotion to get its | ||
| # dependency bumps. The codegen workflow takes the same dual-target shape for the same reason. | ||
| # | ||
| # The merge-bot (.github/workflows/merge-bot-pull-request.yml) picks the merge method per base (squash on | ||
| # develop, merge on main) and auto-merges both. develop is forward-only: no main -> develop back-merges, each | ||
| # branch absorbs its own bot PRs. Dependabot opens CVE security PRs against the default branch (main) whatever | ||
| # the target-branch, and the merge-bot handles them in the same path. | ||
| version: 2 | ||
| updates: | ||
| # ----- nuget ----- | ||
| - package-ecosystem: "nuget" | ||
| target-branch: "main" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| groups: | ||
| nuget-deps: | ||
| patterns: | ||
| - "*" | ||
| - package-ecosystem: "nuget" | ||
| target-branch: "develop" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| groups: | ||
| nuget-deps: | ||
| patterns: | ||
| - "*" | ||
| # ----- github-actions ----- | ||
| - package-ecosystem: "github-actions" | ||
| target-branch: "main" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| groups: | ||
| actions-deps: | ||
| patterns: | ||
| - "*" | ||
| - package-ecosystem: "github-actions" | ||
| target-branch: "develop" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| groups: | ||
| actions-deps: | ||
| patterns: | ||
| - "*" | ||
| # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
| # | ||
| # Every ecosystem is listed twice, target-branch main and develop, so Dependabot opens parallel PRs that keep | ||
| # both branches current independently. main is listed because consumers (NuGet.org, GitHub releases) pull from | ||
| # it directly, and the develop -> main release gap can be long, so main must not wait for a promotion to get its | ||
| # dependency bumps. The codegen workflow takes the same dual-target shape for the same reason. | ||
| # | ||
| # The merge-bot (.github/workflows/merge-bot-pull-request.yml) picks the merge method per base (squash on | ||
| # develop, merge on main) and auto-merges both. develop is forward-only: no main -> develop back-merges, each | ||
| # branch absorbs its own bot PRs. Dependabot opens CVE security PRs against the default branch (main) whatever | ||
| # the target-branch, and the merge-bot handles them in the same path. | ||
| version: 2 | ||
| updates: | ||
|
|
||
| # ----- nuget ----- | ||
|
|
||
| - package-ecosystem: "nuget" | ||
| target-branch: "main" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| groups: | ||
| nuget-deps: | ||
| patterns: | ||
| - "*" | ||
|
|
||
| - package-ecosystem: "nuget" | ||
| target-branch: "develop" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| groups: | ||
| nuget-deps: | ||
| patterns: | ||
| - "*" | ||
|
|
||
| # ----- github-actions ----- | ||
|
|
||
| - package-ecosystem: "github-actions" | ||
| target-branch: "main" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| groups: | ||
| actions-deps: | ||
| patterns: | ||
| - "*" | ||
|
|
||
| - package-ecosystem: "github-actions" | ||
| target-branch: "develop" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| groups: | ||
| actions-deps: | ||
| patterns: | ||
| - "*" |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| [Dd]ebug/ | ||
| [Rr]elease/ | ||
| [Bb]in/ | ||
| [Oo]bj/ | ||
| .idea | ||
| .vs | ||
| .artifacts | ||
| .DS_Store | ||
| *.user | ||
| [Dd]ebug/ | ||
| [Rr]elease/ | ||
| [Bb]in/ | ||
| [Oo]bj/ | ||
|
|
||
| .idea | ||
| .vs | ||
| .artifacts | ||
| .DS_Store | ||
| *.user |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.