-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bulk entity creation via API (#1070)
* Start of bulk entity upload * Move bulk append to existing POST .../entities resource * Test to check entity sources * Make sure bulk entity create is in a transaction * Return bulk create event and details in audits for a single entity * Add test for auto-generating UUID * Updating the docs * Remove extra transaction by fixing test * fixing tests, handling empty entities array or non-array * mend * exclude entity.bulk.create from non-verbose audit logs * validate bulk entity source object * updated docs to include bulk source
- Loading branch information
Showing
8 changed files
with
936 additions
and
40 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.