-
Notifications
You must be signed in to change notification settings - Fork 2
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
New ViewService + Fix bug with memory monitoring #428
Conversation
} | ||
return blob | ||
@Transactional | ||
JsonBlob createOrUpdate(String type, String name, Map data, String username = username) { |
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.
Does this work for blobs that are not owned by the authenticated user? In the context of views, blobs describing "Global" views with null
owners?
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.
Here I was definitely mirrorring the create semantics, which only allow you to create a blob that you own. Will comment that better.
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.
I think I just misunderstood it - looks good to me :)
cr: greg |
No description provided.