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

Add loader for .graphql files #3909

Merged
merged 17 commits into from
Feb 3, 2018
Merged

Add loader for .graphql files #3909

merged 17 commits into from
Feb 3, 2018

Commits on Jan 23, 2018

  1. Add graphql loader to webpack config

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    7b278c1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    123e89e View commit details
    Browse the repository at this point in the history
  3. Update react-scripts README.md

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    c64c25c View commit details
    Browse the repository at this point in the history
  4. Add graphql jest transform

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    53e215f View commit details
    Browse the repository at this point in the history
  5. Add integration tests, pin versions in package.json

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    d1dd2a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Tests expect regexp matchers

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    f32d3fd View commit details
    Browse the repository at this point in the history
  2. Use strict equal test instead

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    3a14cd1 View commit details
    Browse the repository at this point in the history
  3. Escaping is hard

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    435ece0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0860029 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Update docs

    iansu committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    eeed28f View commit details
    Browse the repository at this point in the history
  2. Merge next into branch

    iansu committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    683d818 View commit details
    Browse the repository at this point in the history
  3. Fix jest config

    iansu committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    e68515d View commit details
    Browse the repository at this point in the history
  4. Remove node_modules exclusion

    iansu committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    786ee4a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Update README.md

    petetnt committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    5198496 View commit details
    Browse the repository at this point in the history
  2. Inline graphql jest transform

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    ce2e153 View commit details
    Browse the repository at this point in the history
  3. Update copyright header

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    39d39bc View commit details
    Browse the repository at this point in the history
  4. Use .graphql extension only

    Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
    petetnt committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    b356d27 View commit details
    Browse the repository at this point in the history