Skip to content

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 44 commits into from
Oct 8, 2019
Merged

pull change #7

merged 44 commits into from
Oct 8, 2019

Conversation

miklemv
Copy link
Owner

@miklemv miklemv commented Oct 8, 2019

No description provided.

igdianov and others added 30 commits August 6, 2019 09:18
…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
)

* fix: removed EntityManager.clear() from GraphQLJpaQueryDataFetcher

* fix(test): added unit tests to try to reproduce stale caching result problem
@miklemv miklemv merged commit dc23b6e into miklemv:master Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants