Skip to content
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

[release/8.0-preview1] Azure cosmosdb support in aspire (#359) #669

Merged
merged 1 commit into from
Nov 2, 2023

Commits on Nov 2, 2023

  1. Azure cosmosdb support in aspire (#359)

    * Initial addition of CosmosDB support, based on SqlServer
    
    * Remove Healthchecks support from CosmosDB EF Component
    
    * Cleanup connection string handling in Cosmos EF
    
    * Cleanup connection string handling in Cosmos component
    
    * Update CosmosDB package to get OTel support
    
    * Use the parent name for the connection
    
    * Udpate manifest strings
    
    * Add CosmosDB components to Progress and Telemetry
    
    * Rename CosmosDB components to Aspire.Azure.Data.Cosmos[.EntityFrameworkCore]
    
    * Rename options -> settings
    
    * Rename Cosmos Components to follow naming guidelines
    
    * Update to CosmosDB preview package and pin to get OpenTelemetry support
    
    * Update comments and add Keyed DI to Aspire.Microsoft.Azure.Cosmos
    
    * Add log categories to Cosmos Component schemas
    
    * Add basic support for CosmosClientOptions (no IConfiguration binding yet)
    
    * Remove healthchecks support from CosmosDB Component
    
    * Add README for Aspire.Microsoft.Azure.Cosmos
    
    * Add README for Aspire.Microsoft.EntityFrameworkCore.Cosmos, and rename a couple of things
    
    * Update config schema to be nested for Aspire.Microsoft.EntityFramework.Cosmos and Aspire.Microsoft.Azure.Cosmos
    
    * Rename AzureDataCosmosSettings -> AzureCosmosDBSettings
    
    * Update Aspire_Components_Progress.md
    
    * Add PackageTags, Descriptions, and Icons
    
    * Add AccountEndpoint to ConfigurationScheama.json
    
    * Fix DB context builder config
    
    * Add xml doc comments for CosmosDB hosting methods and types
    
    * Move Cosmos DB hosting to Aspire.Hosting.Azure
    
    * Update manifest type names
    
    * Respond to PR feedback
    Pilchie authored and eerhardt committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    be7dc15 View commit details
    Browse the repository at this point in the history