Skip to content

Commit 09d1117

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents 23f5d32 + 1f76f3c commit 09d1117

Some content is hidden

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

41 files changed

+966
-5157
lines changed

.snyk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ ignore:
7575
expecting to be able to update to electron v33 (or later) soon
7676
expires: 2025-06-20T04:40:36.098Z
7777
created: 2025-03-21T04:40:36.107Z
78+
SNYK-JS-ELECTRON-10245168:
79+
- '*':
80+
reason: >-
81+
Not applicable: this requires attacker to load hand crafted html
82+
inside the app. Putting on a short expiration time as we're
83+
expecting to be able to update to electron v36 soon
84+
expires: 2025-06-27T10:50:52.405Z
85+
created: 2025-05-28T10:50:52.409Z
7886
# patches apply the minimum changes required to fix a vulnerability
7987
patch:
8088
'npm:ms:20170412':

THIRD-PARTY-NOTICES.md

Lines changed: 22 additions & 2790 deletions
Large diffs are not rendered by default.

docs/tracking-plan.md

Lines changed: 12 additions & 1 deletion
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 Sun, May 25, 2025
9+
Generated on Wed, May 28, 2025
1010

1111
## Table of Contents
1212

@@ -154,6 +154,7 @@ Generated on Sun, May 25, 2025
154154
- [Secret Storage Not Available](#event--SecretStorageNotAvailableEvent)
155155
- [Experiment Viewed](#event--ExperimentViewedEvent)
156156
- [Create Index Button Clicked](#event--CreateIndexButtonClickedEvent)
157+
- [UUID Encountered](#event--UUIDEncounteredEvent)
157158

158159
### Performance Tab
159160

@@ -1802,6 +1803,16 @@ a system that doesn't offer a suitable secret storage backend.
18021803
- **context** (required): `"Create Index Modal"`
18031804
- **is_compass_web** (optional): `true | undefined`
18041805

1806+
<a name="event--UUIDEncounteredEvent"></a>
1807+
1808+
### UUID Encountered
1809+
1810+
**Properties**:
1811+
1812+
- **subtype** (required): `3 | 4`
1813+
- **count** (required): `number`
1814+
- **is_compass_web** (optional): `true | undefined`
1815+
18051816
## Performance Tab
18061817

18071818
<a name="event--CurrentOpShowOperationDetailsEvent"></a>

0 commit comments

Comments
 (0)