-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove prefix use in public APIs and respell Upload as DirectUpload #84
Merged
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c337d33 - Browse repository at this point
Copy the full SHA c337d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for a541f25 - Browse repository at this point
Copy the full SHA a541f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d5ec4 - Browse repository at this point
Copy the full SHA 67d5ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c001a28 - Browse repository at this point
Copy the full SHA c001a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c77e87 - Browse repository at this point
Copy the full SHA 5c77e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a5bc6a - Browse repository at this point
Copy the full SHA 5a5bc6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0167c61 - Browse repository at this point
Copy the full SHA 0167c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313ebc2 - Browse repository at this point
Copy the full SHA 313ebc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a282dd7 - Browse repository at this point
Copy the full SHA a282dd7View commit details -
DirectUploadManagerDelegate.uploadListUpdated(with:) -> DirectUploadManagerDelegate.didUpdate(managedDirectUploads:) DirectUploadManager.allManagedUploads() -> DirectUploadManager.allManagedDirectUploads() DirectUploadManager.findStartedUpload(ofFile:) -> DirectUploadManager.startedDirectUpload(ofFile:) DirectUploadManager.resumeUpload(ofFile:) -> DirectUploadManager.resumeDirectUpload(ofFile:) DirectUploadManager.resumeUpload(ofFile:completion:) -> DirectUploadManager.resumeDirectUpload(ofFile:completion:) DirectUploadManager.resumeAllUploads() -> DirectUploadManager.resumeAllDirectUploads()
Configuration menu - View commit details
-
Copy full SHA for 805b688 - Browse repository at this point
Copy the full SHA 805b688View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdbfc5f - Browse repository at this point
Copy the full SHA cdbfc5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdeb98 - Browse repository at this point
Copy the full SHA 1bdeb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for df57f37 - Browse repository at this point
Copy the full SHA df57f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98baf92 - Browse repository at this point
Copy the full SHA 98baf92View commit details -
Remove Error.parseAsUploadError(lastSeenUploadStatus:)
Configuration menu - View commit details
-
Copy full SHA for f79c59e - Browse repository at this point
Copy the full SHA f79c59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd133b0 - Browse repository at this point
Copy the full SHA cd133b0View commit details -
uploadSucceeded -> finished, wraps DirectUploadResult uploadFailed -> finished, wraps DirectUploadResult
Configuration menu - View commit details
-
Copy full SHA for dc19afd - Browse repository at this point
Copy the full SHA dc19afdView commit details -
awaitingUploadConfirmation -> awaitingConfirmation uploadInProgress -> transportInProgress uploadPaused -> paused
Configuration menu - View commit details
-
Copy full SHA for 02e2222 - Browse repository at this point
Copy the full SHA 02e2222View commit details -
DirectUpload.Success -> DirectUpload.SuccessDetails
To distinguish from DirectUploadResult.success
Configuration menu - View commit details
-
Copy full SHA for a256147 - Browse repository at this point
Copy the full SHA a256147View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.