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

Prepare release version 2.10.0 #93

Merged
merged 27 commits into from
Dec 11, 2024
Merged

Prepare release version 2.10.0 #93

merged 27 commits into from
Dec 11, 2024

Conversation

jwaspin
Copy link
Contributor

@jwaspin jwaspin commented May 26, 2024

Closes #97
Closes #82
Closes #98

Changes

  • Fix Data Quality Reports
  • Add DCAT codes
  • Add GitHub Action to run tests
  • Rename resources/iso_parameterDirectionCode.yml to resources/iso_parameterDirection.yml

jwaspin and others added 23 commits May 7, 2024 10:55
The data quality element code list has been updated with requested changes.
* Change default branch to dev (#49)

* Update CHANGELOG

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump grunt from 1.0.4 to 1.5.3

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.0.4...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* add orcid and ror to namespaces

* implement feedback

* Updating JSON files

* bump version

* add data quality report type codelist

* update descriptions

* update file name

* bump version

* Update description

* Bump lodash from 4.17.15 to 4.17.21 (#42)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump minimatch from 3.0.4 to 3.0.8 (#45)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump async from 2.6.1 to 3.2.3 (#46)

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.1...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update npm version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Johnathan <[email protected]>

* Merge dev into develop (#59)

* Remove "geographic" from description (#54)

* Remove "geographic" from description

* Update iso_scope.yml

Update definition from "a dataset" to "the dataset" to match the definition as defined in https://standards.iso.org/iso/19115/-3/mcc/1.0/codelists.xml.

---------

Co-authored-by: Hilmar Maier <[email protected]>

* Data Quality Code Lists (#53)

* Fix Data Quality Element

Rename iso_dataQualityElement.yml to adiwg_dataQualityElement.yml.
Fix codelistName, source, and sourceName.

* Add iso_valueStructure.yml

* Add iso_evaluationMethodTypeCode

* Add adiwg_evaluationMethod

* Add iso_uom

* Rename iso_uom to adiwg_unitsOfMeasure

Also add more units.

* Remove Comment

* Update .gitignore

---------

Co-authored-by: Johnathan <[email protected]>

* Fix Yaml Files & Increment Version (#62)

* 2.9.0

* Update buildify dependency

* Fix Yaml & Json Files

* Remove bower.json

* Update mdCodes Version

Increment minor version to 2.9.0

* Update README.md (and hopefully fix develop master conflicts) (#63)

* Update CHANGELOG

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump grunt from 1.0.4 to 1.5.3

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.0.4...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* add orcid and ror to namespaces

* implement feedback

* Updating JSON files

* bump version

* add data quality report type codelist

* update descriptions

* update file name

* bump version

* Update description

* Bump lodash from 4.17.15 to 4.17.21 (#42)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump minimatch from 3.0.4 to 3.0.8 (#45)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump async from 2.6.1 to 3.2.3 (#46)

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.1...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update npm version

* Fix Merge Errors

* Fix Merge Errors

* Fix package-lock.json

* Update README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>

* Code list updates (#69)

* Update CHANGELOG

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump grunt from 1.0.4 to 1.5.3

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.0.4...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* add orcid and ror to namespaces

* implement feedback

* Updating JSON files

* bump version

* add data quality report type codelist

* update descriptions

* update file name

* bump version

* Update description

* Bump lodash from 4.17.15 to 4.17.21 (#42)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump minimatch from 3.0.4 to 3.0.8 (#45)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump async from 2.6.1 to 3.2.3 (#46)

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.1...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update npm version

* Update data quality element class names

Removed DQ_ prefix.

* Update package versions to 2.9.1

* Update codeName in adiwg_dataQualityElement.json

* Update version to 2.9.1

* Remove iso_dataQualityElement.json

* Fix bug in login functionality

* Add build script to package.json

* Refactored data quality in version 2.9.1

* Delete iso_dataQualityElement.yml codelist

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>

* Add Missing Data Quality Report Type (#70)

* Update adiwg_dataQualityElement.yml codelist

* Update version to 2.9.2

* Update adiwg_dataQualityElement.json and mdcodes.json codelists

* fix typo in codeName (#75)

* fix typo in codeName

* chore: Update package version to 2.9.3-beta.0

---------

Co-authored-by: Johnathan Aspinwall <[email protected]>

* fix code list (#76)

* fix code list

* chore: Bump version to 2.9.3-beta.1 in package.json

---------

Co-authored-by: Johnathan Aspinwall <[email protected]>
Co-authored-by: Hilmar Maier <[email protected]>

* Add mi event type code list (#77)

* Add eventTypeCode list

* update source name and codelist name

* chore: Bump version to 2.9.3-beta.2 in package.json

* Change to numerical codes

* change description

---------

Co-authored-by: Johnathan Aspinwall <[email protected]>

* Add parameterDirection codelist (#80)

* Update codes with requested changes (#81)

* Update codes with requested changes

* Update adiwg_dataQualityElement.yml

* Update adiwg_dataQualityElement.yml

* Update data quality element code list

---------

Co-authored-by: Johnathan <[email protected]>
Co-authored-by: Johnathan Aspinwall <[email protected]>

* Update Gemfile.lock and package-lock.json versions to 2.9.3 (#83)

* chore: Remove unused ISO data quality element codelist

* Remove unused ISO data quality element codelist

* Remove resources/json

resources/json is a build artifact, it does not need to be stored in the repository. It does need to be included in the published versions.

* feat: Add GitHub Actions workflow for automated release creation (#95)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Hilmar Maier <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: J-Oliveros <[email protected]>
@jwaspin jwaspin marked this pull request as ready for review December 10, 2024 20:54
@jwaspin jwaspin marked this pull request as draft December 11, 2024 02:28
@hmaier-fws hmaier-fws marked this pull request as ready for review December 11, 2024 02:33
Copy link
Contributor

@hmaier-fws hmaier-fws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks OK

@hmaier-fws hmaier-fws merged commit a2d028a into develop Dec 11, 2024
1 check passed
@jwaspin jwaspin deleted the releases/2-10-0 branch December 11, 2024 02:50
hmaier-fws added a commit that referenced this pull request Dec 17, 2024
* Change default branch to dev (#49)

* Update CHANGELOG

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump grunt from 1.0.4 to 1.5.3

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.0.4...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* add orcid and ror to namespaces

* implement feedback

* Updating JSON files

* bump version

* add data quality report type codelist

* update descriptions

* update file name

* bump version

* Update description

* Bump lodash from 4.17.15 to 4.17.21 (#42)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump minimatch from 3.0.4 to 3.0.8 (#45)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump async from 2.6.1 to 3.2.3 (#46)

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.1...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update npm version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Johnathan <[email protected]>

* Merge dev into develop (#59)

* Remove "geographic" from description (#54)

* Remove "geographic" from description

* Update iso_scope.yml

Update definition from "a dataset" to "the dataset" to match the definition as defined in https://standards.iso.org/iso/19115/-3/mcc/1.0/codelists.xml.

---------

Co-authored-by: Hilmar Maier <[email protected]>

* Data Quality Code Lists (#53)

* Fix Data Quality Element

Rename iso_dataQualityElement.yml to adiwg_dataQualityElement.yml.
Fix codelistName, source, and sourceName.

* Add iso_valueStructure.yml

* Add iso_evaluationMethodTypeCode

* Add adiwg_evaluationMethod

* Add iso_uom

* Rename iso_uom to adiwg_unitsOfMeasure

Also add more units.

* Remove Comment

* Update .gitignore

---------

Co-authored-by: Johnathan <[email protected]>

* Fix Yaml Files & Increment Version (#62)

* 2.9.0

* Update buildify dependency

* Fix Yaml & Json Files

* Remove bower.json

* Update mdCodes Version

Increment minor version to 2.9.0

* Update README.md (and hopefully fix develop master conflicts) (#63)

* Update CHANGELOG

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump grunt from 1.0.4 to 1.5.3

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.0.4...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* add orcid and ror to namespaces

* implement feedback

* Updating JSON files

* bump version

* add data quality report type codelist

* update descriptions

* update file name

* bump version

* Update description

* Bump lodash from 4.17.15 to 4.17.21 (#42)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump minimatch from 3.0.4 to 3.0.8 (#45)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump async from 2.6.1 to 3.2.3 (#46)

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.1...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update npm version

* Fix Merge Errors

* Fix Merge Errors

* Fix package-lock.json

* Update README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>

* Code list updates (#69)

* Update CHANGELOG

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump grunt from 1.0.4 to 1.5.3

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.0.4...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* add orcid and ror to namespaces

* implement feedback

* Updating JSON files

* bump version

* add data quality report type codelist

* update descriptions

* update file name

* bump version

* Update description

* Bump lodash from 4.17.15 to 4.17.21 (#42)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump minimatch from 3.0.4 to 3.0.8 (#45)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump async from 2.6.1 to 3.2.3 (#46)

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.1...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update npm version

* Update data quality element class names

Removed DQ_ prefix.

* Update package versions to 2.9.1

* Update codeName in adiwg_dataQualityElement.json

* Update version to 2.9.1

* Remove iso_dataQualityElement.json

* Fix bug in login functionality

* Add build script to package.json

* Refactored data quality in version 2.9.1

* Delete iso_dataQualityElement.yml codelist

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>

* Add Missing Data Quality Report Type (#70)

* Update adiwg_dataQualityElement.yml codelist

* Update version to 2.9.2

* Update adiwg_dataQualityElement.json and mdcodes.json codelists

* fix typo in codeName (#75)

* fix typo in codeName

* chore: Update package version to 2.9.3-beta.0

---------

Co-authored-by: Johnathan Aspinwall <[email protected]>

* fix code list (#76)

* fix code list

* chore: Bump version to 2.9.3-beta.1 in package.json

---------

Co-authored-by: Johnathan Aspinwall <[email protected]>
Co-authored-by: Hilmar Maier <[email protected]>

* Add mi event type code list (#77)

* Add eventTypeCode list

* update source name and codelist name

* chore: Bump version to 2.9.3-beta.2 in package.json

* Change to numerical codes

* change description

---------

Co-authored-by: Johnathan Aspinwall <[email protected]>

* Add parameterDirection codelist (#80)

* Update codes with requested changes (#81)

* Update codes with requested changes

* Update adiwg_dataQualityElement.yml

* Update adiwg_dataQualityElement.yml

* Update data quality element code list

---------

Co-authored-by: Johnathan <[email protected]>
Co-authored-by: Johnathan Aspinwall <[email protected]>

* Update Gemfile.lock and package-lock.json versions to 2.9.3 (#83)

* chore: Remove unused ISO data quality element codelist

* Remove unused ISO data quality element codelist

* Remove resources/json

resources/json is a build artifact, it does not need to be stored in the repository. It does need to be included in the published versions.

* feat: Add GitHub Actions workflow for automated release creation (#95)

* Prepare release version 2.10.0 (#93)

* Update Gemfile.lock and package-lock.json versions to 2.9.3

* Add bureauCode and programCode to adiwg_namespace (#85)

* feat: Update data quality element code list

The data quality element code list has been updated with requested changes.

* Update adiwg-mdcodes to version 2.9.4-beta.0

* Update data quality element code list

* Update adiwg-mdcodes to version 2.9.4-beta.1

* chore: Update version to 2.10.0-beta.0

* chore: Update version to 2.9.4-beta.4

* Revert dataQualityElement list (#88)

* chore: Increment beta version

* chore: Update adiwg-mdcodes to version 2.10.0-beta.2

* chore: Update build script to include bundle command

* chore: Update version to 2.9.4-beta.5

* chore: Update adiwg-mdcodes to version 2.10.0

* Release Version 2.9.3 (#92)

* Change default branch to dev (#49)

* Update CHANGELOG

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump grunt from 1.0.4 to 1.5.3

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.0.4...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* add orcid and ror to namespaces

* implement feedback

* Updating JSON files

* bump version

* add data quality report type codelist

* update descriptions

* update file name

* bump version

* Update description

* Bump lodash from 4.17.15 to 4.17.21 (#42)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump minimatch from 3.0.4 to 3.0.8 (#45)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump async from 2.6.1 to 3.2.3 (#46)

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.1...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update npm version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Johnathan <[email protected]>

* Merge dev into develop (#59)

* Remove "geographic" from description (#54)

* Remove "geographic" from description

* Update iso_scope.yml

Update definition from "a dataset" to "the dataset" to match the definition as defined in https://standards.iso.org/iso/19115/-3/mcc/1.0/codelists.xml.

---------

Co-authored-by: Hilmar Maier <[email protected]>

* Data Quality Code Lists (#53)

* Fix Data Quality Element

Rename iso_dataQualityElement.yml to adiwg_dataQualityElement.yml.
Fix codelistName, source, and sourceName.

* Add iso_valueStructure.yml

* Add iso_evaluationMethodTypeCode

* Add adiwg_evaluationMethod

* Add iso_uom

* Rename iso_uom to adiwg_unitsOfMeasure

Also add more units.

* Remove Comment

* Update .gitignore

---------

Co-authored-by: Johnathan <[email protected]>

* Fix Yaml Files & Increment Version (#62)

* 2.9.0

* Update buildify dependency

* Fix Yaml & Json Files

* Remove bower.json

* Update mdCodes Version

Increment minor version to 2.9.0

* Update README.md (and hopefully fix develop master conflicts) (#63)

* Update CHANGELOG

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump grunt from 1.0.4 to 1.5.3

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.0.4...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* add orcid and ror to namespaces

* implement feedback

* Updating JSON files

* bump version

* add data quality report type codelist

* update descriptions

* update file name

* bump version

* Update description

* Bump lodash from 4.17.15 to 4.17.21 (#42)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump minimatch from 3.0.4 to 3.0.8 (#45)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump async from 2.6.1 to 3.2.3 (#46)

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.1...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update npm version

* Fix Merge Errors

* Fix Merge Errors

* Fix package-lock.json

* Update README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>

* Code list updates (#69)

* Update CHANGELOG

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump grunt from 1.0.4 to 1.5.3

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.0.4...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* add orcid and ror to namespaces

* implement feedback

* Updating JSON files

* bump version

* add data quality report type codelist

* update descriptions

* update file name

* bump version

* Update description

* Bump lodash from 4.17.15 to 4.17.21 (#42)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump minimatch from 3.0.4 to 3.0.8 (#45)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump async from 2.6.1 to 3.2.3 (#46)

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.1...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update npm version

* Update data quality element class names

Removed DQ_ prefix.

* Update package versions to 2.9.1

* Update codeName in adiwg_dataQualityElement.json

* Update version to 2.9.1

* Remove iso_dataQualityElement.json

* Fix bug in login functionality

* Add build script to package.json

* Refactored data quality in version 2.9.1

* Delete iso_dataQualityElement.yml codelist

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>

* Add Missing Data Quality Report Type (#70)

* Update adiwg_dataQualityElement.yml codelist

* Update version to 2.9.2

* Update adiwg_dataQualityElement.json and mdcodes.json codelists

* fix typo in codeName (#75)

* fix typo in codeName

* chore: Update package version to 2.9.3-beta.0

---------

Co-authored-by: Johnathan Aspinwall <[email protected]>

* fix code list (#76)

* fix code list

* chore: Bump version to 2.9.3-beta.1 in package.json

---------

Co-authored-by: Johnathan Aspinwall <[email protected]>
Co-authored-by: Hilmar Maier <[email protected]>

* Add mi event type code list (#77)

* Add eventTypeCode list

* update source name and codelist name

* chore: Bump version to 2.9.3-beta.2 in package.json

* Change to numerical codes

* change description

---------

Co-authored-by: Johnathan Aspinwall <[email protected]>

* Add parameterDirection codelist (#80)

* Update codes with requested changes (#81)

* Update codes with requested changes

* Update adiwg_dataQualityElement.yml

* Update adiwg_dataQualityElement.yml

* Update data quality element code list

---------

Co-authored-by: Johnathan <[email protected]>
Co-authored-by: Johnathan Aspinwall <[email protected]>

* Update Gemfile.lock and package-lock.json versions to 2.9.3 (#83)

* chore: Remove unused ISO data quality element codelist

* Remove unused ISO data quality element codelist

* Remove resources/json

resources/json is a build artifact, it does not need to be stored in the repository. It does need to be included in the published versions.

* feat: Add GitHub Actions workflow for automated release creation (#95)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Hilmar Maier <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: J-Oliveros <[email protected]>

* feat: Add GitHub Actions workflow for running tests and update parameter direction resources

* fix: Update GitHub Actions workflow to force install Node.js dependencies and reorder build step

* fix: Update Node.js version in GitHub Actions workflow to 20

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: J-Oliveros <[email protected]>
Co-authored-by: Hilmar Maier <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>

* chore: Remove iso_parameterDirectionCode.yml resource file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Hilmar Maier <[email protected]>
Co-authored-by: Josh Bradley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Zwolak <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: Chris MacDermaid <[email protected]>
Co-authored-by: J-Oliveros <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants