FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · emeraldjava/graphql-java-type-generator · GitHub
emeraldjava
/
graphql-java-type-generator
Public
forked from
graphql-java/graphql-java-type-generator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Mar 22, 2017
Merge pull request #7 from danielkwinsor/typevars
Show description for 8c26aab
danielkwinsor
authored
8c26aab
View commit details
Copy full SHA for 8c26aab
Browse repository at this point
Merge pull request #6 from danielkwinsor/wildcards
Show description for 3ff1d44
danielkwinsor
authored
3ff1d44
View commit details
Copy full SHA for 3ff1d44
Browse repository at this point
V0.9.0 Supporting TypeVariables in java 8
danielkwinsor
committed
e95295a
View commit details
Copy full SHA for e95295a
Browse repository at this point
Commits on Mar 21, 2017
V0.8.0 Supporting wildcards in generics
danielkwinsor
committed
1f86d04
View commit details
Copy full SHA for 1f86d04
Browse repository at this point
Commits on Mar 18, 2017
Merge pull request #3 from danielkwinsor/master
Show description for 9a3e995
andimarek
authored
9a3e995
View commit details
Copy full SHA for 9a3e995
Browse repository at this point
Commits on Mar 17, 2017
V0.7.0 Consuming newest v2.3.0 of graphql-java
danielkwinsor
committed
5fffb43
View commit details
Copy full SHA for 5fffb43
Browse repository at this point
Commits on Jun 5, 2016
V0.6.0 Adding support for raw arrays[]
danielkwinsor
committed
34c3b49
View commit details
Copy full SHA for 34c3b49
Browse repository at this point
Commits on May 12, 2016
V0.5.4 TypeRepository API is more strongly typed.
danielkwinsor
committed
e005bd9
View commit details
Copy full SHA for e005bd9
Browse repository at this point
Commits on May 11, 2016
Update README
danielkwinsor
committed
83ec9d5
View commit details
Copy full SHA for 83ec9d5
Browse repository at this point
V0.5.3 Validation on number of fields, must not be empty, otherwise return null. May change thing to insert a dummy field. Fixing 1 test case, and basicsOutput is now run.
danielkwinsor
committed
c1f7060
View commit details
Copy full SHA for c1f7060
Browse repository at this point
V0.5.2 Updating scalars
danielkwinsor
committed
3475be5
View commit details
Copy full SHA for 3475be5
Browse repository at this point
V0.5.1 Adding Scalars for byte, char, and short, since these may be present as java primitives.
danielkwinsor
committed
3223ab2
View commit details
Copy full SHA for 3223ab2
Browse repository at this point
Commits on May 7, 2016
Updating Readme
danielkwinsor
committed
14c3bc4
View commit details
Copy full SHA for 14c3bc4
Browse repository at this point
V0.5.0 Changing license to MIT, and moving groupId to the same as graphql-java.
danielkwinsor
committed
26b321f
View commit details
Copy full SHA for 26b321f
Browse repository at this point
Commits on May 4, 2016
V0.4.6 DefaultBuildContext gets a creator method and static rename, and Generators get final fields.
danielkwinsor
committed
82cfa2a
View commit details
Copy full SHA for 82cfa2a
Browse repository at this point
V0.4.5 DefaultBuildContext gets its own class
danielkwinsor
committed
19c3299
View commit details
Copy full SHA for 19c3299
Browse repository at this point
V0.4.4 Javadoc and import cleanup
danielkwinsor
committed
319864d
View commit details
Copy full SHA for 319864d
Browse repository at this point
Commits on May 2, 2016
V0.4.3b Bugfix for incorrect usage of Field.isAccessible, now using Modifiers.isPublic
danielkwinsor
committed
a62a7b4
View commit details
Copy full SHA for a62a7b4
Browse repository at this point
V0.4.3 Java Fields are treated case-insensitively when used with java Methods. Also disregarding non-accessible fields; if you need this, you can customize your Strategy as it was before.
danielkwinsor
committed
3730445
View commit details
Copy full SHA for 3730445
Browse repository at this point
V0.4.2 Arguments now work with generics. Slight description changes to make source clearer.
danielkwinsor
committed
44f6e19
View commit details
Copy full SHA for 44f6e19
Browse repository at this point
V0.4.1 Generics are working, but only with bounds. Unbounded parameters are treated like Objects.
danielkwinsor
committed
df31d15
View commit details
Copy full SHA for df31d15
Browse repository at this point
Commits on May 1, 2016
V0.4.0 WrappingTypeGenerator and default wrapping strategy are implemented.
danielkwinsor
committed
7710601
View commit details
Copy full SHA for 7710601
Browse repository at this point
V0.3.13 Separated TypeGenerator into the unchanging impl-contract, and the changeable parts, in preparation for WrappingTypeGenerator.
danielkwinsor
committed
75ceb38
View commit details
Copy full SHA for 75ceb38
Browse repository at this point
V0.3.12 Moving all Strategy interfaces to a new package for easier work.
danielkwinsor
committed
ae54491
View commit details
Copy full SHA for ae54491
Browse repository at this point
V0.3.11 TypeResolverStrategy_Caching now caches.
danielkwinsor
committed
1314ebc
View commit details
Copy full SHA for 1314ebc
Browse repository at this point
V0.3.10 More API condensation, and fixing TypeResolver to be non-reflection based.
danielkwinsor
committed
03cbedb
View commit details
Copy full SHA for 03cbedb
Browse repository at this point
V0.3.9 TypeWrapperStrategy added. Some rework of the API as needed.
danielkwinsor
committed
2715e2c
View commit details
Copy full SHA for 2715e2c
Browse repository at this point
Commits on Apr 30, 2016
V0.3.8 Strategy Builders now come with defaults, which makes for less repetition.
danielkwinsor
committed
c5fbcd4
View commit details
Copy full SHA for c5fbcd4
Browse repository at this point
V0.3.7 Refactoring TypeKinds to make better reuse of code.
danielkwinsor
committed
2a67bee
View commit details
Copy full SHA for 2a67bee
Browse repository at this point
Commits on Apr 29, 2016
V0.3.6 TypeRepository is now injectable. BuildContexts must not share their strategies, so making that clearer.
danielkwinsor
committed
512879b
View commit details
Copy full SHA for 512879b
Browse repository at this point
Commits on Apr 27, 2016
V0.3.5 Adding BigDecimal as a scalar and java.lang.Object as an empty GraphQLObjectType.
danielkwinsor
committed
d4555e1
View commit details
Copy full SHA for d4555e1
Browse repository at this point
V0.3.4 Strategy changes, implementing an interface and changing the Strategies Container. Setting up for Chainable strategies or something of the like. Also a benchmark test.
danielkwinsor
committed
c0c484c
View commit details
Copy full SHA for c0c484c
Browse repository at this point
V0.3.3.1 Adding a test case. Proves arrays work, but would like to investigate it some more.
danielkwinsor
committed
01a950d
View commit details
Copy full SHA for 01a950d
Browse repository at this point
V0.3.3 Creating BigInteger scalar, because it is not well serialized. Should probably do the same for BigDecimal, etc.
danielkwinsor
committed
12a147d
View commit details
Copy full SHA for 12a147d
Browse repository at this point
Commits on Apr 25, 2016
V0.3.2 Fixing why interfaces didn't work with impls. Adding some features around DataFetchers.
danielkwinsor
committed
24a184b
View commit details
Copy full SHA for 24a184b
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL