-
Notifications
You must be signed in to change notification settings - Fork 13
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
DatasetOwnershipService
: moved to the kamu-dataset
area & implemented via DatasetEntryServiceImpl
#1004
DatasetOwnershipService
: moved to the kamu-dataset
area & implemented via DatasetEntryServiceImpl
#1004
Conversation
5574144
to
371bbc6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add notes for readers
|| async { Ok(Arc::new(owner_id)) }, | ||
move |owner_id, pagination| async move { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|| async { ... },
move |...| async move {
...
}
Offtop: ah, the magical Rust
}), | ||
)), | ||
}); | ||
break; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A soul cry: this break
left behind cost me almost 6 hours of debugging...
@@ -1,414 +0,0 @@ | |||
// Copyright Kamu Data, Inc. and contributors. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for readers: duplicate file -- looks like a sad artifact of the previous my big merge.
Description
DatasetOwnershipService
: moved to thekamu-dataset
area & implemented viaDatasetEntryServiceImpl