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: Hook for remote mutations #1450

Merged
merged 34 commits into from Apr 11, 2022
Merged

feat: Hook for remote mutations #1450

merged 34 commits into from Apr 11, 2022

Commits on Sep 12, 2021

  1. (wip) initial impl.

    shuding committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    1e2e10f View commit details
    Browse the repository at this point in the history
  2. fix test

    shuding committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    8ba262a View commit details
    Browse the repository at this point in the history
  3. (wip) fix deps

    shuding committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    8383f03 View commit details
    Browse the repository at this point in the history
  4. merge master

    shuding committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    bf9590f View commit details
    Browse the repository at this point in the history
  5. initial implementation

    shuding committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    ac87cd0 View commit details
    Browse the repository at this point in the history
  6. fix linter

    shuding committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    4a8adbf View commit details
    Browse the repository at this point in the history
  7. fix state reset

    shuding committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    4f9d67d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    9c52ce6 View commit details
    Browse the repository at this point in the history
  2. avoid reset race condition

    shuding committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    b57bf8a View commit details
    Browse the repository at this point in the history
  3. fix race conditions

    shuding committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    016cb47 View commit details
    Browse the repository at this point in the history
  4. code tweaks

    shuding committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    8d5c28f View commit details
    Browse the repository at this point in the history
  5. code tweaks

    shuding committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    3557505 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. return bound mutate

    shuding committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    e485ae6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. resolve conflicts

    shuding committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    f047412 View commit details
    Browse the repository at this point in the history
  2. apply review comments

    shuding committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    d4a5ad3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. merge master

    shuding committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    ad9212b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. resolve conflicts

    shuding committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    1f22be9 View commit details
    Browse the repository at this point in the history
  2. fix tsconfig

    shuding committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    c3b621f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. type fixes

    shuding committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    e481922 View commit details
    Browse the repository at this point in the history
  2. fix lint errors

    shuding committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    67c9f36 View commit details
    Browse the repository at this point in the history
  3. code tweaks

    shuding committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    c9fc40e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. merge master

    shuding committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    dc79ba6 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. resolve conflicts

    shuding committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    9f31280 View commit details
    Browse the repository at this point in the history
  2. fix type error

    shuding committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    4caa4b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. update types

    shuding committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    bedaddf View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. inline serialization result

    shuding committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    c7c1fc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. merge main

    shuding committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    31850e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    e55a83d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2198dbe View commit details
    Browse the repository at this point in the history
  3. add tests

    shuding committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    cf0b795 View commit details
    Browse the repository at this point in the history
  4. fix tests

    shuding committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    11546fa View commit details
    Browse the repository at this point in the history
  5. update typing

    shuding committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    94f3579 View commit details
    Browse the repository at this point in the history
  6. update state api

    shuding committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    be0d14a View commit details
    Browse the repository at this point in the history
  7. change error condition

    shuding committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    76d7864 View commit details
    Browse the repository at this point in the history