-
Notifications
You must be signed in to change notification settings - Fork 8
Release 0.6.0 to main
#367
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
Conversation
…ub.com/microsoft/vscode-documentdb into dev/xingfan/querygenerationintegration
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR is a major release (0.6.0) that merges comprehensive documentation updates and new localization strings for the MongoDB query generation and query insights features. The main changes include:
- Renaming all user-facing references from "Azure CosmosDB for MongoDB (vCore)" to "Azure DocumentDB"
- Adding privacy and data flow documentation for query generation features
- Adding localization entries for query insights UI components
Reviewed Changes
Copilot reviewed 100 out of 151 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
Multiple .tsx, .ts, and .scss files |
New query insights UI components for metrics, cards, and animations |
docs/query-generation-data-flow.md |
Privacy review document for query generation feature |
| Multiple documentation files | Terminology updates from vCore to DocumentDB |
l10n/bundle.l10n.json |
New localization strings for query insights and generation features |
| Icon and resource files | Updated icons from MongoClusters.svg to AzureDocumentDb.svg |
| Multiple service files | New AI and query insights backend services |
...s/documentdb/collectionView/components/queryInsightsTab/components/metricsRow/TimeMetric.tsx
Outdated
Show resolved
Hide resolved
.../documentdb/collectionView/components/queryInsightsTab/components/metricsRow/CountMetric.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…sTab/components/metricsRow/CountMetric.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…sTab/components/metricsRow/TimeMetric.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This pull request introduces documentation for the MongoDB query generation feature's data flow and privacy model, and updates the terminology for Azure service discovery plugins from "Azure CosmosDB for MongoDB (vCore)" to "Azure DocumentDB" throughout the user manual. Additionally, it adds new localization strings for query generation and query insights features.
Documentation and Privacy Model Improvements:
docs/query-generation-data-flow.md)Azure Service Discovery Terminology Updates:
docs/index.md,docs/user-manual/managing-azure-discovery.md,docs/user-manual/service-discovery.md,docs/user-manual/service-discovery-azure-cosmosdb-for-mongodb-vcore.md) [1] [2] [3] [4] [5] [6] [7]Localization Enhancements:
l10n/bundle.l10n.json) [1] [2]