Skip to content

Conversation

@robertmarsal
Copy link
Contributor

  • Consistent Headers for Dialogs
  • Removed extra verbose logging
  • Display SDK version in the about dialog
  • Don't automatically open the log window after attaching to an existing analysis (the analysis is already done there's no need to check the logs)

Comment on lines 67 to 69
// We don't need to display the log window when the user selects an existing analysis because it will be an
// already completed analysis.
if (event.getSourceName().equals("Recent Analysis Dialog")) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not say this is strictly true, they might be attaching to an analysis they started on the portal that hasn't finished yet? Seems more appropriate and less brittle to me to check for the status inside the event instead, because that's closer to the actual intent

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arguably, with the new function boundaries this is highly unlikely to be an analysis from the portal

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A while back in one of my other PRs I also limited the list of analyses a user can attach to, to complete ones so they shouldn't be able to attach to partially completed analyses any longer

@robertmarsal robertmarsal merged commit 3a415a0 into main Oct 5, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants