Skip to content

Commit 92fdd1c

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents 6c35f6b + 9d19121 commit 92fdd1c

File tree

31 files changed

+1381
-287
lines changed

31 files changed

+1381
-287
lines changed

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 Fri Oct 24 2025.
2+
This document was automatically generated on Sun Oct 26 2025.
33

44
## List of dependencies
55

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 Fri, Oct 24, 2025
9+
Generated on Sun, Oct 26, 2025
1010

1111
## Table of Contents
1212

package-lock.json

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

packages/atlas-service/src/util.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export type AtlasServiceConfig = {
131131
* - atlas-local: local mms backend (localhost)
132132
* - atlas-dev: dev mms backend (cloud-dev.mongodb.com)
133133
* - atlas-qa: qa mms backend (cloud-qa.mongodb.com)
134+
* - atlas-staging: staging mms backend (cloud-stage.mongodb.com)
134135
* - atlas: mms backend (cloud.mongodb.com)
135136
* - web-sandbox-atlas-local: local mms backend + proxy (localhost / proxy prefix)
136137
* - web-sandbox-atlas-dev: dev mms backend + proxy (cloud-dev.mongodb.com / proxy prefix)
@@ -174,6 +175,18 @@ const config = {
174175
assistantApiBaseUrl: 'https://knowledge-dev.mongodb.com/api/v1',
175176
userDataBaseUrl: 'https://cloud-qa.mongodb.com/ui/userData',
176177
},
178+
'atlas-staging': {
179+
ccsBaseUrl: '',
180+
cloudBaseUrl: '',
181+
atlasApiBaseUrl: 'https://cloud-stage.mongodb.com/api/private',
182+
atlasLogin: {
183+
clientId: '0oaq1le5jlzxCuTbu357',
184+
issuer: 'https://auth-qa.mongodb.com/oauth2/default',
185+
},
186+
authPortalUrl: 'https://account-stage.mongodb.com/account/login',
187+
assistantApiBaseUrl: 'https://knowledge-staging.mongodb.com/api/v1',
188+
userDataBaseUrl: 'https://cloud-stage.mongodb.com/ui/userData',
189+
},
177190
atlas: {
178191
ccsBaseUrl: '',
179192
cloudBaseUrl: '',

packages/compass-collection/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@mongodb-js/compass-components": "^1.56.0",
5555
"@mongodb-js/compass-connections": "^1.84.0",
5656
"@mongodb-js/compass-editor": "^0.58.0",
57+
"@mongodb-js/compass-electron-menu": "^0.1.0",
5758
"@mongodb-js/compass-generative-ai": "^0.63.0",
5859
"@mongodb-js/compass-logging": "^1.7.22",
5960
"@mongodb-js/compass-telemetry": "^1.19.0",

0 commit comments

Comments
 (0)