Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Allow use of both @trace and @tag_args stacked on the same function #13453

Merged
merged 16 commits into from
Aug 9, 2022

Commits on Aug 4, 2022

  1. Allow use of both @trace and @tag_args stacked on the same function

    ```py
    @trace
    @tag_args
    async def get_oldest_event_ids_with_depth_in_room(...)
      ...
    ```
    MadLittleMods committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b21fc7c View commit details
    Browse the repository at this point in the history
  2. Add changelog

    MadLittleMods committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    991f3d0 View commit details
    Browse the repository at this point in the history
  3. Simpify wrapper logic

    MadLittleMods committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    87b09dc View commit details
    Browse the repository at this point in the history
  4. Add some usage

    MadLittleMods committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6727f3d View commit details
    Browse the repository at this point in the history
  5. Remove dead code

    MadLittleMods committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0bb8f7b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into madlittlemods/use-both-@trace-and-@tag_args

    Conflicts:
    	synapse/logging/opentracing.py
    MadLittleMods committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    20a6d40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e57ccaa View commit details
    Browse the repository at this point in the history
  8. Remove usage

    MadLittleMods committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    00cc8a0 View commit details
    Browse the repository at this point in the history
  9. Remove todo

    MadLittleMods committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    223e600 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Fix last lints

    MadLittleMods committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f218fa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd5f966 View commit details
    Browse the repository at this point in the history
  3. Other new comment

    MadLittleMods committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    2ef4cf4 View commit details
    Browse the repository at this point in the history
  4. Fix weird mismash commentdoc

    Co-authored-by: Sean Quah <[email protected]>
    MadLittleMods and squahtx authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f327305 View commit details
    Browse the repository at this point in the history
  5. More robust example

    MadLittleMods committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    513b575 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b62d48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f77b13 View commit details
    Browse the repository at this point in the history