-
Notifications
You must be signed in to change notification settings - Fork 16
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: resource lineage #324
Draft
jwaspin
wants to merge
19
commits into
develop
Choose a base branch
from
feature/resourceLineage
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
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
* Add nominalResolution class and example * fix reference to measure
* Add processing class and create ref in lineage * fix typo
* Add processParameter class * Add example * change example to be within an array
* Add processStepReport class and example * Update description * change example to be within an array
…tion (#315) * Break out source into its own file and change reference to class location * fix file ref and added requested new fields to file * removed requirements
* remove unecessary description * remove duplicate definitions from lineage
* Fix DQ_CompletenessOmission Typo (#284) * Fix Typo DQ_CompletenessOmmission to DQ_CompletenessOmission * Increment Patch Version * 2.8.3 * Add DQ_NonQuantitativeAttributeAccuracy * Release Version 2.9.0 (#289) * Upgrade mdCodes mdCodes -> 2.9.0 * Increment Ruby Version v2.8.4 * Increment package.json Version v2.8.4 Update package-lock.json * Increment Patch Version v2.8.4 * Update package-lock.json * Replace bower.json * Re-remove bower.json * Increment Minor Version * Upgrade mdCodes (#292) * Update adiwg-json_schemas.gemspec and package.json versions to 2.9.1 * Update schema.json version to 2.9.1 * Update dataQualityReport.json schema Remove DQ_ from report type names. * Update dataQualityReport.json schema with translation descriptions for quality report types. * Update dataQualityReport.json schema with corrected translation for quality report types. * Upgrade adiwg-mdcodes to v2.9.2 * Add Gemfile.lock Remove Gemfile.lock from .gitignore and add it. Update mdCodes version to be exact. * Update dataQualityReport.json Fixed typo of FGDC --------- Co-authored-by: Hilmar Maier <[email protected]> * Fix Data Quality Enums (#325) * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update adiwg-mdjson_schemas to version 2.9.2-beta.5 * Update evaluationMethod.json schema with corrected enum values for evaluation method types * chore: Update adiwg-mdcodes to version 2.9.3.pre.beta.3 * chore: Update adiwg-mdjson_schemas to version 2.9.2-beta.20 * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update adiwg-mdjson_schemas and related files to version 2.9.2-beta.21 * Prepare for Release v2.9.2 (#328) * chore: Update adiwg-mdjson_schemas and related files to version 2.9.2 * chore: Update adiwg-mdcodes to version 2.9.3 * Prepare release version 2.9.5 (#335) * Fix DQ_CompletenessOmission Typo (#284) (#287) * Fix Typo DQ_CompletenessOmmission to DQ_CompletenessOmission * Increment Patch Version * 2.8.3 * Add DQ_NonQuantitativeAttributeAccuracy * Squashed commit of the following: commit f02a08c Author: Johnathan <[email protected]> Date: Tue Feb 13 15:17:33 2024 -0700 Release Version 2.9.0 (#289) * Upgrade mdCodes mdCodes -> 2.9.0 * Increment Ruby Version v2.8.4 * Increment package.json Version v2.8.4 Update package-lock.json * Increment Patch Version v2.8.4 * Update package-lock.json * Replace bower.json * Re-remove bower.json * Increment Minor Version commit 5b598a0 Author: Johnathan <[email protected]> Date: Mon Feb 12 11:32:34 2024 -0700 Fix DQ_CompletenessOmission Typo (#284) * Fix Typo DQ_CompletenessOmmission to DQ_CompletenessOmission * Increment Patch Version * 2.8.3 * Add DQ_NonQuantitativeAttributeAccuracy * chore: Update adiwg-mdjson_schemas and related files to version 2.9.2 * chore: Update adiwg-mdcodes to version 2.9.3 * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0 * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0 * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1 * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update versions mdCodes updated to 2.9.4-beta.4 mdJson-schemas updated to 2.9.3-beta.2 * Fix Data Quality Report Types * chore: Increment beta version * chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.9.4.pre.beta.5 and 2.9.3.pre.beta.5 respectively * chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.10.0 --------- Co-authored-by: hmaier-fws <[email protected]> * Add GitHub Actions workflow for automated release creation (#338) * Add GitHub Actions workflow for automated deployment to GitHub Pages * Rename action * Add Node.js setup step to release workflow * Feature: Acquisitions (v2.10.0) (#322) * Add Acquisition and supporting files Add acquisitions to metadata. * Add acq-plan.json example file (#303) * Add instrumentationEventList.json schema and example file (#299) * Add instrumentationEventList.json schema and example file * Add instrumentationEvent.json schema and example file (#298) * Add instrumentationEvent.json schema and example file * add reference to revision class. add enum to eventype * fix eventType in example * Add revision.json schema definition with example (#300) * Add revision.json schema definition with example * Add array type for dateInfo in revision.json * Add reference to date * Add acq-instrument.json schema and example file (#296) * Add acq-instrument.json schema and example file * Update history to instrumentationEventList.json * Add requestedDate.json schema and example (#301) * Add requestedDate.json schema and example * Update description in requestedDate.json schema * Refactor requestedDate schema to use common date definition * Add acq-event.json schema and example file (#302) * Add acq-event.json schema and example file * Add description to class * Update "time" field in acq-event schema to use common date definition * Update README.md (#304) * Add acq-environment.json file and update schema (#306) * Add acq-pass.json schema and example file (#305) * Add acq-pass.json schema and example file * Add required * Change reference to string * Add acq-platform.json schema and example file (#294) * Add acq-platform.json schema and example file * Update id in platform schema * Update platform history schema reference * add hostId to schema * Remove hostId My mistake, I was looking at the wrong class. --------- Co-authored-by: Johnathan Aspinwall <[email protected]> * Add acq-operation.json schema and example file (#297) * Add acq-objective.json schema and example file (#295) * Add acq-objective.json schema and example file * Update objectiveType to have enum values * add objectiveType example * change strings to references of classes * feat: Update package.json version to 2.9.2-beta.0 * Acq requirement (#308) * Add acq-requirement class with example * Add descriptions * rename to acq-RequestedDate * Fix acq-requirement example * Add required fields to acq-requirement * Fix examples to include array for clarity. (#309) * Fix examples to include array for clarity. * Fix acq-operation example * fix instrumentationEvent example * fix examples to show correct ouput. update references to other acq items. * Id descriptions update (#320) * rename id's and and refs to remove `acq-` prefix * remove acq- prefix from filenames * Update description to better reflect id's purpose * Update plan.json * Update plan.json * Update requirement.json * Update objective.json * Update platform.json * Update instrument.json * Update pass.json * Update instrumentationEvent.json * Update instrumentationEventList.json * Update operation.json * Update revision.json * Update revision.json * Update event.json * Update instrumentationEvent.json * Update instrumentationEventList.json * fix URI path * chore: Update adiwg-mdjson_schemas to version 2.9.2.beta.2 * chore: Update adiwg-mdcodes to version 2.9.3.pre.beta.3 and mdJson-schemas to 2.9.2-beta.3 * chore: Update adiwg-mdcodes and mdJson-schemas versions * Update objective.json schema to use object type instead of array * chore: Update adiwg-mdjson_schemas to version 2.9.2.beta.4 * Fix identifier typo in platform. Change event to eventType in intrumentationEvent. Add description to instrumentationEventList. * chore: Update adiwg-mdjson_schemas to version 2.9.4-beta.0 * chore: Update adiwg-mdjson_schemas and related files to version 2.9.2 * chore: Update adiwg-mdjson_schemas to version 2.9.3-beta.0 And update mdCodes to official release of 2.9.3 * chore: Update adiwg-mdcodes to version 2.9.3 * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0 * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0 * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1 * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update versions mdCodes updated to 2.9.4-beta.4 mdJson-schemas updated to 2.9.3-beta.2 * Fix Data Quality Report Types * chore: Increment beta version * chore: Update version to 2.10.0-beta.0 * fix citations within instrumentationEvent and instrumentationEventLis… (#331) * fix citations within instrumentationEvent and instrumentationEventList. remove required parentOperation in operation class. * chore: Update version to 2.10.0-beta.1 --------- Co-authored-by: Johnathan Aspinwall <[email protected]> * Sync acquisitions branch (#332) * chore: Update adiwg-mdjson_schemas and related files to version 2.10.0-beta.0 * chore: Update build script to include bundling step * chore: Update adiwg-mdjson_schemas and related files to version 2.10.0-beta.5 * Release Version 2.9.5 (#337) * Fix DQ_CompletenessOmission Typo (#284) * Fix Typo DQ_CompletenessOmmission to DQ_CompletenessOmission * Increment Patch Version * 2.8.3 * Add DQ_NonQuantitativeAttributeAccuracy * Release Version 2.9.0 (#289) * Upgrade mdCodes mdCodes -> 2.9.0 * Increment Ruby Version v2.8.4 * Increment package.json Version v2.8.4 Update package-lock.json * Increment Patch Version v2.8.4 * Update package-lock.json * Replace bower.json * Re-remove bower.json * Increment Minor Version * Upgrade mdCodes (#292) * Update adiwg-json_schemas.gemspec and package.json versions to 2.9.1 * Update schema.json version to 2.9.1 * Update dataQualityReport.json schema Remove DQ_ from report type names. * Update dataQualityReport.json schema with translation descriptions for quality report types. * Update dataQualityReport.json schema with corrected translation for quality report types. * Upgrade adiwg-mdcodes to v2.9.2 * Add Gemfile.lock Remove Gemfile.lock from .gitignore and add it. Update mdCodes version to be exact. * Update dataQualityReport.json Fixed typo of FGDC --------- Co-authored-by: Hilmar Maier <[email protected]> * Fix Data Quality Enums (#325) * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update adiwg-mdjson_schemas to version 2.9.2-beta.5 * Update evaluationMethod.json schema with corrected enum values for evaluation method types * chore: Update adiwg-mdcodes to version 2.9.3.pre.beta.3 * chore: Update adiwg-mdjson_schemas to version 2.9.2-beta.20 * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update adiwg-mdjson_schemas and related files to version 2.9.2-beta.21 * Prepare for Release v2.9.2 (#328) * chore: Update adiwg-mdjson_schemas and related files to version 2.9.2 * chore: Update adiwg-mdcodes to version 2.9.3 * Prepare release version 2.9.5 (#335) * Fix DQ_CompletenessOmission Typo (#284) (#287) * Fix Typo DQ_CompletenessOmmission to DQ_CompletenessOmission * Increment Patch Version * 2.8.3 * Add DQ_NonQuantitativeAttributeAccuracy * Squashed commit of the following: commit f02a08c Author: Johnathan <[email protected]> Date: Tue Feb 13 15:17:33 2024 -0700 Release Version 2.9.0 (#289) * Upgrade mdCodes mdCodes -> 2.9.0 * Increment Ruby Version v2.8.4 * Increment package.json Version v2.8.4 Update package-lock.json * Increment Patch Version v2.8.4 * Update package-lock.json * Replace bower.json * Re-remove bower.json * Increment Minor Version commit 5b598a0 Author: Johnathan <[email protected]> Date: Mon Feb 12 11:32:34 2024 -0700 Fix DQ_CompletenessOmission Typo (#284) * Fix Typo DQ_CompletenessOmmission to DQ_CompletenessOmission * Increment Patch Version * 2.8.3 * Add DQ_NonQuantitativeAttributeAccuracy * chore: Update adiwg-mdjson_schemas and related files to version 2.9.2 * chore: Update adiwg-mdcodes to version 2.9.3 * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0 * chore: Update adiwg-mdcodes to version 2.9.4-beta.0 and adiwg-mdjson_schemas to version 2.9.3-beta.0 * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update adiwg-mdcodes to version 2.9.4-beta.1 and adiwg-mdjson_schemas to version 2.9.3-beta.1 * Update dataQualityReport.json schema with corrected translation for quality report types * chore: Update versions mdCodes updated to 2.9.4-beta.4 mdJson-schemas updated to 2.9.3-beta.2 * Fix Data Quality Report Types * chore: Increment beta version * chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.9.4.pre.beta.5 and 2.9.3.pre.beta.5 respectively * chore: Update adiwg-mdcodes and adiwg-mdjson_schemas versions to 2.10.0 --------- Co-authored-by: hmaier-fws <[email protected]> * Add GitHub Actions workflow for automated release creation (#338) * Add GitHub Actions workflow for automated deployment to GitHub Pages * Rename action * Add Node.js setup step to release workflow --------- Co-authored-by: Hilmar Maier <[email protected]> --------- Co-authored-by: J-Oliveros <[email protected]> Co-authored-by: Jonathan Oliveros <[email protected]> Co-authored-by: Hilmar Maier <[email protected]> * Remove translation section from dataQualityReport schema (#343) --------- Co-authored-by: Hilmar Maier <[email protected]> Co-authored-by: J-Oliveros <[email protected]> Co-authored-by: Jonathan Oliveros <[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.
On Hold
This PR is on hold until further notice. It is done but the issues themselves need to be reviewed for accuracy, so while this PR does complete these issues, these issues might not be up to date.
Consider moving to version 3.0
This introduces a potentially breaking change in the lineage schema. This is intended to correct the format of this component so that it matches the rest of this repository, but the result might be slightly different than the existing schema.
Closes
Closes #234
Closes #235
Closes #236
Closes #237
Closes #238
Closes #239
Related to adiwg/mdEditor#88
Changes
Version 2.11.0
New Classes w/ examples
Lineage
The lineage class definition was reorganized. Source and processStep were both defined within the lineage definition, so they have been pulled out into their own files and lineage was refactored to reference the files instead of internal definitions.
Process Step
processingInformation and report have been added
Testing
todo