-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update name of remote recording before allowing the AppMap indexer to index it #479
Conversation
AppMap pull request analysis
|
307b724
to
182e840
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and worked well when I tested it, thanks!
Can you look into why the Travis build is failing? |
@ahtrotta https://github.com/getappmap/appmap-intellij-plugin/actions/runs/6560959318/job/17819660900#step:7:488, which is a bug in the AppMap agent: getappmap/appmap-java#229 |
The Travis build is failing, though: https://app.travis-ci.com/github/getappmap/appmap-intellij-plugin/builds/266673696 |
182e840
to
435414f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jansorg!
🎉 This PR is included in version 0.52.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes #477
This streams the AppMap JSON of the remote recording to a temporary file, then updates the
metadata.name
property of this file and then moves it to the final file, which has a.appmap.json
extension.This PR re-enables test
appland.remote.DefaultRemoteRecordingServiceTest
to cover the remote recording implementation. Previously, it was disabled due to incompatibility with an active AppMap agent.