-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a few tests and supporting models
Working prototype Added inheritance projection mockup Added subclass + superclass fields in graphQL test Beautified tests. Removed hack/mock in model builder to build to specific classes Cleaned up name resolution Code cleanup complete Build passes with core changes Refactored tests to use common graphQL utils. Added error test for interface creation Fixed build issues Added tests for invalid filter predicates Fixed GraphQL errors that return 500 error. Added more tests to inheritanceIT Added invalid sort test for JSON-API Updated comments Fixing build and codacy issues Fixed NPE in WebApplicationException handling Added more unit tests Fixed broken pom
- Loading branch information
Aaron Klish
committed
May 19, 2020
1 parent
ae30c5b
commit e00e950
Showing
34 changed files
with
1,010 additions
and
244 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
16 changes: 0 additions & 16 deletions
16
elide-core/src/main/java/com/yahoo/elide/core/exceptions/InvalidPredicateException.java
This file was deleted.
Oops, something went wrong.
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.