Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
134 commits
Select commit Hold shift + click to select a range
795cb0e
Initial commit
ilyabrin Nov 2, 2020
4bc7066
Working example - wip
ilyabrin Nov 3, 2020
7f39e50
Merge pull request #1 from ilyabrin/feature/get-disk-info
ilyabrin Nov 3, 2020
1fa9f75
CI test step added
ilyabrin Nov 5, 2020
0465a54
CI fix in test step
ilyabrin Nov 5, 2020
7ec68c0
CI fix-2 in test step
ilyabrin Nov 5, 2020
a914fbd
CI fix-3 in test step
ilyabrin Nov 5, 2020
e1eb467
CI fix-4 in test step
ilyabrin Nov 5, 2020
7476fe7
CI fix-5 in test step
ilyabrin Nov 5, 2020
186410e
CreateDir add ErrorResponse - wip
ilyabrin Nov 5, 2020
6ad48c1
CopyResource method added - wip
ilyabrin Nov 5, 2020
736513b
GetMetadata added - wip
ilyabrin Nov 5, 2020
18a2212
UpdateMetadata added - wip
ilyabrin Nov 5, 2020
3299d0b
GetDownloadURL added - wip
ilyabrin Nov 5, 2020
5385451
GetSortedFiles added - wip
ilyabrin Nov 5, 2020
da27cd2
GetLastUploadedResources added - wip
ilyabrin Nov 5, 2020
8ebe8cd
MoveResource added - wip
ilyabrin Nov 5, 2020
6fda0e3
GetPublicResources added - wip
ilyabrin Nov 6, 2020
605c95b
Publish/Unpublish resource methods added - wip
ilyabrin Nov 6, 2020
5d31919
GetLinkForUpload/UploadFile resource methods added - wip
ilyabrin Nov 6, 2020
62d9ce3
GetMetadataForPublicResource added - wip
ilyabrin Nov 7, 2020
e24e06a
GetDownloadURLForPublicResource added - wip
ilyabrin Nov 8, 2020
4ed3291
SavePublicResource added - wip
ilyabrin Nov 8, 2020
e764021
Trash methods stubs added
ilyabrin Nov 9, 2020
2d85c1a
Merge pull request #3 from ilyabrin/feature/resources
ilyabrin Nov 9, 2020
7bd3752
example.go updated - wip
ilyabrin Nov 9, 2020
66a365e
Merge pull request #6 from ilyabrin/readme/example-updated-wip
ilyabrin Nov 9, 2020
e03b3b2
badges: build status, coverage and code size added
ilyabrin Nov 9, 2020
86186b6
Merge pull request #7 from ilyabrin/readme/badges
ilyabrin Nov 9, 2020
859f0f3
package name changed to 'disk'
ilyabrin Nov 9, 2020
92f148f
Merge pull request #8 from ilyabrin/package/naming
ilyabrin Nov 9, 2020
99842fc
.gitignore updated for dev
ilyabrin Nov 9, 2020
40e448c
Merge pull request #9 from ilyabrin/package/naming-example-fix
ilyabrin Nov 9, 2020
cbd97a3
Create coverage.yml
ilyabrin Nov 20, 2020
1b19f87
Create codeql-analysis.yml
ilyabrin Mar 14, 2021
210eda8
[skip ci] wip: fix some parts
ilyabrin Apr 7, 2021
0d9b156
little fixes - wip
ilyabrin May 24, 2021
8557a7e
disk prefix moved to API_URL
ilyabrin May 24, 2021
9e086c0
rename testdata
ilyabrin May 24, 2021
6127133
added some json testing responses
ilyabrin May 24, 2021
b683e9a
Create dependabot.yml
ilyabrin Jun 4, 2021
10b906d
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
dependabot[bot] Jun 4, 2021
8932cb0
Merge pull request #13 from ilyabrin/dependabot/go_modules/github.com…
ilyabrin Jul 2, 2021
873d596
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
dependabot[bot] Mar 16, 2022
44f1bd5
Merge pull request #15 from ilyabrin/dependabot/go_modules/github.com…
ilyabrin Apr 29, 2022
2819ba6
Bump github.com/stretchr/testify from 1.7.1 to 1.7.4
dependabot[bot] Jun 21, 2022
1a8502b
Merge pull request #17 from ilyabrin/dependabot/go_modules/github.com…
ilyabrin Jun 22, 2022
de32460
Bump github.com/stretchr/testify from 1.7.4 to 1.8.0
dependabot[bot] Jun 30, 2022
a671db8
Merge pull request #19 from ilyabrin/dependabot/go_modules/github.com…
ilyabrin Jul 31, 2022
e096e3f
wip: CI test step added
ilyabrin Aug 11, 2022
6cea4ff
Update README.md
ilyabrin Aug 11, 2022
aa22fee
Merge pull request #20 from ilyabrin/lil-fix-readme
ilyabrin Aug 11, 2022
99d8a13
CodeQL action off
ilyabrin Aug 11, 2022
588c249
Coverage action off
ilyabrin Aug 11, 2022
996b5ca
Test action off
ilyabrin Aug 11, 2022
963819c
Update go.mod
ilyabrin Aug 21, 2022
8db698b
wip: trash methods stubs
ilyabrin Aug 21, 2022
bfee16a
wip: trash methods stubs
ilyabrin Aug 21, 2022
b4334bd
Merge branch 'release' into feature/trash-methods
ilyabrin Aug 21, 2022
2b3e5e1
Merge pull request #5 from ilyabrin/feature/trash-methods
ilyabrin Aug 21, 2022
b23a06b
wip: trash methods
ilyabrin Aug 21, 2022
78d9c91
Dockerfile added (closes #10)
ilyabrin Aug 21, 2022
955437a
Dockerfile added (closes #10)
ilyabrin Aug 21, 2022
6df701d
Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
dependabot[bot] Oct 24, 2022
374eefc
Bump testify 1.8.0 to 1.8.1
ilyabrin Oct 27, 2022
640961f
add: tests with GH Actions
ilyabrin Nov 2, 2022
16b4d5e
Disk v (#25)
ilyabrin Nov 6, 2022
4dc1c68
Update README.md [skip ci]
ilyabrin Nov 6, 2022
97df07a
upd: types.go (#27)
ilyabrin Nov 11, 2022
288fb45
Bump actions/setup-go from 3 to 4 (#31)
dependabot[bot] Mar 26, 2023
362ec72
Update .gitignore
ilyabrin Mar 29, 2023
229b94d
Bump coverallsapp/github-action from 1.1.3 to 2.0.0 (#30)
dependabot[bot] Apr 10, 2023
d6584e5
Bump coverallsapp/github-action from 2.0.0 to 2.1.2
dependabot[bot] Apr 24, 2023
04875e7
Bump coverallsapp/github-action from 2.1.2 to 2.2.0
dependabot[bot] Jun 12, 2023
648e1c0
Bump coverallsapp/github-action from 2.2.0 to 2.2.1
dependabot[bot] Jul 17, 2023
c7b08bf
Bump actions/checkout from 3 to 4
dependabot[bot] Sep 11, 2023
f016ace
Bump coverallsapp/github-action from 2.2.1 to 2.2.3
dependabot[bot] Sep 11, 2023
4586530
Bump github/codeql-action from 2 to 3
dependabot[bot] Dec 18, 2023
4aff053
Bump actions/setup-go from 4 to 5
dependabot[bot] Dec 11, 2023
005a8e6
Update test.yml
ilyabrin Feb 23, 2024
901c3ab
Bump coverallsapp/github-action from 2.2.3 to 2.3.0
dependabot[bot] May 13, 2024
36e8033
Bump gopkg.in/dnaeon/go-vcr.v3 from 3.1.2 to 3.2.0
dependabot[bot] Mar 14, 2024
5e0981f
feat: add tests
ilyabrin Sep 24, 2024
8843ad0
wip: disk test added
ilyabrin Oct 2, 2024
63d6294
add tests for public links
ilyabrin Oct 2, 2024
1521b51
remove unnecessary test files
ilyabrin Oct 15, 2024
7ddc5db
wip: add resource tests
ilyabrin Oct 15, 2024
2726874
remove separate coverage action
ilyabrin Oct 17, 2024
7222e43
add codeql and test workflows
ilyabrin Oct 17, 2024
93af951
better readability
ilyabrin Oct 17, 2024
da87022
interface type for CustomProperties (wip)
ilyabrin Oct 17, 2024
d83f259
add tests for Resources
ilyabrin Oct 17, 2024
0cb3291
fix tests
ilyabrin Oct 17, 2024
0d0e723
bump coveralls
ilyabrin Oct 18, 2024
58bc0e9
add badge with coverage rate
ilyabrin Oct 18, 2024
aa94db0
fix names
ilyabrin Oct 18, 2024
54cca58
Merge branch 'release' into tests-1
ilyabrin Oct 21, 2024
4806eb6
rebase master with tests-1
ilyabrin Oct 21, 2024
26e3d5a
Merge branch 'release' into tests-1
ilyabrin Oct 21, 2024
7f3f955
trash and operations temporary removed
ilyabrin Oct 21, 2024
539f547
add operations
ilyabrin Oct 21, 2024
f94cb29
add operations
ilyabrin Oct 21, 2024
706edff
add operations
ilyabrin Oct 21, 2024
6f7d907
add codeql
ilyabrin Oct 21, 2024
effddf0
add tests workflows
ilyabrin Oct 21, 2024
2517726
Bump github/codeql-action from 2 to 3
dependabot[bot] Dec 18, 2023
668586d
Update .gitignore
ilyabrin Mar 29, 2023
670ad96
remove duplicate
ilyabrin Oct 21, 2024
4b2da86
bump coverallsapp/github-action
ilyabrin Oct 21, 2024
970bcbd
dunny file for resolve conflicts
ilyabrin Oct 21, 2024
b6e2e39
dunny file for resolve conflicts
ilyabrin Oct 21, 2024
7e3f639
dunny file for resolve conflicts
ilyabrin Oct 21, 2024
83d0192
dunny file for resolve conflicts
ilyabrin Oct 21, 2024
141ebd2
rebased
ilyabrin Oct 21, 2024
fbbdf73
Merge branch 'release' into tests-1
ilyabrin Oct 21, 2024
94e218a
rebased test workflow
ilyabrin Oct 21, 2024
d8e9c8b
rebased
ilyabrin Oct 21, 2024
12f230d
codeql bump go 1.23
ilyabrin Oct 21, 2024
330e69b
ci: change TravisCI to Github Actions
ilyabrin Oct 21, 2024
1a3c8eb
ci: codeql golang:1.23.2-alpine3.20
ilyabrin Oct 21, 2024
388af53
Bump github.com/stretchr/testify from 1.8.0 to 1.9.0
dependabot[bot] Oct 21, 2024
0977712
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
dependabot[bot] Nov 25, 2024
5db2c79
dependabot updated rules
ilyabrin Mar 13, 2025
63a531e
deps(deps): bump coverallsapp/github-action in /.github/workflows
dependabot[bot] Mar 13, 2025
af3a87e
refactor: improve error handling and remove log.Fatal calls across mu…
ilyabrin Jul 28, 2025
fdfef15
refactor: enhance error handling and improve query parameter construc…
ilyabrin Jul 28, 2025
97195ca
refactor: implement centralized response handling and safe JSON decod…
ilyabrin Jul 28, 2025
ff8f335
refactor: implement context management and timeout handling in client…
ilyabrin Jul 28, 2025
aa3f483
refactor: implement structured logging with customizable log levels a…
ilyabrin Jul 28, 2025
80a682a
refactor: implement trash resource management with restore, list, emp…
ilyabrin Jul 28, 2025
a0a301c
feat: add examples for Yandex Disk upload functionality with utility …
ilyabrin Jul 28, 2025
1b3d406
feat(batch): implement batch operations for file management - WIP
ilyabrin Jul 28, 2025
fd0503c
feat: Add Yandex Disk upload example and pagination support
ilyabrin Jul 28, 2025
e19d9e2
Merge new-version into feature/comprehensive-improvements
ilyabrin Jul 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
example.go
.DS_Store

TODO
TODO
.claude/settings.local.json
tasks.md
Loading