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

Handle update action for Gatsby preview #105

Closed
wants to merge 16 commits into from
Closed

Commits on Jan 20, 2020

  1. extract addHeader to separate module

    ondrejch committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    0c6c612 View commit details
    Browse the repository at this point in the history
  2. move schema definition to proper livecycle method

    ondrejch committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    1c71630 View commit details
    Browse the repository at this point in the history
  3. refactor argument for readability

    ondrejch committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    eab4622 View commit details
    Browse the repository at this point in the history
  4. use different approach when creating contentDigest

    ondrejch committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    5e37be9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    2b9c24f View commit details
    Browse the repository at this point in the history
  2. remove duplicate record in snaphot

    ondrejch committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    70af858 View commit details
    Browse the repository at this point in the history
  3. audit fix

    ondrejch committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    0c51a35 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    a0cf199 View commit details
    Browse the repository at this point in the history
  2. extract logic from createContentItemNode method

    ondrejch committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    cff0e9c View commit details
    Browse the repository at this point in the history
  3. add implementation of preview handling

    ondrejch committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    4e8e5f9 View commit details
    Browse the repository at this point in the history
  4. connect preview handling

    ondrejch committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    ac3c83c View commit details
    Browse the repository at this point in the history
  5. cover update by the tests

    ondrejch committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    d61100b View commit details
    Browse the repository at this point in the history
  6. fix counting

    ondrejch committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    99ea62c View commit details
    Browse the repository at this point in the history
  7. fix normalize method

    ondrejch committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    cf29f74 View commit details
    Browse the repository at this point in the history
  8. fix lint error

    ondrejch committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    6d8c03e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

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