Skip to content

Commit 35403a5

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents cf0e4db + efcc6ab commit 35403a5

File tree

136 files changed

+3814
-3648
lines changed

Some content is hidden

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

136 files changed

+3814
-3648
lines changed

.github/workflows/check-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
# Skip the JIRA ticket check for PRs opened by bots
2020
if: ${{ !contains(github.event.pull_request.user.login, '[bot]') }}
2121
with:
22-
regex: '[A-Z]{4,10}-[0-9]{1,5}$'
22+
regex: '[A-Z]{4,10}-[0-9]{1,10}$'
2323
error-hint: 'Invalid PR title. Make sure it ends with a JIRA ticket - i.e. COMPASS-1234 or add the no-title-validation label'
2424
ignore-labels: 'no-title-validation'

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ Kræn Hansen <[email protected]>
9494
Ruchitha Rajaghatta <[email protected]>
9595
9696
Nikola Irinchev <[email protected]>
97+
djechlin-mongodb <[email protected]>

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1574 deletions
Large diffs are not rendered by default.

configs/webpack-config-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/compass",
16-
"version": "1.4.5",
16+
"version": "1.4.6",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"

configs/webpack-config-compass/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ const sharedResolveOptions = (
107107
// This is an optional dependency of the AWS SDK that doesn't look like
108108
// an optional dependency to webpack because it's not wrapped in try/catch.
109109
'@aws-sdk/client-sso-oidc': false,
110+
111+
// Some lg test helpers that are getting bundled due to re-exporting from
112+
// the actual component packages, never needed in the webpack bundles
113+
'@lg-tools/test-harnesses': false,
110114
},
111115
};
112116
};

docs/tracking-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Compass Tracking Plan
33

4-
Generated on Sun, Nov 3, 2024 at 03:17 AM
4+
Generated on Sun, Nov 10, 2024 at 03:13 AM
55

66
## Table of Contents
77

@@ -244,7 +244,7 @@ This event is fired when user copied the pipeline to clipboard.
244244
**Properties**:
245245

246246
- **id** (required): `string`
247-
- A unique id for the aggregation object being deleted.
247+
- A unique id for the aggregation object being copied.
248248
- **screen** (required): `"my-queries"`
249249
- The screen from which the aggregation has been copied.
250250

0 commit comments

Comments
 (0)