Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alp Deniz Ogut
Pod
Commits
368f4927
Commit
368f4927
authored
3 years ago
by
Alp Deniz Ogut
Browse files
Options
Download
Email Patches
Plain Diff
Log created edges during bulk request
parent
64c91aee
Pipeline
#4088
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/internal_api.rs
+2
-1
src/internal_api.rs
with
2 additions
and
1 deletion
+2
-1
src/internal_api.rs
+
2
-
1
View file @
368f4927
...
...
@@ -185,10 +185,11 @@ pub fn bulk_tx(
database_key
:
&
DatabaseKey
,
)
->
Result
<
Value
>
{
info!
(
"Performing bulk action with {} new items, {} updated items, {} deleted items"
,
"Performing bulk action with {} new items, {} updated items, {} deleted items
, {} created edges
"
,
bulk
.create_items
.len
(),
bulk
.update_items
.len
(),
bulk
.delete_items
.len
(),
bulk
.create_edges
.len
(),
);
let
mut
created_items
=
Vec
::
new
();
for
item
in
bulk
.create_items
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets