-
Notifications
You must be signed in to change notification settings - Fork 1
Simplify fetch data #200
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
Merged
Merged
Simplify fetch data #200
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
21bd1ad
Create napi safe wrap
dajimenezriv-internxt 819a1f1
Extract create folder placeholder
dajimenezriv-internxt cc1b678
Extract create file placeholder
dajimenezriv-internxt 444a2d5
Extract get file identity
dajimenezriv-internxt b5eff5e
Update package.json
dajimenezriv-internxt fe31746
Extract connect sync root
dajimenezriv-internxt 32c5ea9
Extract hydrate file
dajimenezriv-internxt 75681d6
Hydrate file thread safe
dajimenezriv-internxt 205f2be
Improve safe wrap
dajimenezriv-internxt 9648c94
Remove delete file from c++
dajimenezriv-internxt 46ee84c
Extract convert to placeholder
dajimenezriv-internxt 313dfbf
Refactor register sync root
dajimenezriv-internxt ff28084
Extract code
dajimenezriv-internxt d1a7164
Improve
dajimenezriv-internxt 70d004e
Simplify providerId
dajimenezriv-internxt 69ce991
Commit
dajimenezriv-internxt 1020526
Commit
dajimenezriv-internxt e94646e
Commit
dajimenezriv-internxt 0601df9
Update get_registered_sync_roots.cpp
dajimenezriv-internxt 73a1c9e
Update addon.node
dajimenezriv-internxt ae38d77
Commt
dajimenezriv-internxt f7b6a44
Commit
dajimenezriv-internxt 41028a0
Simplify unregister
dajimenezriv-internxt 38a0e29
Fix wrapper
dajimenezriv-internxt 4832626
Remove context
dajimenezriv-internxt d947054
Improve napi
dajimenezriv-internxt 9d096c0
Template napi_extract_args
dajimenezriv-internxt 249d71c
Extract dehydrate file wrapper
dajimenezriv-internxt 2d39fb1
Refactor dehydrate file
dajimenezriv-internxt 0a6216f
Throw exceptions
dajimenezriv-internxt 4577789
Commit
dajimenezriv-internxt bc748b0
Extract disconnect sync root
dajimenezriv-internxt e17ca28
Extract get placeholder state
dajimenezriv-internxt a5e3dc7
Remove sync state
dajimenezriv-internxt 18b57ba
Extract update sync status
dajimenezriv-internxt 8d97f38
Update publish-npm.yml
dajimenezriv-internxt 0fe50fb
Merge branch 'master' into extract-disconnect-sync-root
dajimenezriv-internxt 20b0533
Merge branch 'master' into extract-disconnect-sync-root
dajimenezriv-internxt d65af96
Merge branch 'extract-disconnect-sync-root' into extract-get-placehol…
dajimenezriv-internxt 71f1c31
Merge branch 'extract-get-placeholder-state' into extract-update-sync…
dajimenezriv-internxt 5729e8e
Update addon.node
dajimenezriv-internxt 394f12d
Merge branch 'master' into extract-get-placeholder-state
dajimenezriv-internxt 470f12e
Merge branch 'extract-get-placeholder-state' into extract-update-sync…
dajimenezriv-internxt 5bd5c36
Clean
dajimenezriv-internxt 9e35bf5
Refactor cancel fetch data
dajimenezriv-internxt fa70622
Update CancelFetchDataCallback.cpp
dajimenezriv-internxt 0c2fd4d
Update addon.node
dajimenezriv-internxt 5d9d904
Merge branch 'master' into refactor-cancel-fetch-data
dajimenezriv-internxt 73ea30d
Simplify fetch data
dajimenezriv-internxt 370eac2
Remove AddFolderToSearchIndexer
dajimenezriv-internxt aa5b393
Merge branch 'master' into refactor-cancel-fetch-data
dajimenezriv-internxt 5bbd137
Update node
dajimenezriv-internxt d11ce7e
Merge branch 'refactor-cancel-fetch-data' into simplify-fetch-data
dajimenezriv-internxt fa6e930
Update FetchData.cpp
dajimenezriv-internxt 558770b
Merge branch 'master' into simplify-fetch-data
dajimenezriv-internxt 279b1ff
Update addon.node
dajimenezriv-internxt 913c88f
Update sonar-analysis.yml
dajimenezriv-internxt 88a497e
Fix pipelines
dajimenezriv-internxt bd3a6b4
Update package.json
dajimenezriv-internxt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/publish-npm.yml → .github/workflows/publish.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Publish package to npmjs | ||
| name: Publish | ||
|
|
||
| on: | ||
| release: | ||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Mark stale PRs | ||
| name: Stale PRs | ||
|
|
||
| on: | ||
| schedule: | ||
|
|
||
Binary file not shown.
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these comments really necessary?