Skip to content

Commit 5b783bb

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents f3ed29f + 3fbcb02 commit 5b783bb

File tree

121 files changed

+3527
-2459
lines changed

Some content is hidden

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

121 files changed

+3527
-2459
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:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,35 +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
2124
- [ ] If this change could impact the load on the MongoDB cluster, please describe the expected and worst case impact
2225
- [ ] I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement)
2326

2427
## Motivation and Context
28+
2529
<!--- Why is this change required? What problem does it solve? -->
2630
<!--- If it's updating a dependency, link to the Pull Request that originally introduced the fix -->
31+
2732
- [ ] Bugfix
2833
- [ ] New feature
2934
- [ ] Dependency update
3035
- [ ] Misc
3136

3237
## Open Questions
38+
3339
<!--- Any particular areas you'd like reviewers to pay attention to? -->
3440

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

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

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 Sun Nov 09 2025.
2+
This document was automatically generated on Wed Nov 12 2025.
33

44
## List of dependencies
55

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/webpack-config-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.10.11",
14+
"version": "1.10.12",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"

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 Sun, Nov 9, 2025
9+
Generated on Wed, Nov 12, 2025
1010

1111
## Table of Contents
1212

0 commit comments

Comments
 (0)