-
Notifications
You must be signed in to change notification settings - Fork 0
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
Validate aleph seq2 #113
Merged
Merged
Validate aleph seq2 #113
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
Bumps [@natlibfi/melinda-rest-api-commons](https://github.com/natlibfi/melinda-rest-api-commons) from 4.0.7 to 4.0.9. - [Release notes](https://github.com/natlibfi/melinda-rest-api-commons/releases) - [Commits](NatLibFi/melinda-rest-api-commons@v4.0.7...v4.0.9) --- updated-dependencies: - dependency-name: "@natlibfi/melinda-rest-api-commons" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@natlibfi/marc-record-serializers](https://github.com/natlibfi/marc-record-serializers) from 10.0.6 to 10.1.0. - [Release notes](https://github.com/natlibfi/marc-record-serializers/releases) - [Commits](NatLibFi/marc-record-serializers@v10.0.6...v10.1.0) --- updated-dependencies: - dependency-name: "@natlibfi/marc-record-serializers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.12 to 2.6.13. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.12...v2.6.13) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@natlibfi/marc-record](https://github.com/natlibfi/marc-record-js) from 7.2.4 to 7.3.0. - [Release notes](https://github.com/natlibfi/marc-record-js/releases) - [Commits](NatLibFi/marc-record-js@v7.2.4...v7.3.0) --- updated-dependencies: - dependency-name: "@natlibfi/marc-record" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.6 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ammsalme
added a commit
that referenced
this pull request
Sep 8, 2023
* Dependency update (#111) * Bump @natlibfi/melinda-rest-api-commons from 4.0.7 to 4.0.9 (#110) * Bump @natlibfi/marc-record-serializers from 10.0.6 to 10.1.0 (#109) * Bump node-fetch from 2.6.12 to 2.6.13 (#108) * Bump @natlibfi/marc-record from 7.2.4 to 7.3.0 (#107) * Bump @babel/runtime from 7.22.6 to 7.22.10 (#105) * Bump node-fetch from 2.6.13 to 2.7.0 (#112) * Validate aleph seq2 (#113) + Use updated marc-record-serializers that errors for too long records for converting to alephSequential ** Note that if even one record in a batch job chunk of 100 records fails, the whole chunk fails, and doesn't get any recordResponses ** validator handles validating single records * Dependency update (#116) ** Bump mongodb from 4.16.0 to 4.17.1 (#115) * Dependency update (#120) ** Bump mongodb from 4.16.0 to 4.17.1 (#115) ** Bump actions/checkout from 3 to 4 (#119) ** Bump @babel/runtime from 7.22.11 to 7.22.15 (#118) ** Bump http-status from 1.6.2 to 1.7.0 (#117) * Update deps * 3.0.11-alpha.9
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.
Use updated marc-record-serializers that errors for too long records for converting to alephSequential
** Note that if even one record in a batch job chunk of 100 records fails, the whole chunk fails, and doesn't get any recordResponses
** validator handles validating single records
Update deps
v3.0.11-alpha.4