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(reports): sidecar container report generation #779

Merged
merged 24 commits into from
Jan 13, 2022

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    a0c8bcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6286e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    186d9e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3197ff3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    664ab88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9bbcbd View commit details
    Browse the repository at this point in the history
  7. error handling cleanup

    andrewazores committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    6349165 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b329ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c4cae3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67790bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cd39ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf7a60b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b6ee6b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ee531c View commit details
    Browse the repository at this point in the history
  15. extract SslConfiguration variables

    extract subprocess report generation variable
    
    extract platform configuration variables
    
    extract max WS connections variable
    
    extract CORS origin variable
    
    extract DISABLE_SSL variable
    
    extract webserver configuration variables
    
    use Variables
    
    extract JMX connection config variables
    
    finish extracting variables
    
    fix missed import
    
    fix extracted variables in tests
    andrewazores committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    6e1da1b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f3337f5 View commit details
    Browse the repository at this point in the history
  17. use xpath host var

    andrewazores committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ca1f8f6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3eae455 View commit details
    Browse the repository at this point in the history
  19. remove unused class

    andrewazores committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    c991b65 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d054763 View commit details
    Browse the repository at this point in the history
  21. fix(reports): reports handlers should be unordered

    request ordering is handled deeper in the stack by the SubprocessReportGenerator synchronizing lock, or is handled by the configured sidecar report generator setup and its potential load balancer
    andrewazores committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    f242afd View commit details
    Browse the repository at this point in the history
  22. fix unit tests

    andrewazores committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    e65d0e8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d9820d3 View commit details
    Browse the repository at this point in the history
  24. enable JDP and JMX on cryostat-reports sidecar

    allows Cryostat too inspect the report generator for profiling and analysis
    andrewazores committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    5c330fc View commit details
    Browse the repository at this point in the history