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

feat: Allow the agent to run in environments with read-only filesystems #2085

Merged
merged 9 commits into from
Nov 21, 2023

Commits on Sep 21, 2023

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

Commits on Oct 27, 2023

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

Commits on Nov 3, 2023

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

Commits on Nov 9, 2023

  1. Agent support for read-only file systems (#2045)

    * New option to disable logging
    * Env var for console logging
    * Supportability metric if logging fails
    * Don't allow audit logging if logging is disabled
    chynesNR authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    822c541 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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

Commits on Nov 17, 2023

  1. Add integration tests for file logging disabled and console logging e…

    …nabled (#2076)
    
    * Checkpoint in order to switch branches
    
    * Refactored AgentLogFile
    
    Moved AgentLogFile to the fixtures instead of the applications
    
    * Shorten some names
    
    * Fix bug caused by Visual Studio autocorrect
    
    * WIP
    
    * Working tests for logging disabled
    
    * Working console logging tests
    
    * Fix nuget package warnings-as-errors
    
    * Fix GuidConfigurationTests
    
    EndsWith() fails if the profiler logs the version, e.g. New Relic .NET CoreCLR Agent v10.18.0.26.  Use Contains() instead
    nr-ahemsath authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a3e5a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50cdf4a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    a372fba View commit details
    Browse the repository at this point in the history
  2. PR feedback

    nr-ahemsath committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0a3c69a View commit details
    Browse the repository at this point in the history