Skip to content

Commit f493f3c

Browse files
committed
Merge branch 'enable-smoke-tests' of https://github.com/mongodb-js/compass into enable-smoke-tests
2 parents 0002477 + 47b73e9 commit f493f3c

File tree

21 files changed

+612
-242
lines changed

21 files changed

+612
-242
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ buildvariants:
174174
<% for (const buildVariant of PACKAGE_BUILD_VARIANTS) { %>
175175
- name: <%= buildVariant.name %>
176176
expansions:
177-
silk_asset_group: <%= buildVariant.silk_asset_group %>
177+
target_platform: <%= buildVariant.target_platform %>
178178
display_name: <%= buildVariant.display_name %>
179179
run_on: <%= buildVariant.run_on %>
180180
tasks:

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ Dylan Richardson <[email protected]>
9999
Luke Wilson <[email protected]>
100100
Niva Sivakumar <[email protected]>
101101
Will Ratner <[email protected]>
102+
Gagik Amaryan <[email protected]>

THIRD-PARTY-NOTICES.md

Lines changed: 7 additions & 7 deletions
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 Feb 25 2025.
2+
This document was automatically generated on Thu Feb 27 2025.
33

44
## List of dependencies
55

@@ -184,7 +184,7 @@ Package|Version|License
184184
**[bl](#0e8c95ceb67a28a94b8caec6fa59d55974c80aab5dcf21bf1b17b0867f694c3c)**|4.1.0|MIT
185185
**[body-parser](#ac02c7f4de34d468bfc87444d6d5f4691f322aa0b5dbfe2c2d0c3c42fd078dec)**|1.20.3|MIT
186186
**[bplist-parser](#a012056f1b32796d923573a3b1ef72cf36943d95e5e2f6af0f7eeab57a21be24)**|0.2.0|MIT
187-
**[bson](#88bcf6ee33d70cc1bf263aac89726781fb724e29ba9647909ffb24584ef23cf4)**|6.10.1|Apache-2.0
187+
**[bson](#c2a71e4ed4c66bf769b189dcac6ccdf5afec76968be4a1cc63105fda1d2b2132)**|6.10.3|Apache-2.0
188188
**[buffer-alloc-unsafe](#1022220a813dd092d3ced592ac36121a00bd08a9c2020e08ad370dc29ed217f0)**|1.1.0|MIT
189189
**[buffer-alloc](#d5cbc95b9dde4a46cd45334630efe3bc9025c904074bee845376bd60651441c0)**|1.2.0|MIT
190190
**[buffer-fill](#c3747dfd267829ceeb564a1717d0c65d88d2b366e215f640067abefac59e3fd4)**|1.0.0|MIT
@@ -438,7 +438,7 @@ Package|Version|License
438438
**[mongodb-client-encryption](#d8efb4ae363035b677f38203b1acc7b0d69b22f13b17e95d09d151bf9928072a)**|6.1.1|Apache-2.0
439439
**[mongodb-cloud-info](#a784f3b401cf51746f49964e044db933529b3e3791e557702715730f5a3f1e46)**|2.1.2|Apache-2.0
440440
**[mongodb-connection-string-url](#2e1146256a89ebd24e3398881e03807fe363d58444e6b7952ea50bd6108707bc)**|3.0.1|Apache-2.0
441-
**[mongodb-log-writer](#aa6af6c54190e5547bd195c110196863c35a7ecb8f24c593f9f1d9cde3db9f16)**|2.1.0|Apache-2.0
441+
**[mongodb-log-writer](#47f6e9c71670774256e4055b714f0dafedf5d8cb82374f4f2315ade178dd074c)**|2.3.4|Apache-2.0
442442
**[mongodb-ns](#68260f4d06e4d16a28d4139e391264d220e891ac6f0fb844b925a0cc37792aff)**|2.4.2|MIT
443443
**[mongodb-query-parser](#15068a4e6d825438a4e6d365a3566f58762ef216402070179557503b775f3ff4)**|4.3.0|Apache-2.0
444444
**[mongodb-redact](#6fe8cef9beca5f3e1e3e999f47975ae99dcf4488419b28fc6d5eafc436081623)**|1.1.5|Apache-2.0
@@ -16785,8 +16785,8 @@ License files:
1678516785
License tags: MIT
1678616786

1678716787

16788-
<a id="88bcf6ee33d70cc1bf263aac89726781fb724e29ba9647909ffb24584ef23cf4"></a>
16789-
### [bson](https://www.npmjs.com/package/bson) (version 6.10.1)
16788+
<a id="c2a71e4ed4c66bf769b189dcac6ccdf5afec76968be4a1cc63105fda1d2b2132"></a>
16789+
### [bson](https://www.npmjs.com/package/bson) (version 6.10.3)
1679016790
License tags: Apache-2.0
1679116791

1679216792
License files:
@@ -26429,8 +26429,8 @@ License files:
2642926429

2643026430

2643126431

26432-
<a id="aa6af6c54190e5547bd195c110196863c35a7ecb8f24c593f9f1d9cde3db9f16"></a>
26433-
### [mongodb-log-writer](https://www.npmjs.com/package/mongodb-log-writer) (version 2.1.0)
26432+
<a id="47f6e9c71670774256e4055b714f0dafedf5d8cb82374f4f2315ade178dd074c"></a>
26433+
### [mongodb-log-writer](https://www.npmjs.com/package/mongodb-log-writer) (version 2.3.4)
2643426434
License tags: Apache-2.0
2643526435

2643626436
License files:

docs/tracking-plan.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> the tracking plan for the specific Compass version you can use the following
88
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
99
10-
Generated on Tue, Feb 25, 2025
10+
Generated on Thu, Feb 27, 2025
1111

1212
## Table of Contents
1313

@@ -156,6 +156,7 @@ Generated on Tue, Feb 25, 2025
156156
- [Schema Analysis Cancelled](#event--SchemaAnalysisCancelledEvent)
157157
- [Schema Analyzed](#event--SchemaAnalyzedEvent)
158158
- [Schema Exported](#event--SchemaExportedEvent)
159+
- [Schema Export Failed](#event--SchemaExportFailedEvent)
159160

160161
### Schema Validation
161162
- [Schema Validation Added](#event--SchemaValidationAddedEvent)
@@ -1938,6 +1939,23 @@ This event is fired when user shares the schema.
19381939
- **connection_id** (optional): `string | undefined`
19391940
- The id of the connection associated to this event.
19401941

1942+
<a name="event--SchemaExportFailedEvent"></a>
1943+
1944+
### Schema Export Failed
1945+
1946+
This event is fired when user shares the schema.
1947+
1948+
**Properties**:
1949+
1950+
- **has_schema** (required): `boolean`
1951+
- Indicates whether the schema was analyzed before sharing.
1952+
- **schema_length** (required): `number`
1953+
- **format** (required): `"standardJSON" | "mongoDBJSON" | "extendedJSON" | "legacyJSON"`
1954+
- **stage** (required): `string`
1955+
- **is_compass_web** (optional): `true | undefined`
1956+
- **connection_id** (optional): `string | undefined`
1957+
- The id of the connection associated to this event.
1958+
19411959

19421960
## Schema Validation
19431961

0 commit comments

Comments
 (0)