-
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
Feature/edan verifier utility #531
Draft
EMaslowskiQ
wants to merge
19
commits into
develop
Choose a base branch
from
feature/EDAN-verifier-utility
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Jan 18, 2023
-
* WIP snapshot of EDAN verifier * compares subject units and identifiers outputting results to CSV * currently runs as a test case in EdanCollection.test.ts
Configuration menu - View commit details
-
Copy full SHA for 5e6a368 - Browse repository at this point
Copy the full SHA 5e6a368View commit details
Commits on Jan 19, 2023
-
* WIP commit capturing refactor of EDAN verifier * lacks cleanup and testing
Configuration menu - View commit details
-
Copy full SHA for cb5de99 - Browse repository at this point
Copy the full SHA cb5de99View commit details
Commits on Jan 20, 2023
-
* WIP commit for EDAN Verifier utility * cleaned out legacy code prior to refactor * limiting returned EDAN records to 1, otherwise throw error * fix issues with ARK ids not being outputted if also set to preferred * added basic determination of DPO vs. EDAN subject sources * support for name comparisons * support for updating Packrat units from EDAN
Configuration menu - View commit details
-
Copy full SHA for ccc10aa - Browse repository at this point
Copy the full SHA ccc10aaView commit details -
* WIP commit for EDAN Verifier utility * support for name comparisons * support for updating Packrat units from EDAN * improved messaging for automatic/manual fixing
Configuration menu - View commit details
-
Copy full SHA for c4afeb7 - Browse repository at this point
Copy the full SHA c4afeb7View commit details
Commits on Jan 23, 2023
-
* WIP commit for EDAN verifier * added EDAN MDM column to ouput * added ability to run a specific subject ID for debugging
Configuration menu - View commit details
-
Copy full SHA for 017d3b5 - Browse repository at this point
Copy the full SHA 017d3b5View commit details -
* WIP commit for EDAN verifier * moved EDAN verifier into own class derived from VerifierBase * cleaned up how EDAN units are collected * opting for comparing abbreviations when using fetchFromNamedSearch and receiving multiple hits
Configuration menu - View commit details
-
Copy full SHA for 48514ed - Browse repository at this point
Copy the full SHA 48514edView commit details
Commits on Jan 24, 2023
-
* WIP commit for EDAN verifier * removed fallback for checking multiple EDAN units and opting for comparing abbreviations * verifier now accepts EdanVerifierConfig object with settings * moved all temporary debug statements to standard LOG
Configuration menu - View commit details
-
Copy full SHA for 1a61589 - Browse repository at this point
Copy the full SHA 1a61589View commit details
Commits on Jan 26, 2023
-
* EDAN Verifier updated to support running from any endpoint (/verifier/edan) * support query params for basic configuration * returns a CSV file if given param of: returnFile=true
Configuration menu - View commit details
-
Copy full SHA for dca915c - Browse repository at this point
Copy the full SHA dca915cView commit details
Commits on Jan 29, 2023
-
* using WorkflowEngine for running the EDAN verifier (WorkflowVerifier) * full support of query params for configuring verifier (accepts: objectId, limit, returnFile, detailedLogs) * HTTP response includes hyperlink for downloading the report * added 'Name' property to WorkflowReport to assist in filename creation
Configuration menu - View commit details
-
Copy full SHA for ed94824 - Browse repository at this point
Copy the full SHA ed94824View commit details
Commits on Jan 30, 2023
-
* cleaned up Packrat schema. comment prevented rebuilding the DB with initdb * created utility routine that gathers all SystemObject details (via GraphQL) and returns as NDJSON. Not accessible.
Configuration menu - View commit details
-
Copy full SHA for b7ca8a7 - Browse repository at this point
Copy the full SHA b7ca8a7View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d93a6c - Browse repository at this point
Copy the full SHA 8d93a6cView commit details -
* tested against 'develop' branch * added cleaner/styled output for response
Configuration menu - View commit details
-
Copy full SHA for 4d5ff0f - Browse repository at this point
Copy the full SHA 4d5ff0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa291a6 - Browse repository at this point
Copy the full SHA aa291a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb99f6 - Browse repository at this point
Copy the full SHA 0fb99f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b3a0e - Browse repository at this point
Copy the full SHA 73b3a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef4002d - Browse repository at this point
Copy the full SHA ef4002dView commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7dbe9dc - Browse repository at this point
Copy the full SHA 7dbe9dcView commit details -
Merge branch 'feature/EDAN-verifier-utility' of https://github.com/Sm…
…ithsonian/dpo-packrat into feature/EDAN-verifier-utility
Configuration menu - View commit details
-
Copy full SHA for 94af4b6 - Browse repository at this point
Copy the full SHA 94af4b6View commit details -
* changed LOG type top eSYS for better grouping * clearer definition of VerifierBase types and their use * comments describing future improvements
Configuration menu - View commit details
-
Copy full SHA for 756198b - Browse repository at this point
Copy the full SHA 756198bView commit details
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.