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

collection.addSchemaField fix #63

Closed
wants to merge 14 commits into from

Commits on Nov 15, 2018

  1. Initial commit for @gridsome/source-drupal

    Matthew King committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    d0226ac View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Create initial loadSource for pulling in any REST endpoint from a Dru…

    …pal instance, create cooresponding GraphQL Types and Nodes from API response
    Matthew King committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    593a439 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    f5966fe View commit details
    Browse the repository at this point in the history
  2. Bumped version

    Matthew King committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    76bfdde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fb5969 View commit details
    Browse the repository at this point in the history
  4. Updated README and bumped version

    Matthew King committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    4250bf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    f84f4cc View commit details
    Browse the repository at this point in the history
  2. Update packages/source-drupal/src/entities/Entity.js

    Co-Authored-By: matt-e-king <mking@crownchimp.com>
    hjvedvik and matt-e-king committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    3303a55 View commit details
    Browse the repository at this point in the history
  3. Small formatting changed

    Matthew King committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    79e3362 View commit details
    Browse the repository at this point in the history
  4. Removed individual lodash dependencies and pulled in full lodash; fac…

    …tored out @sindresorhus/slugify and replaced with store.slugify
    Matthew King committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    2d89c80 View commit details
    Browse the repository at this point in the history
  5. added node, taxonomy_term, file and user as default entities; no long…

    …er required in gridsome.config
    Matthew King committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    4705681 View commit details
    Browse the repository at this point in the history
  6. Moved devDependencies to dependencies

    Matthew King committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    59768e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    6d4bccf View commit details
    Browse the repository at this point in the history
  2. Forgot to remove toPascalCase from utils exports

    Matthew King committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    c129234 View commit details
    Browse the repository at this point in the history