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

feat(gatsby): Defer node mutation during querying #25479

Merged
merged 68 commits into from
Jul 22, 2020

Commits on Jun 25, 2020

  1. Move bootstrap into machine

    ascorbic committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1193d2e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    696d5fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b7f3b View commit details
    Browse the repository at this point in the history
  3. Use values from context

    ascorbic committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    6f97db6 View commit details
    Browse the repository at this point in the history
  4. Remove logs

    ascorbic committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    36e8ef4 View commit details
    Browse the repository at this point in the history
  5. Add redirectListener

    ascorbic committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    07d0741 View commit details
    Browse the repository at this point in the history
  6. Changes from review

    ascorbic committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    cd3a909 View commit details
    Browse the repository at this point in the history
  7. Log child state transitions

    ascorbic committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    d2b615b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

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

Commits on Jul 1, 2020

  1. Changes from review

    ascorbic committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    d049022 View commit details
    Browse the repository at this point in the history
  2. Changes from review

    ascorbic committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    2dad129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1df526a View commit details
    Browse the repository at this point in the history
  4. Switch to reporter

    ascorbic committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    26420c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    637c642 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ff46bd View commit details
    Browse the repository at this point in the history
  7. Use assertStore

    ascorbic committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    7bc5056 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd82b3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f0ab66 View commit details
    Browse the repository at this point in the history
  10. Remove unused action

    ascorbic committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    2ce7b77 View commit details
    Browse the repository at this point in the history
  11. Remove unusued config

    ascorbic committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    133099d View commit details
    Browse the repository at this point in the history
  12. Remove unusued config

    ascorbic committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e7f426e View commit details
    Browse the repository at this point in the history
  13. Add gql runner reset

    ascorbic committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    7da48a6 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'feat/query-state-machine' of github.com:gatsbyjs/gatsby…

    … into feat/query-state-machine
    ascorbic committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    8f497be View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

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

Commits on Jul 3, 2020

  1. Use new pagedata utils

    ascorbic committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    6ca668f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b701d7c View commit details
    Browse the repository at this point in the history
  3. Use develop queue

    ascorbic committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    d3e7a59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae0ece9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28e7691 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    896a2af View commit details
    Browse the repository at this point in the history
  7. New xstate syntax

    ascorbic committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    186eb0c View commit details
    Browse the repository at this point in the history
  8. Work-around xstate bug

    ascorbic committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    c0acfe1 View commit details
    Browse the repository at this point in the history
  9. Track first run

    ascorbic committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    12d5f20 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    78463b7 View commit details
    Browse the repository at this point in the history
  11. Track first run

    ascorbic committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    8987299 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dc3fb42 View commit details
    Browse the repository at this point in the history
  13. Disable --quiet in e2e

    ascorbic committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    fa05e0d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e8609f View commit details
    Browse the repository at this point in the history
  15. Re-quieten e2e

    ascorbic committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    425eafc View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

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

    ascorbic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    33dc4fa View commit details
    Browse the repository at this point in the history
  3. Handle webhook

    ascorbic committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    50faf93 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    f9bdf3c View commit details
    Browse the repository at this point in the history
  2. Changes from review

    ascorbic committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    059798b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da0b2ce View commit details
    Browse the repository at this point in the history
  4. Fix typings

    ascorbic committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e9bf259 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2116857 View commit details
    Browse the repository at this point in the history
  6. Changes from review

    ascorbic committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e514a76 View commit details
    Browse the repository at this point in the history
  7. Typefix

    ascorbic committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    9edd938 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

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

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    b126a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e0291 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. feat(gatsby): Move final parts into develop state machine (#25716)

    * Move remaining parts into state machine
    
    * Move top level state machine into state machines dir
    
    * Add machine ids
    
    * Add missing imports
    ascorbic committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    9496046 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Resolve api promises

    ascorbic committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    1cab0be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6966e76 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Remove unused action

    ascorbic committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    00a975d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087ed94 View commit details
    Browse the repository at this point in the history
  3. Move logging into helper

    ascorbic committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    c807968 View commit details
    Browse the repository at this point in the history
  4. Changes from review

    ascorbic committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    69f9a7a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Manually save db

    ascorbic committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    523478a View commit details
    Browse the repository at this point in the history
  2. Add comments

    ascorbic committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    b814215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38c05f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98936a8 View commit details
    Browse the repository at this point in the history
  5. Fix condition

    ascorbic committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    3f758f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

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

Commits on Jul 22, 2020

  1. Merge remote-tracking branch 'upstream/master' into feat/defer-node-m…

    …utation
    gatsbybot committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    0d672fc View commit details
    Browse the repository at this point in the history