-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect: Improve optimistically scanning (#39538)
* Improve optimistically scanning * Update formatting * changelog * Always return API data when scan status is non-idle * Fix lastChecked timezone conversion * Clean up useScanStatusQuery queryFn * Update projects/plugins/protect/src/js/data/scan/use-scan-status-query.ts Co-authored-by: Nate Weller <[email protected]> * Fix lint error * Fix lint error * Update projects/plugins/protect/src/js/data/scan/use-scan-status-query.ts Co-authored-by: Nate Weller <[email protected]> * Update projects/plugins/protect/src/js/data/scan/use-start-scan-mutation.ts Co-authored-by: Nate Weller <[email protected]> --------- Co-authored-by: Nate Weller <[email protected]>
- Loading branch information
1 parent
c7b6691
commit b23089c
Showing
3 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
projects/plugins/protect/changelog/update-protect-optimistically-scanning
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: minor | ||
Type: changed | ||
|
||
Improves optimistic scanning |
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