-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: Frameio/python-frameio-client
base: develop
head repository: seb26/python-frameio-client
compare: develop
- 12 commits
- 6 files changed
- 1 contributor
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fb7e83 - Browse repository at this point
Copy the full SHA 0fb7e83View commit details -
remove duplicate _create_file_stub, rm pprints, now Downloader has a …
…stats=True option to return some stats and an outcome ('sucess' or other, atm)Configuration menu - View commit details
-
Copy full SHA for 1d0946e - Browse repository at this point
Copy the full SHA 1d0946eView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3704e87 - Browse repository at this point
Copy the full SHA 3704e87View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e171c5 - Browse repository at this point
Copy the full SHA 6e171c5View commit details -
* change logging method. each module logs to its own logger by name. …
…improve the subclassing of logging. at the moment it is not doing much, but have left the SDKLogger functionality in there in case there are some broad changes that are best made in that object. * replaced print()s with logging
Configuration menu - View commit details
-
Copy full SHA for 4977838 - Browse repository at this point
Copy the full SHA 4977838View commit details -
* add progress callback (good WIP but improvements to come)
* log certain exceptions using logger * remove redundant log for folder exists, comes up all the time in my logs and feels not useful
Configuration menu - View commit details
-
Copy full SHA for 3f5a282 - Browse repository at this point
Copy the full SHA 3f5a282View commit details
Commits on Feb 27, 2024
-
* progress callbacks: only process their data and make the call, if t…
…here is actually a callback specified
Configuration menu - View commit details
-
Copy full SHA for 96bb07b - Browse repository at this point
Copy the full SHA 96bb07bView commit details
Commits on Mar 2, 2024
-
* `chunks_num` the new name * set `chunk_size` once, it doesn't change for a _download_whole()
Configuration menu - View commit details
-
Copy full SHA for 471ee4c - Browse repository at this point
Copy the full SHA 471ee4cView commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3bd52a4 - Browse repository at this point
Copy the full SHA 3bd52a4View commit details
Commits on Apr 29, 2024
-
- allow checksum verification for download - permit write files to temp file name, off by default - better download outcome returns (lines 216-231) arguably these should just be Exceptions...
Configuration menu - View commit details
-
Copy full SHA for f9dbd02 - Browse repository at this point
Copy the full SHA f9dbd02View commit details -
transport.py - permit debugging view of the API URL itself
download.py - annoying doubled up code from years ago - deprecated
Configuration menu - View commit details
-
Copy full SHA for 2c37415 - Browse repository at this point
Copy the full SHA 2c37415View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90dc638 - Browse repository at this point
Copy the full SHA 90dc638View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop...develop