forked from introproventures/graphql-jpa-query
-
Notifications
You must be signed in to change notification settings - Fork 0
pull change #7
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
Merged
Merged
pull change #7
Conversation
This file contains hidden or 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
…ort for query and filter (#158) * Local Date fix * fix format * fix format * fix instant parse form string only * fix format * add ZonedDateTime * Add Unit Test on JavaScalars * Fix format * Add tests LocalDate/Time * Format code * Fix error time zone * Fix Test Error * Fix by remove unnecessary code * Add more tests * Fix duplicate testing * Add more test * Fix for with where condition * Fix test error with zonedDateTime * Extract Localdatetime to own package * Fix error of testing * add more data for test * fix expect value * Fix expect value * fix expect value of Zoned date
* feat: add `spring.graphql.jpa.query.web.enabled` conditional property * fix: add `spring.graphql.jpa.query.enabled` conditional property
* Add METHOD to the @GraphQLIgnore annotation target * Fix issue with not ignoring transient field when it's name starts with 'get' and has no reflection in any of the class' properties * Use formatter on IntrospectionUtils.java * Add test and fix schema building issue * Reorganised test case in IntrospectionUtilsTest.java * Change return value in isAnnotationPresent to false instead of throwing an exception when property not found
* feat: add support for variable where criteria expressions * Add GraphQLWhereVariableBindingsTests and fix variable name mismatch issue (#164) * chore: consolidate tests for where variable bindings * fix: polish conversion of ArrayValue
* fix: expose Java feld and read method introspection Api * fix: refactor schema description introspection * fix: polish introspection class names and remove obsolete code * polish * polish formatting * Add test case that validates schema after it is created (#170)
* fix: support uppercase attribute names introspection * fix: make getFieldName private * fix: polish * Add duplicated property test case (#178) * fix: add test case for private getter (#175) * fix: add test case for private getter * fix: polish test * fix: refactor IntrospectionUtils * fix: remove redundant code * fix: polish IntrospectionUtils * polish IntrospectionUtils * fix: use JPA's ManagedType for entity introspection * fix: cannot find symbol compile error * fix: cannot find symbol symbol: method isEmpty() * fix: add protected getter test case * fix: add ignored attribute property descriptor tests * fix: polish IntrospectionUtils * fix: add protectedGetter to CalculatedEntityTests * fix: refactor ObjectValue conversion * fix: refactor persistent attribute detection * fix: remove redundant code persistent detection logic * fix: add introspection support for protected getter methods * feat: refactor class introspection utils * Add custom metamodel test case * fix: refactor IntrospectionUtils to EntityIntrospector * fix: add ArrayUtil test coverage * fix: add ReflectionUtil tests * fix: add ClassIntrospector tests * fix: add ClassUtil tests * fix: filter static methods * fix: failing test methods * fix: add ObjectUtil tests * feat: add scanStatics option to ClassIntrospector * fix: add test coverage for annotation descriptors * fix: add constructor and property descriptor tests * fix: polish ClassIntrospectorTest format * fix: add PropertyDescriptor tests * fix: add PropertyDescriptor equals and hashCode * fix: add ConstructorDescriptor tests * fix: add PropertyDescriptor equals and hashCode tests * fix: add AnnotationDescriptor tests * fix: add FieldDescriptor tests * fix: add MethodDescriptor tests * fix: add BeanUtil test coverage * fix: add missing PropertyDescriptorTest coverage * fix: PropertyDecriptor NPE check * fix: add basic introspection tests
#186) * fix: switch off lower(COLUMN_NAME) decoration on String equality check * fix: add unit tests with EQ case matching
…elements (#200) * fix: adedd support for fetching optional element collections elements * fix(test): polished queryOptionalElementCollections * polish(test): added tags selection field to queryOptionalElementCollections
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.