You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Good id negotiation in the db controller for a create request/response
* touch em all
* touch em all
* touch em all
* Get rid of _id regularly
* Since it is somewhat likely @context will be an array
* tests
* Tests we will need TODO
* Good error throughput
* Changes from manual testing
* Error redo
* Error redo
* Error redo
* Now errors are handled in rest.js without unnecessary interceptions
* documentation and cleanup
* documentation and cleanup
* documentation and cleanup
* can put this back now
* can put this back now
* can put this back now
* 65 bulk update (#192)
* The shape of it
* straighten out errors, take into other branch
* ew the nasties
* Register the bulkUpdate route. Make the errors behave.
* Functional bulkUpdate and much improved error reporting.
* bulkUpdate test entries. skipping end to end test for it, for now.
* Harder checks against objects supplied in the bodies of bulk endpoints.
* Harder checks against objects supplied in the bodies of bulk endpoints.
* ah ')'
* overachieving just a lil bit
* Performance update for bulkCreate and bulkUpdate, which may not process in the same order as submitted.
* Bump @babel/helpers from 7.23.5 to 7.27.0 (#193)
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>
* no prezi 2
* yes oa
* cmon
* lint this bad indent
* formally skip() this test
* API wording around /bulkUpdate and /bulkCreate.
* oh boy missed this
* oh boy missed this
* oh boy missed this
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
of the resolved records from the update process</li>
759
+
</ul>
760
+
761
+
<p>
762
+
Update multiple existing RERUM objects at once and recieve an array of the complete records as the response body.
763
+
Accepts only a single array of JSON objects in the request body. The '@id' property must be present for each object.
764
+
In cases where the Linked Data @context property maps '@id' to 'id' either of these properties will be sufficient.
765
+
The array of JSON objects passed in may not be updated in the order submitted. The response will have the URI
766
+
of the new resource or an error message as an array in the order the objects were processed. When errors are encountered, the batch process will attempt to continue for all submitted items.
0 commit comments