Skip to content
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

Added alias support for queries and mutations #26

Merged
merged 28 commits into from
Oct 5, 2019

Commits on Sep 27, 2016

  1. Merge branch 'develop'

    VerachadW committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    1d9696f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Merge branch 'develop'

    VerachadW committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    6e2779d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Merge branch 'develop'

    VerachadW committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    747ca09 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Fix escaped string array (VerachadW#6)

    * Update Spek version
    
    * Fix print wrong escaped character, Fix VerachadW#4
    
    * Rewrite the GraphQLPrintSpek for preetty print test
    
    * Bump hotfix version
    
    * Update build status link
    Verachad Wongsawangtham authored Mar 24, 2017
    Configuration menu
    Copy the full SHA
    ff19228 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2017

  1. Migrate kotlin v1.1.1 (VerachadW#7)

    * bump to kotlin v1.1.1
    
    * Add type alias for more readable code
    
    * Change the package name to me.lazmaid.kraph
    
    * Fix build failed dur to hamkrest error
    
    * Update spek version
    
    * Update ENV for release
    
    * Update README
    Verachad Wongsawangtham authored Mar 26, 2017
    Configuration menu
    Copy the full SHA
    5a1f319 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. Refactor arguments (VerachadW#9)

    * WIP
    
    * Split the print logic into sealed class
    
    * Update UTs
    
    * Add exception message
    
    * Refactor
    VerachadW authored May 21, 2017
    Configuration menu
    Copy the full SHA
    4ef145f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Add Test Coverage (VerachadW#11)

    * Add Test Coverage
    
    * Update spek version
    
    * Fix test result path
    
    * Add codecov YAML
    
    * Add onlyIf
    
    * Update config
    
    * Fix travis command
    
    * Add coverage badge
    VerachadW authored Jun 21, 2017
    Configuration menu
    Copy the full SHA
    4e6dfd2 View commit details
    Browse the repository at this point in the history
  2. Fix wrong download badge

    VerachadW committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    4655ded View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.5.1

    VerachadW committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    caae3c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. Support boolean type in Argument (VerachadW#15)

    * Add support for boolean type
    
    * Add Tests
    VerachadW authored Aug 6, 2017
    Configuration menu
    Copy the full SHA
    d48a480 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Fix typo in README (VerachadW#16)

    missing "h" in the example call to `println(query.toGrapQueryString())`
    mrowe authored and VerachadW committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    9e7d3d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Added basic fragment support (VerachadW#17)

    * improve readme
    
    * Allow using field with a block in place of field object
    
    * Update readme to include new changes
    
    * Cheap implementation of fragment that doesn't use actual GraphQL Fragments
    
    * Add fragment docs to readme
    
    * Fix tests
    
    * Change function to 'defineFragment'
    foxfriends authored and VerachadW committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    539559f View commit details
    Browse the repository at this point in the history
  2. Update Kotlin and library dependcies (VerachadW#18)

    * Update .gitignore
    
    * Update dependecies
    
    * Add secondary constructor for DataEntry.NonDecimalNUmber
    
    * Add Test for DataEntry classes
    
    * Fix failed UTs
    VerachadW authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    58374f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Added partial request printing functions (VerachadW#19)

    * improve readme
    
    * Allow using field with a block in place of field object
    
    * Update readme to include new changes
    
    * Cheap implementation of fragment that doesn't use actual GraphQL Fragments
    
    * Add fragment docs to readme
    
    * Fix tests
    
    * Add separate methods to print the different parts of the request separately
    
    * Use spaces instead of newlines for request format
    
    * Rewrite printing operations to optionally escape quotes
    
    * update readme a bit
    
    * Change function to 'defineFragment'
    
    * Use an enum to choose print format and write tests to cover all formats
    
    * Add note about variables
    foxfriends authored and VerachadW committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    99c00f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Configuration menu
    Copy the full SHA
    a3e7284 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. add support for variables (VerachadW#23)

    * add support for variables
    
    * add support for variables
    zeitlinger authored and VerachadW committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    4d64d7d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Added alias support for queries and mutations

    Pavel Sukhoterin committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    5041882 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Checked errors from CI Build and added an example for usage

    Pavel Sukhoterin committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    6db82ba View commit details
    Browse the repository at this point in the history
  2. Resolve error with arguments in RequestSpek.kt

    Pavel Sukhoterin committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    7e428d7 View commit details
    Browse the repository at this point in the history
  3. Resolve error in BuilderSpek.kt

    Pavel Sukhoterin committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    e4010c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Merge branch 'develop' of https://github.com/VerachadW/kraph into ali…

    …as_support
    
    # Conflicts:
    #	build.gradle
    
    Replace /n on """ in the BuilderSpek.kt
    Pavel Sukhoterin committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    3fdcbed View commit details
    Browse the repository at this point in the history
  2. Replace /n on """ in the BuilderSpek.kt

    Pavel Sukhoterin committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    a4caca6 View commit details
    Browse the repository at this point in the history
  3. Change equalTo to requestString

    Pavel Sukhoterin committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    5ca53d6 View commit details
    Browse the repository at this point in the history
  4. Change other test mutation with alias

    Pavel Sukhoterin committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    8d37382 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Added documentation about alias for field and fieldObject

    Pavel Sukhoterin committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    0d3a9ee View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'library/develop' into alias_support

    # Conflicts:
    #	README.md
    #	core/src/main/kotlin/me/lazmaid/kraph/Kraph.kt
    #	core/src/main/kotlin/me/lazmaid/kraph/lang/DataEntry.kt
    #	core/src/main/kotlin/me/lazmaid/kraph/lang/Field.kt
    #	core/src/main/kotlin/me/lazmaid/kraph/lang/GraphQLNode.kt
    #	core/src/main/kotlin/me/lazmaid/kraph/lang/relay/Node.kt
    #	core/src/main/kotlin/me/lazmaid/kraph/lang/relay/RelayMutation.kt
    #	core/src/test/kotlin/me/lazmaid/kraph/test/BuilderSpek.kt
    #	core/src/test/kotlin/me/lazmaid/kraph/test/DataEntrySpek.kt
    #	core/src/test/kotlin/me/lazmaid/kraph/test/GraphQLPrintSpek.kt
    #	core/src/test/kotlin/me/lazmaid/kraph/test/RequestSpek.kt
    Pavel Sukhoterin committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    29a0f0f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Resolved conflicts

    Pavel Sukhoterin committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    65bc4b9 View commit details
    Browse the repository at this point in the history
  2. Check CI error

    Pavel Sukhoterin committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    0d286ce View commit details
    Browse the repository at this point in the history