Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tendant/graphql-clj
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.2
Choose a base ref
...
head repository: tendant/graphql-clj
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.3
Choose a head ref
  • 10 commits
  • 121 files changed
  • 2 contributors

Commits on Apr 28, 2017

  1. update to 0.2.3-SNAPSHOT

    tendant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    713c35e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. High performance java parser. Example schema parse time drops from ~2…

    …100 us to ~3.5 us in testing (after a few runs to JIT). The produced AST is unchanged, except for the location metadata. Tests and validators are updated accordingly.
    jeffi authored and tendant committed May 18, 2017
    Configuration menu
    Copy the full SHA
    b5c2c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a6812 View commit details
    Browse the repository at this point in the history
  3. Catch parsing error exception

    tendant committed May 18, 2017
    Configuration menu
    Copy the full SHA
    e6984b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f4c170 View commit details
    Browse the repository at this point in the history
  5. disable javac options

    tendant committed May 18, 2017
    Configuration menu
    Copy the full SHA
    fefd329 View commit details
    Browse the repository at this point in the history
  6. use oracle jdk8

    tendant committed May 18, 2017
    Configuration menu
    Copy the full SHA
    637efd8 View commit details
    Browse the repository at this point in the history
  7. Fix missing expected keyword

    tendant committed May 18, 2017
    Configuration menu
    Copy the full SHA
    deb6c7b View commit details
    Browse the repository at this point in the history
  8. fix errors for executor

    tendant committed May 18, 2017
    Configuration menu
    Copy the full SHA
    9ce579a View commit details
    Browse the repository at this point in the history
  9. release 0.2.3

    tendant committed May 18, 2017
    Configuration menu
    Copy the full SHA
    8d723d8 View commit details
    Browse the repository at this point in the history
Loading