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

support query execution cancellation #1358

Merged
merged 6 commits into from
Aug 3, 2022

Conversation

YannanGao-gs
Copy link
Contributor

@YannanGao-gs YannanGao-gs commented Jul 30, 2022

Summary

Fixes #1357

How did you test this change?

  • Test(s) added
  • Manual testing (please provide screenshots/recordings)
  • No testing (please provide an explanation)
Screen.Recording.2022-08-03.at.11.48.01.AM.mov

@changeset-bot
Copy link

changeset-bot bot commented Jul 30, 2022

🦋 Changeset detected

Latest commit: fa1e8e8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 11 packages
Name Type
@finos/legend-application-query Patch
@finos/legend-application-query-bootstrap Patch
@finos/legend-extension-application-studio-query-builder Patch
@finos/legend-extension-dsl-data-space Patch
@finos/legend-application-query-deployment Patch
@finos/legend-application-studio-bootstrap Patch
@finos/legend-application-taxonomy-bootstrap Patch
@finos/legend-application-taxonomy Patch
@finos/legend-manual-tests Patch
@finos/legend-application-studio-deployment Patch
@finos/legend-application-taxonomy-deployment Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@finos-cla-bot finos-cla-bot bot added the cla-present CLA Signed label Jul 30, 2022
@YannanGao-gs YannanGao-gs marked this pull request as draft July 30, 2022 03:55
@codecov
Copy link

codecov bot commented Jul 30, 2022

Codecov Report

Merging #1358 (fa1e8e8) into master (d1a050e) will increase coverage by 0.00%.
The diff coverage is 34.61%.

@@           Coverage Diff           @@
##           master    #1358   +/-   ##
=======================================
  Coverage   41.89%   41.90%           
=======================================
  Files        1176     1176           
  Lines       52433    52457   +24     
  Branches    11918    11930   +12     
=======================================
+ Hits        21969    21980   +11     
- Misses      30393    30405   +12     
- Partials       71       72    +1     
Impacted Files Coverage Δ
...cation-query/src/stores/QueryBuilderResultState.ts 22.34% <31.25%> (+2.34%) ⬆️
...n-query/src/components/QueryBuilderResultPanel.tsx 28.84% <40.00%> (-0.76%) ⬇️
...src/components/QueryBuilderPropertySearchPanel.tsx 46.83% <0.00%> (-0.30%) ⬇️
...tion-query/src/stores/QueryBuilderExplorerState.ts 70.64% <0.00%> (-0.19%) ⬇️
...query/src/components/QueryBuilderExplorerPanel.tsx 68.23% <0.00%> (+0.11%) ⬆️

@YannanGao-gs YannanGao-gs marked this pull request as ready for review August 1, 2022 15:32
@YannanGao-gs YannanGao-gs force-pushed the cancelExecution branch 2 times, most recently from 51841eb to 5e3e3df Compare August 2, 2022 20:49
@@ -336,6 +336,41 @@
@include flexVCenter;
}

&__stop-btn {
Copy link
Contributor

Choose a reason for hiding this comment

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

let's just use btn--dark btn--caution

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screen Shot 2022-08-03 at 9 31 33 AM

@akphi akphi merged commit 1119c45 into finos:master Aug 3, 2022
@akphi akphi deleted the cancelExecution branch August 3, 2022 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-present CLA Signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: allow cancelling query execution
2 participants