Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
538 commits
Select commit Hold shift + click to select a range
93d1db6
Initial plan
Copilot Jan 14, 2026
e4753f3
Initial plan
Copilot Jan 14, 2026
f4aaa40
Initial plan
Copilot Jan 14, 2026
fe1a686
Fix NVDA grouping label announcement for like/dislike buttons
Copilot Jan 14, 2026
6cb0e04
Fix keyboard focus visibility in document editor
Copilot Jan 14, 2026
8b64c85
feat: enhance telemetry tracking for folder and connection operations
tnaum-ms Jan 14, 2026
afcde37
Fix: Add live region for AI analyzing status message
Copilot Jan 14, 2026
fb91c74
fix: prettier-fix
tnaum-ms Jan 14, 2026
59f2ed5
Add ARIA live region to announce search results count for screen readers
Copilot Jan 14, 2026
2497db5
Refactor: Extract results announcement logic into helper function for…
Copilot Jan 14, 2026
e6d9224
Add aria-labels to TipsCard navigation buttons for accessibility
Copilot Jan 14, 2026
e6e5104
resolved build/lint/package errors
tnaum-ms Jan 14, 2026
8f59a06
Apply suggestions from code review
tnaum-ms Jan 14, 2026
5032171
Merge branch 'next' into copilot/redesign-connections-view
tnaum-ms Jan 14, 2026
a44f77e
fix: l10n, prettier-fix
tnaum-ms Jan 14, 2026
dae8beb
Implement folder management for connections view with optimized unifi…
tnaum-ms Jan 14, 2026
a0706a0
Merge branch 'next' into copilot/fix-accessibility-buttons-names
tnaum-ms Jan 14, 2026
6ec65a2
Merge branch 'next' into copilot/fix-nvda-announcement-issue
tnaum-ms Jan 14, 2026
2565f13
Merge branch 'next' into copilot/fix-nvda-grouping-label
tnaum-ms Jan 14, 2026
3592830
Merge branch 'next' into copilot/fix-keyboard-focus-issue
tnaum-ms Jan 14, 2026
5abc923
fix: l10n
tnaum-ms Jan 14, 2026
bec64e1
Add postCreateCommand for npm build
tnaum-ms Jan 14, 2026
08c53bb
Add aria-labels to Query Insights Tips carousel navigation buttons (#…
tnaum-ms Jan 14, 2026
cb8f90d
Update .devcontainer/devcontainer.json
tnaum-ms Jan 14, 2026
097c84d
Merge branch 'next' into dev/tnaum/tnaum-ms-patch-1
tnaum-ms Jan 14, 2026
5757a01
Add postCreateCommand for npm build (#452)
tnaum-ms Jan 15, 2026
cacd1b5
Merge branch 'next' into feature/copy-and-paste
tnaum-ms Jan 15, 2026
71e594c
fix: l10n / prettier-fix
tnaum-ms Jan 15, 2026
6ad31d2
fix: post merge issue: add storage ID generation for new connection c…
tnaum-ms Jan 15, 2026
8c29e55
feat: add temporary descriptions for copy and paste operations in the UI
tnaum-ms Jan 15, 2026
540f303
feat: add example for annotating tree nodes during copy-paste operations
tnaum-ms Jan 15, 2026
1f06a6e
fix: update folder icons from folder-library to symbol-folder
tnaum-ms Jan 15, 2026
c98102a
fix: update iconPath for CollectionItem from 'folder-opened' to 'fold…
tnaum-ms Jan 15, 2026
48c91a9
feat: add reassurance timer for long-running copy-paste operations
tnaum-ms Jan 15, 2026
0550f80
Merge branch 'feature/copy-and-paste' of https://github.com/microsoft…
tnaum-ms Jan 15, 2026
14dd6e6
feat: implement document count loading and formatting for CollectionItem
tnaum-ms Jan 15, 2026
abf0806
fix: prettier-fix
tnaum-ms Jan 15, 2026
c342fa2
feat: conditionally display "New Connection" and "New Local Connectio…
tnaum-ms Jan 15, 2026
edd705c
refactor: update command titles and groupings in package.json for cla…
tnaum-ms Jan 15, 2026
f3edb33
fix: remove unnecessary aria-live attribute from loading status text
tnaum-ms Jan 15, 2026
d5df1b7
feat: Implement folder deletion wizard with confirmation and verifica…
tnaum-ms Jan 15, 2026
a7b61aa
Fix: Use aria-live="assertive" for keyboard activation announcements
Copilot Jan 19, 2026
5d4f5bc
Merge branch 'next' into copilot/fix-nvda-grouping-label
tnaum-ms Jan 19, 2026
8d70fd7
Add ARIA grouping to Query Plan Summary and Performance Rating
Copilot Jan 19, 2026
301cb99
feat: useAnnounce for accessibility introduced
tnaum-ms Jan 19, 2026
aa5ae1c
Merge branch 'next' into copilot/fix-screenreader-results-announcement
tnaum-ms Jan 19, 2026
55340bb
feat: useAnnounce for accessibility introduced: improved
tnaum-ms Jan 19, 2026
eee0b6f
Merge branch 'next' into copilot/fix-keyboard-focus-issue
tnaum-ms Jan 19, 2026
9970540
Set focus on Save button instead of Monaco editor
Copilot Jan 19, 2026
856a294
wip: preparing to work with useannoucer hook
tnaum-ms Jan 19, 2026
c225453
Fix: Include document count in screen reader announcements
Copilot Jan 19, 2026
da4bed1
Revert "Fix: Include document count in screen reader announcements"
tnaum-ms Jan 19, 2026
277aaf0
Add ARIA live region for screen reader announcements of search result…
tnaum-ms Jan 19, 2026
4abe6b0
Merge branch 'next' into copilot/fix-nvda-grouping-label
tnaum-ms Jan 19, 2026
2ec14b5
Merge branch 'next' into copilot/fix-nvda-announcement-issue
tnaum-ms Jan 19, 2026
458be97
fix: using new useAnnounce hook
tnaum-ms Jan 19, 2026
164f538
feat: add Announcer component for screen reader announcements
tnaum-ms Jan 19, 2026
be1b72a
refactor: replace useAnnounce hook with Announcer component for scree…
tnaum-ms Jan 19, 2026
077971b
fix: update Announcer component politeness levels for screen reader a…
tnaum-ms Jan 19, 2026
46bfbe8
fix: remove aria-hidden attribute from loading text in GetPerformance…
tnaum-ms Jan 19, 2026
12e56c1
Fix: NVDA announces "document" instead of "AI is analyzing..." status…
tnaum-ms Jan 19, 2026
f0a4c8e
fix: prettier-fix
tnaum-ms Jan 19, 2026
67a79c0
fix: improve accessibility by updating ARIA attributes in Performance…
tnaum-ms Jan 19, 2026
4496805
fix: enhance accessibility by adding ARIA roles and labels in QueryPl…
tnaum-ms Jan 19, 2026
cff6ca3
Merge branch 'next' into copilot/fix-keyboard-focus-issue
tnaum-ms Jan 19, 2026
2c748be
Merge branch 'next' into copilot/fix-nvda-grouping-label
tnaum-ms Jan 19, 2026
fe20527
Fix NVDA screen reader grouping announcement for Query Insights contr…
tnaum-ms Jan 19, 2026
d324471
fix: enhance MonacoEditor accessibility with Escape key support and a…
tnaum-ms Jan 20, 2026
b62b659
fix: add Escape key support to move focus in MonacoEditor components
tnaum-ms Jan 20, 2026
5f58cbb
fix: reposition screen reader announcement for Escape key hint in Mon…
tnaum-ms Jan 20, 2026
39be1b8
Merge branch 'next' into copilot/fix-keyboard-focus-issue
tnaum-ms Jan 20, 2026
013fc77
fix: improve resource cleanup in MonacoEditor and refine saveButtonRe…
tnaum-ms Jan 20, 2026
643f6ff
fix: update saveButtonRef type to accept null in ToolbarDocumentsProps
tnaum-ms Jan 20, 2026
dec44b1
Fix keyboard focus visibility when opening document editor (#447)
tnaum-ms Jan 20, 2026
d680d3f
fix: add folder placeholder connection string for backward compatibility
tnaum-ms Jan 20, 2026
ef083b8
refactor: enhance type safety and improve folder handling in Connecti…
tnaum-ms Jan 20, 2026
c20d004
Fix: Update Connection Storage with Enhanced Backward Compatibility S…
tnaum-ms Jan 20, 2026
329d8dd
feat: new skill for changelog, release notes, and patch release notes
tnaum-ms Jan 20, 2026
54aad5b
version bump to `0/7.0`
tnaum-ms Jan 22, 2026
4f8ddf1
fix: initialize cleanup function before setTimeout to prevent use-bef…
tnaum-ms Jan 22, 2026
03f7d18
fix: update telemetry task type property to use the correct type field
tnaum-ms Jan 22, 2026
46977dd
Initial plan
Copilot Jan 22, 2026
f06f17b
feat: use VS Code locale for document count formatting with fallback …
Copilot Jan 22, 2026
3a8d8ef
refactor: simplify locale handling with optional chaining
Copilot Jan 22, 2026
3eee681
fix: update fallback logic in generateUniqueLabel to ensure numeric s…
tnaum-ms Jan 22, 2026
db752df
Merge branch 'feature/copy-and-paste' into copilot/sub-pr-170-again
tnaum-ms Jan 22, 2026
e858e33
fix: handle session ending errors in endSession method
tnaum-ms Jan 22, 2026
dca36d2
Use VS Code locale for document count formatting (#461)
tnaum-ms Jan 22, 2026
7f17cc8
fix: update dark theme colors to improve compatibility with Nord theme
tnaum-ms Jan 22, 2026
cb7a840
fix: update dark theme colors to improve compatibility with Nord them…
tnaum-ms Jan 22, 2026
af7e9dd
Merge branch 'next' into feature/copy-and-paste
tnaum-ms Jan 22, 2026
2f750ff
chore: removed obsolete files
tnaum-ms Jan 22, 2026
a5b9fd7
Feature: Easy Data Migrations (Collection Copy-and-Paste) (#170)
tnaum-ms Jan 22, 2026
ea4196a
chore(deps): bump lodash from 4.17.21 to 4.17.23
dependabot[bot] Jan 22, 2026
77e66fe
chore(deps): bump lodash from 4.17.21 to 4.17.23 (#463)
tnaum-ms Jan 23, 2026
9ca684b
Merge branch 'next' into dev/tnaum/prepare-0.7.0-release
tnaum-ms Jan 23, 2026
a2ef8b5
chore: update release notes for version 0.7, adding new features, imp…
tnaum-ms Jan 23, 2026
c29c95a
Initial plan
Copilot Jan 27, 2026
539bf8f
fix: correct changelog anchor placeholders and add missing marker in …
Copilot Jan 27, 2026
855c2fa
fix: trim connection strings to ensure valid inputs
tnaum-ms Jan 27, 2026
3f25bcc
feat: enhance conflict detection in move items wizard to include task…
tnaum-ms Jan 27, 2026
a0ba751
feat: implement verification step for folder deletion to check for ta…
tnaum-ms Jan 27, 2026
b6b0663
Fix changelog anchor placeholders and formatting in release notes doc…
tnaum-ms Jan 27, 2026
56bc9ef
update model & refine prompt components
xingfan-git Jan 28, 2026
bdad2cd
Merge branch 'next' of https://github.com/microsoft/vscode-documentdb…
xingfan-git Jan 28, 2026
d662efa
wip: separate treeid and clusterid
tnaum-ms Jan 28, 2026
4527ae8
wip: separate treeid and clusterid: update ClusterItemBase to use tre…
tnaum-ms Jan 28, 2026
397260b
wip: separate treeid and clusterid: update credential caching to use …
tnaum-ms Jan 28, 2026
a0156bd
wip: separate treeid and clusterid: refactor: update connection handl…
tnaum-ms Jan 28, 2026
f22689c
docs: add Cluster ID architecture section with usage guidelines for t…
tnaum-ms Jan 28, 2026
62056d4
wip: separate treeid and clusterid: refactor: update identifiers to u…
tnaum-ms Jan 28, 2026
93f1a01
fix: copy and paste issue. downgrade monaco-editor to version 0.52.2 …
tnaum-ms Jan 28, 2026
0414674
wip: separate treeid and clusterid: refactor: enhance conflict verifi…
tnaum-ms Jan 28, 2026
4137e73
wip: separate treeid and clusterid: refactor: update credential delet…
tnaum-ms Jan 28, 2026
9c455a5
feat: enhance error handling for query syntax with localized messages
tnaum-ms Jan 28, 2026
f27df19
feat: add countDocuments method to ClustersClient for counting docume…
tnaum-ms Jan 28, 2026
e1ca51a
feat: implement dual-ID architecture for collection lookups by cluste…
tnaum-ms Jan 28, 2026
52fab32
refactor: update treeId to replace '/' with '-' for Azure resource ID…
tnaum-ms Jan 28, 2026
223a65a
feat: handle empty query strings in toFilterQueryObj by returning an …
tnaum-ms Jan 28, 2026
eea9d45
fix: prettier-fix
tnaum-ms Jan 28, 2026
37616d5
refactor: update credential handling to use stable clusterId for cach…
tnaum-ms Jan 29, 2026
1077cb6
refactor: introduce Azure and Connection cluster models with sanitiza…
tnaum-ms Jan 29, 2026
6269a85
refactor: restructure BaseClusterModel and ClusterTreeContext for cla…
tnaum-ms Jan 29, 2026
c65e5f0
refactor: update cluster model types and improve type safety across c…
tnaum-ms Jan 29, 2026
692be84
refactor: update Azure resource models to enhance type safety and ens…
tnaum-ms Jan 29, 2026
02679b1
refactor: enhance cluster model architecture for improved type safety…
tnaum-ms Jan 29, 2026
37a8ae5
refactor: clarify cluster ID architecture and enhance model type defi…
tnaum-ms Jan 29, 2026
2d7cb4d
fix: Restore keyboard paste functionality, Downgrade Monaco Editor to…
tnaum-ms Jan 29, 2026
68fbbe6
Merge branch 'next' into dev/tnaum/458-basic-querying-doesnt-work
tnaum-ms Jan 29, 2026
312f573
Fix: basic querying didn't work (for invalid JSON) (#471)
tnaum-ms Jan 29, 2026
42e11eb
Merge branch 'next' into dev/tnaum/trim-connection-string
tnaum-ms Jan 29, 2026
d762f44
refactor: enhance cluster model tracing and add unit tests for cluste…
tnaum-ms Jan 29, 2026
72c3bbd
fix: trim connection strings to ensure valid inputs (#467)
tnaum-ms Jan 29, 2026
fb27677
chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /api
dependabot[bot] Jan 29, 2026
0549eab
chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /api (#474)
tnaum-ms Jan 29, 2026
a8854c0
refactor: sanitize Azure Resource IDs for clusterId and treeId across…
tnaum-ms Jan 29, 2026
9ae894d
refactor: implement ownsClusterId method for discovery providers to o…
tnaum-ms Jan 29, 2026
7d5122a
feat: add deduplication methods for connection string parameters and …
tnaum-ms Jan 29, 2026
edaad70
update placeholders
xingfan-git Jan 30, 2026
72f8764
refactor: remove ownsClusterId method from discovery providers and op…
tnaum-ms Jan 30, 2026
222aa08
refactor: add cluster ID augmentation utilities and type guard for cl…
tnaum-ms Jan 30, 2026
2720f29
refactor: add unit tests for cluster ID augmentation and type guard f…
tnaum-ms Jan 30, 2026
dfca159
refactor: enhance DiscoveryService and DiscoveryBranchDataProvider wi…
tnaum-ms Jan 30, 2026
046561c
refactor: add unit tests for cluster ID augmentation in DiscoveryBran…
tnaum-ms Jan 30, 2026
b0b6501
refactor: enhance cluster item type guard to validate contextValue an…
tnaum-ms Jan 30, 2026
bf76f8d
refactor: simplify findCollectionByClusterId logic by removing unnece…
tnaum-ms Jan 30, 2026
c896cea
refactor: update cluster ID handling to enforce provider prefix valid…
tnaum-ms Jan 30, 2026
bba81b2
refactor: remove augmentClusterId function and simplify cluster ID va…
tnaum-ms Jan 30, 2026
72b970a
refactor: remove cluster ID augmentation functions and associated tes…
tnaum-ms Jan 30, 2026
c22bf0b
refactor: add findChildById method for efficient child node search fr…
tnaum-ms Jan 30, 2026
558c350
resolved PR feedback. refactor: update Azure Resource ID sanitization…
tnaum-ms Jan 30, 2026
56af5e2
Initial plan
Copilot Jan 30, 2026
c9bec95
Fix documentation and tests to use underscore for Azure Resource ID s…
Copilot Jan 30, 2026
fecd231
Fix Azure Resource ID sanitization documentation and tests (#476)
tnaum-ms Jan 30, 2026
c957280
Initial plan
Copilot Jan 30, 2026
8106dd4
Fix sanitization documentation and test comments to use underscore in…
Copilot Jan 30, 2026
0da279e
Fix Azure Resource ID sanitization documentation inconsistencies (#477)
tnaum-ms Jan 30, 2026
4ef49d5
Refactor base cluster model architecture for clarity (#473)
tnaum-ms Jan 30, 2026
b1c7dcd
Merge branch 'next' into dev/tnaum/move-connection-protection
tnaum-ms Jan 30, 2026
f829f95
Update error message for cluster ID validation in DiscoveryBranchData…
tnaum-ms Feb 2, 2026
a0f124c
fix: prettier-fix
tnaum-ms Feb 2, 2026
27706dd
feat: enhance post-migration handling by resolving errors and cleanin…
tnaum-ms Feb 2, 2026
bfe8a56
fix: improve orphan cleanup process and enhance telemetry reporting
tnaum-ms Feb 2, 2026
93d3dd9
feat: add tests for connection storage service and enhance credential…
tnaum-ms Feb 2, 2026
95fdc64
refactor: Rename 'id' to 'azureResourceId' for clarity in Azure-relat…
tnaum-ms Feb 2, 2026
cdd68bc
fix: add missing viewId to DocumentsItem command payload
tnaum-ms Feb 2, 2026
be28c53
fix: localize error message in DiscoveryBranchDataProvider
tnaum-ms Feb 2, 2026
85bad99
docs: clarify clusterId documentation for Azure Resources View
tnaum-ms Feb 2, 2026
796620a
docs: update misleading comment in AzureVMResourceItem
tnaum-ms Feb 2, 2026
509bd1a
refactor: extract inferViewIdFromTreeId to shared helper
tnaum-ms Feb 2, 2026
9f75594
refactor: reorder import statements in openCollectionView and Discove…
tnaum-ms Feb 2, 2026
1bd1cd3
fix: maintain connections after a connection move. clusterId and tree…
tnaum-ms Feb 2, 2026
ae1d7f7
Merge branch 'next' into dev/tnaum/defensive-connection-string-handli…
tnaum-ms Feb 2, 2026
e84946e
fix: update connection string retrieval for Azure MongoDB RU resources
tnaum-ms Feb 2, 2026
234dc22
chore: update @azure/arm-resources to version 7.0.0 in package.json a…
tnaum-ms Feb 2, 2026
b421241
more
xingfan-git Feb 3, 2026
6706f0d
fix: extract resource group from resource ID in VCoreBranchDataProvider
tnaum-ms Feb 3, 2026
c5230b8
fix: failing imports in `Discovery View`. Update connection string re…
tnaum-ms Feb 3, 2026
5d95d6f
Merge branch 'next' into dev/tnaum/defensive-connection-string-handli…
tnaum-ms Feb 3, 2026
f8c4a2c
Merge branch 'next' into dev/tnaum/azure-resources-vcore-connectivity
tnaum-ms Feb 3, 2026
930609d
Initial plan
Copilot Feb 3, 2026
32585d6
fix: broken Azure DocumentDB support in Azure Resources View (#480)
tnaum-ms Feb 3, 2026
aa9ed97
fix: pass storageService as parameter and clarify test comment
Copilot Feb 3, 2026
e525bac
fix: refresh database on paste to ensure collection document counts u…
tnaum-ms Feb 3, 2026
976193a
refactor: eliminate circular getStorageService() calls in cleanup met…
tnaum-ms Feb 3, 2026
b247267
fix: enhance paste operation to handle database refresh behavior and …
tnaum-ms Feb 3, 2026
0fd71f9
Initial plan
Copilot Feb 3, 2026
74f966f
fix: update database refresh logic on paste to ensure correct documen…
tnaum-ms Feb 3, 2026
e4ea96f
feat: implement proper MongoDB connection string parameter deduplicat…
Copilot Feb 3, 2026
d44d6b7
docs: clarify lowercase storage in MULTI_VALUE_PARAMETERS constant
Copilot Feb 3, 2026
29b4159
Implement MongoDB spec-compliant connection string parameter deduplic…
tnaum-ms Feb 3, 2026
245610e
Merge branch 'next' into dev/tnaum/defensive-connection-string-handli…
tnaum-ms Feb 3, 2026
5ac873a
Merge branch 'next' into dev/tnaum/refresh-database-on-paste
tnaum-ms Feb 3, 2026
4dd341f
Apply suggestions from code review
tnaum-ms Feb 3, 2026
35ef86c
Merge branch 'next' into dev/xingfan/updatemodel
tnaum-ms Feb 3, 2026
c943dac
fix: improve error logging for task failures in TaskService
tnaum-ms Feb 3, 2026
68ffaf6
fix: enhance logging for document conflict handling in DocumentDbStre…
tnaum-ms Feb 3, 2026
5519aa9
fix: improve error handling and logging for duplicate key conflicts i…
tnaum-ms Feb 3, 2026
40fa417
fix: prettier-fix
tnaum-ms Feb 3, 2026
819adb4
fix: typo in instructions.
tnaum-ms Feb 3, 2026
f248725
fix: add deduplication methods for connection string parameters (#478)
tnaum-ms Feb 3, 2026
d168ef6
Merge branch 'next' into dev/tnaum/refresh-database-on-paste
tnaum-ms Feb 3, 2026
987b45e
Merge branch 'next' into dev/tnaum/copy-paste-log-errors-on-write-errors
tnaum-ms Feb 3, 2026
7787884
fix: refresh database on paste - counts don't always update (#482)
tnaum-ms Feb 3, 2026
bf1777e
Merge branch 'next' into dev/tnaum/copy-paste-log-errors-on-write-errors
tnaum-ms Feb 3, 2026
0e4baea
fix: copy paste log on write errors not always shown (#484)
tnaum-ms Feb 3, 2026
08cffd3
Merge branch 'next' into dev/xingfan/updatemodel
tnaum-ms Feb 3, 2026
31b507b
Query Insights: Update model & refine prompt components (#468)
tnaum-ms Feb 3, 2026
adf2167
Merge branch 'next' into dev/tnaum/prepare-0.7.0-release
tnaum-ms Feb 3, 2026
8d4d1a0
chore: update release notes for version 0.7, highlighting community c…
tnaum-ms Feb 3, 2026
f091e5e
Update temp-list-of-changes.md
tnaum-ms Feb 4, 2026
460553e
chore: update release notes for version 0.7, refining feature descrip…
tnaum-ms Feb 4, 2026
f2fa801
chore: remove temporary release notes draft in preparation for versio…
tnaum-ms Feb 4, 2026
942de76
chore: index update in the manual
tnaum-ms Feb 4, 2026
ec6e461
Initial plan
Copilot Feb 4, 2026
08a849e
Fix inconsistent l10n import aliases in rename commands
Copilot Feb 4, 2026
9819356
chore: update link to Migration API documentation for accuracy
tnaum-ms Feb 4, 2026
56df886
added new walkthrough page about 'copy and paste'
tnaum-ms Feb 4, 2026
042401f
Fix inconsistent l10n import pattern in rename commands (#486)
tnaum-ms Feb 4, 2026
62ddd63
Merge branch 'next' into dev/tnaum/prepare-0.7.0-release
tnaum-ms Feb 4, 2026
0249cb2
Prepare `0.7.0` release (#464)
tnaum-ms Feb 4, 2026
16d8bee
feat: add release notes notification for DocumentDB for VS Code updates
tnaum-ms Feb 4, 2026
4037a0f
feat: enhance release notes notification with telemetry tracking and …
tnaum-ms Feb 4, 2026
1d0df99
feat: implement transitional logic for release notes notification on …
tnaum-ms Feb 4, 2026
85437b1
feat: add unit tests for release notes notification version checks
tnaum-ms Feb 4, 2026
01c7b78
refactor: remove testing utility to reset deferred notification flag
tnaum-ms Feb 4, 2026
b0cc930
Merge branch 'next' into dev/tnaum/better-walkthrough-annoucement
tnaum-ms Feb 4, 2026
3125f64
Add release notes notification feature for version upgrades
tnaum-ms Feb 4, 2026
ea6ae4e
feat: add in-memory flag to track user handling of release notes noti…
tnaum-ms Feb 4, 2026
9ccc665
feat: release announcement on upgrade (#487)
tnaum-ms Feb 4, 2026
34dcb7d
Merge branch 'next' into dev/tnaum/release-0.7.0-tweaks
tnaum-ms Feb 4, 2026
a625bd2
Updated release notes notification url
tnaum-ms Feb 4, 2026
7f2cdcb
pre-release tweaks (#488)
tnaum-ms Feb 4, 2026
7ac49f7
fix: validate source collection before paste operation
tnaum-ms Feb 4, 2026
74705dd
chore: add TODO comments for folder operation improvements (H-1, H-2)
tnaum-ms Feb 4, 2026
e945ef9
fix: check duplicate connection names only within same folder (M-2)
tnaum-ms Feb 4, 2026
bd69a5c
a11y: add aria-label to JSON results Monaco editor (M-4)
tnaum-ms Feb 4, 2026
b1d24d7
a11y: add aria-label to Query Insights PREVIEW badge (M-5)
tnaum-ms Feb 4, 2026
86f99e9
fix: replace console.error with ext.outputChannel.error (M-6)
tnaum-ms Feb 4, 2026
dc90544
security: add password to valuesToMask in copyConnectionString (M-7)
tnaum-ms Feb 4, 2026
92dedfc
fix: improve event subscription disposal in pasteCollection (L-1)
tnaum-ms Feb 4, 2026
dc1400d
fix: validate source collection before paste operation
tnaum-ms Feb 4, 2026
4eda212
Merge branch 'next' into dev/tnaum/refinements-fixes
tnaum-ms Feb 4, 2026
2b6bb91
Initial plan
Copilot Feb 5, 2026
43ca9e8
fix: address code review feedback from PR #490
Copilot Feb 5, 2026
e35ec72
revert: restore package-lock.json to original state
Copilot Feb 5, 2026
47aa232
refactor: simplify error handling in paste collection
Copilot Feb 5, 2026
949171f
refactor: enhance error handling and messaging across various components
tnaum-ms Feb 5, 2026
2ce4cc8
fix: replace brittle localized error detection with type-safe error c…
tnaum-ms Feb 5, 2026
e3c4495
fix: minor updates and fixes to features released in 0.7.0 (#490)
tnaum-ms Feb 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .azure-pipelines/compliance/CredScanSuppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
{
"file": "src\\documentdb\\utils\\DocumentDBConnectionString.test.ts",
"_justification": "Fake credentials used for unit tests."
},
{
"file": "src\\services\\connectionStorageService.cleanup.test.ts",
"_justification": "Fake credentials used for unit tests."
},
{
"file": "src\\services\\connectionStorageService.contract.test.ts",
"_justification": "Fake credentials used for unit tests."
},
{
"file": "src\\services\\connectionStorageService.test.ts",
"_justification": "Fake credentials used for unit tests."
}
]
}
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

// Lifecycle commands
"onCreateCommand": "npm install",
"updateContentCommand": "if git diff --name-only HEAD~1 HEAD | grep -E 'package(-lock)?\\.json'; then npm install; fi && npm run build",
"postCreateCommand": "npm run build",
"updateContentCommand": "if git diff --name-only HEAD~1 HEAD | grep -E 'package(-lock)?\\.json'; then npm install && npm run build; fi",

"forwardPorts": [3000],
"portsAttributes": {
Expand Down Expand Up @@ -37,3 +38,4 @@
// Cache node_modules between prebuilds
"mounts": ["source=node_modules-cache,target=/workspace/node_modules,type=volume"]
}

Loading
Loading