Skip to content

Commit b15a51f

Browse files
Merge remote-tracking branch 'origin/beta-releases' into ga-releases
2 parents 60826ac + f75087a commit b15a51f

File tree

184 files changed

+5665
-3442
lines changed

Some content is hidden

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

184 files changed

+5665
-3442
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,12 @@ tasks:
429429
vars:
430430
compass_distribution: <%= distribution %>
431431
- func: spawn-signing-server
432+
retry_on_failure: true
432433
- func: package
433434
vars:
434435
debug: 'hadron*,mongo*,compass*,electron*,sign*'
435436
compass_distribution: <%= distribution %>
437+
retry_on_failure: true
436438
- func: verify-artifacts
437439
- func: save-all-artifacts
438440
vars:

.evergreen/buildvariants-and-tasks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,12 @@ tasks:
435435
vars:
436436
compass_distribution: compass
437437
- func: spawn-signing-server
438+
retry_on_failure: true
438439
- func: package
439440
vars:
440441
debug: hadron*,mongo*,compass*,electron*,sign*
441442
compass_distribution: compass
443+
retry_on_failure: true
442444
- func: verify-artifacts
443445
- func: save-all-artifacts
444446
vars:
@@ -458,10 +460,12 @@ tasks:
458460
vars:
459461
compass_distribution: compass-isolated
460462
- func: spawn-signing-server
463+
retry_on_failure: true
461464
- func: package
462465
vars:
463466
debug: hadron*,mongo*,compass*,electron*,sign*
464467
compass_distribution: compass-isolated
468+
retry_on_failure: true
465469
- func: verify-artifacts
466470
- func: save-all-artifacts
467471
vars:
@@ -481,10 +485,12 @@ tasks:
481485
vars:
482486
compass_distribution: compass-readonly
483487
- func: spawn-signing-server
488+
retry_on_failure: true
484489
- func: package
485490
vars:
486491
debug: hadron*,mongo*,compass*,electron*,sign*
487492
compass_distribution: compass-readonly
493+
retry_on_failure: true
488494
- func: verify-artifacts
489495
- func: save-all-artifacts
490496
vars:

.evergreen/connectivity-tests/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ docker run \
1818
-e E2E_TESTS_ATLAS_HOST="${E2E_TESTS_ATLAS_HOST}" \
1919
-e E2E_TESTS_DATA_LAKE_HOST="${E2E_TESTS_DATA_LAKE_HOST}" \
2020
-e E2E_TESTS_ANALYTICS_NODE_HOST="${E2E_TESTS_ANALYTICS_NODE_HOST}" \
21-
-e E2E_TESTS_SERVERLESS_HOST="${E2E_TESTS_SERVERLESS_HOST}" \
2221
-e E2E_TESTS_FREE_TIER_HOST="${E2E_TESTS_FREE_TIER_HOST}" \
2322
-e E2E_TESTS_ATLAS_USERNAME="${E2E_TESTS_ATLAS_USERNAME}" \
2423
-e E2E_TESTS_ATLAS_PASSWORD="${E2E_TESTS_ATLAS_PASSWORD}" \

.evergreen/functions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ variables:
5858
E2E_TESTS_METRICS_URI: ${e2e_tests_metrics_string}
5959
E2E_TESTS_ATLAS_HOST: ${e2e_tests_atlas_host}
6060
E2E_TESTS_DATA_LAKE_HOST: ${e2e_tests_data_lake_host}
61-
E2E_TESTS_SERVERLESS_HOST: ${e2e_tests_serverless_host}
6261
E2E_TESTS_ANALYTICS_NODE_HOST: ${e2e_tests_analytics_node_host}
6362
E2E_TESTS_FREE_TIER_HOST: ${e2e_tests_free_tier_host}
6463
E2E_TESTS_ATLAS_USERNAME: ${e2e_tests_atlas_username}

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,44 @@
99
NOTE: use `feat`, `fix` and `perf` for user facing changes that will be part of
1010
release notes.
1111
-->
12+
1213
## Description
14+
1315
<!--- Describe your changes in detail -->
1416
<!--- If applicable, describe (or illustrate) architecture flow -->
1517
<!--- If the UI changes in a non-trivial way, consider adding screenshots/video illustrating the new flows -->
1618

1719
### Checklist
20+
1821
- [ ] New tests and/or benchmarks are included
1922
- [ ] Documentation is changed or added
2023
- [ ] If this change updates the UI, screenshots/videos are added and a design review is requested
24+
- [ ] If this change could impact the load on the MongoDB cluster, please describe the expected and worst case impact
2125
- [ ] I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement)
2226

2327
## Motivation and Context
28+
2429
<!--- Why is this change required? What problem does it solve? -->
25-
<!--- If it's updating a dependancy, link to the Pull Request that originally introduced the fix -->
30+
<!--- If it's updating a dependency, link to the Pull Request that originally introduced the fix -->
31+
2632
- [ ] Bugfix
2733
- [ ] New feature
2834
- [ ] Dependency update
2935
- [ ] Misc
3036

3137
## Open Questions
38+
3239
<!--- Any particular areas you'd like reviewers to pay attention to? -->
3340

3441
## Dependents
42+
3543
<!--- If applicable, link PRs/commits that this PR is dependent on or is a dependency of. -->
3644

3745
## Types of changes
46+
3847
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
39-
- [ ] *Backport Needed*
48+
49+
- [ ] _Backport Needed_
4050
- [ ] Patch (non-breaking change which fixes an issue)
4151
- [ ] Minor (non-breaking change which adds functionality)
4252
- [ ] Major (fix or feature that would cause existing functionality to change)

THIRD-PARTY-NOTICES.md

Lines changed: 298 additions & 19 deletions
Large diffs are not rendered by default.

configs/testing-library-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "[email protected]"
1212
},
1313
"homepage": "https://github.com/mongodb-js/compass",
14-
"version": "1.3.17",
14+
"version": "1.4.0",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"

configs/testing-library-compass/src/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,13 @@ function unwrapContextMenuContainer(result: RenderResult) {
422422
firstChild instanceof HTMLElement &&
423423
firstChild.getAttribute('data-testid') === 'context-menu-children-container'
424424
) {
425+
if (
426+
firstChild.firstChild instanceof HTMLElement &&
427+
firstChild.firstChild.getAttribute('data-testid') ===
428+
'copy-paste-context-menu-container'
429+
) {
430+
return { container: firstChild.firstChild, ...rest };
431+
}
425432
return { container: firstChild, ...rest };
426433
} else {
427434
return { container, ...rest };

configs/webpack-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "[email protected]"
1212
},
1313
"homepage": "https://github.com/mongodb-js/compass",
14-
"version": "1.10.11",
14+
"version": "1.10.12",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"
@@ -70,7 +70,7 @@
7070
"cli-progress": "^3.9.1",
7171
"core-js": "^3.17.3",
7272
"css-loader": "^4.3.0",
73-
"electron": "^37.7.1",
73+
"electron": "^37.8.0",
7474
"html-webpack-plugin": "^5.6.0",
7575
"less": "^3.13.1",
7676
"less-loader": "^10.0.1",

docs/tracking-plan.md

Lines changed: 1 addition & 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 Thu, Oct 30, 2025
9+
Generated on Wed, Nov 12, 2025
1010

1111
## Table of Contents
1212

0 commit comments

Comments
 (0)