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

[crashtracker] Move FFI to its own crate #551

Merged
merged 32 commits into from
Aug 1, 2024
Merged

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    b83f477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35981b0 View commit details
    Browse the repository at this point in the history
  3. ddcommon endpoint explicit

    danielsn committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fc2aed2 View commit details
    Browse the repository at this point in the history
  4. use the common endpoint

    danielsn committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    930758b View commit details
    Browse the repository at this point in the history
  5. builds as its own crate

    danielsn committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6d9c7d5 View commit details
    Browse the repository at this point in the history
  6. Actually seems to work

    danielsn committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6537e94 View commit details
    Browse the repository at this point in the history
  7. fix the dockerfile

    danielsn committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    459311f View commit details
    Browse the repository at this point in the history
  8. trailing newline

    danielsn committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    995abe4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0411e84 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. fix doctest

    danielsn committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6a42ab9 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Update crashtracker-ffi/src/collector/mod.rs

    Co-authored-by: Ivo Anjo <ivo.anjo@datadoghq.com>
    danielsn and ivoanjo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4e9056a View commit details
    Browse the repository at this point in the history
  2. [Serverless Mini Agent] Add _dd.mini_agent_version tag to all spans f…

    …or Azure Functions, Google Cloud Functions, and Azure Spring Apps (#548)
    
    * add _dd.mini_agent_version to spans in all environments
    
    * apply formatting
    duncanpharvey authored and danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    41e081c View commit details
    Browse the repository at this point in the history
  3. [Serverless Mini Agent] Run in Azure Spring Apps (#547)

    * add azure spring app environment type for serverless mini agent
    
    * add config.statsd_port to mini agent info endpoint
    
    * update mini agent trace endpoint status code and response body to work with java tracer
    
    * use different environment variable to identify azure spring apps
    
    * only update http response for success responses to traces endpoint
    
    * address lint errors
    
    * updates comment and formatting
    
    * update trace-mini-agent description to include Azure Spring Apps
    
    * fix formatting
    duncanpharvey authored and danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    78f337f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3548ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20067fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85a08ae View commit details
    Browse the repository at this point in the history
  7. _crasht_

    danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b9ee3d5 View commit details
    Browse the repository at this point in the history
  8. _crasht_

    danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7506a74 View commit details
    Browse the repository at this point in the history
  9. function name

    danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    48de740 View commit details
    Browse the repository at this point in the history
  10. format

    danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ae8798e View commit details
    Browse the repository at this point in the history
  11. Option_U32

    danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f2ecfa2 View commit details
    Browse the repository at this point in the history
  12. licence

    danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    019f250 View commit details
    Browse the repository at this point in the history
  13. Timespec

    danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9ad69bf View commit details
    Browse the repository at this point in the history
  14. Config

    danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b1e45cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    edbc777 View commit details
    Browse the repository at this point in the history
  16. added timespec file for real

    danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ff47bd4 View commit details
    Browse the repository at this point in the history
  17. put back toml change

    danielsn committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cc6c922 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    52bde76 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8b18343 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Update crashtracker-ffi/Cargo.toml

    Co-authored-by: Ivo Anjo <ivo.anjo@datadoghq.com>
    danielsn and ivoanjo committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a1ad98a View commit details
    Browse the repository at this point in the history
  2. demangle feature and naming

    danielsn committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    091f4d9 View commit details
    Browse the repository at this point in the history
  3. fix readme

    danielsn committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4cc2207 View commit details
    Browse the repository at this point in the history