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

Fix edge case with OneDrive Personal Shared Folders and --resync --upload-only --single-directory 'dir' #1586

Merged
merged 1 commit into from
Jul 21, 2021

Conversation

abraunegg
Copy link
Owner

  • In a --resync --upload-only --single-directory 'dir' scenario, and where the root 'dir' for --single-directory is a 'shared folder' we will not have the 'tie' DB entry created because of --upload-only because we do not download the folder structure from OneDrive. As a result, query of the folder will fail and file uploads will fail.

Simulate the 'tie' DB record only when --resync --upload-only --single-directory 'dir' is being used, and if that folder is 'remote' and if we are using a 'personal' account.

* In a --resync --upload-only --single-directory 'dir' scenario, and where the root 'dir' for --single-directory is a 'shared folder' we will not have the 'tie' DB entry created because of --upload-only because we do not download the folder structure from OneDrive. Simulate the 'tie' DB record only in --resync --upload-only --single-directory 'dir' and if we are using a 'personal' account
@abraunegg
Copy link
Owner Author

abraunegg commented Jul 21, 2021

Without PR:

(dmd-2.097.0)[alex@centos7full onedrive]$ ./onedrive --confdir '~/.config/onedrive-personal/' --synchronize --verbose --single-directory 05Semester --resync --upload-only          
Using 'user' Config Dir: /home/alex/.config/onedrive-personal/
Using 'system' Config Dir: 
Configuration file successfully loaded
Deleting the saved status ...
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.13-5-g8a20275
Account Type: personal
Default Drive ID: 66d53be8a5056eca
Default Root ID: 66D53BE8A5056ECA!101
Remaining Free Space: 5368709120
Fetching details for OneDrive Root
OneDrive Root does not exist in the database. We need to add it.
Added OneDrive Root to the local database
Initializing the Synchronization Engine ...
Syncing changes from this selected path: 05Semester
Syncing changes from selected local path only - NOT syncing data changes from OneDrive ...
Uploading differences of 05Semester
Uploading new items of 05Semester
OneDrive Client requested to create remote path: 05Semester
The requested directory to create was found on OneDrive - skipping creating the directory: 05Semester
The parent for this path is in the local database - adding requested path (05Semester) to database
Uploading new file 05Semester/06704410.pdf ... skipped.

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:37:51
  API Request ID:   ae833278-1640-4fff-a5d7-3e93733d119c
  Calling Function: uploadNewFile()

OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:37:51
  API Request ID:   e02a8b8a-99de-4703-9091-cc4bdbeb9bb4
  Calling Function: uploadCreateDir()

OneDrive Client requested to create remote path: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:37:52
  API Request ID:   b6e03848-249e-42f6-a080-083bfce72da1
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:37:53
  API Request ID:   beb9e9c8-c08a-48f0-9758-50caddfb4e43
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:37:53
  API Request ID:   bbf344e5-633d-498b-a97b-f5816a009a7e
  Calling Function: uploadCreateDir()

OneDrive Client requested to create remote path: 05Semester/Bilder/trunk/doc
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:37:56
  API Request ID:   5bedf3d6-a375-4297-9df9-bb1f94a70816
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:37:57
  API Request ID:   57d6a453-8de2-42ed-8d15-dfbaa4b42a31
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:37:57
  API Request ID:   d559fbb4-062b-4b37-bb39-48e076905bc9
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk/doc
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:37:59
  API Request ID:   4429ea24-e58e-4c83-9cff-402e1bada087
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:00
  API Request ID:   5035420f-88eb-4e60-b904-efc3b26eafe3
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:38:00
  API Request ID:   def3d4d4-73f4-41e1-936d-b8789633137a
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk/doc

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:38:00
  API Request ID:   090368ed-3006-4333-a0ec-9d659d7c04d2
  Calling Function: uploadCreateDir()

Skipping uploading this new file as parent path is not in the database: 05Semester/Bilder/trunk/doc/ecryptfs-faq.html
Skipping uploading this new file as parent path is not in the database: 05Semester/Bilder/trunk/doc/ecryptfs-pkcs11-helper-doc.txt
Skipping uploading this new file as parent path is not in the database: 05Semester/Bilder/trunk/doc/ecryptfs-mount-private.txt
Skipping uploading this new file as parent path is not in the database: 05Semester/Bilder/trunk/doc/Makefile.am
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk/doc/beginners_guide
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk/doc
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:03
  API Request ID:   599d314a-bcd8-4e9b-9c5e-42088448116d
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:04
  API Request ID:   d735c02d-b29f-41f6-972b-9726eee98dd4
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:38:04
  API Request ID:   75faf87f-90be-4239-a747-55d427ab9735
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk/doc
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:06
  API Request ID:   003411ab-39c4-4ab9-bb85-de9ad8fdecdd
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:07
  API Request ID:   09c074df-710b-4c92-a09d-d49fe1f973a1
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:38:07
  API Request ID:   068bec00-c05d-4c23-bb74-bb3b9c9b691d
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk/doc

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:38:07
  API Request ID:   f83ea19a-f051-40f3-93d7-5703876d3966
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk/doc/beginners_guide
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk/doc
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:09
  API Request ID:   d3b6cc9e-5ea2-4468-9873-1dba236ac7af
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:10
  API Request ID:   18fd6d13-145d-4c3c-94d1-8a1b9f61b827
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:38:10
  API Request ID:   b1893ac2-bfec-4040-85b0-3e9c4b391724
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk/doc
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:12
  API Request ID:   14186ec8-a935-4892-9ae1-2e4d049bb1c8
  Calling Function: uploadCreateDir()

The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
OneDrive generated an error when creating this path: 05Semester/Bilder

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:13
  API Request ID:   f418be5b-c210-414e-b781-0299bcb5e761
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:38:13
  API Request ID:   55083f57-8533-412e-ba72-050f69da485e
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk/doc

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:38:13
  API Request ID:   b2d428ae-90bf-4d3a-b3f2-fc4f530fe916
  Calling Function: uploadCreateDir()

OneDrive generated an error when creating this path: 05Semester/Bilder/trunk/doc/beginners_guide

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Resource not found for the segment 'children'.
  Error Timestamp:  2021-07-21T05:38:14
  API Request ID:   5a352bc4-4be7-4af2-9bdb-f4e58529c998
  Calling Function: uploadCreateDir()

Skipping uploading this new file as parent path is not in the database: 05Semester/Bilder/trunk/doc/beginners_guide/Makefile.am
Skipping uploading this new file as parent path is not in the database: 05Semester/Bilder/trunk/doc/beginners_guide/ecryptfs_beginners_guide.tex
Uploading new file 05Semester/asdfasdf.txt ... skipped.

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:15
  API Request ID:   d43947b7-c539-473f-a501-e33f793ed61f
  Calling Function: uploadNewFile()

Uploading new file 05Semester/asdfasfdasdfasdfasfd.txt ... skipped.

ERROR: Microsoft OneDrive API returned an error with the following message:
  Error Message:    HTTP request returned status code 400 (Bad Request)
  Error Reason:     Cannot perform operation within a mounted folder.
  Error Timestamp:  2021-07-21T05:38:16
  API Request ID:   8f037c8e-70fa-429e-bbe5-b2f2e8ed58c7
  Calling Function: uploadNewFile()

With PR:

./onedrive --confdir '~/.config/onedrive-personal/' --synchronize --verbose --single-directory 05Semester --resync --upload-only
Using 'user' Config Dir: /home/alex/.config/onedrive-personal/
Using 'system' Config Dir: 
Configuration file successfully loaded
Deleting the saved status ...
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.13-6-g32f4156
Account Type: personal
Default Drive ID: 66d53be8a5056eca
Default Root ID: 66D53BE8A5056ECA!101
Remaining Free Space: 5368709120
Fetching details for OneDrive Root
OneDrive Root does not exist in the database. We need to add it.
Added OneDrive Root to the local database
Initializing the Synchronization Engine ...
Syncing changes from this selected path: 05Semester
Syncing changes from selected local path only - NOT syncing data changes from OneDrive ...
Uploading differences of 05Semester
Uploading new items of 05Semester
OneDrive Client requested to create remote path: 05Semester
The requested directory to create was found on OneDrive - skipping creating the directory: 05Semester
The parent for this path is in the local database - adding requested path (05Semester) to database
Uploading new file 05Semester/06704410.pdf ... done.
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
Successfully created the remote directory 05Semester/Bilder on OneDrive
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
Successfully created the remote directory 05Semester/Bilder on OneDrive
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk
Successfully created the remote directory 05Semester/Bilder/trunk on OneDrive
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk/doc
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
Successfully created the remote directory 05Semester/Bilder on OneDrive
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk
Successfully created the remote directory 05Semester/Bilder/trunk on OneDrive
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk/doc
Successfully created the remote directory 05Semester/Bilder/trunk/doc on OneDrive
Uploading new file 05Semester/Bilder/trunk/doc/ecryptfs-faq.html ... done.
Uploading new file 05Semester/Bilder/trunk/doc/ecryptfs-pkcs11-helper-doc.txt ... done.
Uploading new file 05Semester/Bilder/trunk/doc/ecryptfs-mount-private.txt ... done.
Uploading new file 05Semester/Bilder/trunk/doc/Makefile.am ... done.
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk/doc/beginners_guide
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk/doc
OneDrive Client requested to create remote path: 05Semester/Bilder/trunk
OneDrive Client requested to create remote path: 05Semester/Bilder
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder
Successfully created the remote directory 05Semester/Bilder on OneDrive
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk
Successfully created the remote directory 05Semester/Bilder/trunk on OneDrive
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk/doc
Successfully created the remote directory 05Semester/Bilder/trunk/doc on OneDrive
The requested directory to create was not found on OneDrive - creating remote directory: 05Semester/Bilder/trunk/doc/beginners_guide
Successfully created the remote directory 05Semester/Bilder/trunk/doc/beginners_guide on OneDrive
Uploading new file 05Semester/Bilder/trunk/doc/beginners_guide/Makefile.am ... done.
Uploading new file 05Semester/Bilder/trunk/doc/beginners_guide/ecryptfs_beginners_guide.tex ... done.
Uploading new file 05Semester/asdfasdf.txt ... done.
Uploading new file 05Semester/asdfasfdasdfasdfasfd.txt ... done.

@abraunegg abraunegg merged commit 606ee52 into master Jul 21, 2021
@abraunegg abraunegg deleted the fix-edge-case-with-personal-shared-folders branch July 21, 2021 22:17
@abraunegg abraunegg added this to the v2.4.14 milestone Jul 22, 2021
@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 Jul 30, 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