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(remap): support dropping events when remap fails or is aborted #6722

Merged
merged 9 commits into from
Mar 31, 2021

Commits on Mar 31, 2021

  1. add drop_on_abort option

    Signed-off-by: Jean Mertz <git@jeanmertz.com>
    JeanMertz committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    809289d View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: Jean Mertz <git@jeanmertz.com>
    JeanMertz committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c70e93a View commit details
    Browse the repository at this point in the history
  3. Update WASM benches

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    Signed-off-by: Jean Mertz <git@jeanmertz.com>
    jszwedko authored and JeanMertz committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7df025f View commit details
    Browse the repository at this point in the history
  4. Default drop_on_abort to true.

    Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
    Signed-off-by: Jean Mertz <git@jeanmertz.com>
    StephenWakely authored and JeanMertz committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    d99e8f9 View commit details
    Browse the repository at this point in the history
  5. Revert to the original event on abort.

    Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
    Signed-off-by: Jean Mertz <git@jeanmertz.com>
    StephenWakely authored and JeanMertz committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    08986c5 View commit details
    Browse the repository at this point in the history
  6. Fixed boolean check and added abortable flag.

    Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
    Signed-off-by: Jean Mertz <git@jeanmertz.com>
    StephenWakely authored and JeanMertz committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    dae0ea1 View commit details
    Browse the repository at this point in the history
  7. Fixed behaviour test

    Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
    Signed-off-by: Jean Mertz <git@jeanmertz.com>
    StephenWakely authored and JeanMertz committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    e2f4474 View commit details
    Browse the repository at this point in the history
  8. tmp

    Signed-off-by: Jean Mertz <git@jeanmertz.com>
    JeanMertz committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b1af939 View commit details
    Browse the repository at this point in the history
  9. fix

    Signed-off-by: Jean Mertz <git@jeanmertz.com>
    JeanMertz committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    d64082e View commit details
    Browse the repository at this point in the history