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

Add http.route tag to rack #3345

Merged
merged 39 commits into from
Feb 8, 2024
Merged

Commits on Dec 21, 2023

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

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    047e41a View commit details
    Browse the repository at this point in the history
  2. linter fixes

    zarirhamza committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    52246bc View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Handle all sorts of nesting

    lloeki committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    00cf5af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    737b9ec View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    2d9676a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db033da View commit details
    Browse the repository at this point in the history
  3. Add crude span for Rails routing

    lloeki authored and zarirhamza committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d3dfe32 View commit details
    Browse the repository at this point in the history
  4. Move span creation to Routing::RouteSet

    lloeki authored and zarirhamza committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2a26d9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e39733 View commit details
    Browse the repository at this point in the history
  6. linter fixes

    zarirhamza committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    02761bb View commit details
    Browse the repository at this point in the history
  7. Handle all sorts of nesting

    lloeki authored and zarirhamza committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    016df11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    898e959 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9353f02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    118bc82 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. fixes grape flaky test

    zarirhamza committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    604f07b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add-rails-routing-instrumentation' of ssh://github.com/…

    …DataDog/dd-trace-rb into add-rails-routing-instrumentation
    zarirhamza committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8159dac View commit details
    Browse the repository at this point in the history
  3. Update gemfiles/*

    zarirhamza authored and github-actions[bot] committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    48334db View commit details
    Browse the repository at this point in the history
  4. remove kwargs to fix tests

    zarirhamza committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b335dd5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'add-rails-routing-instrumentation' of ssh://github.com/…

    …DataDog/dd-trace-rb into add-rails-routing-instrumentation
    zarirhamza committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2bc87c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Skip patching for Rails 3

    marcotc committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    e4aa83a View commit details
    Browse the repository at this point in the history
  2. Skip patching for Rails 3

    marcotc committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    78fe38d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Skip for Rails < 4.2

    marcotc committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2f901db View commit details
    Browse the repository at this point in the history
  2. linter fixes

    zarirhamza committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    16e3cb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82aaa02 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    8419654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    696a3d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    4ad8a6d View commit details
    Browse the repository at this point in the history
  2. adds tests

    zarirhamza committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1f89257 View commit details
    Browse the repository at this point in the history
  3. Update gemfiles/*

    zarirhamza authored and github-actions[bot] committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    293e8c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. update appraisal files

    zarirhamza committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    40fd7bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    564c0bc View commit details
    Browse the repository at this point in the history
  3. adds jruby tests and lint

    zarirhamza committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c7301d3 View commit details
    Browse the repository at this point in the history
  4. Update gemfiles/*

    zarirhamza authored and github-actions[bot] committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b640089 View commit details
    Browse the repository at this point in the history
  5. fixed rakefile

    zarirhamza committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    128ce7d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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

Commits on Feb 8, 2024

  1. rewrites as trace tag

    zarirhamza committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6d0f118 View commit details
    Browse the repository at this point in the history