Refactored package version#51
Closed
ilyabrin wants to merge 133 commits into
Closed
Conversation
Working example - wip
example.go updated - wip
badges: build status, coverage and code size added
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.3 to 2.3.6. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.3...v2.3.6) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…tion across multiple files
…ing in client methods
…nd output in client and logger
| // Debug logs a debug message | ||
| func (l *DiskLogger) Debug(format string, args ...interface{}) { | ||
| if l.shouldLog(DEBUG) { | ||
| l.logger.Print(l.formatMessage(DEBUG, format, args...)) |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information
…ty, and metadata retrieval functions
…and upload methods
- Added BatchDeleteFiles, BatchCopyFiles, BatchMoveFiles, and BatchUpdateMetadata methods to handle multiple file operations concurrently. - Introduced BatchOperationResult and BatchOperationStatus structs to track the results and status of batch operations. - Implemented options for configuring concurrency, error handling, and progress reporting in batch operations. - Added convenience methods for simplified batch operations: BatchDeleteFilesSimple, BatchCopyFilesSimple, BatchMoveFilesSimple, BatchRenameFiles, BatchMoveToDirectory, and BatchCopyToDirectory. - Created unit tests for batch operations to ensure functionality and error handling.
- Implemented a new example for uploading files to Yandex Disk with progress tracking. - Added a test file for demonstration purposes. - Introduced pagination options and iterators for handling paginated API responses. - Enhanced existing methods to support pagination for fetching sorted files, last uploaded resources, and public resources. - Created paginated wrappers and iterators for better access to paginated data. - Added comprehensive tests for pagination functionality and edge cases.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.