Skip to content

Refactored package version#51

Closed
ilyabrin wants to merge 133 commits into
releasefrom
new-version
Closed

Refactored package version#51
ilyabrin wants to merge 133 commits into
releasefrom
new-version

Conversation

@ilyabrin
Copy link
Copy Markdown
Owner

No description provided.

ilyabrin and others added 19 commits October 21, 2024 14:29
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>
@ilyabrin ilyabrin self-assigned this Jul 28, 2025
Comment thread logger.go
// 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

[Sensitive data returned by HTTP request headers](1) flows to a logging call.
ilyabrin added 4 commits July 28, 2025 17:15
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants