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: add ipc wrappers #261

Merged
merged 31 commits into from
Sep 21, 2023
Merged

feat: add ipc wrappers #261

merged 31 commits into from
Sep 21, 2023

Commits on Sep 12, 2023

  1. add test

    achou11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d8b0996 View commit details
    Browse the repository at this point in the history
  2. broken initial implementation

    achou11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7b129c0 View commit details
    Browse the repository at this point in the history
  3. some fixes

    Co-authored-by: Andrew Chou <[email protected]>
    gmaclennan and achou11 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4be1303 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. fix test

    achou11 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9313f48 View commit details
    Browse the repository at this point in the history
  2. remove todo comment

    achou11 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    077edbf View commit details
    Browse the repository at this point in the history
  3. wip: handle server closing

    test for this is currently failing. case with client.getProject is not
    behaving as expected
    achou11 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    79252cb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    9f6a7a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e0d63 View commit details
    Browse the repository at this point in the history
  3. remove unused import

    achou11 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c3139c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32c5a01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9cdec4 View commit details
    Browse the repository at this point in the history
  6. whitespace fix

    achou11 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c7fe50f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e067dc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    5f23d77 View commit details
    Browse the repository at this point in the history
  2. remove usage of LRU cache

    achou11 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    892b653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71a8398 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd58298 View commit details
    Browse the repository at this point in the history
  5. small fix to SubChannel

    achou11 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    612f068 View commit details
    Browse the repository at this point in the history
  6. clean up tests

    achou11 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ada1aba View commit details
    Browse the repository at this point in the history
  7. use constant

    achou11 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    77cdf54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7e98da View commit details
    Browse the repository at this point in the history
  9. add stressish test

    achou11 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    687c2bc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Revert "handle getProject calls failing on server side"

    This reverts commit b7e98da.
    achou11 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d8ebfc2 View commit details
    Browse the repository at this point in the history
  2. fix SubChannel.close

    achou11 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    be7cb48 View commit details
    Browse the repository at this point in the history
  3. update rpc-reflector

    achou11 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d976081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fa204a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57456b7 View commit details
    Browse the repository at this point in the history
  6. remove unused type

    achou11 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fc86445 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5119426 View commit details
    Browse the repository at this point in the history
  8. package file updates

    achou11 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    368d11c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. close mapeo rpc channel on close

    Co-authored-by: Gregor MacLennan <[email protected]>
    achou11 and gmaclennan authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    08ae6a8 View commit details
    Browse the repository at this point in the history