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

Support remote hooks on user RPC #365

Merged
merged 18 commits into from
Nov 10, 2023

Commits on Oct 6, 2023

  1. Run before/after hooks on remote RPCs also

    Renato Freitas committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5ccaa05 View commit details
    Browse the repository at this point in the history
  2. Fix params of remote calls

    renatoaf committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    06c3aeb View commit details
    Browse the repository at this point in the history
  3. Code cleanups

    Renato Freitas committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    afba528 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 3, 2023

  1. Add unit tests

    Renato Freitas committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    bbfd1ab View commit details
    Browse the repository at this point in the history
  2. Cover error modification scenarios on remote hook tests

    Renato Freitas committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5748971 View commit details
    Browse the repository at this point in the history
  3. Test after hook failed

    Renato Freitas committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c0411d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Add wip separate remote hooks

    Max Zorzetti committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6f7784e View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    maxzorzetti committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c2403f7 View commit details
    Browse the repository at this point in the history
  3. Fix compilation issue

    maxzorzetti committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3335b21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b016a98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75d896a View commit details
    Browse the repository at this point in the history
  6. Fix nullref

    maxzorzetti committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0bbc20a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9313eba View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Add RemoteHooks type

    maxzorzetti committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8e98472 View commit details
    Browse the repository at this point in the history
  2. Fix test

    maxzorzetti committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    729a12f View commit details
    Browse the repository at this point in the history
  3. Fix RPC test

    maxzorzetti committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    59e4252 View commit details
    Browse the repository at this point in the history
  4. Update readme

    maxzorzetti committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    85d25c8 View commit details
    Browse the repository at this point in the history