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

Update Cache service to handle refresh + add few tests #367

Merged
merged 3 commits into from
Apr 17, 2024

Conversation

prajwal-pai77
Copy link
Collaborator

@prajwal-pai77 prajwal-pai77 commented Apr 15, 2024

This PR majorly updates the Cache service and tree nodes with the following:

  • Updates the cache service to handle refresh of cache when required.
  • Update the tree nodes to refresh each time user clicks on the node(previously used to fetch from vs code builtin cache).
  • Basic tests for refresh cache.
  • Fixes the mongoDB Migrate URI bug.

Copy link
Collaborator

@lokesh-couchbase lokesh-couchbase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice Work!!

package.json Show resolved Hide resolved
src/commands/documents/removeDocument.ts Outdated Show resolved Hide resolved
src/commands/documents/removeDocument.ts Outdated Show resolved Hide resolved
src/handlers/handleSaveDocument.ts Outdated Show resolved Hide resolved
src/util/cacheService/cacheService.ts Outdated Show resolved Hide resolved
src/util/util.ts Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/util/cacheService/cacheService.ts Outdated Show resolved Hide resolved
src/util/cacheService/cacheService.ts Outdated Show resolved Hide resolved
src/util/constants.ts Outdated Show resolved Hide resolved
@prajwal-pai77 prajwal-pai77 changed the base branch from main to Pre-Release April 17, 2024 09:06
Copy link
Collaborator

@lokesh-couchbase lokesh-couchbase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome Work, Ready for pre-release

@lokesh-couchbase lokesh-couchbase merged commit 817d415 into Pre-Release Apr 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants