Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cb 4270 row counter add cancel button for big tables (#2545)
* CB-4270 adds cancel option for load total count of rows in table * CB-4270 adds ui for load total count of rows in table * CB-4270 fix: task cancels in a true way * CB-4270 cleanup * CB-4270 cancel load total count on close table tab * CB-4270 cancel load total count on close sql editor tab * CB-4270 fix: cancel close only task if it is not already cancelled * CB-4270 chore: tasks -> cancelLoadTotalCountTasks * CB-4270 stops counting rows when tab closes * CB-4270 reverts incorrect calls of cancelLoadTotalCount * CB-4270 reverts ToolsActions unneeded props * CB-4270 pr fixes * СB-4270 cancel load total count for refresh action * CB-4270 fix: place cancelLoadTotalCount to DatabaseDataSource * CB-4270 fix: cancel load rows in refresh data in data source * CB-4270 cancels load on close result set tab * CB-4270 refactor: move cancelLoadTotalCount to resultsetdatasource * CB-4270 cancel load total count execute only for resultsetdatasource * CB-4270 adds constraint for TableFooterRowCount * CB-4270 fix: do not load new value if cancelled rows loading * CB-4270 cleanup * Revert "CB-4270 cleanup" This reverts commit f8bffa2. * CB-4270 pr fixes * CB-4270 pr fixes * CB-4270 deletes cross icon icon * CB-4270 DataSources has correct tree of calls for cancel and dispose functions * CB-4270 cleanup * chore: add experimental cancellable promise implementation * CB-4270 pr fixes: remove unneeded disposes + close results in close result tab flow * CB-4270 removes closeResults abstraction leak in ResultSetDataSource extended classes * CB-4270 removes unused context in data sources * CB-4270 adds loader for CancelTotalCountAction on cancel task action * CB-4270 cancel row count job fix * CB-4270 cancel row counter with notification * CB-4270 pr fixes * CB-4270 pr fixes --------- Co-authored-by: Aleksei Potsetsuev <[email protected]> Co-authored-by: Daria Marutkina <[email protected]> Co-authored-by: Ainur <[email protected]>
- Loading branch information