You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(save-user-data): extend user data abstract class for api backend COMPASS-9558 (#7114)
* feat(save-user-data): create a user data abstract class
* fix: rm defaults and add semaphore to FileUserData
* feat(save-user-data): push for help
* feat(save-user-data): comment out nulls
* feat(save-user-data): create a user data abstract class
* fix: rm defaults and add semaphore to FileUserData
* feat(save-user-data): push for help
* feat(save-user-data): comment out nulls
* potentital org and group id retrieval
* minor fixes
* unit testing
* typo
Co-authored-by: Copilot <[email protected]>
* package-lock.json
* fix: parse one by one in readAll
* fix: change updateAttributes return type to boolean
* stricter typing for type param and fix update tests
* add getResourceUrl and change groupId to projectId
* change wsBaseUrl to ccsBaseUrl in spec files
* 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
* put data type in IUserData class
* fix(user-data): add datatype to IUserData abstract class & tests
* fix(user-data): make create and update return type to be boolean, like queries
* fix(compass-aggregations): fix method typing
* revert: reset bson-transpilers files to master state
Remove unwanted bson-transpilers changes that were accidentally included in the rebase.
This resets the bson-transpilers package back to its master state while preserving
the user-data related changes that are needed for this PR.
* fix: rebuild bson-transpilers symbol tables
Rebuild the generated symbol table files to ensure they are properly
formatted and up-to-date with the current source templates.
* restore big files
* restore again
* package lock
* comments
* log ids
* changes
* copilot review changes
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Sergey Petushkov <[email protected]>
Co-authored-by: Niva Vaani Sivakumar <[email protected]>
0 commit comments