Skip to content

support query execution cancellation - #1358

Merged
akphi merged 6 commits into
finos:masterfrom
irisyngao:cancelExecution
Aug 3, 2022
Merged

support query execution cancellation#1358
akphi merged 6 commits into
finos:masterfrom
irisyngao:cancelExecution

Conversation

@irisyngao

@irisyngao irisyngao commented Jul 30, 2022

Copy link
Copy Markdown
Contributor

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

changeset-bot Bot commented Jul 30, 2022

Copy link
Copy Markdown

🦋 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
@irisyngao
irisyngao marked this pull request as draft July 30, 2022 03:55
@codecov

codecov Bot commented Jul 30, 2022

Copy link
Copy Markdown

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%) ⬆️

@irisyngao
irisyngao marked this pull request as ready for review August 1, 2022 15:32
Comment thread packages/legend-application-query/src/stores/QueryBuilderResultState.ts Outdated
Comment thread packages/legend-application-query/src/components/QueryBuilderResultPanel.tsx Outdated
Comment thread packages/legend-application-query/src/components/QueryBuilderResultPanel.tsx Outdated
Comment thread packages/legend-application-query/src/components/QueryBuilderResultPanel.tsx Outdated
@irisyngao
irisyngao force-pushed the cancelExecution branch 2 times, most recently from 51841eb to 5e3e3df Compare August 2, 2022 20:49
@include flexVCenter;
}

&__stop-btn {

Copy link
Copy Markdown
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
Copy Markdown
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

Comment thread packages/legend-application-query/src/components/QueryBuilderResultPanel.tsx Outdated
Comment thread packages/legend-application-query/src/stores/QueryBuilderResultState.ts Outdated
Comment thread packages/legend-application-query/src/components/QueryBuilderResultPanel.tsx Outdated
@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