Skip to content

Commit b463f46

Browse files
committed
Merge remote-tracking branch 'origin/master' into 1.27-releases
2 parents 99188ed + 10af07b commit b463f46

File tree

355 files changed

+5132
-32597
lines changed

Some content is hidden

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

355 files changed

+5132
-32597
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ functions:
209209
# debug option is not very useful in normal runs, but helpful when
210210
# debugging any issues with tests. Set to "mocha*", "hadron*", or
211211
# "mongo*" for some helpful output from the test tooling we are using
212-
DEBUG=${debug} MONGODB_VERSION=${mongodb_version|4.0.3} npm run test-evergreen --unsafe-perm
212+
DEBUG=${debug} MONGODB_VERSION=${mongodb_version|4.0.3} npm run test-evergreen --unsafe-perm -- --stream
213213
# - command: attach.results
214214
# params:
215215
# file_location: src/test-results.xml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ There are a few mains ones that we use:
6262
example,
6363
[server-status-plugin](https://github.com/mongodb-js/server-status-plugin/blob/df3fb3b76b52871da5fc4dc1d98b56e7cc9628cf/src/index.js#L37).
6464
- `Database.Tab` - Display as tabs in the database context of the app.
65-
[compass-collections-ddl](https://github.com/mongodb-js/compass-collections-ddl/blob/master/src/index.js#L39) is registered as a `Database.Tab`, for example.
65+
[compass-collections-databases](https://github.com/mongodb-js/compass/blob/master/packages/src/compass-collections-databases) is registered as a `Database.Tab`, for example.
6666
- `Collection.Tab` - Display as sub tabs in the collection context of the
6767
app. A good example of this is the [compass-crud](https://github.com/mongodb-js/compass-crud/blob/master/src/index.js#L74).
6868
- `Global.Modal` - Will open as modal dialogs in any context of the app. These

packages/compass-collection/package-lock.json

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

packages/compass-collection/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-collection",
33
"productName": "Collection plugin",
4-
"version": "3.1.0",
4+
"version": "3.3.0",
55
"apiVersion": "3.0.0",
66
"description": "Compass Collection Plugin",
77
"main": "lib/index.js",
@@ -58,10 +58,10 @@
5858
"@mongodb-js/compass-collection-stats": "^6.1.0",
5959
"@mongodb-js/compass-crud": "^12.1.0",
6060
"@mongodb-js/compass-deployment-awareness": "^11.1.0",
61-
"@mongodb-js/compass-explain-plan": "^5.1.0",
61+
"@mongodb-js/compass-explain-plan": "^5.3.0",
6262
"@mongodb-js/compass-export-to-language": "^7.1.0",
6363
"@mongodb-js/compass-field-store": "^7.1.0",
64-
"@mongodb-js/compass-indexes": "^4.1.0",
64+
"@mongodb-js/compass-indexes": "^4.3.0",
6565
"@mongodb-js/compass-query-bar": "^7.1.0",
6666
"@mongodb-js/compass-query-history": "^8.1.0",
6767
"@mongodb-js/compass-schema": "^5.1.0",

packages/compass-collections-ddl/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/compass-collections-ddl/config/webpack.prod.config.js

Lines changed: 0 additions & 99 deletions
This file was deleted.

packages/compass-collections-ddl/config/webpack.watch.config.js

Lines changed: 0 additions & 82 deletions
This file was deleted.

packages/compass-collections-ddl/electron/renderer/mocks/text-write-button.js

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)