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: Panel management #118

Merged
merged 40 commits into from
Sep 18, 2024
Merged

feat: Panel management #118

merged 40 commits into from
Sep 18, 2024

Conversation

bmingles
Copy link
Collaborator

@bmingles bmingles commented Sep 5, 2024

In this PR:

  • Added a DEEPHAVEN: PANELS view

    • Maps connections to server variables
    • Allows clicking on variables to open panels
    • Is subscribed to changes on server, so will also show variables created outside of the extension
  • Open panels now refresh when active theme changes

  • Removed auto focus of output panel (Don't show Deephaven output panel until first connection #130 to provide the proper fix

resolves #116

Base automatically changed from 116-panel-management to main September 6, 2024 14:01
@bmingles bmingles force-pushed the 116-2-panel-management branch 2 times, most recently from 02ea32a to 60f2b4b Compare September 6, 2024 14:05
Copy link

github-actions bot commented Sep 6, 2024

End-to-end Test Summary

Tests 📝Passed ✅Failed ❌Skipped ⏭️Pending ⏳Other ❓Flaky 🍂Duration ⏱️
660000004:55:49
A ctrf plugin

Detailed Test Results

NameStatusmsFlaky 🍂
should default to the correct settingspassed ✅1809
should return custom settings: Empty configspassed ✅257
should return custom settings: Populated configspassed ✅148
should be able to load VSCodepassed ✅1158
should only be visible when a supported file type is active: test.groovypassed ✅2867
should only be visible when a supported file type is active: test.pypassed ✅1234
A ctrf plugin

Failed Test Summary

No failed tests ✨

Flaky Test Summary

No flaky tests detected. ✨

@bmingles bmingles changed the base branch from main to 116-3-cleanup September 6, 2024 14:59
Base automatically changed from 116-3-cleanup to main September 6, 2024 15:02
@bmingles bmingles force-pushed the 116-2-panel-management branch 2 times, most recently from a071a32 to 038ea6c Compare September 6, 2024 18:57
@bmingles bmingles changed the base branch from main to 116-4-panel-controller September 6, 2024 18:57
@bmingles bmingles force-pushed the 116-2-panel-management branch 2 times, most recently from a28acf3 to b5673f0 Compare September 10, 2024 22:02
@bmingles bmingles changed the base branch from 116-4-panel-controller to 13-icon-font-generation September 10, 2024 22:03
@bmingles bmingles linked an issue Sep 11, 2024 that may be closed by this pull request
@bmingles bmingles marked this pull request as ready for review September 11, 2024 19:39
Copy link
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

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

Minor suggestion to clean up JSDoc, but looks good

src/services/PanelService.ts Outdated Show resolved Hide resolved
@bmingles bmingles force-pushed the 116-2-panel-management branch 2 times, most recently from 18a5606 to aed8676 Compare September 17, 2024 21:16
Base automatically changed from 13-icon-font-generation to main September 18, 2024 15:01
@bmingles bmingles merged commit 4569a36 into main Sep 18, 2024
3 checks passed
@bmingles bmingles deleted the 116-2-panel-management branch September 18, 2024 16:20
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.

Panel Management
2 participants