-
Notifications
You must be signed in to change notification settings - Fork 96
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
query panel migration revamp #1093
Merged
Merged
Changes from 32 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
70f5889
feat: query panel migration
saravmajestic 89e4f06
feat: add query panel default view
saravmajestic 99eae35
fix: query panel components
saravmajestic 8e7ebcc
fix: front end changes
saravmajestic 8bcc5be
fix: perspective in vscode
saravmajestic 0df9103
fix: ui styling
saravmajestic 15908c9
fix: query cancel delay
saravmajestic 5591b1d
fix: loading icon
saravmajestic c3d4087
fix: hint logic
saravmajestic 5525f9d
Merge branch 'master' into feat/query-panel-migration
saravmajestic b421dea
fix: show loading when triggered before webview ready
saravmajestic 6313bfc
fix: perspective ui fixes
saravmajestic 66a92a7
fix: query panel fixes
saravmajestic 711a84d
chore: remove table scale for perspective
saravmajestic 10bf1c6
fix: query limit fixes
saravmajestic e9fe67d
Merge branch 'master' into feat/query-panel-migration
saravmajestic 0f7009c
fix: code cleanup
saravmajestic b3cca03
fix: query panel perspective themes
saravmajestic 4fba6c0
fix: toggle v2 buttons
saravmajestic 1af29d8
Merge branch 'master' into feat/query-panel-migration
saravmajestic 315f27a
chore: text changes as per comments
saravmajestic 3539a9b
fix: query cancel issue
saravmajestic d4b48ca
Merge branch 'master' into feat/query-panel-migration
saravmajestic 4210278
Merge branch 'master' into feat/query-panel-migration
anandgupta42 c92be50
Merge branch 'master' into feat/query-panel-migration
saravmajestic e96a930
Merge branch 'master' into feat/query-panel-migration
saravmajestic ff3cb76
fix: add storybook update
saravmajestic 4a1fb9f
Merge branch 'master' into feat/query-panel-migration
saravmajestic bb2ad77
Merge branch 'master' into feat/query-panel-migration
saravmajestic 36eacea
fix: query panel sql ui issues
saravmajestic c5779ab
Merge branch 'master' into feat/query-panel-migration
saravmajestic 29d1861
Merge branch 'master' into feat/query-panel-migration
saravmajestic 320378d
fix: add title for testing
saravmajestic 45e2455
Merge branch 'master' into feat/query-panel-migration
saravmajestic e790c55
Merge branch 'master' into feat/query-panel-migration
saravmajestic 293a053
Merge branch 'master' into feat/query-panel-migration
saravmajestic 2f3737c
Merge branch 'master' into feat/query-panel-migration
saravmajestic bdddd1a
Merge branch 'master' into feat/query-panel-migration
anandgupta42 0590f6f
fix: ignore v1
saravmajestic 03fd016
fix: use right config variable
saravmajestic 5f38d7c
Merge branch 'master' into feat/query-panel-migration
saravmajestic 365bc81
Merge branch 'master' into feat/query-panel-migration
saravmajestic d2ea9eb
Merge branch 'master' into feat/query-panel-migration
anandgupta42 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
i am not sure about this change. will the project be in usable state if we kill thread during
init_project
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.
Doesn't matter as this is not affecting main thread.