1. 20 3月, 2023 1 次提交
  2. 06 9月, 2021 1 次提交
  3. 04 9月, 2021 1 次提交
  4. 11 3月, 2021 1 次提交
    • B
      Introduce code style and reformat existing code #403 (#579) · 5b655222
      Bogdan Kobylynskyi 提交于
      * Introduce code style and reformat existing code #403
      
      * Add check-code-style.yml workflow #403
      
      * Add graphql-codegen-check-style.xml and enable it in the workflow #403
      
      * Fix check-code-style.yml workflow
      
      * Fix build issues
      
      * Revert back changes in gradlew script
      5b655222
  5. 05 3月, 2021 2 次提交
  6. 16 6月, 2020 1 次提交
  7. 27 5月, 2020 1 次提交
  8. 27 4月, 2020 1 次提交
  9. 26 4月, 2020 2 次提交
  10. 10 4月, 2020 1 次提交
    • B
      Fix GraphQL query serialization and add Gradle plugin for client-codegen #37 (#59) · 7ab8cc84
      Bogdan Kobylynskyi 提交于
      * Introduce codegen for client code - Part 1. #37
      
      * Remove redundant null-checks
      
      * Minor fixes in Request class generation + improve code coverage. #37
      
      * Customizable suffix of ResponseProjection classes. #37
      
      * Code coverage for MappingConfig #37
      
      * Fix method names #37 #53
      
      * Add codegen properties to GraphqlCodegenGradleTask #37
      
      * Rename example module to example-server #37
      
      * Change example-server project for gradle plugin #37
      
      * Add GraphQLResult class which holds response data+errors #37
      
      * Fix GraphQLRequestSerializer #37
      
      * Add example-client project for gradle plugin #37
      
      * Add example-client project to CI and README.md #37
      
      * Code coverage for GraphQLResult #37
      
      * Downgrade all dependencies level to 'implementation' #37
      
      * Fix GraphQL query characters escape + fix errors serialization #37
      
      * Fix GraphQL request serialization #37
      
      * Fix toString() generation for request input classes #37
      
      * Remove redundant apache-commons dependency #37
      
      * Use jackson lib to construct GraphQL query json #37
      7ab8cc84
  11. 06 4月, 2020 1 次提交
    • B
      Improve project structure (#52) · c1ee76d9
      Bogdan Kobylynskyi 提交于
      * Improve project structure #43
      
      * Improve project structure #43
      
      * Configs in "graphqlSchemas" should be optional #51
      
      * Add missing file #43
      
      * Fix module name #43
      c1ee76d9
  12. 04 4月, 2020 2 次提交
    • B
      889b2246
    • B
      Gather library and maven/gradle plugins in a single repo (#34) · ab7fc440
      Bogdan Kobylynskyi 提交于
      * Gather library and maven/gradle plugins in a single repo #33
      
      * Fix CircleCI config.yml #33
      
      * Fix CircleCI config.yml #33
      
      * Fix CircleCI config.yml #33
      
      * Fix CircleCI config.yml #33
      
      * Fix CircleCI config.yml #33
      
      * Fix CircleCI config.yml #33
      
      * Fix CircleCI config.yml #33
      
      * Align all README.md files #33
      
      * Remove redundant CircleCI config.yml #33
      
      * Remove target folder #33
      
      * Bump version to 1.5.0-SNAPSHOT
      
      * Add Contributing Guidelines #35
      
      * CircleCI config: install library so that plugin build picks it up #33
      
      * CircleCI config: add description to all steps #33
      
      * Use ${version} variable wherever possible instead of hardcoding it #33
      ab7fc440