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

Use Rust FFI #10: Remove pact broker #302

Closed
wants to merge 55 commits into from

Commits on Dec 26, 2022

  1. Use Rust FFI: Consumer

    tienvx committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    b45e9c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    849efd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d49cc View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    0d7fe0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0812b31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf5144b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d20f1f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merge branch 'master' into use-rust-ffi-consumer

    tienvo committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7d57b25 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    bb256ef View commit details
    Browse the repository at this point in the history
  2. Update pact ffi library

    tienvx committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d6a9d0d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

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

Commits on Mar 12, 2023

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

Commits on Mar 14, 2023

  1. Remove composer/semver

    tienvx committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ddc46e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dae03a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e9a99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bff0f9b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

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

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    e7675e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e0b409 View commit details
    Browse the repository at this point in the history
  3. Remove jsonSerialize methods

    tienvx committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    47b0a81 View commit details
    Browse the repository at this point in the history
  4. Rename pact to driver

    tienvx committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2754f47 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    18b85b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4b15f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    072cc93 View commit details
    Browse the repository at this point in the history
  2. Revert removing semver

    tienvx committed May 3, 2023
    Configuration menu
    Copy the full SHA
    29b33ec View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Extract services and helpers

    tienvx committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a0302bc View commit details
    Browse the repository at this point in the history
  2. Make PR smaller

    tienvx committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7fbc58d View commit details
    Browse the repository at this point in the history
  3. Extract drivers and factories

    tienvx committed May 4, 2023
    Configuration menu
    Copy the full SHA
    ff2120f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Extract set up method

    tienvx committed May 5, 2023
    Configuration menu
    Copy the full SHA
    420f4c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f472fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c87dd62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53cef3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5a4b83 View commit details
    Browse the repository at this point in the history
  6. Update ffi library to 0.4.4

    tienvx committed May 5, 2023
    Configuration menu
    Copy the full SHA
    6cf8128 View commit details
    Browse the repository at this point in the history
  7. Remove not useful annotation

    tienvx committed May 5, 2023
    Configuration menu
    Copy the full SHA
    156f989 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

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

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    d41e1ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc7f14c View commit details
    Browse the repository at this point in the history
  3. Add @throws annotation to setPactFileWriteMode() method declaration b…

    …ecause implementation throws it
    tienvx committed May 8, 2023
    Configuration menu
    Copy the full SHA
    dfaa021 View commit details
    Browse the repository at this point in the history
  4. Rename FFI Proxy to Client

    tienvx committed May 8, 2023
    Configuration menu
    Copy the full SHA
    693daad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d960221 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    770e6e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f7b4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768b772 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a96c56a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    264018a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

Commits on May 11, 2023

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

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    1d6d39e View commit details
    Browse the repository at this point in the history
  2. Revert namespace change

    tienvx committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f844be0 View commit details
    Browse the repository at this point in the history
  3. Use Rust FFI: Message Consumer

    tienvx committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d5d14e8 View commit details
    Browse the repository at this point in the history
  4. Use Rust FFI: Provider

    tienvx committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6aad456 View commit details
    Browse the repository at this point in the history
  5. Use Rust FFI: Stub Server

    tienvx committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e96453f View commit details
    Browse the repository at this point in the history
  6. Use Rust FFI: Offload process

    tienvx committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6d19fa8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e401847 View commit details
    Browse the repository at this point in the history