Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from mongodb-js:main #326

Merged
merged 26 commits into from
Jun 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
74d9b75
test(e2e): try quiesce fix COMPASS-7949 (#5828)
alenakhineika Jun 3, 2024
1f57fb4
chore: update AUTHORS and THIRD-PARTY-NOTICES (#5856)
github-actions[bot] Jun 3, 2024
2d41950
chore(settings): add show gen ai sample docs setting feature flag (#5…
Anemy Jun 3, 2024
bb2b222
feat: add dev build (#5832)
mabaasit Jun 4, 2024
f39dcdf
chore: update AUTHORS and THIRD-PARTY-NOTICES (#5859)
github-actions[bot] Jun 4, 2024
9270bb5
chore: update electron (#5830)
svc-devtoolsbot Jun 4, 2024
9972824
chore: update AUTHORS and THIRD-PARTY-NOTICES (#5861)
github-actions[bot] Jun 4, 2024
c2aa785
feat(data-service): expose close event VSCODE-536 (#5849)
alenakhineika Jun 4, 2024
7c89ff2
chore(release): bump package versions (#5808)
svc-devtoolsbot Jun 4, 2024
b319a42
chore(gen-ai): remove strict validation of query response for aggrega…
Anemy Jun 4, 2024
6a236ec
feat(settings): enable sample documents setting COMPASS-7931 (#5857)
Anemy Jun 4, 2024
e06478a
chore(telemetry): remove window telemetry events COMPASS-7964 (#5847)
mcasimir Jun 5, 2024
fcdb908
chore: update AUTHORS and THIRD-PARTY-NOTICES (#5864)
github-actions[bot] Jun 5, 2024
1a91160
chore(import-export): remove production dependency on temp COMPASS-79…
mcasimir Jun 5, 2024
fcb0d9b
chore: update AUTHORS and THIRD-PARTY-NOTICES (#5865)
github-actions[bot] Jun 5, 2024
cf56288
chore: remove hackolade COMPASS-7974 (#5860)
mabaasit Jun 5, 2024
8057162
fix: correct mac icons (#5866)
mabaasit Jun 5, 2024
9661413
chore(compass-web): add connections storage implementation for compas…
gribnoysup Jun 5, 2024
cc045b8
chore(release): bump package versions (#5862)
svc-devtoolsbot Jun 5, 2024
8633a8d
chore(virtual-list): refactor and fix tabbable in the sidebar COMPASS…
mabaasit Jun 5, 2024
a4cb919
fix: publish key prefix to download update correctly (#5868)
mabaasit Jun 5, 2024
dd1d56a
feat(generative-ai): update generative ai input to be resizable text …
Anemy Jun 6, 2024
af2d500
chore: update AUTHORS and THIRD-PARTY-NOTICES (#5873)
github-actions[bot] Jun 6, 2024
ff79bd8
fix(compass-sidebar): ensure connection gets saved as favorite from o…
himanshusinghs Jun 6, 2024
bdd9182
chore(reflux-state-mixin): import into Compass source tree (#5872)
addaleax Jun 6, 2024
512eaaa
chore: update AUTHORS and THIRD-PARTY-NOTICES (#5874)
github-actions[bot] Jun 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(compass-sidebar): ensure connection gets saved as favorite from o…
…ld sidebar COMPASS-7980 (mongodb-js#5871)
himanshusinghs authored Jun 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ff79bd84853030e6767287bfaf1b1828e326d9f6
1 change: 1 addition & 0 deletions packages/compass-sidebar/src/components/legacy/sidebar.tsx
Original file line number Diff line number Diff line change
@@ -93,6 +93,7 @@ export function Sidebar({
return saveConnection({
...cloneDeep(initialConnectionInfo),
favorite: newFavoriteInfo,
savedConnectionType: 'favorite',
}) as Promise<any> as Promise<void>;
},
[initialConnectionInfo, saveConnection, setIsFavoriteModalVisible]