-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(DOCSP-35276): Update baseURL and fix remaining dataExplorerLink issu…
…es (#182) This PR primarily updates the baseURL per this Jira ticket: https://jira.mongodb.org/browse/DOCSP-35276 But while I was touching the `atlasConfig` files, I fixed a few remaining potential issues related to missing `dataExplorerLink` URLs for these tickets: - https://jira.mongodb.org/browse/DOCSP-33472 - https://jira.mongodb.org/browse/DOCSP-34798 Note for reviewer: the failing Run web-js tests checks are expected as I have not set up an API key to run those tests.
- Loading branch information
Showing
38 changed files
with
74 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
other/flex-sync-guides/generated/add-collaborators/src/realm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"appId": "<your-app-id>", | ||
"baseUrl": "https://realm.mongodb.com" | ||
"baseUrl": "https://services.cloud.mongodb.com" | ||
} |
2 changes: 1 addition & 1 deletion
2
other/flex-sync-guides/generated/restricted-feed/src/realm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"appId": "<your-app-id>", | ||
"baseUrl": "https://realm.mongodb.com" | ||
"baseUrl": "https://services.cloud.mongodb.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"appId": "<your-app-id>", | ||
"baseUrl": "https://realm.mongodb.com" | ||
"baseUrl": "https://services.cloud.mongodb.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"appId": "<your-app-id>", | ||
"baseUrl": "https://realm.mongodb.com" | ||
"baseUrl": "https://services.cloud.mongodb.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"appId": "todo-data-api-moifs", | ||
"baseUrl": "https://realm.mongodb.com", | ||
"appUrl": "https://realm.mongodb.com/groups/5b2ec426970199272441a214/apps/63ee5762b7dfee2f43183b33", | ||
"baseUrl": "https://services.cloud.mongodb.com", | ||
"appUrl": "https://services.cloud.mongodb.com/groups/5b2ec426970199272441a214/apps/63ee5762b7dfee2f43183b33", | ||
"dataSourceName": "mongodb-atlas", | ||
"clientApiBaseUrl": "https://realm.mongodb.com", | ||
"clientApiBaseUrl": "https://services.cloud.mongodb.com", | ||
"dataApiBaseUrl": "https://data.mongodb-api.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"appId": "<your-app-id>", | ||
"baseUrl": "https://realm.mongodb.com", | ||
"appUrl": "https://realm.mongodb.com/groups/<your-group-id>/apps/<app-hash>/", | ||
"baseUrl": "https://services.cloud.mongodb.com", | ||
"appUrl": "https://services.cloud.mongodb.com/groups/<your-group-id>/apps/<app-hash>/", | ||
"dataSourceName": "mongodb-atlas", | ||
"clientApiBaseUrl": "https://realm.mongodb.com", | ||
"clientApiBaseUrl": "https://services.cloud.mongodb.com", | ||
"dataApiBaseUrl": "https://data.mongodb-api.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"appId": "<your-app-id>", | ||
"baseUrl": "https://realm.mongodb.com", | ||
"appUrl": "https://realm.mongodb.com/groups/<your-group-id>/apps/<app-hash>/", | ||
"baseUrl": "https://services.cloud.mongodb.com", | ||
"appUrl": "https://services.cloud.mongodb.com/groups/<your-group-id>/apps/<app-hash>/", | ||
"dataSourceName": "mongodb-atlas", | ||
"clientApiBaseUrl": "https://realm.mongodb.com", | ||
"clientApiBaseUrl": "https://services.cloud.mongodb.com", | ||
"dataApiBaseUrl": "https://data.mongodb-api.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"appId": "<your-app-id>", | ||
"baseUrl": "https://realm.mongodb.com", | ||
"appUrl": "https://realm.mongodb.com/groups/<your-group-id>/apps/<app-hash>/", | ||
"baseUrl": "https://services.cloud.mongodb.com", | ||
"appUrl": "https://services.cloud.mongodb.com/groups/<your-group-id>/apps/<app-hash>/", | ||
"dataSourceName": "mongodb-atlas", | ||
"clientApiBaseUrl": "https://realm.mongodb.com", | ||
"clientApiBaseUrl": "https://services.cloud.mongodb.com", | ||
"dataApiBaseUrl": "https://data.mongodb-api.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"appId": "<your-app-id>", | ||
"baseUrl": "https://realm.mongodb.com", | ||
"appUrl": "https://realm.mongodb.com/groups/<your-group-id>/apps/<app-hash>/", | ||
"baseUrl": "https://services.cloud.mongodb.com", | ||
"appUrl": "https://services.cloud.mongodb.com/groups/<your-group-id>/apps/<app-hash>/", | ||
"dataSourceName": "mongodb-atlas", | ||
"clientApiBaseUrl": "https://realm.mongodb.com", | ||
"clientApiBaseUrl": "https://services.cloud.mongodb.com", | ||
"dataApiBaseUrl": "https://data.mongodb-api.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"appId": "sync-todo-v2-oxdgx", | ||
"baseUrl": "https://realm.mongodb.com", | ||
"baseUrl": "https://services.cloud.mongodb.com", | ||
"dataExplorerLink": "", | ||
"dataSourceName": "mongodb-atlas" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
sync-todo/v2/client/kotlin-sdk/app/src/main/res/values/atlasConfig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<resources> | ||
<string name="realm_app_id">PUT YOUR APP ID HERE</string> | ||
<string name="realm_base_url">https://realm.mongodb.com</string> | ||
<string name="dataExplorerLink">https://cloud.mongodb.com/links/app_id/explorer/cluster_name/database/collection/find</string> | ||
<string name="realm_base_url">https://services.cloud.mongodb.com</string> | ||
<string name="realm_data_explorer_link">https://cloud.mongodb.com/links/app_id/explorer/cluster_name/database/collection/find</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"appId": "********", | ||
"baseUrl": "https://realm.mongodb.com", | ||
"baseUrl": "https://services.cloud.mongodb.com", | ||
"dataExplorerLink": "https://cloud.mongodb.com/links/app_id/explorer/cluster_name/database/collection/find" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"appId": "js-flexible-oseso", | ||
"baseUrl": "https://realm.mongodb.com", | ||
"baseUrl": "https://services.cloud.mongodb.com", | ||
"dataExplorerLink": "https://cloud.mongodb.com/links/app_id/explorer/cluster_name/database/collection/find" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"appId": "PUT YOUR APP ID HERE", | ||
"baseUrl": "https://realm.mongodb.com" | ||
"baseUrl": "https://services.cloud.mongodb.com", | ||
"dataExplorerLink": "https://cloud.mongodb.com/links/app_id/explorer/cluster_name/database/collection/find" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sync-todo/v2/generated/kotlin-sdk/app/src/main/res/values/atlasConfig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<resources> | ||
<string name="realm_app_id">PUT YOUR APP ID HERE</string> | ||
<string name="realm_base_url">https://realm.mongodb.com</string> | ||
<string name="realm_base_url">https://services.cloud.mongodb.com</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"appId": "PUT YOUR APP ID HERE", | ||
"baseUrl": "https://realm.mongodb.com" | ||
"baseUrl": "https://services.cloud.mongodb.com", | ||
"dataExplorerLink": "https://cloud.mongodb.com/links/app_id/explorer/cluster_name/database/collection/find" | ||
} |
Oops, something went wrong.