Skip to content

Commit 579799d

Browse files
authored
Merge branch 'main' into separate-llm-response-from-edited-schema-2
2 parents 70c382b + 48f3e0c commit 579799d

File tree

89 files changed

+5058
-1722
lines changed

Some content is hidden

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

89 files changed

+5058
-1722
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ const PACKAGE_BUILD_VARIANTS = [
2727
{
2828
name: 'package-ubuntu',
2929
display_name: 'Package Ubuntu',
30-
31-
// # NOTE: We are packaging on Ubuntu 18.04 in order to use glibc 2.27
32-
// # when compiling/re-building addons. This ensures compatibility with other
33-
// # debian platforms that have glibc 2.27 or newer.
34-
run_on: 'ubuntu1804-large',
30+
run_on: 'ubuntu2004-large',
3531
target_platform: 'ubuntu',
3632
},
3733
{
@@ -49,13 +45,13 @@ const PACKAGE_BUILD_VARIANTS = [
4945
{
5046
name: 'package-macos-x64',
5147
display_name: 'Package MacOS Intel',
52-
run_on: 'macos-14',
48+
run_on: 'macos-13',
5349
target_platform: 'macos',
5450
},
5551
{
5652
name: 'package-macos-arm',
5753
display_name: 'Package MacOS Arm64',
58-
run_on: 'macos-14-arm64',
54+
run_on: 'macos-13-arm64',
5955
target_platform: 'macos-arm',
6056
}
6157
];
@@ -190,7 +186,7 @@ buildvariants:
190186

191187
- name: test-eol-servers
192188
display_name: Test EoL Servers
193-
run_on: ubuntu1804-large
189+
run_on: ubuntu2004-large
194190
patchable: false
195191
depends_on:
196192
- name: package-compass

.evergreen/buildvariants-and-tasks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildvariants:
3535
expansions:
3636
target_platform: ubuntu
3737
display_name: Package Ubuntu
38-
run_on: ubuntu1804-large
38+
run_on: ubuntu2004-large
3939
tasks:
4040
- name: package-compass
4141
- name: package-compass-isolated
@@ -62,7 +62,7 @@ buildvariants:
6262
expansions:
6363
target_platform: macos
6464
display_name: Package MacOS Intel
65-
run_on: macos-14
65+
run_on: macos-13
6666
tasks:
6767
- name: package-compass
6868
- name: package-compass-isolated
@@ -71,7 +71,7 @@ buildvariants:
7171
expansions:
7272
target_platform: macos-arm
7373
display_name: Package MacOS Arm64
74-
run_on: macos-14-arm64
74+
run_on: macos-13-arm64
7575
tasks:
7676
- name: package-compass
7777
- name: package-compass-isolated
@@ -114,7 +114,7 @@ buildvariants:
114114
- name: smoketest-packaged-app
115115
- name: test-eol-servers
116116
display_name: Test EoL Servers
117-
run_on: ubuntu1804-large
117+
run_on: ubuntu2004-large
118118
patchable: false
119119
depends_on:
120120
- name: package-compass

THIRD-PARTY-NOTICES.md

Lines changed: 1873 additions & 537 deletions
Large diffs are not rendered by default.

configs/webpack-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
6666
"babel-loader": "^8.2.5",
6767
"babel-plugin-istanbul": "^5.2.0",
68-
"browserslist": "^4.26.2",
68+
"browserslist": "^4.26.3",
6969
"chalk": "^4.1.2",
7070
"cli-progress": "^3.9.1",
7171
"core-js": "^3.17.3",
7272
"css-loader": "^4.3.0",
73-
"electron": "^37.6.0",
73+
"electron": "^37.6.1",
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 9, 2025
9+
Generated on Wed, Oct 15, 2025
1010

1111
## Table of Contents
1212

0 commit comments

Comments
 (0)