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

Diagnostics for Bulk Stream #770

Merged
merged 64 commits into from
Sep 12, 2019
Merged

Commits on Aug 26, 2019

  1. creating executor

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    b5b6dc3 View commit details
    Browse the repository at this point in the history
  2. Adding public API

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    47b8497 View commit details
    Browse the repository at this point in the history
  3. Updating contract

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    0bd197d View commit details
    Browse the repository at this point in the history
  4. Adding ToResponseMessage

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    f3561f3 View commit details
    Browse the repository at this point in the history
  5. Wiring to executor

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    bdc7327 View commit details
    Browse the repository at this point in the history
  6. Mockable executor

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    5ecdd99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a56e84c View commit details
    Browse the repository at this point in the history
  8. cleanup

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    dbf1b67 View commit details
    Browse the repository at this point in the history
  9. Tests

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    a930e59 View commit details
    Browse the repository at this point in the history
  10. Wiring to executor

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    ced7a82 View commit details
    Browse the repository at this point in the history
  11. Unit tests on executor

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    ec1e6d8 View commit details
    Browse the repository at this point in the history
  12. Emulator tests on container

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    6cbb3b4 View commit details
    Browse the repository at this point in the history
  13. executor retry handler

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    feb1f08 View commit details
    Browse the repository at this point in the history
  14. Retry tests

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    8839833 View commit details
    Browse the repository at this point in the history
  15. Handler tests

    ealsur committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    4af4183 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. under preview

    ealsur committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    39bc6d2 View commit details
    Browse the repository at this point in the history
  2. else

    ealsur committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    9d2af01 View commit details
    Browse the repository at this point in the history
  3. Upsert support

    ealsur committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    bf6f780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ba3ed1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    771c094 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9380021 View commit details
    Browse the repository at this point in the history
  7. Fixing unrelated test

    ealsur committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    c40af5e View commit details
    Browse the repository at this point in the history
  8. Removing unneeded constants

    ealsur committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    19a20ab View commit details
    Browse the repository at this point in the history
  9. Fixing conflict tests

    ealsur committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    5c0fb63 View commit details
    Browse the repository at this point in the history
  10. Replace and Delete support

    ealsur committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    c9ae84f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Adding Read support

    ealsur committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    9daee99 View commit details
    Browse the repository at this point in the history
  2. private instead of internal

    ealsur committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    af0a340 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e0cbdc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Typed API support

    ealsur committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    ad82745 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Rename property

    ealsur committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    0f39e05 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Rename

    ealsur committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    03a3c55 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    faf6ae8 View commit details
    Browse the repository at this point in the history
  2. Refactor on ClientContext

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    8bfcf4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41cae1d View commit details
    Browse the repository at this point in the history
  4. ItemId is required

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    fda4292 View commit details
    Browse the repository at this point in the history
  5. Undo unnecessary changes

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    8fd1d1f View commit details
    Browse the repository at this point in the history
  6. merge with master

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    f4724c0 View commit details
    Browse the repository at this point in the history
  7. Diagnostics from response

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    aebff8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36ea84a View commit details
    Browse the repository at this point in the history
  9. Description

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    0304ba4 View commit details
    Browse the repository at this point in the history
  10. More generic

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    7d77faf View commit details
    Browse the repository at this point in the history
  11. Batcher appends diagnostics

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    94460dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7dbc381 View commit details
    Browse the repository at this point in the history
  13. Emulator tests

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    27085ec View commit details
    Browse the repository at this point in the history
  14. On Context

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    c54d8a2 View commit details
    Browse the repository at this point in the history
  15. Rename

    ealsur committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    2252f6f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    153f790 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Undoing comment

    ealsur committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    6870378 View commit details
    Browse the repository at this point in the history
  2. Description

    ealsur committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    a3cf72c View commit details
    Browse the repository at this point in the history
  3. Renaming variable

    ealsur committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    3ec10c6 View commit details
    Browse the repository at this point in the history
  4. merge

    ealsur committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    22cfaa8 View commit details
    Browse the repository at this point in the history
  5. merge with master

    ealsur committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    e0c3d4d View commit details
    Browse the repository at this point in the history
  6. Fixing test

    ealsur committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    afec0ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b72ef1 View commit details
    Browse the repository at this point in the history
  8. Rename

    ealsur committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    6282712 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b293a8 View commit details
    Browse the repository at this point in the history
  10. merge with master

    ealsur committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    c67c2f6 View commit details
    Browse the repository at this point in the history
  11. Duplicat test

    ealsur committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    0420d83 View commit details
    Browse the repository at this point in the history
  12. Adding created and completed

    ealsur committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    2364c9f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. set is private

    ealsur committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    b6c7c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a234ffd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Set diagnostics independently

    ealsur committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    bcba0dd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    d298289 View commit details
    Browse the repository at this point in the history
  2. merge with master

    ealsur committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    d8fca9e View commit details
    Browse the repository at this point in the history