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

Make the elastic sink a linked transport. #715

Merged
merged 7 commits into from
Jan 28, 2021
Merged

Make the elastic sink a linked transport. #715

merged 7 commits into from
Jan 28, 2021

Commits on Jan 27, 2021

  1. Make the elastic sink a linked transport.

    Sending error reponses via err port, success responses via out port.
    
    Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
    Matthias Wahl committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    c766167 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
    Matthias Wahl committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    3986f83 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Fix review comments and sanity/safety checks.

    Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
    Matthias Wahl committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    605ae39 View commit details
    Browse the repository at this point in the history
  2. add some test for serialization to tremor-value::Value

    Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
    Matthias Wahl committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    56197e9 View commit details
    Browse the repository at this point in the history
  3. Add some more tests for to_value and Serializer

    Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
    Matthias Wahl committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    14d7aa1 View commit details
    Browse the repository at this point in the history
  4. Expose 128bit tremor-value feature

    Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
    Matthias Wahl committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    fdf1e3b View commit details
    Browse the repository at this point in the history
  5. Ignore coverage on simple statements that dont make sense to be cover…

    …ed explicitly.
    
    Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
    Matthias Wahl committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    c5679b9 View commit details
    Browse the repository at this point in the history