Skip to content

fix #593 share logic between FileSystemProvider and FileSearchProvider #661

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

Merged
merged 5 commits into from
Jun 22, 2021

Conversation

LogMull
Copy link
Contributor

@LogMull LogMull commented May 17, 2021

This PR fixes #593. The FileSystemProvider and FileSearchProvider share code that handles interfacing with the StudioOpenDialog query. This allows the Quick Open to respect the 'filter' query parameter. This has also resulted in the Quick Open returning results significantly more quickly.

@LogMull LogMull requested a review from daimor as a code owner May 17, 2021 15:01
@gjsjohnmurray
Copy link
Contributor

@LogMull thanks for this PR

@daimor please handle the reviewing, testing and merging. After today I shall be OOO until June 1st.

Copy link
Contributor

@gjsjohnmurray gjsjohnmurray left a comment

Choose a reason for hiding this comment

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

Sorry for the long delay in reviewing this. Please see my comments.

gjsjohnmurray
gjsjohnmurray previously approved these changes Jun 21, 2021
@gjsjohnmurray
Copy link
Contributor

@LogMull please resolve the conflict in src/providers/FileSystemProvider/FileSystemProvider.ts so this becomes ready for merging.

@LogMull
Copy link
Contributor Author

LogMull commented Jun 22, 2021

@gjsjohnmurray I've resolved the conflict. I also noticed that a change from #623 was not accounted for in the new util file, so I have update it accordingly as well.

@gjsjohnmurray
Copy link
Contributor

@LogMull thanks for this. The build failure was caused by a recent VS Code type change.

@daimor we need to get #698 merged to fix the build before merging this PR from @LogMull

@gjsjohnmurray
Copy link
Contributor

@LogMull please merge the #698 change from master into your branch so it will build.

@gjsjohnmurray gjsjohnmurray requested review from gjsjohnmurray and removed request for daimor June 22, 2021 15:22
@gjsjohnmurray gjsjohnmurray merged commit 6793e16 into intersystems-community:master Jun 22, 2021
@LogMull LogMull deleted the fix-593 branch June 22, 2021 15:32
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.

isfs 'filter' queryparam is not respected by QuickOpen
2 participants