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

[EventHubs] Track2 Preview3 #7059

Merged
merged 44 commits into from
Sep 9, 2019
Merged

[EventHubs] Track2 Preview3 #7059

merged 44 commits into from
Sep 9, 2019

Commits on Aug 23, 2019

  1. Small changes from code review

    yijxie committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    64da8ed View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

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

Commits on Aug 27, 2019

  1. remove abstract method

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

Commits on Aug 28, 2019

  1. code clean 1

    yijxie committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    70a33d0 View commit details
    Browse the repository at this point in the history
  2. code clean 2

    yijxie committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    abbdd25 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Fix pylint

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    b45d6b3 View commit details
    Browse the repository at this point in the history
  2. Fix pylint

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    247004a View commit details
    Browse the repository at this point in the history
  3. Use properties EventData.partition_key

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    6ace6ce View commit details
    Browse the repository at this point in the history
  4. Small changes from code review

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    008421d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8c027d View commit details
    Browse the repository at this point in the history
  6. remove abstract method

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    2489dd3 View commit details
    Browse the repository at this point in the history
  7. code clean 1

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    3a2d72f View commit details
    Browse the repository at this point in the history
  8. code clean 2

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    9735756 View commit details
    Browse the repository at this point in the history
  9. Fix pylint

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    288617e View commit details
    Browse the repository at this point in the history
  10. Fix pylint

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    2bdbffe View commit details
    Browse the repository at this point in the history
  11. Use properties EventData.partition_key

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    e8ea699 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'eventhubs_preview3' of github.com:Azure/azure-sdk-for-p…

    …ython into eventhubs_preview3
    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    889597c View commit details
    Browse the repository at this point in the history
  13. Use properties EventData.partition_key

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    cb08478 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b3dcd07 View commit details
    Browse the repository at this point in the history
  15. fix pylint errors

    yijxie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    b85e6cc View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' into eventhubs_preview3

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

Commits on Aug 30, 2019

  1. fix pylint errors

    yijxie committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    5e51ce2 View commit details
    Browse the repository at this point in the history
  2. ignore eventprocessor pylint temporarily

    yijxie committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    726bf6f View commit details
    Browse the repository at this point in the history
  3. small pylint adjustment

    yijxie committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    ffd8cb0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into eventhubs_preview3

    yijxie committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    2f69d65 View commit details
    Browse the repository at this point in the history
  5. Add typing for Python2.7

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

Commits on Sep 2, 2019

  1. [EventHub] IoTHub management operations improvement and bug fixing (#…

    …6894)
    
    * Fix bug that iothub hub can't receive
    
    * Support direct mgmt ops of iothub
    
    * Improve mgmt ops and update livetest
    
    * Small fix
    
    * Improvement of iothub mgmt
    yunhaoling authored Sep 2, 2019
    Configuration menu
    Copy the full SHA
    e85ac17 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. [EventHub] Retry refactor (#7026)

    * Retry refactor
    
    * Refactor retry, delay and handle exception
    
    * Remove unused module
    
    * Small fix
    
    * Small fix
    yunhaoling authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    1fb341b View commit details
    Browse the repository at this point in the history
  2. add system_properties to EventData

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

Commits on Sep 4, 2019

  1. Fix a small bug

    yijxie committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    1b10d00 View commit details
    Browse the repository at this point in the history
  2. Refine example code

    yijxie committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    13237b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    998eeed View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Update accessibility of class (#7091)

    * Fix pylint
    
    * Update accessibility of of class
    
    * Small fix in livetest
    
    * Wait longer in iothub livetest
    
    * Small updates in livetest
    yunhaoling authored Sep 6, 2019
    Configuration menu
    Copy the full SHA
    e13ddee View commit details
    Browse the repository at this point in the history
  2. Update samples and codes according to the review (#7098)

    * Update samples and codes according to the review
    
    * Small update
    yunhaoling authored Sep 6, 2019
    Configuration menu
    Copy the full SHA
    f616f37 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Python EventHubs load balancing (#6901)

    * Draft EventProcessor Loadbalancing
    
    * EventProcessor Load balancing
    
    * small changes from bryan's review
    
    * remove checkpoint manager from initialize
    
    * small changes
    
    * Draft EventProcessor Loadbalancing
    
    * EventProcessor Load balancing
    
    * small changes from bryan's review
    
    * remove checkpoint manager from initialize
    
    * small changes
    
    * Fix code review feedback
    
    * Packaging update of azure-mgmt-datalake-analytics
    
    * Packaging update of azure-loganalytics
    
    * Packaging update of azure-mgmt-storage
    
    * code review fixes and pylint error
    
    * reduce dictionary access
    
    * Revert "Packaging update of azure-mgmt-storage"
    
    This reverts commit cf22c7c.
    
    * Revert "Packaging update of azure-loganalytics"
    
    This reverts commit 40c7f03.
    
    * Revert "Packaging update of azure-mgmt-datalake-analytics"
    
    This reverts commit c126bea.
    
    * Trivial code change
    
    * Refine exception handling for eventprocessor
    
    * Enable pylint for eventprocessor
    
    * Expose OwnershipLostError
    
    * Move eventprocessor to aio
    rename Sqlite3PartitionManager to SamplePartitionManager
    
    * change checkpoint_manager to partition context
    
    * fix pylint error
    
    * fix a small issue
    
    * Catch list_ownership/claim_ownership exceptions and retry
    
    * Fix code review issues
    
    * fix event processor long running test
    
    * Remove utils.py
    
    * Remove close() method
    
    * Updated docstrings
    
    * add pytest
    
    * small fixes
    
    * Revert "Remove utils.py"
    
    This reverts commit a9446de.
    
    * change asyncio.create_task to 3.5 friendly code
    
    * Remove Callable
    
    * raise CancelledError instead of break
    YijunXieMS authored Sep 7, 2019
    Configuration menu
    Copy the full SHA
    dad5baa View commit details
    Browse the repository at this point in the history
  2. Fix a pylint error

    yijxie committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    8e7e1c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13a8fe7 View commit details
    Browse the repository at this point in the history
  4. exclude eventprocessor test for python27

    yijxie committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    b5c933f View commit details
    Browse the repository at this point in the history
  5. exclude eventprocessor test

    yijxie committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    7b0f5fe View commit details
    Browse the repository at this point in the history
  6. Revert "Eventhubs blobstorage checkpointstore merge to preview3 (#7109)"

    This reverts commit 13a8fe7.
    yijxie committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    167361e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1253983 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

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

Commits on Sep 9, 2019

  1. Update release history for 5.0.0b3

    yijxie committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    725b333 View commit details
    Browse the repository at this point in the history
  2. Update README for 5.0.0b3

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