-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENG-1159] Report progress when copying files (#2538)
* Copy ephemeral files by chunks * Improving buffered writer * Report progress * Copy and emit progress as two separated tasks * Simplify for-if-return with `Iterator::any` * Docs and use structured tracing * Simplify code using paths * wip * wip * wip * wip * Add report of messages while copying files * Add info field to job report * Group paths from OldFileCopierJobStep into a single struct * Improve progress information * Remove the need for synchronization * Error handling for copy * Clean up frontend * Make watcher only consider new files * Fix concurrent renaming of multiple files that have the same name * Add documentation for file strategist * Remove editions to ephemeral file copies * Remove experimental/nightly features from Cargo.toml * Fix no-case-declarations * Remove dead comments * Format code * Use "Duplicate" instead of "Copy" in the frontend messages * Remove inline always to make clippy happy * icons for deleter and copier * Fix JobManager for copy jobs - Fix some types definitions * Fix Job icon choosing logic - Fix Copier job showing two progress bars * Log which files are not formatted in the Type and style check CI * fmt * Forgot an import * autoformat --------- Co-authored-by: ameer2468 <[email protected]> Co-authored-by: Vítor Vasconcellos <[email protected]>
- Loading branch information
1 parent
1c84e23
commit 7395c2d
Showing
22 changed files
with
703 additions
and
220 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
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
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
2 changes: 2 additions & 0 deletions
2
core/prisma/migrations/20240710015044_add_info_colum_to_job/migration.sql
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,2 @@ | ||
-- AlterTable | ||
ALTER TABLE "job" ADD COLUMN "info" TEXT; |
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
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
Oops, something went wrong.