Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Frameio/python-frameio-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: seb26/python-frameio-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    0fb7e83 View commit details
    Browse the repository at this point in the history
  2. 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)
    seb26 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    1d0946e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. fix #99

    seb26 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3704e87 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    6e171c5 View commit details
    Browse the repository at this point in the history
  2. * 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
    seb26 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4977838 View commit details
    Browse the repository at this point in the history
  3. * 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
    seb26 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3f5a282 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. * progress callbacks: only process their data and make the call, if t…

    …here is actually a callback specified
    seb26 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    96bb07b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. progress callbacks:

    * `chunks_num` the new name
    * set `chunk_size` once, it doesn't change for a _download_whole()
    seb26 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    471ee4c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. no telemetry for me thanks

    seb26 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3bd52a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. transfer.py

    - 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...
    seb26 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f9dbd02 View commit details
    Browse the repository at this point in the history
  2. transport.py - permit debugging view of the API URL itself

    download.py - annoying doubled up code from years ago - deprecated
    seb26 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2c37415 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90dc638 View commit details
    Browse the repository at this point in the history
Loading