Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENG-1775] Scan location using new jobs #2476

Merged
merged 36 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b7dca9b
First draft on task system usage, still missing job system
fogodev May 11, 2024
d11ecb7
Scan location roughly working, a ton of stuff to fix yet
fogodev May 12, 2024
914ac94
Updating some deps due to crashes and bugs
fogodev May 14, 2024
a300a9c
Exposing non critical errors to frontend
fogodev May 14, 2024
9ad3a90
Getting active job reports from job system
fogodev May 14, 2024
1e4e23e
Using boxed opaque type to avoid a downcast issue with generics
fogodev May 14, 2024
5da9014
Task system issues discovered on race conditions
fogodev May 14, 2024
6968884
Enable debug
fogodev May 15, 2024
bb6f6d6
Fix job report in the job manager
fogodev May 15, 2024
548b671
Fix race condition on steal tasks
fogodev May 16, 2024
c1e0634
Fixed race condition on task suspend
fogodev May 16, 2024
a690432
Some fixes on job progress reporting and save
fogodev May 16, 2024
97744e8
Fixed many race conditions and a hard deadlock
fogodev May 17, 2024
29990de
Ignore .ts and .mts video files for now
fogodev May 17, 2024
63da1ea
Some better logs
fogodev May 20, 2024
1aa2f4b
bruh
fogodev May 20, 2024
1ce3308
Internal deadlocks and excess of communication in the task system
fogodev May 21, 2024
bb81353
Bunch of fixes and optimizations
fogodev May 23, 2024
15863b6
WIP at fixing file identifier
fogodev May 24, 2024
4db53f7
Fixed file identifier job
fogodev May 25, 2024
f48eb1f
A bunch of polishing
fogodev May 28, 2024
a21e690
Fixed some bugs and did more polishing
fogodev May 29, 2024
4f09acd
Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…
fogodev May 29, 2024
471f883
Cleanup
fogodev May 30, 2024
c61fea5
Bridging old and new job systems
fogodev May 30, 2024
852bb10
A ton of fixes
fogodev Jun 4, 2024
f60c1f8
A bunch of bugs related to shutdown and resume
fogodev Jun 5, 2024
08abb28
Indexer and watcher bugs
fogodev Jun 8, 2024
377a429
Log normalizing
fogodev Jun 8, 2024
153c6c1
Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…
fogodev Jun 8, 2024
94e3b8b
Fixing CI
fogodev Jun 8, 2024
3efd7ed
Change error! to warn! on non critical errors log
fogodev Jun 8, 2024
3149d10
Fix redirect to new location
fogodev Jun 10, 2024
e846732
Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1…
fogodev Jun 10, 2024
4f7e3ff
Type annotation
fogodev Jun 10, 2024
6907aaf
Bogus merge resolution on cargo lock
fogodev Jun 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"cargo": {
"args": [
"build",
"--profile=dev-debug",
"--manifest-path=./apps/desktop/src-tauri/Cargo.toml",
"--no-default-features"
],
Expand Down
Loading
Loading