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

fix(tornado): ensure reading future.result() won't throw an exception in client.py _finish_tracing_callback #2563

Merged
merged 29 commits into from
Aug 19, 2024

Commits on May 29, 2024

  1. fix(tornado): ensure reading future.result() won't throw an exception…

    … in client.py _finish_tracing_callback
    jgibo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    38ebaf6 View commit details
    Browse the repository at this point in the history
  2. add test cases

    jgibo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6220697 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    245c557 View commit details
    Browse the repository at this point in the history
  4. uncomment dev only change

    jgibo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a13049a View commit details
    Browse the repository at this point in the history
  5. fix test

    jgibo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    516de12 View commit details
    Browse the repository at this point in the history
  6. lint fix

    jgibo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    cbb3e4d View commit details
    Browse the repository at this point in the history
  7. update changelog

    jgibo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9aebb65 View commit details
    Browse the repository at this point in the history
  8. remove debugging prints

    jgibo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ca6cfc9 View commit details
    Browse the repository at this point in the history
  9. Revert "lint fix"

    This reverts commit cbb3e4d.
    jgibo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4280382 View commit details
    Browse the repository at this point in the history
  10. lint fix tornado dir only

    jgibo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a55a22e View commit details
    Browse the repository at this point in the history
  11. remove unused import

    jgibo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    dfd4198 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18fbf80 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    4d9613e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8256c46 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    632452a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ed843 View commit details
    Browse the repository at this point in the history
  3. update changelog

    jgibo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a1a8caa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24c75ad View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 10, 2024

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

Commits on Aug 2, 2024

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

Commits on Aug 5, 2024

  1. Update CHANGELOG.md

    Co-authored-by: Riccardo Magliocchetti <[email protected]>
    jgibo and xrmx authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d96e92c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4937ee7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    20b2846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    252feba View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. code review suggestion - use __qualname__

    Co-authored-by: Emídio Neto <[email protected]>
    jgibo and emdneto authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5a841a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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