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

DEBUG-2334 Dynamic Instrumentation code tracker component #3942

Merged
merged 34 commits into from
Oct 2, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    bcf3991 View commit details
    Browse the repository at this point in the history
  2. Remove Concurrent::Map usage to avoid dependency on concurrent-ruby

    use Hash and Mutex instead
    p committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    12b3d63 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update spec/datadog/di/code_tracker_spec.rb

    Co-authored-by: Sergey Fedorov <oni.strech@gmail.com>
    p-datadog and Strech authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    657f8bf View commit details
    Browse the repository at this point in the history
  2. Update lib/datadog/di/code_tracker.rb

    Co-authored-by: Sergey Fedorov <oni.strech@gmail.com>
    p-datadog and Strech authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ed08f40 View commit details
    Browse the repository at this point in the history
  3. Update lib/datadog/di/code_tracker.rb

    Co-authored-by: datadog-datadog-prod-us1[bot] <88084959+datadog-datadog-prod-us1[bot]@users.noreply.github.com>
    p-datadog and datadog-datadog-prod-us1[bot] authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5e25e1f View commit details
    Browse the repository at this point in the history
  4. Update lib/datadog/di/code_tracker.rb

    Co-authored-by: datadog-datadog-prod-us1[bot] <88084959+datadog-datadog-prod-us1[bot]@users.noreply.github.com>
    p-datadog and datadog-datadog-prod-us1[bot] authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7e5066d View commit details
    Browse the repository at this point in the history
  5. Update spec/datadog/di/code_tracker_spec.rb

    Co-authored-by: Sergey Fedorov <oni.strech@gmail.com>
    p-datadog and Strech authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    125d6e4 View commit details
    Browse the repository at this point in the history
  6. fix registry lock type

    p committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2e1de86 View commit details
    Browse the repository at this point in the history
  7. start docstring

    p committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    66be4eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd15c2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd766bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17952c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b39340 View commit details
    Browse the repository at this point in the history
  12. add spec helper require

    p committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ba20d12 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. skip DI tests on ruby 2.5

    p committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ec3426e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f120f8f View commit details
    Browse the repository at this point in the history
  3. standard

    p committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ff0d80c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Update lib/datadog/di/code_tracker.rb

    Co-authored-by: Sergey Fedorov <oni.strech@gmail.com>
    p-datadog and Strech authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    95c976b View commit details
    Browse the repository at this point in the history
  2. standard

    p committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cef3c4f View commit details
    Browse the repository at this point in the history
  3. delete constructor test

    p committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ed60efa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54d04aa View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. note .trace enables trace point

    p committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f1dd12d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a8b12d View commit details
    Browse the repository at this point in the history
  3. do not track evaled code

    p committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6882a74 View commit details
    Browse the repository at this point in the history
  4. Update spec/datadog/di/code_tracker_spec.rb

    Co-authored-by: datadog-datadog-prod-us1[bot] <88084959+datadog-datadog-prod-us1[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    c985b2b View commit details
    Browse the repository at this point in the history
  5. standard

    p committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b8ce73c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d75b446 View commit details
    Browse the repository at this point in the history
  7. document eval path situation more

    p committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4cae1cc View commit details
    Browse the repository at this point in the history
  8. standard

    p committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c77a571 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96c94eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2ac427 View commit details
    Browse the repository at this point in the history
  11. fix on ruby 3.0 and earlier

    p committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0093e62 View commit details
    Browse the repository at this point in the history
  12. steep

    p committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    72d5102 View commit details
    Browse the repository at this point in the history