Conversation
* The shape of it * straighten out errors, take into other branch
cubap
reviewed
Apr 14, 2025
Member
cubap
left a comment
There was a problem hiding this comment.
just comments. I'll poke more tomorrow.
…ss in the same order as submitted.
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.23.5 to 7.27.0. - [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.27.0/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cubap
approved these changes
Apr 15, 2025
| <p> | ||
| Update multiple existing RERUM objects at once and recieve an array of the complete records as the response body. | ||
| Accepts only a single array of JSON objects in the request body. The '@id' property must be present for each object. | ||
| In cases where the Linked Data @context property maps '@id' to 'id' either of these properties will be sufficient. |
Member
|
tests pass. It looks right. I did not set up a messy local db to test it with, but it doesn't break current functionality, so I accept it. |
This file contains hidden or 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
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.
Negotiate around
@idandidfor objects returned in the response body to clients. Protect theidproperty during API logic where necessary. Allow user to supply a valid_idwith which to create objects.Add a new route, PUT /bulkUpdate
Add new route to API.html. Document the performance improvement allowing /bulkUpdate and /bulkCreate to occur as an 'unordered' bulkWrite() Mongo operation.
Fix up error reporting, esp. to make sure the 409 for duplicate
_idis handled and reported correctly.Add tests for id negotiation and bulkUpdate.
npm audit fixbecause it has been a while.Bring in Dependabot fix #193