-
Notifications
You must be signed in to change notification settings - Fork 930
Azure cosmosdb support in aspire #359
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 9 commits
Commits
Show all changes
92 commits
Select commit
Hold shift + click to select a range
d11b66a
Initial addition of CosmosDB support, based on SqlServer
Pilchie 3374fb6
Remove Healthchecks support from CosmosDB EF Component
Pilchie 1e60bf5
DO NOT MERGE: Update sample to use CosmosDB instead of PostgreSQL
Pilchie 4eaae64
Cleanup connection string handling in Cosmos EF
Pilchie 6421e60
Cleanup connection string handling in Cosmos component
Pilchie 07d8284
Update CosmosDB package to get OTel support
Pilchie 8dae4bd
Use the parent name for the connection
Pilchie f706813
Revert last change
Pilchie 3f8b528
Fix text build break
Pilchie 0ac6633
Remove cruft around configuration schema
Pilchie ed5c74b
Udpate manifest strings
Pilchie 8b72bf0
Add CosmosDB components to Progress and Telemetry
Pilchie a98aaee
Rename CosmosDB components to Aspire.Azure.Data.Cosmos[.EntityFramewo…
Pilchie 3f0bb37
Rename Cosmos DB directories
Pilchie 4bd8129
Rename some namespaces and related
Pilchie 9d7442a
Rename options -> settings
Pilchie aff38a2
Rename Cosmos Components to follow naming guidelines
Pilchie 9cf1d52
Merge remote-tracking branch 'upstream/main' into azure-cosmosdb
Pilchie a4a9b29
Fix mis-merges
Pilchie 9b412bd
Update to CosmosDB preview package and pin to get OpenTelemetry support
Pilchie 4709022
Merge remote-tracking branch 'upstream/main' into azure-cosmosdb
Pilchie dcab2df
Update comments and add Keyed DI to Aspire.Microsoft.Azure.Cosmos
Pilchie 2067377
Update exception message
Pilchie ce8f094
Add log categories to Cosmos Component schemas
Pilchie 46db475
Add basic support for CosmosClientOptions (no IConfiguration binding …
Pilchie 49908bd
Remove healthchecks support from CosmosDB Component
Pilchie e5c96ac
Add README for Aspire.Microsoft.Azure.Cosmos
Pilchie 8d04a70
Add README for Aspire.Microsoft.EntityFrameworkCore.Cosmos, and renam…
Pilchie 0af6420
Update config schema to be nested for Aspire.Microsoft.EntityFramewor…
Pilchie c9f434c
Rename AzureDataCosmosSettings -> AzureCosmosDBSettings
Pilchie c880d96
Remove metrics support from Aspire.Microsoft.Azure.Cosmos
Pilchie e495d03
Remove WithAzureCosmosDB extension from hosting
Pilchie f2feb2b
Remove setting for DatabaseName from Aspire.Microsoft.EntityFramework…
Pilchie 053e84b
Rename AzureEntityFrameworkCoreCosmosDBSettings -> EntityFrameworkCor…
Pilchie 2765016
Update Aspire_Components_Progress.md
Pilchie 6770b32
Prepare to make Aspire install by default on upgrades for web workloa…
danegsta 77d4b68
Text alignment with ellipsis (#536)
tlmii e8a6bda
Metrics page alignment (#537)
tlmii 447e1d3
Provide an explicit target to generate the Aspire manifest (#534)
baronfel 64c0994
Fix one place where service discovery isn't AOT compatible (#540)
davidfowl 735035e
Updated otel versions to latest (#542)
davidfowl 362baf5
Add log level select (#541)
JamesNK 254e82e
Display Container ID (#544)
tlmii b0db3db
Enable ConfigurationBinder source gen on components by default (#535)
eerhardt 952f5fd
Service Discovery: make host name propagation opt-in (#548)
ReubenBond 3f03c80
Fix Aspire.Npgsql.csproj to be packable (#549)
eerhardt 0f413bd
Update dependencies from https://github.com/dotnet/arcade build 20231…
dotnet-maestro[bot] c491f20
Fix metrics applications list (#552)
tlmii bc01c19
Add unit test coverage for redis, postgres, containers (#551)
BrennanConroy bf0e4fa
Add new DistributedApplicationOptions object, refactor DCP location c…
danegsta e580324
Use correct metadata name (#555)
danegsta 484f53b
Add RabbitMQ Component (#556)
eerhardt 8573329
Support running multiple instances of DAB in the same process (#560)
davidfowl f1a8a79
Display new error logs count to projects page (#545)
JamesNK 2c9699e
Update Azure dependencies to latest versions (#563)
eerhardt 7474fd1
Fixes creation of user secrets when user secrets does not yet exist (…
bjorkstromm 3584144
Various log filter fixes (#571)
JamesNK 5ab2c0b
Update metrics page to use SelectViewModel (#573)
JamesNK 1cb8dcd
Change Dashboard to use Fluent UI vNext (#575)
vnbaaij 49af7e4
[main] Update dependencies from microsoft/usvc-apiserver (#577)
dotnet-maestro[bot] 5653395
Simplify view model caching (#557)
smitpatel bce48ec
Details Views (#561)
tlmii 828f5dd
Account for case sensitive paths on nix systems (#584)
danegsta 54326ee
Adds Azure hosting support for App Configuration (#574)
bjorkstromm 20138fa
Switch to using Path.GetRandomFileName() from uuid (#587)
danegsta 6cbcac5
Fix trace order (#588)
JamesNK 6ed5925
Add TokenCredential support to Aspire.Microsoft.EntityFrameworkCore.C…
Pilchie 92ecb4c
Add TokenCredential support to Aspire.Microsoft.Azure.Cosmos
Pilchie 61d05e9
Merge remote-tracking branch 'upstream/main' into azure-cosmosdb
Pilchie 85a66a8
Add empty RatingsService
Pilchie 4f01310
Add a RatingsService and use it from the frontend
Pilchie 8d76cc1
Revert changes to catalogdb
Pilchie 0130296
Update expected service lifetime to singleton
Pilchie f22856d
Revert "Add a RatingsService and use it from the frontend"
Pilchie c86dec1
Revert "Add empty RatingsService"
Pilchie 97aa291
Apply suggestions from code review
Pilchie b372614
Merge remote-tracking branch 'upstream/main' into azure-cosmosdb
Pilchie 7898ce9
Fix project type guid
Pilchie 932723c
Remove TODO
Pilchie 6214639
Fix typo in exception message
Pilchie 24c71a4
Add PackageTags, Descriptions, and Icons
Pilchie 138579d
Add AccountEndpoint to ConfigurationScheama.json
Pilchie 3f53c4f
Remove healthcheck from comment
Pilchie 0a40231
A couple more code review fixes
Pilchie 3209cc5
WIP
Pilchie 2f89327
Merge remote-tracking branch 'upstream/main' into azure-cosmosdb
Pilchie ea41461
Fix DB context builder config
Pilchie 2a17893
Add xml doc comments for CosmosDB hosting methods and types
Pilchie 0058fa1
Move Cosmos DB hosting to Aspire.Hosting.Azure
Pilchie 2a3d1cc
Update manifest type names
Pilchie f58be30
Merge branch 'main' into azure-cosmosdb
mitchdenny 9595b88
Respond to PR feedback
eerhardt 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
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
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
142 changes: 0 additions & 142 deletions
142
samples/eShopLite/CatalogService/Migrations/20230517065317_Initial.Designer.cs
This file was deleted.
Oops, something went wrong.
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.