Skip to content

Commit 528aa81

Browse files
authored
Merge branch 'main' into natural-minus-one
2 parents 3762d23 + ef3ebe9 commit 528aa81

File tree

58 files changed

+1345
-640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1345
-640
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ Vivian Xiao <[email protected]>
9191
admin-token-bot <[email protected]>
9292
Kræn Hansen <[email protected]>
9393
Kræn Hansen <[email protected]>
94+
Ruchitha Rajaghatta <[email protected]>

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 Mon Oct 14 2024.
2+
This document was automatically generated on Wed Oct 16 2024.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Compass Tracking Plan
33

4-
Generated on Mon, Oct 14, 2024 at 08:39 AM
4+
Generated on Wed, Oct 16, 2024 at 01:37 PM
55

66
## Table of Contents
77

@@ -113,6 +113,7 @@ Generated on Mon, Oct 14, 2024 at 08:39 AM
113113

114114
### Indexes
115115
- [Index Created](#event--IndexCreatedEvent)
116+
- [Index Create Failed](#event--IndexCreateFailedEvent)
116117
- [Index Create Opened](#event--IndexCreateOpenedEvent)
117118
- [Index Dropped](#event--IndexDroppedEvent)
118119
- [Index Edited](#event--IndexEditedEvent)
@@ -1462,6 +1463,35 @@ This event is fired when user creates an index.
14621463

14631464
**Properties**:
14641465

1466+
- **unique** (optional): `boolean | undefined`
1467+
- Indicates whether the index is unique.
1468+
- **ttl** (optional): `any`
1469+
- Specifies the time-to-live (TTL) setting for the index.
1470+
- **columnstore_index** (optional): `boolean | undefined`
1471+
- Indicates whether the index is a columnstore index.
1472+
- **has_columnstore_projection** (optional): `any`
1473+
- Indicates if the index has a columnstore projection.
1474+
- **has_wildcard_projection** (optional): `any`
1475+
- Indicates if the index includes a wildcard projection.
1476+
- **custom_collation** (optional): `any`
1477+
- Specifies if the index uses a custom collation.
1478+
- **geo** (optional): `boolean | undefined`
1479+
- Indicates whether the index is a geospatial index.
1480+
- **atlas_search** (optional): `boolean | undefined`
1481+
- Indicates whether the index is an Atlas Search index.
1482+
- **type** (optional): `string | undefined`
1483+
- Specifies the type of the index.
1484+
- **connection_id** (optional): `string | undefined`
1485+
- The id of the connection associated to this event.
1486+
1487+
<a name="event--IndexCreateFailedEvent"></a>
1488+
1489+
### Index Create Failed
1490+
1491+
This event is fired when user creates an index and it fails.
1492+
1493+
**Properties**:
1494+
14651495
- **unique** (optional): `boolean | undefined`
14661496
- Indicates whether the index is unique.
14671497
- **ttl** (optional): `any`

0 commit comments

Comments
 (0)