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

Update the 'Processing XXXX' output to display the full path #987

Merged
merged 2 commits into from
Jul 7, 2020

Conversation

abraunegg
Copy link
Owner

  • Update the 'Processing XXXX' output to display the full path, rather than just the item name from the database. In cases where you have the same file or directory name, having the full path where it is present is more informative

* Update the 'Processing XXXX' output to display the full path, rather than just the item name from the database. In cases where you have the same file or directory name, having the full path where it is present is more informative
@abraunegg
Copy link
Owner Author

Without patch:

Using 'user' Config Dir: /home/alex/.config/onedrive-personal/
Using 'system' Config Dir: 
Configuration file successfully loaded
Initializing the OneDrive API ...
Configuring Global Azure AD Endpoints
Opening the item database ...
All operations will be performed in: /home/alex/OneDrivePersonal
Application version: v2.4.3-6-ge23e063
Account Type: personal
Default Drive ID: 66d53be8a5056eca
Default Root ID: 66D53BE8A5056ECA!101
Remaining Free Space: 5368709070
Fetching details for OneDrive Root
OneDrive Root exists in the database
Initializing the Synchronization Engine ...
Syncing changes from OneDrive ...
Applying changes of Path ID: 66D53BE8A5056ECA!101
Syncing this OneDrive Personal Shared Folder: shared
Applying changes of Path ID: BC7D88EC1F539DCF!1288
Uploading differences of ~/OneDrivePersonal
Processing root
The directory has not changed
Processing random_files
The directory has not changed
Processing random_images
The directory has not changed
Processing random_videos
The directory has not changed
Processing Dropbox
The directory has not changed
Processing .Images
The directory has not changed
Processing .Music
The directory has not changed
Processing Documents
The directory has not changed
Processing .Images
The directory has not changed
Processing .Music
The directory has not changed
Processing Music
The directory has not changed
Processing audio001.mp3
The file has not changed
Processing Images
The directory has not changed
Processing image001.jpg
The file has not changed
Processing qwer
The directory has not changed
Processing sdfg
The directory has not changed
Processing erty
The directory has not changed
Processing fghj
The directory has not changed
Processing wert
The directory has not changed
Processing shared
The directory has not changed
Processing shared
The directory has not changed
Processing Cisco VDI Whitepaper
The directory has not changed
Processing campover.pdf
The file has not changed
Processing SMPP
The directory has not changed
Processing SMPP_v3_4_Issue1_2-24857.pdf
The file has not changed
Uploading new items of ~/OneDrivePersonal
Skipping item - excluded by skip_dir config: ./Dropbox/.dropbox.cache
Skipping item - excluded by skip_dir config: ./Images
Skipping item - excluded by skip_dir config: ./Music
Skipping item - excluded by skip_file config: ./file1.tmp
Applying changes of Path ID: 66D53BE8A5056ECA!101
Syncing this OneDrive Personal Shared Folder: shared
Applying changes of Path ID: BC7D88EC1F539DCF!1288

with patch:

Using 'user' Config Dir: /home/alex/.config/onedrive-personal/
Using 'system' Config Dir: 
Configuration file successfully loaded
Initializing the OneDrive API ...
Configuring Global Azure AD Endpoints
Opening the item database ...
All operations will be performed in: /home/alex/OneDrivePersonal
Application version: v2.4.3-6-ge23e063
Account Type: personal
Default Drive ID: 66d53be8a5056eca
Default Root ID: 66D53BE8A5056ECA!101
Remaining Free Space: 5368709070
Fetching details for OneDrive Root
OneDrive Root exists in the database
Initializing the Synchronization Engine ...
Syncing changes from OneDrive ...
Applying changes of Path ID: 66D53BE8A5056ECA!101
Syncing this OneDrive Personal Shared Folder: shared
Applying changes of Path ID: BC7D88EC1F539DCF!1288
Uploading differences of ~/OneDrivePersonal
Processing .
The directory has not changed
Processing random_files
The directory has not changed
Processing random_images
The directory has not changed
Processing random_videos
The directory has not changed
Processing Dropbox
The directory has not changed
Processing .Images
The directory has not changed
Processing .Music
The directory has not changed
Processing Documents
The directory has not changed
Processing Documents/.Images
The directory has not changed
Processing Documents/.Music
The directory has not changed
Processing Documents/Music
The directory has not changed
Processing Documents/Music/audio001.mp3
The file has not changed
Processing Documents/Images
The directory has not changed
Processing Documents/Images/image001.jpg
The file has not changed
Processing qwer
The directory has not changed
Processing qwer/sdfg
The directory has not changed
Processing qwer/sdfg/erty
The directory has not changed
Processing qwer/sdfg/erty/fghj
The directory has not changed
Processing qwer/sdfg/erty/fghj/wert
The directory has not changed
Processing shared
The directory has not changed
Processing shared
The directory has not changed
Processing shared/Cisco VDI Whitepaper
The directory has not changed
Processing shared/Cisco VDI Whitepaper/campover.pdf
The file has not changed
Processing shared/SMPP
The directory has not changed
Processing shared/SMPP/SMPP_v3_4_Issue1_2-24857.pdf
The file has not changed
Uploading new items of ~/OneDrivePersonal
Skipping item - excluded by skip_dir config: ./Dropbox/.dropbox.cache
Skipping item - excluded by skip_dir config: ./Images
Skipping item - excluded by skip_dir config: ./Music
Skipping item - excluded by skip_file config: ./file1.tmp
Applying changes of Path ID: 66D53BE8A5056ECA!101
Syncing this OneDrive Personal Shared Folder: shared
Applying changes of Path ID: BC7D88EC1F539DCF!1288

@abraunegg abraunegg requested a review from norbusan July 6, 2020 22:14
@abraunegg abraunegg added this to the v2.4.4 milestone Jul 6, 2020
@abraunegg abraunegg merged commit 25fd9a1 into master Jul 7, 2020
@abraunegg abraunegg deleted the update-processing-log-output branch July 7, 2020 09:51
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators May 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant