-
Notifications
You must be signed in to change notification settings - Fork 228
feat(save-user-data): Fix updating favorite aggregations for Compass Web COMPASS-9636 #7180
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
Draft
myang1220
wants to merge
54
commits into
use-atlas-user-data
Choose a base branch
from
fix-update-agg
base: use-atlas-user-data
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
--------- Co-authored-by: Sergey Petushkov <[email protected]>
* move download diagram to export modal * align toolbar with designs * add telemetry * clean up * fix e2e tests * box shadow * fix typo * use polished transparentize util
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
Updates the enableContextMenus feature flag to released stage
…ponent; use new DrawerSection in data-modeling COMPASS-9610 (#7138) * feat(components, data-modeling): add portal version of the Drawer component; use new DrawerSection in data-modeling * chore(components): add order prop * chore(data-modeling): remove extra padding; adjust tests * chore(data-modeling): temporarily skip unit tests in electron runtime
…art of the analysis COMPASS-9487 (#7145) * chore(data-modeling): refactor data modeling to layout as part of the analysis * chore(data-modeling): fix _diagram setter
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
* chore(user-data): remove redundant withStats methods * fix(user-data): remove nonexistent exports * fix(my-queries-storage): adjust types to match the method behavior * fix(saved-aggregations-queries): adjust test fixture
change file extension
… on apple arm on application start COMPASS-9592 (#7133) * feat(auto-update-manager): show a system prompt about mismatched arch on apple arm on application start * chore(auto-update-manager): error handling and wait for app ready * chore(compass): replace direct download with open external * chore(auto-update-manager): share download logic, normalize url building * chore(auto-update-manager): auto open on download * fix(auto-update-mananger): convert path to file url * chore(compass): adjust unit test for new download behavior
…errors COMPASS-3246 (#7157) * clear the errors in the insert document modal when there are no errors * Update packages/compass-crud/src/components/insert-document-dialog.tsx Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
…#7153) * add inferNamespacesFromPrivileges, default to true * Update packages/instance-model/lib/model.js Co-authored-by: Copilot <[email protected]> * cleanup * use methods rather so the timing of keeping these synced is not a thing * inferredFromPrivileges rather * unit tests * more might not * tweak comment --------- Co-authored-by: Copilot <[email protected]>
* WIP * Copilot review comment * Rename provider to CompassExperimentationProvider * useMemo -> useRef * Import SDK * initialContext nit comment * Package Lock * Tweak * WIP
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
…#7158) Changes the hooks to support passing undefined groups and items for cleaner conditional rendering and to avoid cases where we would end up passing [] as a group (thus leading to groups without any items).
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
…wer section COMPASS-9651 COMPASS-9652 (#7170) * chore(data-modeling): remove name from relationships; restyle the drawer section * chore(data-modeling): remove relationship name change from e2e test
…COMPASS-9654 (#7171) * feat(data-modeling): add note editing to collections and relationships * chore(data-modeling): add test for note editing in collection drawer
…t Integration – CLOUDP-333845 (#7165) * WIP * Org level flag and tests * WIP * WIP * Absolute import * Remove unneeded check * Comment address * Change export * Comment * Change exports * Rename existing test name enum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes