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

Add cback driver for backup browsing #3116

Merged
merged 53 commits into from
Aug 18, 2022
Merged
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
0ceefef
Creation of cback/cback.go
Jul 7, 2022
bf4f729
Added unimplemented methods for storage.FS and work on init and new
Jul 12, 2022
6b6d21d
Adding utility functions
Jul 21, 2022
83b3d70
Adding returns to compile
Jul 21, 2022
5114533
Adding loader
Jul 21, 2022
8fe0490
Utility functions were modified/added.
Jul 21, 2022
ba2b749
Work on ListFolder function.
Jul 21, 2022
e06e274
Checksum change
Jul 21, 2022
cc854ff
Returning array of pointers in ListFolder
Jul 22, 2022
a17e6c5
Fixes in return types for LS
Jul 22, 2022
ebba471
Added test line
Jul 22, 2022
62ba880
Adding some debugging text
Jul 22, 2022
b33e272
Added error returns to utility functions
Jul 25, 2022
af9b912
Adding snapshot list functionality
Jul 25, 2022
c645734
Added Time utility function to convert snapshot date to time
Jul 26, 2022
dbe6dbd
Path of folders in backup now includes snapshot ID. Also removed name…
Jul 26, 2022
b3baf16
Adding primitive getMD functionality.
Jul 26, 2022
c48ed5a
Dummy output for when statting source with no snapshot ID
Jul 26, 2022
55820ea
Testing new error handling through Detail returned by API
Jul 26, 2022
c28daf7
Changing getRequest to return a ReadCloser interface
Jul 28, 2022
f7a02bd
Utility funcions now modified to accept ReadCloser types
Jul 28, 2022
77ac63f
Added download method
Jul 28, 2022
3cc620a
Removed named return types
Jul 28, 2022
45bf0d7
Adding some lines for debugging
Jul 28, 2022
62167d3
Adding line for debugging download
Jul 29, 2022
0d4cd46
Added functionality for path inputs before snapshot
Aug 1, 2022
4057676
Removal of error check in ListFolder
Aug 1, 2022
a59551c
Fixing path displayed by reva
Aug 1, 2022
c877449
Implemented error in utility function
Aug 1, 2022
4dfb43c
Debugging text added
Aug 1, 2022
e3a3e77
Debugging text added
Aug 1, 2022
60ff5f2
Code cleanup and change to how error is detected
Aug 1, 2022
f11b52a
Adding url to config. General code cleanup with removal of debug code.
Aug 2, 2022
b372165
Merge branch 'cs3org:master' into master
KyleFearne Aug 2, 2022
47bd8d8
Made changes based on Hound bot and changes to configuration
Aug 5, 2022
094edc7
Refactoring of code through pathTrimmer function
Aug 5, 2022
d8d7a81
Merge branch 'cs3org:master' into master
KyleFearne Aug 10, 2022
812284b
Change of location of checkSum variable
Aug 10, 2022
71456fd
Merge branch 'master' of https://github.com/KyleFearne/reva
Aug 10, 2022
bd9c506
Change to APIURL in config
Aug 10, 2022
b06e1d7
Testing new error handling with HTTP status codes
Aug 11, 2022
a0a43c6
Changing returned errtypes
Aug 11, 2022
1765e5d
Fix for incorrect snapID
Aug 11, 2022
65160cd
Adding function for removal of duplicate strings
Aug 12, 2022
68c297a
mapReturn function changed to use switch statement
Aug 12, 2022
e428346
Adding request changes for cback and options
Aug 15, 2022
65cd23b
Change requests for utility functions
Aug 15, 2022
eb14d95
Adding changelog, and minor changes
Aug 15, 2022
343064e
Changes to changelog
Aug 15, 2022
b414984
Changing error condition to OR
Aug 16, 2022
7a7393b
adding licenses
Aug 17, 2022
3e0506d
Fixing linting errors
Aug 17, 2022
b6f00fc
Merge branch 'master' of https://github.com/KyleFearne/reva
Aug 17, 2022
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
Loading