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

Modularize #153

Merged
merged 18 commits into from Oct 28, 2016
Merged

Modularize #153

merged 18 commits into from Oct 28, 2016

Commits on Oct 18, 2016

  1. Configuration menu
    Copy the full SHA
    a45b6a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aff34c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Implement memoryfs, watch

    closes #151
    
    Implement MemoryFS option for graphql-directory-api. This helps write
    more tests since we don't have to worry about filesystem access.
    
    watch was also scaffolded in this PR, but has not been tested.
    ChristopherBiscardi committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    21b30b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. fixup tests

    ChristopherBiscardi committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    f6af0d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff368f View commit details
    Browse the repository at this point in the history
  3. Implement graphql-directory-api in core

    Removes a bunch of code related to GraphQL and dataset
    generation. Enables generation of Schema for introspection, etc
    without generation of dataset, speeding up .graphql and schema.json
    files for Relay, etc.
    
    Introduce graphql-directory-api test for schema generation with empty dataset.
    ChristopherBiscardi committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    5ea151f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Configuration menu
    Copy the full SHA
    06af151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39f92d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b93af7d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Configuration menu
    Copy the full SHA
    c70fc4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a24c95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b46e4c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    433584d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b440637 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    141fbb7 View commit details
    Browse the repository at this point in the history
  7. update gitignore

    ChristopherBiscardi committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    96532e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Configuration menu
    Copy the full SHA
    4c5a801 View commit details
    Browse the repository at this point in the history
  2. update docs

    ChristopherBiscardi committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    ebd841d View commit details
    Browse the repository at this point in the history