Skip to content

Commit e822e90

Browse files
committed
Merge remote-tracking branch 'origin/main' into 1.33-releases
2 parents 01b0983 + caf418d commit e822e90

File tree

448 files changed

+29056
-43263
lines changed

Some content is hidden

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

448 files changed

+29056
-43263
lines changed

.depalignrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
"webpack-cli": ["^4.9.2"],
114114
"webpack-merge": ["^5.8.0"],
115115
"html-webpack-plugin": ["^5.3.2"],
116-
"webpack-dev-server": ["^4.9.0"],
117116
"webpack-bundle-analyzer": [
118117
"^2.9.0",
119118
"^3.0.3",

.evergreen/buildvariants.in.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
buildvariants:
22
- name: macos_gui
33
display_name: MacOS x64 (Test w/ GUI Session)
4-
# TODO: Change this to our pool of machines when https://jira.mongodb.org/browse/BUILD-14120 is done
5-
run_on: macos-1014-codesign
4+
run_on: macos-1100-gui
65
tasks:
76
- name: test-electron
87
# TODO: Even though these tests are running, they run compass with a
@@ -14,8 +13,7 @@ buildvariants:
1413

1514
- name: macos
1615
display_name: MacOS x64 (Test and Package)
17-
# TODO: Change this to our pool of machines when https://jira.mongodb.org/browse/BUILD-14120 is done
18-
run_on: macos-1014
16+
run_on: macos-1100-gui
1917
tasks:
2018
- name: test
2119
- name: check

.evergreen/buildvariants.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
buildvariants:
22
- name: macos_gui
33
display_name: MacOS x64 (Test w/ GUI Session)
4-
# TODO: Change this to our pool of machines when https://jira.mongodb.org/browse/BUILD-14120 is done
5-
run_on: macos-1014-codesign
4+
run_on: macos-1100-gui
65
tasks:
76
- name: test-electron
87
# TODO: Even though these tests are running, they run compass with a
@@ -14,8 +13,7 @@ buildvariants:
1413

1514
- name: macos
1615
display_name: MacOS x64 (Test and Package)
17-
# TODO: Change this to our pool of machines when https://jira.mongodb.org/browse/BUILD-14120 is done
18-
run_on: macos-1014
16+
run_on: macos-1100-gui
1917
tasks:
2018
- name: test
2119
- name: check

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This repository contains the source code and build tooling used in [MongoDB Comp
2828
- [**@mongodb-js/compass-indexes**](packages/compass-indexes): Indexes support for Compass
2929
- [**@mongodb-js/compass-instance**](packages/compass-instance): compass instance plugin
3030
- [**@mongodb-js/compass-loading**](packages/compass-loading): Compass Loading Screen
31-
- [**@mongodb-js/compass-plugin-info**](packages/compass-plugin-info): Compass Plugin Information Plugin
3231
- [**@mongodb-js/compass-query-bar**](packages/compass-query-bar): Renders a component for executing MongoDB queries through a GUI.
3332
- [**@mongodb-js/compass-query-history**](packages/compass-query-history): The query history sidebar.
3433
- [**@mongodb-js/compass-schema**](packages/compass-schema): Compass Schema Tab Plugin

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 **compass**.
2-
This document was automatically generated on Mon Aug 15 2022.
2+
This document was automatically generated on Wed Aug 31 2022.
33

44
## List of dependencies
55

0 commit comments

Comments
 (0)