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

[Metadata Manager] merge all event handler #48

Merged
merged 19 commits into from
Sep 27, 2022
Merged

Conversation

khlee025
Copy link
Member

This commit merges the create, change, delete event handler.

khlee025 and others added 18 commits September 18, 2022 21:18
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
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]>
@khlee025 khlee025 linked an issue Sep 27, 2022 that may be closed by this pull request
9 tasks
This commit fixes format bug.

ONE-vscode-DCO-1.0-Signed-off-by: Cookie-Rook <[email protected]>
@chshin59 chshin59 added the 2 approvals 2 approvals required to be merged label Sep 27, 2022
@khlee025 khlee025 merged commit 826bac4 into manager 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
Labels
2 approvals 2 approvals required to be merged Metadata Manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Metadata Manager] add function for event handling
4 participants