Skip to content

Commit 908e8d5

Browse files
authored
Merge branch 'main' into 1062-dev
2 parents eb369f0 + f3f983b commit 908e8d5

File tree

32 files changed

+1723
-1163
lines changed

32 files changed

+1723
-1163
lines changed

.evergreen.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ functions:
220220
MONGOSH_RUN_ONLY_IN_PACKAGE: ${mongosh_run_only_in_package}
221221
AWS_AUTH_IAM_ACCESS_KEY_ID: ${devtools_ci_aws_key}
222222
AWS_AUTH_IAM_SECRET_ACCESS_KEY: ${devtools_ci_aws_secret}
223+
STREAMS_E2E_SPI_CONNECTION_STRING: ${streams_e2e_spi_connection_string}
224+
STREAMS_E2E_DB_USER: ${streams_e2e_db_user}
225+
STREAMS_E2E_DB_PASSWORD: ${streams_e2e_db_password}
226+
STREAMS_E2E_CLUSTER_CONNECTION_STRING: ${streams_e2e_cluster_connection_string}
223227
TASK_NAME: ${task_name}
224228
- command: s3.put
225229
params:
@@ -3778,6 +3782,10 @@ functions:
37783782
NODE_JS_VERSION: ${node_js_version}
37793783
AWS_AUTH_IAM_ACCESS_KEY_ID: ${devtools_ci_aws_key}
37803784
AWS_AUTH_IAM_SECRET_ACCESS_KEY: ${devtools_ci_aws_secret}
3785+
STREAMS_E2E_SPI_CONNECTION_STRING: ${streams_e2e_spi_connection_string}
3786+
STREAMS_E2E_DB_USER: ${streams_e2e_db_user}
3787+
STREAMS_E2E_DB_PASSWORD: ${streams_e2e_db_password}
3788+
STREAMS_E2E_CLUSTER_CONNECTION_STRING: ${streams_e2e_cluster_connection_string}
37813789
DISABLE_OPENSSL_SHARED_CONFIG_FOR_BUNDLED_OPENSSL: ${disable_openssl_shared_config_for_bundled_openssl}
37823790
TASK_NAME: ${task_name}
37833791

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @mongodb-js/mongosh-developers

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node: [20.x, 22.x, 23.x]
1818
fail-fast: false
1919
runs-on: ${{ matrix.runner }}-latest
20-
timeout-minutes: 15
20+
timeout-minutes: 20 # Installing dependencies on windows can take a while
2121
env:
2222
npm_config_loglevel: verbose
2323
npm_config_foreground_scripts: "true"

THIRD_PARTY_NOTICES.md

Lines changed: 1103 additions & 1043 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 60 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
"devDependencies": {
101101
"@babel/compat-data": "^7.26.8",
102102
"@mongodb-js/monorepo-tools": "^1.1.10",
103-
"@mongodb-js/sbom-tools": "^0.7.2",
104103
"@pkgjs/nv": "^0.2.2",
105104
"@types/chai": "^4.2.5",
106105
"@types/mocha": "^5.2.7",

packages/autocomplete/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Gagik Amaryan <[email protected]>
1717
mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
1818
1919
20+
Nikola Irinchev <[email protected]>

0 commit comments

Comments
 (0)