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

Use graymatter excerpt in gatsby-transformer-remark #2883

Merged
merged 20 commits into from
Jan 10, 2018
Merged

Use graymatter excerpt in gatsby-transformer-remark #2883

merged 20 commits into from
Jan 10, 2018

Commits on Nov 11, 2017

  1. Check for graymatter excerpt

    Checks to see if there is a gray-matter excerpt before returning a
    pruned character count
    reccanti committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    1ebee1a View commit details
    Browse the repository at this point in the history
  2. Fix test

    Remove a variable that wasn't being used
    reccanti committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    6fdde7c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

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

Commits on Nov 15, 2017

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

Commits on Nov 16, 2017

  1. Update using-remark example

    reccanti committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    f0d6909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f3947 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66c8e41 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Remove package-lock.json

    reccanti committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    d6a8d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b196d View commit details
    Browse the repository at this point in the history
  3. Update copy

    Updates copy to be a bit more descriptive
    reccanti committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    4492ed5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    487d3df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21e1a84 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Begin stubbing out extend-node.js tests

    Created a basic framework for creating a markdown node via the
    onCreateNode function. This should be expanded to factor in the changes
    that occur in the setFieldsOnGraphQLNodeType function.
    reccanti committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    eafdab8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

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

Commits on Dec 27, 2017

  1. Add query test

    Adds a test that uses graphql to query a node with its excerpt
    reccanti committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    5e0b340 View commit details
    Browse the repository at this point in the history
  2. Regroup tests

    Regroups tests so that graphql queries and node tests are in their own
    groups
    reccanti committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    d96449e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b929435 View commit details
    Browse the repository at this point in the history
  4. Fix linting errors

    Fixes linting errors that were causing issues on travisCI
    reccanti committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    b2707eb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Configuration menu
    Copy the full SHA
    7f8f5f2 View commit details
    Browse the repository at this point in the history
  2. Format

    KyleAMathews committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f31db82 View commit details
    Browse the repository at this point in the history