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

Initial support for remote reporters #5884

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    b41fb23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01f6dcc View commit details
    Browse the repository at this point in the history
  3. Fix formating, revert spurious change sin tests

    Resolve conflicts in ReportContext. Refactor sanitzer to dedicated class
    
    Fix compilation based on CI results
    WojciechMazur authored and rochala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    092970a View commit details
    Browse the repository at this point in the history
  4. Add Source Code sanitizer to obfuscate to anonimize the source code c…

    …ontained in reports
    
    Fix cross-compilation problems
    WojciechMazur authored and rochala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6dd35ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4ecdc9 View commit details
    Browse the repository at this point in the history
  6. Collect crash reports

    WojciechMazur authored and rochala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4fed0d1 View commit details
    Browse the repository at this point in the history
  7. Fixes to build.sbt, scalafix and cleanup

    Fix source code sanitizer markdown snipets detection on Windows
    
    Run scalafix for test sources
    WojciechMazur authored and rochala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1ee55ed View commit details
    Browse the repository at this point in the history
  8. After rebase fixes

    WojciechMazur authored and rochala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    182c5cb View commit details
    Browse the repository at this point in the history
  9. Fix typos based on review

    WojciechMazur authored and rochala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3b42d73 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c9cdfa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ee3a3bc View commit details
    Browse the repository at this point in the history
  12. Remove UnknownProducerContext

    WojciechMazur authored and rochala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ec60a70 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    86c390e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a0676a0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    202adf2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b434093 View commit details
    Browse the repository at this point in the history
  17. Add ClientInfo to MetalsLspContext

    WojciechMazur authored and rochala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7ceaff1 View commit details
    Browse the repository at this point in the history
  18. Refactor Report Context to java interface, extend PresentationCompile…

    …r with additional reports
    rochala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    73b5787 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d05dd83 View commit details
    Browse the repository at this point in the history
  20. Reformat

    rochala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a9d3d2d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ebd43f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Remove source code sanitizer, switch to tapir, use sttp as client, ad…

    …d throttling, deduplicate sent reports
    rochala committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cca5308 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Finalize initial telemetry

    rochala committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2fea0b6 View commit details
    Browse the repository at this point in the history