forked from Velocidex/velociraptor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notebook cell update is now asynchronous. (Velocidex#358)
For long running queries we now update the notebook cell asyncrounously: 1. Wait up to 1 second to allow very quick queries to complete. 2. If the query takes more than a second, we return a calculating message to the browser. 3. The browser will continue to watch for changes in the cell and render the complete cell when done. The calculation can now also be cancelled by adding a cancel button to the GUI.
- Loading branch information
Showing
27 changed files
with
805 additions
and
314 deletions.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.