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

[DA-253] storage api methods with asset service and local filesystem backends #199

Draft
wants to merge 8 commits into
base: anima_stable
Choose a base branch
from

Commits on Mar 21, 2023

  1. Initial creation of abstract StorageBackend, AssetServiceBackend, and…

    … LocalFileBackend. Some asset storage operations implemented.
    aletts committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8b3bb8f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Refactor StorageBackend backends to not be specific to a project. Imp…

    …lement some create and load operations.
    aletts committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b208c3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d8ffa View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Implement storage backend get and put functions for image and video. …

    …get_video_asset for Asset Service backend isn't working.
    Adam Letts committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    044b7d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    d6e2ad4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Adds a working AssetServiceBackend get_video_asset(). Stored video as…

    …sets are treated as binary data.
    aletts committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b7fc9d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c148be4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Save project_settings.json with UTF-8. Raise ValueError if delete_pro…

    …ject() for local filesystem has empty id.
    aletts committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9602b0a View commit details
    Browse the repository at this point in the history