-
Notifications
You must be signed in to change notification settings - Fork 720
[automated] Merge branch 'release/8.0-preview5' => 'release/8.0' #3261
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
joperezr
merged 23 commits into
dotnet:release/8.0
from
dotnet-maestro-bot:merge/release/8.0-preview5-to-release/8.0
Mar 28, 2024
Merged
[automated] Merge branch 'release/8.0-preview5' => 'release/8.0' #3261
joperezr
merged 23 commits into
dotnet:release/8.0
from
dotnet-maestro-bot:merge/release/8.0-preview5-to-release/8.0
Mar 28, 2024
Conversation
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
… IDE protocol version, so use the old protocol until then. (dotnet#3183) Co-authored-by: David Fowler <davidfowl@gmail.com>
…tnet#3167) * Retry reading kubeconfig. --------- Co-authored-by: Mitch Denny <midenn@microsoft.com>
…ble persistent storage (dotnet#3152) (dotnet#3186) * Use stable node name for RabbitMQ resources * Update TestShop to use durable messages Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
…use virtualization (dotnet#3178) * Refactor console logs to render on server and use virtualization * Fix tests * Dashboard line record * PR feedback * PR feedback * Fix console scrolling issue --------- Co-authored-by: James Newton-King <james@newtonking.com>
…d options, support primary/secondary API keys and rotation (dotnet#3179) * Change OTLP API key auth to use primary/secondary keys and support rotation * Merge * Match Kestrel HTTPS * PR feedback * PR feedback --------- Co-authored-by: James Newton-King <james@newtonking.com>
* API review feedback & general cleanup including removal of currently unused features * Align namespaces * Hide more of the API, rename for consistency * Hide more, rename more * ResolutionStatus does not need to be equatable * Make ServiceEndPointQuery public to break InternalsVisibleTo with Dns provider * Break InternalsVisibleTo from ServiceDiscovery package to YARP by adding a middleware factory * Remove ResolutionStatus, simplifying Service Discovery interfaces * Clean up ServiceEndPointImpl * Mark ServiceEndPointResolverResult as internal * Remove unnecessary members from ServiceEndPointCollection/Source * Seal service discovery types * Remove IServiceEndPointSelectorFactory and use DI instead * Remove unused endpoint selectors * Remove unused PendingStatusRefreshPeriod option * Rename UseServiceDiscovery to AddServiceDiscovery * Remove possible ambiguity in AddConfigurationServiceEndPointResolver signature * Add configuration delegate overloads to AddServiceDiscovery methods * Clean up logging in configuration-based service endpoint provider * API review: rename ServiceEndPointCollectionSource to IServiceEndPointBuilder * Rename IServiceDiscoveryDelegatingHttpMessageHandlerFactory * Rename IServiceEndPointProvider.ResolveAsync to PopulateAsync * Hide IServiceEndPointSelector * Remove allowedSchemes from ServiceEndPointQuery.TryParse * Rename ServiceEndPointQuery.Host to .ServiceName * Fix build * Review feedback * nit param rename * Improve ServiceEndPointQuery.ToString output * fixup (cherry picked from commit 23104ee)
…ng (dotnet#3208) Co-authored-by: Reuben Bond <reuben.bond@gmail.com>
…tation.StackExchangeRedis (dotnet#3198) * Remove dependency from OpenTelemetry.Instrumentation.StackExchangeRedis * Fix test builds * Fix ActivitySourceName * Undo IsAotCompatible change * Update suppression comment to match OTel PR. * Update code sync instruction for AOT --------- Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
dotnet#3190 Co-authored-by: Damian Edwards <damian@damianedwards.com>
* Allow cert warnings to bubble out. * Fix unnecesary namespace. --------- Co-authored-by: Mitch Denny <midenn@microsoft.com>
dotnet#3211 Co-authored-by: Damian Edwards <damian@damianedwards.com>
* initial commit for event hubs component and resource (non-functional, but skeleton is there) * corrected roledefinition * added consumer client (now have producer, consumer and processor components); modified davidfowl's demo EH project to use new resources and components; bugfixes; * fixes for processor client; updated build props/targets for playground project * Update AzureEventHubsExtensions.cs No need to construct this (we recently changed this in the others). * some minor refactoring of processor client; made playground project more robust * address review items; automatically generate processor identifier from hub and consumergroup; add more comments; minor refactoring * Update src/Aspire.Hosting.Azure/Extensions/AzureEventHubsExtensions.cs * Update src/Aspire.Hosting.Azure/Extensions/AzureEventHubsExtensions.cs * update EH endpoint references to use eventHubsEndpoint instead of serviceBusEndpoint; beef up processor identifier naming. * add ability to configure credential for azure provisioner (removed my hack); added first batch of documentation for component; added partitionreceiver component. * Update src/Components/Aspire.Azure.Messaging.EventHubs/AzureMessagingEventHubsSettings.cs * remove azure provisioner credential configuration stuff (will go into separate PR) * address review points; refactor namespace parsing into base eh component * fix package tags and add new icon to shared * remove providercredential reference from config * fix some more errant service bus mentions and regenerate configurationschema * fix xmlcomment on settings * remove azure section from sample config * update components README.md * delete EH playground readme * minor edits for clarification * port ASB connection/namespace tests; rewrite validation logic to be more robust * Update playground/AspireEventHub/EventHubs.AppHost/EventHubs.AppHost.csproj * Update playground/AspireEventHub/EventHubsConsumer/EventHubsConsumer.csproj * Update src/Aspire.Hosting.Azure.EventHubs/Aspire.Hosting.Azure.EventHubs.csproj * generate aspire manifest etc for EH sample * moved processor Start code into Execute for worker sample * fixed another ref to service bus * refine checkpoint blob container creation logic to avoid unnecessary permission demand if we can * enhance logic for blob checkpoint container; add BlobContainerName to settings as an option * persist checkpoints in processor sample for EH * renamed settings class in tests to match AEH; was ASB. * Fix Tracing with EventHubs Update Telemetry and Components Progress docs Minor cleanup feedback * refactor EH client settings into individual classes * Add readme for EH hosting * Fix build * Address PR feedback - Remove unnecessary Directory.Packages.props entry - Fix ConfigurationSchema.json to match implementation - StringComparison.Ordinal is unnecessary when looking for a char --------- Co-authored-by: Oisin Grehan <oising@gmail.com> Co-authored-by: Mitch Denny <mitchdenny@outlook.com> Co-authored-by: Jesse Squire <jesse.squire@gmail.com>
dotnet#3218) * Detect conflgicting settings when using EnrichEF * Avoid multiple blank lines * Improve custom implementation detection * Implement other EF providers * Implement CosmosDb * Update tests
dotnet#3190 Co-authored-by: Damian Edwards <damian@damianedwards.com>
… client configuration (dotnet#3231) * Retry on YamlException when loading Kubernetes client configuration * Add comment --------- Co-authored-by: Reuben Bond <reuben.bond@gmail.com>
…otnet#3236) * Fixup Azure packages after splitting - remove unnecessary dependencies from Hosting.Azure to PostgreSQL, Redis, and SqlServer. * Rename Aspire.Hosting.Azure.PosgresSQL to use consistent case with the rest of the libraries. --------- Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
…RE_ALLOW_UNSECURED_TRANSPORT is not set (dotnet#3177) (dotnet#3240)
Co-authored-by: James Newton-King <james@newtonking.com>
…et#3246) * Support custom styles for resource style - Added support for sending custom style to the dashboard via the resource server protocol. - Use this for azure resource to show more descriptive state updates. * Make style updates a single field in the app model - This avoid reusing old state styles by mistake when changing text - Added KnownResourceStyles * Fixed proto comments --------- Co-authored-by: David Fowler <davidfowl@gmail.com>
… management plugin (dotnet#3247) * Added WithManagementPlugin() for RabbitMQ resource Fixes dotnet#2067 Co-authored-by: Damian Edwards <damian@damianedwards.com> Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
joperezr
approved these changes
Mar 28, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
I detected changes in the release/8.0-preview5 branch which have not been merged yet to release/8.0. I'm a robot and am configured to help you automatically keep release/8.0 up to date, so I've opened this PR.
This PR merges commits made on release/8.0-preview5 by the following committers:
Instructions for merging from UI
This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.
If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.
Instructions for merging via command line
Run these commands to merge this pull request from the command line.
or if you are using SSH
After PR checks are complete push the branch
Instructions for resolving conflicts
Instructions for updating this pull request
Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/8.0-preview5-to-release/8.0'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
or if you are using SSH
Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.
Microsoft Reviewers: Open in CodeFlow