deephaven / vscode-deephaven

Deephaven Visual Studio Code Extension
Apache License 2.0
3 stars 0 forks source link

fix: Search filtering now works in PANELS #177

Closed bmingles closed 3 days ago

bmingles commented 1 week ago

I fixed a bug where I was setting description instead of label that was breaking built in search / filter in the "PANELS" treeview. Also added search actions to the titlebar of CONNECTIONS + PANELS trees

Testing

from deephaven import empty_table

for i in range(100):
    print(f"Making {i}")
    globals()[f"t{i}"] = empty_table(10).update(['X = i', 'Y = 10 * i'])

resolves #49

github-actions[bot] commented 1 week ago

End-to-end Test Summary

Tests 📝Passed ✅Failed ❌Skipped ⏭️Pending ⏳Other ❓Flaky 🍂Duration ⏱️
660000004:56:05

A ctrf plugin

Detailed Test Results

NameStatusmsFlaky 🍂
should default to the correct settingspassed ✅1966
should return custom settings: Empty configspassed ✅279
should return custom settings: Populated configspassed ✅107
should be able to load VSCodepassed ✅785
should only be visible when a supported file type is active: test.groovypassed ✅2758
should only be visible when a supported file type is active: test.pypassed ✅1021

A ctrf plugin

Failed Test Summary

No failed tests ✨

Flaky Test Summary

No flaky tests detected. ✨