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

Handle show-appmap-tree event from Navie webview #593

Merged
merged 3 commits into from
Mar 6, 2024

Conversation

jansorg
Copy link
Collaborator

@jansorg jansorg commented Feb 27, 2024

Closes #590

Opens the AppMap tool window and sets focus on the list of AppMaps.
The other panels of the tool window are collapsed.

Because the AppMap tree component is nested into several other components, the logic to make it visible and focused is iterating on the hierarchy.

The updated Navie webview contains links with target=_blank. Previously, this opened an empty popup window inside the IDE. Now, these links are opened just like other external links.
This change is applied to all our webviews.

Copy link

github-actions bot commented Feb 27, 2024

AppMap runtime code review

Summary Status
Failed tests ✅ All tests passed
API changes 0️⃣ No API changes
Security flaws ✅ None detected
Performance problems ✅ None detected
Code anti-patterns ✅ None detected
New AppMaps 0️⃣ No new AppMaps

@jansorg jansorg force-pushed the jansorg/show-appmap branch 2 times, most recently from 85623ee to 46fe245 Compare February 28, 2024 09:46
@jansorg jansorg marked this pull request as ready for review February 28, 2024 09:49
@jansorg jansorg requested a review from dustinbyrne February 28, 2024 10:06
@ahtrotta
Copy link
Contributor

ahtrotta commented Mar 1, 2024

@jansorg can you investigate the build failure?

@jansorg jansorg force-pushed the jansorg/show-appmap branch from 46fe245 to 0b4cc2b Compare March 5, 2024 15:05
@jansorg
Copy link
Collaborator Author

jansorg commented Mar 5, 2024

@ahtrotta I checked the log of Travis CI. It's a flaky test failure, but I couldn't understand how this could happen with our code. Rerunning Travis CI "fixed" it.

@jansorg jansorg requested a review from ahtrotta March 5, 2024 16:12
@ahtrotta ahtrotta merged commit 4494a4b into develop Mar 6, 2024
6 checks passed
@ahtrotta ahtrotta deleted the jansorg/show-appmap branch March 6, 2024 21:35
@appland-release
Copy link
Contributor

🎉 This PR is included in version 0.59.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle show-appmap-tree event from Navie webview
3 participants