Skip to content

Commit e9da815

Browse files
committed
Merge branch 'main' into CLOUDP-286331
2 parents 17c7605 + cf5bf2a commit e9da815

File tree

125 files changed

+3513
-3324
lines changed

Some content is hidden

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

125 files changed

+3513
-3324
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ const PACKAGE_BUILD_VARIANTS = [
6161
];
6262
6363
const SMOKETEST_BUILD_VARIANTS = [
64-
{
65-
name: 'smoketest-ubuntu',
66-
display_name: 'Smoketest Ubuntu',
67-
run_on: 'ubuntu2004-large',
68-
depends_on: 'package-ubuntu',
69-
},
64+
// {
65+
// name: 'smoketest-ubuntu',
66+
// display_name: 'Smoketest Ubuntu',
67+
// run_on: 'ubuntu2004-large',
68+
// depends_on: 'package-ubuntu',
69+
// },
7070
7171
// {
7272
// name: 'smoketest-windows',

.evergreen/buildvariants-and-tasks.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ buildvariants:
7676
- name: package-compass
7777
- name: package-compass-isolated
7878
- name: package-compass-readonly
79-
- name: smoketest-ubuntu-compass
80-
display_name: Smoketest Ubuntu (compass)
81-
run_on: ubuntu2004-large
82-
depends_on:
83-
- name: package-compass
84-
variant: package-ubuntu
85-
tasks:
86-
- name: smoketest-compass
8779
- name: smoketest-macos-x64-compass
8880
display_name: Smoketest MacOS Intel (compass)
8981
run_on: macos-14-gui

.evergreen/functions.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,12 +669,29 @@ functions:
669669
# Load environment variables
670670
eval $(.evergreen/print-compass-env.sh)
671671
672+
#if [[ "$IS_WINDOWS" == "true" ]]; then
673+
# TODO: windows_setup
674+
# TODO: windows_msi
675+
# TODO: windows_zip
676+
#fi
677+
672678
if [[ "$IS_OSX" == "true" ]]; then
673679
echo "Disabling clipboard usage in e2e tests (TODO: https://jira.mongodb.org/browse/BUILD-14780)"
674680
export COMPASS_E2E_DISABLE_CLIPBOARD_USAGE="true"
681+
npm run --unsafe-perm --workspace compass-e2e-tests smoketest -- --package=osx_dmg
682+
# TODO: osx_zip
675683
fi
676684
677-
npm run --unsafe-perm --workspace compass-e2e-tests smoketest
685+
#if [[ "$IS_UBUNTU" == "true" ]]; then
686+
# TODO: linux_deb
687+
# TODO: linux_tar
688+
#fi
689+
690+
#if [[ "$IS_RHEL" == "true" ]]; then
691+
# TODO: linux_rpm
692+
# TODO: rhel_tar
693+
#fi
694+
678695
679696
test-web-sandbox:
680697
- command: shell.exec

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
engine-strict=true
22
registry=https://registry.npmjs.org/
3-
legacy-peer-deps=true
43
napi-build-version=7
54
foreground-scripts=true

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 Wed Jan 08 2025.
2+
This document was automatically generated on Mon Jan 13 2025.
33

44
## List of dependencies
55

configs/eslint-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/eslint-config-compass",
3-
"version": "1.1.11",
3+
"version": "1.2.1",
44
"description": "Shared Compass eslint configuration",
55
"license": "SSPL",
66
"main": "index.js",
@@ -16,7 +16,7 @@
1616
"@babel/core": "^7.21.4",
1717
"@babel/eslint-parser": "^7.14.3",
1818
"@mongodb-js/eslint-config-devtools": "^0.9.9",
19-
"@mongodb-js/eslint-plugin-compass": "^1.0.25",
19+
"@mongodb-js/eslint-plugin-compass": "^1.1.1",
2020
"@typescript-eslint/eslint-plugin": "^5.59.0",
2121
"@typescript-eslint/parser": "^5.59.0",
2222
"eslint-config-prettier": "^8.3.0",

configs/eslint-plugin-compass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/compass",
16-
"version": "1.0.25",
16+
"version": "1.1.1",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -37,8 +37,8 @@
3737
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
3838
},
3939
"devDependencies": {
40-
"@mongodb-js/mocha-config-compass": "^1.4.6",
41-
"@mongodb-js/prettier-config-compass": "^1.0.6",
40+
"@mongodb-js/mocha-config-compass": "^1.5.1",
41+
"@mongodb-js/prettier-config-compass": "^1.1.1",
4242
"depcheck": "^1.4.1",
4343
"eslint": "^7.25.0",
4444
"mocha": "^10.2.0",

configs/mocha-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@mongodb-js/mocha-config-compass",
3-
"version": "1.4.6",
3+
"version": "1.5.1",
44
"description": "Shared mocha mocha configuration for Compass packages",
55
"license": "SSPL",
66
"main": "index.js",
77
"devDependencies": {
8-
"@mongodb-js/prettier-config-compass": "^1.0.6",
8+
"@mongodb-js/prettier-config-compass": "^1.1.1",
99
"prettier": "^2.7.1"
1010
},
1111
"scripts": {

configs/prettier-config-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/prettier-config-compass",
3-
"version": "1.0.6",
3+
"version": "1.1.1",
44
"description": "Shared Compass prettier configuration",
55
"license": "SSPL",
66
"main": "index.js",

configs/testing-library-compass/package.json

Lines changed: 5 additions & 5 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.0.6",
14+
"version": "1.1.1",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,10 +45,10 @@
4545
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.1.11",
49-
"@mongodb-js/mocha-config-compass": "^1.4.6",
50-
"@mongodb-js/prettier-config-compass": "^1.0.6",
51-
"@mongodb-js/tsconfig-compass": "^1.0.9",
48+
"@mongodb-js/eslint-config-compass": "^1.2.1",
49+
"@mongodb-js/mocha-config-compass": "^1.5.1",
50+
"@mongodb-js/prettier-config-compass": "^1.1.1",
51+
"@mongodb-js/tsconfig-compass": "^1.1.1",
5252
"@types/chai": "^4.2.21",
5353
"@types/mocha": "^9.0.0",
5454
"@types/sinon-chai": "^3.2.5",

0 commit comments

Comments
 (0)