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(agent): two-way communications #1608

Merged
merged 14 commits into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. feat(agent): implement Agent HTTP dynamic JFR start (#1566)

    * chore(svc): extract EventOptionsBuilder to -core and use new CryostatFlightRecorderService
    
    * add unimplemented overrides
    
    * test(smoketest): enable API writes on one agent-equipped sample app
    
    * chore(serial): extract recording descriptor to -core
    
    * chore(activerecordings): clean up an error handler
    
    * feat(agent): implement dynamic start of JFR over HTTP
    
    * bump -core version
    andrewazores committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9e5e1a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af69ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9546db View commit details
    Browse the repository at this point in the history
  4. feat(agent): implement HTTP JFR snapshot creation (#1627)

    Co-authored-by: Andrew Azores <[email protected]>
    aali309 and andrewazores committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c31e284 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump dagger from 2.45 to 2.47 (#1589)

    * build(deps): bump dagger from 2.45 to 2.47
    
    Bumps [dagger](https://github.com/google/dagger) from 2.45 to 2.47.
    - [Release notes](https://github.com/google/dagger/releases)
    - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
    - [Commits](google/dagger@dagger-2.45...dagger-2.47)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.dagger:dagger
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * use single version for dagger artifacts
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andrew Azores <[email protected]>
    dependabot[bot] and andrewazores committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1290c8c View commit details
    Browse the repository at this point in the history
  6. build(pom): restore dagger compiler property (#1662)

    * build(pom): restore dagger compiler property
    
    Signed-off-by: Elliott Baron <[email protected]>
    
    * Use dagger.version for property
    
    ---------
    
    Signed-off-by: Elliott Baron <[email protected]>
    ebaron authored and andrewazores committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ab77f1d View commit details
    Browse the repository at this point in the history
  7. unit test fixup

    andrewazores committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fee276d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83a3faf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60af11c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    875c5dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4049339 View commit details
    Browse the repository at this point in the history
  12. refactor, cleanup

    andrewazores committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a5ca1e1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cea7155 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9e2ba17 View commit details
    Browse the repository at this point in the history