Skip to content

Commit 37ecf9b

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent ec917eb commit 37ecf9b

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Tue Dec 02 2025.
2+
This document was automatically generated on Wed Dec 03 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Tue, Dec 2, 2025
9+
Generated on Wed, Dec 3, 2025
1010

1111
## Table of Contents
1212

@@ -165,6 +165,8 @@ Generated on Tue, Dec 2, 2025
165165

166166
### Indexes
167167

168+
- [Atlas Search Indexes for View Link Clicked](#event--AtlasSearchIndexesForViewLinkClickedEvent)
169+
- [Create Search Index for View Clicked](#event--CreateSearchIndexForViewClickedEvent)
168170
- [Index Created](#event--IndexCreatedEvent)
169171
- [Index Create Failed](#event--IndexCreateFailedEvent)
170172
- [Index Create Opened](#event--IndexCreateOpenedEvent)
@@ -1875,6 +1877,30 @@ This event is fired when user opens the import dialog.
18751877

18761878
## Indexes
18771879

1880+
<a name="event--AtlasSearchIndexesForViewLinkClickedEvent"></a>
1881+
1882+
### Atlas Search Indexes for View Link Clicked
1883+
1884+
This event is fired when a user clicks the link to Atlas Search in the Indexes tab for a view.
1885+
1886+
**Properties**:
1887+
1888+
- **context** (required): `"Indexes Tab"`
1889+
- The context/screen from which the link was clicked.
1890+
- **is_compass_web** (optional): `true | undefined`
1891+
1892+
<a name="event--CreateSearchIndexForViewClickedEvent"></a>
1893+
1894+
### Create Search Index for View Clicked
1895+
1896+
This event is fired when a user clicks the button to create a search index for a view.
1897+
1898+
**Properties**:
1899+
1900+
- **context** (required): `"Indexes Tab"`
1901+
- The context/screen from which the link was clicked.
1902+
- **is_compass_web** (optional): `true | undefined`
1903+
18781904
<a name="event--IndexCreatedEvent"></a>
18791905

18801906
### Index Created
@@ -2193,7 +2219,7 @@ This event is fired when a user clicks the Atlas Skills CTA banner.
21932219

21942220
**Properties**:
21952221

2196-
- **context** (required): `"Documents Tab" | "Aggregation Tab" | "Indexes Tab" | "Schema Tab"`
2222+
- **context** (required): `"Indexes Tab" | "Documents Tab" | "Aggregation Tab" | "Schema Tab"`
21972223
- The context/screen from which the Atlas Skills CTA was dismissed.
21982224
- **is_compass_web** (optional): `true | undefined`
21992225

@@ -2205,7 +2231,7 @@ This event is fired when a user dismisses the Atlas Skills CTA banner.
22052231

22062232
**Properties**:
22072233

2208-
- **context** (required): `"Documents Tab" | "Aggregation Tab" | "Indexes Tab" | "Schema Tab"`
2234+
- **context** (required): `"Indexes Tab" | "Documents Tab" | "Aggregation Tab" | "Schema Tab"`
22092235
- The context/screen from which the Atlas Skills CTA was dismissed.
22102236
- **is_compass_web** (optional): `true | undefined`
22112237

0 commit comments

Comments
 (0)