Aaron Klish

Results 90 comments of Aaron Klish

@codingwhatever GraphQL error handling was improved greatly in Elide 5. Can you rerun with Elide 5?

@codingwhatever what was the actual error in this case? Did it fail for permissions or are you providing an invalid user ID? I"m not sure how to reproduce the failure...

Also - is there an ID field in the `Incident` model?

There are three components to this ticket: 1. Adding a global setting for spring & standalone to turn on/off this feature because it changes the API. Turning on the feature...

Hi Serg, Thanks for the thoughtful feedback and inquiries. I haven't had a chance yet to fully digest this conversation (will do that hopefully soon), but a quick comment on...

I think the requirement makes sense. Jackson has a LOT of annotations though. If we support @JsonProperty - what about others? We currently use @Exclude like we would @JsonIgnore. Also,...

Transaction.supportsFiltering logic moved into DataStoreIterable: https://github.com/yahoo/elide/blob/master/elide-core/src/main/java/com/yahoo/elide/core/datastore/DataStoreIterable.java#L45-L47 Transaction.loadObjects can return a custom implementation of this interface which can tell Elide whether or not the wrapped Iterable should be filtered in memory...

👍 You mentioned you had made modifications to Elide.java. Is that something that is worth submitting back? I haven't given this restructure a whole lot of thought yet.

@jstemen Thanks for filing the issue. I agree that some refactoring is in order here - especially providing a convenient mechanism to set an ID since that is one of...

We'll add it to the backlog (no current plans), but would also be happy to review a submission for this on elide-5.x branch.