Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
3f336ec
feat(save-user-data): create a user data abstract class
myang1220 Jul 10, 2025
ad5e416
Merge branch 'main' into user-data-interface
myang1220 Jul 10, 2025
78026a3
fix: rm defaults and add semaphore to FileUserData
myang1220 Jul 10, 2025
b24d748
merge remote branch back into local
myang1220 Jul 10, 2025
8413d43
Merge branch 'main' into user-data-interface
myang1220 Jul 10, 2025
dc38640
feat(save-user-data): push for help
myang1220 Jul 15, 2025
41abc96
feat(save-user-data): comment out nulls
myang1220 Jul 15, 2025
e90412e
feat(save-user-data): create a user data abstract class
myang1220 Jul 10, 2025
701adaf
fix: rm defaults and add semaphore to FileUserData
myang1220 Jul 10, 2025
daee65a
feat(save-user-data): push for help
myang1220 Jul 15, 2025
90573c7
feat(save-user-data): comment out nulls
myang1220 Jul 15, 2025
0e997ff
rebase main into branch
myang1220 Jul 15, 2025
5d39eb3
Merge branch 'main' of https://github.com/mongodb-js/compass into ext…
myang1220 Jul 15, 2025
5edf5e2
potentital org and group id retrieval
myang1220 Jul 17, 2025
729c6db
minor fixes
myang1220 Jul 17, 2025
055b898
unit testing
myang1220 Jul 18, 2025
fed4e96
fix package-lock.json merge conflict
myang1220 Jul 18, 2025
2058a32
typo
myang1220 Jul 18, 2025
296147a
package-lock.json
myang1220 Jul 18, 2025
d128447
merge origin back into branch
myang1220 Jul 18, 2025
18240da
fix: parse one by one in readAll
myang1220 Jul 21, 2025
31a8643
fix: change updateAttributes return type to boolean
myang1220 Jul 21, 2025
e88856f
stricter typing for type param and fix update tests
myang1220 Jul 22, 2025
3b8fc66
add getResourceUrl and change groupId to projectId
myang1220 Jul 22, 2025
7d42eef
merge main back into branch
myang1220 Jul 22, 2025
3c033fe
change wsBaseUrl to ccsBaseUrl in spec files
myang1220 Jul 22, 2025
ef94ff8
chore(user-data): remove redundant withStats methods
gribnoysup Jul 23, 2025
3f8405a
fix(user-data): remove nonexistent exports
gribnoysup Jul 23, 2025
7f07ddd
fix(my-queries-storage): adjust types to match the method behavior
gribnoysup Jul 23, 2025
e09d426
fix(saved-aggregations-queries): adjust test fixture
gribnoysup Jul 23, 2025
04ba804
put data type in IUserData class
myang1220 Jul 23, 2025
cf510ce
Merge branch 'main' into extend-user-data
myang1220 Jul 23, 2025
73b2bd1
fix(user-data): add datatype to IUserData abstract class & tests
myang1220 Jul 24, 2025
51ab01e
fix: merge stats change to branch
myang1220 Jul 24, 2025
df135f3
fix(user-data): make create and update return type to be boolean, lik…
myang1220 Jul 24, 2025
0bb77b8
pull remote branch back into local
myang1220 Jul 24, 2025
f6efcd6
fix(compass-aggregations): fix method typing
myang1220 Jul 24, 2025
2c0de81
feat: building demo for saving user data project
myang1220 Jul 29, 2025
3eab096
path segment and method binding
myang1220 Jul 30, 2025
61265d6
working demo
myang1220 Jul 31, 2025
a71b8dc
merge main back into branch
myang1220 Aug 7, 2025
1a0fcc3
fix(save-user-data): Fix updating favorite aggregations for Compass Web
myang1220 Aug 8, 2025
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 package-lock.json merge conflict
  • Loading branch information
myang1220 committed Jul 18, 2025
commit fed4e96b907bf2d7827892a1e874b07ce29bf4bd
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/compass-query-bar/src/stores/query-bar-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export function activatePlugin(

const favoriteQueryStorage = favoriteQueryStorageAccess?.getStorage();
const recentQueryStorage = recentQueryStorageAccess?.getStorage();

const store = configureStore(
{
namespace: namespace ?? '',
Expand Down
8 changes: 4 additions & 4 deletions packages/compass-user-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"@mongodb-js/compass-logging": "^1.7.5",
"@mongodb-js/compass-utils": "^0.9.4",
"@mongodb-js/compass-logging": "^1.7.7",
"@mongodb-js/compass-utils": "^0.9.6",
"write-file-atomic": "^5.0.1",
"zod": "^3.25.17"
},
"devDependencies": {
"@mongodb-js/eslint-config-compass": "^1.4.1",
"@mongodb-js/mocha-config-compass": "^1.6.9",
"@mongodb-js/eslint-config-compass": "^1.4.3",
"@mongodb-js/mocha-config-compass": "^1.6.11",
"@mongodb-js/prettier-config-compass": "^1.2.8",
"@mongodb-js/tsconfig-compass": "^1.2.9",
"@types/chai": "^4.2.21",
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.