forked from Samsung/ONE-vscode
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Metadata Manager] merge all event handler #48
Merged
Merged
Conversation
This file contains 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 commit adds baseline code for metadata event handler
This commit adds a function tracking event target files. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
This commit adds exception about file. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
…into metamanager/event ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
This commit adds Metadata API to access hash objects. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
This commit adds base code for rename event using setTimeout. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
This commit adds delete event handler which deactivate or move metadata from its hash object. ONE-vscode-DCO-1.0-Signed-off-by: smj <[email protected]>
[Metadata Manager] Add delete event handler
This commit adds change event function name
…/ONE-vscode into metamanager/event
This commit adds change event functions ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
This commit merge metadatAPI.ts to merge function for delete event API. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
This commit resolves merge conflict ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
This commit resolves package-lock.json ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
This commit adds file create event handler. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
This commit resolve the conflict to merge metamanager/event + manager. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
This commit fixes event handler for modified API. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
9 tasks
gandi0330
approved these changes
Sep 27, 2022
This commit fixes format bug. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
chshin59
approved these changes
Sep 27, 2022
smj53
approved these changes
Sep 27, 2022
gandi0330
added a commit
that referenced
this pull request
Sep 29, 2022
* [metadata manager] Create dummy files (#3) This commit adds dummy files to create API. ONE-vscode-DCO-1.0-Signed-off-by: gandi0330 <[email protected]> * feat : 더미 파일 생성 ONE-vscode-DCO-1.0-Signed-off-by: gandi0330 <[email protected]> * [metadata manager] API getMetadata v0.1 (#12) * [metadata manager] API getMetadata v0.1 This commits adds Insufficient getMetadata function and command for that If we solve how to get hash values by file path, I can proceed with the next development Co-authored-by: root <[email protected]> * [Metadata Manager] create relation view API (#32) commit create getRelation API Co-authored-by: Ubuntu <[email protected]> * [Metadata Manager] rename function This commit is to change several variables and function names * [Metadata Manager] rename function (#35) This commit is to change several variables and function names Co-authored-by: Ubuntu <[email protected]> * Update package.json * [Metadata Manager] feat pathToHash (#37) * [Metadata Manager] feat pathToHash this commit uploaded most of the development of pathToHash ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> * [Metadata Manager] Add delete event handler (#39) * [Event Handler] create watcher for event handling This commit adds baseline code for metadata event handler * [Metadata Manager] track the path of event target file This commit adds a function tracking event target files. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add event exception for .meta directory This commit adds exception about file. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add function to access metadata This commit adds Metadata API to access hash objects. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add baseline code to implement of event handler This commit adds base code for rename event using setTimeout. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] Add delete event handler This commit adds delete event handler which deactivate or move metadata from its hash object. ONE-vscode-DCO-1.0-Signed-off-by: smj <[email protected]> * [Metadata Manager] add change event function name This commit adds change event function name * [Metadata Manager] add change event function This commit adds change event functions ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add delete API to merge functions This commit merge metadatAPI.ts to merge function for delete event API. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] fix package-lock.json This commit resolves package-lock.json ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> Co-authored-by: smj <[email protected]> * [Metadata Manager] Fix a delete event handler to update pathToHash (#44) * [Event Handler] create watcher for event handling This commit adds baseline code for metadata event handler * [Metadata Manager] track the path of event target file This commit adds a function tracking event target files. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add event exception for .meta directory This commit adds exception about file. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add function to access metadata This commit adds Metadata API to access hash objects. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add baseline code to implement of event handler This commit adds base code for rename event using setTimeout. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] Add delete event handler This commit adds delete event handler which deactivate or move metadata from its hash object. ONE-vscode-DCO-1.0-Signed-off-by: smj <[email protected]> * [Metadata Manager] add change event function name This commit adds change event function name * [Metadata Manager] add change event function This commit adds change event functions ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add delete API to merge functions This commit merge metadatAPI.ts to merge function for delete event API. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] fix package-lock.json This commit resolves package-lock.json ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] Fix a delete event handler to update pathToHash This commit updates pathToHash when the files or folders are deleted. ONE-vscode-DCO-1.0-Signed-off-by: smj <[email protected]> Co-authored-by: Cookie-Rook <[email protected]> Co-authored-by: Kukhee Lee <[email protected]> * [Metadata Manager] fix input item (#43) This commit is a change in the input types of getFileInfo, getRelationInfo and getPathToHash * [Metadata Manager] handle onchange event (#46) * [Metadata Manager] resolve typescript eslint error This commit resolves typescript eslint errors ONE-vscode-DCO-1.0-Signed-off-by: chshin59 <[email protected]> * [Metadata Manager] handle onchange event This commit handles onchange event ONE-vscode-DCO-1.0-Signed-off-by: chshin59 <[email protected]> * [Metadata Manager] fix delete date to is_deleted (#45) * [Metadata Manager] fix delete date to is_deleted This commit is to replace the attribute deleted date of metadata with isdeleted ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> * Delete npm-debug.log * [Metadata Manager] merge all event handler (#48) * [Event Handler] create watcher for event handling This commit adds baseline code for metadata event handler * [Metadata Manager] track the path of event target file This commit adds a function tracking event target files. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add event exception for .meta directory This commit adds exception about file. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add function to access metadata This commit adds Metadata API to access hash objects. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add baseline code to implement of event handler This commit adds base code for rename event using setTimeout. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] Add delete event handler This commit adds delete event handler which deactivate or move metadata from its hash object. ONE-vscode-DCO-1.0-Signed-off-by: smj <[email protected]> * [Metadata Manager] add change event function name This commit adds change event function name * [Metadata Manager] add change event function This commit adds change event functions ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add delete API to merge functions This commit merge metadatAPI.ts to merge function for delete event API. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] fix package-lock.json This commit resolves package-lock.json ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add create event handler This commit adds file create event handler. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] fix event handler using modified API This commit fixes event handler for modified API. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] fix the bug This commit fixes format bug. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> Co-authored-by: smj <[email protected]> * [Metadata Manager] add exception handling in changeEvent (#49) * [Metadata Manager] add exception handling in changeEvent This commit adds exception handling in changeEvent ONE-vscode-DCO-1.0-Signed-off-by: chshin59 <[email protected]> * [Metadata Manager] fix minor error This commit fixes minor error ONE-vscode-DCO-1.0-Signed-off-by: chshin59 <[email protected]> * [Metadata Manager] fix deleteMetadata in checkValidation (#52) * [Metadata Manager] create validation of PathToHash this commit is create validation of PathToHash ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> * [Metadata Manager] fix deleteMetadata in checkValidation this commit fix deleteMetadata function thath is in checkValidation ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> * [Metadata Manager] fix file extension in changeEvent (#55) This commit fixes file extension in changeEvent ONE-vscode-DCO-1.0-Signed-off-by: chshin59 <[email protected]> * [Metadata Manager] change snakecase to camelcase (#56) this commit is changed metadata variables from snakecase to camelcase ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> * [Metadata Manager] merge metadata manager codes for prototype test (#53) * [Event Handler] create watcher for event handling This commit adds baseline code for metadata event handler * [Metadata Manager] track the path of event target file This commit adds a function tracking event target files. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add event exception for .meta directory This commit adds exception about file. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add function to access metadata This commit adds Metadata API to access hash objects. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add baseline code to implement of event handler This commit adds base code for rename event using setTimeout. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] Add delete event handler This commit adds delete event handler which deactivate or move metadata from its hash object. ONE-vscode-DCO-1.0-Signed-off-by: smj <[email protected]> * [Metadata Manager] add change event function name This commit adds change event function name * [Metadata Manager] add change event function This commit adds change event functions ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add delete API to merge functions This commit merge metadatAPI.ts to merge function for delete event API. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] fix package-lock.json This commit resolves package-lock.json ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] add create event handler This commit adds file create event handler. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] fix event handler using modified API This commit fixes event handler for modified API. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] fix the bug This commit fixes format bug. ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] Add Mutex-lock to event This commit adds mutex-lock function to event ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] merge metadata manager This commit merges metadata manager code ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> * [Metadata Manager] fix file extension bug in change Event This commit fixes file extension bug in change event ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]> Co-authored-by: smj <[email protected]> * [Metamanager] refactoring (#57) * [Metamanager] refactoring this commit is a refactoring to pass the git-hub actions ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> * [Metadata Manager] refactor pathToHash this commit is refactor getSubPathToHash(), validateMetadata(), deleteMetadata(), getPathToHash() ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> * [Metadata Manager] refactoring to pass github actions (#58) * [Metamanager] refactoring this commit is a refactoring to pass the git-hub actions ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> * [Metadata Manager] refactor pathToHash this commit is refactor getSubPathToHash(), validateMetadata(), deleteMetadata(), getPathToHash() ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> * [Metadata Manager] refactor to pass github action this commit is a refactoring to pass github action ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> * [Metadata Manager] temporary delete Mutex (#59) this commit is delete Mutex temporarily ONE-vscode-DCO-1.0-Signed-off-by: hm <[email protected]> Co-authored-by: root <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Kukhee Lee <[email protected]> Co-authored-by: smj <[email protected]> Co-authored-by: smj53 <[email protected]> Co-authored-by: Cookie-Rook <[email protected]> Co-authored-by: chshin59 <[email protected]>
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.
This commit merges the create, change, delete event handler.