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: chat ffi #5349

Merged
merged 13 commits into from
May 2, 2023
Merged

feat: chat ffi #5349

merged 13 commits into from
May 2, 2023

Commits on Apr 26, 2023

  1. Extract chat client from integration tests

    If possible I'll use a common client for FFI so moving the client from
    the testing suite into the contacts crate makes it more available.
    brianp committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    852ea15 View commit details
    Browse the repository at this point in the history
  2. Commit the chat ffi base files

    brianp committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1648b4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7305fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e52ea5c View commit details
    Browse the repository at this point in the history
  5. Treat all chat clients the same in cucumber

    Whether FFI or native client treat them the same to reduce duplication
    of similar functions.
    brianp committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    20c3899 View commit details
    Browse the repository at this point in the history
  6. Update workflow

    brianp committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    929c366 View commit details
    Browse the repository at this point in the history
  7. Update remaining functions

    brianp committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a1f1bd8 View commit details
    Browse the repository at this point in the history
  8. Clippy warnings

    brianp committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    962bd4c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09b442d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d169bb1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    211843e View commit details
    Browse the repository at this point in the history
  12. Add better error handling

    brianp committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a4202c6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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