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

Hook for triggering validations manually (passive mode) #1262

Closed
wants to merge 23 commits into from
Closed

Commits on Jul 2, 2021

  1. add passive middleware

    shuding committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    9000a7b View commit details
    Browse the repository at this point in the history
  2. merge master

    shuding committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    3260d8c View commit details
    Browse the repository at this point in the history
  3. update package.json

    shuding committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    b075dbf View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. merge master

    shuding committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    f4aaf0a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. type fixes

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

Commits on Jul 17, 2021

  1. add test

    shuding committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    aac7c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56aee3c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

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

Commits on Aug 8, 2021

  1. rename to trigger

    shuding committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    41bb38e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. fix comment

    shuding committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    5983d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ace8b2 View commit details
    Browse the repository at this point in the history
  3. disable global fetcher

    shuding committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    b3e8adb View commit details
    Browse the repository at this point in the history
  4. add more tests

    shuding committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    fab3982 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e52d1b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. add test case for onError

    shuding committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    8522a94 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    8f2a0d4 View commit details
    Browse the repository at this point in the history
  2. add test about deduping

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

Commits on Aug 16, 2021

  1. refactor revalidators

    shuding committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    48e5f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac2757b View commit details
    Browse the repository at this point in the history
  3. add trigger option

    shuding committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    0467997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b712fd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. fix: add trigger symbol

    shuding committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d9c6f1e View commit details
    Browse the repository at this point in the history
  2. add test of race condition

    shuding committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    be647cc View commit details
    Browse the repository at this point in the history