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

feat(schema): Inference controls and improvements #13028

Merged
merged 35 commits into from
May 16, 2019
Merged

Commits on Apr 2, 2019

  1. WIP inference changes

    freiksenet committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    ff596b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a88165c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    494f2e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1fff33 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Kitchen sink tests

    freiksenet committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    0ded10d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. More fixes

    freiksenet committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    354f11e View commit details
    Browse the repository at this point in the history
  2. Mapping via extensions

    freiksenet committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    774ada4 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    freiksenet committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    ffa3960 View commit details
    Browse the repository at this point in the history
  4. Fix comment

    freiksenet committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    fd57bb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    5a6320f View commit details
    Browse the repository at this point in the history
  2. v2.4.0-alpha.1

    freiksenet committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    d065cb6 View commit details
    Browse the repository at this point in the history
  3. Fix review comments

    freiksenet committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    978e22e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. [schema] Simplify type merging (#13557)

    * Add another test
    
    * Add thirdparty types and fix relay classic weirdness
    
    * Remove unused deps
    
    * Simplify inference
    stefanprobst authored and freiksenet committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    1c2a501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce07eb1 View commit details
    Browse the repository at this point in the history
  3. v2.4.0-alpha.2

    freiksenet committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    9ca160e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. More consistent naming

    freiksenet committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    17d7857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c18d1e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

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

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    e40f6d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a53e22 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. v2.4.0-alpha.3

    freiksenet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    9bad5a4 View commit details
    Browse the repository at this point in the history
  2. Add blog post

    freiksenet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    06b612a View commit details
    Browse the repository at this point in the history
  3. Update docs

    freiksenet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    446c60a View commit details
    Browse the repository at this point in the history
  4. Fix link

    freiksenet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    2bcdc40 View commit details
    Browse the repository at this point in the history
  5. Improve docs

    freiksenet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    f2e1986 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. [schema] Allow registering custom field extensions (#13738)

    * Allow registering field extensions
    
    * Update packages/gatsby/src/utils/api-node-docs.js
    
    Co-Authored-By: stefanprobst <stefan.probst@univie.ac.at>
    
    * Update packages/gatsby/src/schema/schema.js
    
    Co-Authored-By: stefanprobst <stefan.probst@univie.ac.at>
    
    * Rename to createFieldExtension
    
    * Apply review suggestion
    
    * Remove addResolver extension
    
    * Add test
    
    * Remove public createFieldExtension API
    
    * Lint
    stefanprobst authored and freiksenet committed May 14, 2019
    Configuration menu
    Copy the full SHA
    5bf9bb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b96f9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Fix all addResolver uses

    freiksenet committed May 15, 2019
    Configuration menu
    Copy the full SHA
    aee5186 View commit details
    Browse the repository at this point in the history
  2. v2.5.0-rc.1

    freiksenet committed May 15, 2019
    Configuration menu
    Copy the full SHA
    daa2af3 View commit details
    Browse the repository at this point in the history
  3. Fix blog post

    freiksenet committed May 15, 2019
    Configuration menu
    Copy the full SHA
    65e7504 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-Authored-By: Mike Allanson <michael.allanson@gmail.com>
    freiksenet and m-allanson authored May 15, 2019
    Configuration menu
    Copy the full SHA
    b6c61e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e76784c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69f179a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f338bdd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

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