-
Notifications
You must be signed in to change notification settings - Fork 4
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
New history management #90
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
* Migration to ESM * addressed some sonarlint suggestions * refactored for version command and validating token * added changes discussed and addressed simple sonarcloud findings
…into New-History-Management
|
csmig
added a commit
to csmig/stigman-watcher
that referenced
this pull request
Mar 4, 2024
commit f08e187 Author: csmig <[email protected]> Date: Thu Feb 29 18:58:21 2024 +0000 chore: remove/update dependencies (NUWCDIVNPT#97) commit a70d38a Author: csmig <[email protected]> Date: Thu Feb 22 19:41:45 2024 +0000 feat: in scan mode, migrate addToHistory() calls to the queue handlers (NUWCDIVNPT#93) Co-authored-by: matte22 <[email protected]> commit d007792 Author: Mathew <[email protected]> Date: Thu Feb 22 13:28:34 2024 -0500 test: Create Workflow for unit testing. (NUWCDIVNPT#92) commit e398da9 Author: Mathew <[email protected]> Date: Mon Feb 19 17:57:22 2024 -0500 feat: scan mode history management (NUWCDIVNPT#90) commit 00f497f Author: csmig <[email protected]> Date: Fri Feb 16 15:37:43 2024 +0000 feat: pass filename to parsers as sourceRef (NUWCDIVNPT#91)
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.
Resolves: #70
This PR introduces a new history management system to track and manage file processing. This feature introduces the ability of adding new file entries into the history file during runtime and removing files from the history file that are no longer present in the watcher 'scanned' directory. It also introduces the base skeleton of a unit testing framework for watcher.