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

Move agency_comm to separate crate #193

Merged
merged 27 commits into from
Nov 13, 2020
Merged

Commits on Nov 10, 2020

  1. Reduce the dependency of agency_comm on vcx

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    1189320 View commit details
    Browse the repository at this point in the history
  2. Reduce deps further, successful build

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    5518989 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. WIP: Move agency_comm into a crate

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    c70e291 View commit details
    Browse the repository at this point in the history
  2. Move thread to messages

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    18e04c2 View commit details
    Browse the repository at this point in the history
  3. Comment out test imports in agency_comm

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    a0eb84b View commit details
    Browse the repository at this point in the history
  4. Use environment variable to signal test mode to agency_comm

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    d6f5a01 View commit details
    Browse the repository at this point in the history
  5. Fix failing unit tests

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    de7232f View commit details
    Browse the repository at this point in the history
  6. Use 2018 edition in agency_comm

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    3bed7ba View commit details
    Browse the repository at this point in the history
  7. Fix libvcx.dockerfile

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    d3f26dc View commit details
    Browse the repository at this point in the history
  8. Fix codecov dockerfile

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    59b4b1a View commit details
    Browse the repository at this point in the history
  9. Fix repo path in android.build.sh

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    b50905e View commit details
    Browse the repository at this point in the history
  10. Fix wrapper tests

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    404bf79 View commit details
    Browse the repository at this point in the history
  11. Fix codecov

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    fb6a6b9 View commit details
    Browse the repository at this point in the history
  12. Fix ios build path

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    7498dad View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Fix anon/auth unpack

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    769e910 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into refactor/separate-agency-comm

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    3d8889c View commit details
    Browse the repository at this point in the history
  3. Fix integration tests, run agency_comm unit tests

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    5b711ee View commit details
    Browse the repository at this point in the history
  4. Cleanup dependencies

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    6165bf2 View commit details
    Browse the repository at this point in the history
  5. Rename error to AgencyCommError

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    f43411d View commit details
    Browse the repository at this point in the history
  6. Cleanup errors

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    f2f0b53 View commit details
    Browse the repository at this point in the history
  7. Rename agency_comm to agency_client

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    55b6c42 View commit details
    Browse the repository at this point in the history
  8. Move integration test to ariesvcx

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    63af688 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Move httpmocks, rename error to AgencyClientError

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    ec6cc7a View commit details
    Browse the repository at this point in the history
  2. Avoid using envvar to setup mocks

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    65b97bd View commit details
    Browse the repository at this point in the history
  3. Move private modules to utils

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    809f9dc View commit details
    Browse the repository at this point in the history
  4. Rename result type

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    e5ad92f View commit details
    Browse the repository at this point in the history
  5. Remove unused agency_client imports

    Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
    mirgee committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    7f2c53d View commit details
    Browse the repository at this point in the history