Releases: mentorpal/deprecated-mentor-upload
Releases · mentorpal/deprecated-mentor-upload
4.4.0-alpha.14
dependencies were not installed (blinker) (#43)
4.4.0-alpha.13
dependencies were not installed (blinker) (#42)
4.4.0-alpha.12
fix route (#41)
4.4.0-alpha.11
V2 upload answer (#39) * new entrypoint to download video * switch to json request validation * error handlers for http and validation errors, and also generic exception handler Co-authored-by: aaronshiel <[email protected]>
file management entrypoints
Uploads files management (#35) * new entrypoint to download video * entrypoints for retrieving files and used space, and removiong files * download entrypoint for raw file name * storage entrypoint separate from mounted files * return file name and size * file report includes time of file creation * remove unsued api entrypoing
Trim existing video
Subtitles from aws (#32) * new entrypoint to download video * WIP: just got subtitles working from AWS with test pypi * subtitle generation works with new packages * clean up * Trim existing videos (#33) * WIP: new entry point for trimming already uploaded video * test fix * regen vtt, trim existing upload * Trim existing videos (#34) * WIP: new entry point for trimming already uploaded video * test fix * regen vtt, trim existing upload * new timestamp removal algorithm * strip string instead of remove last char * test fix * error checking
entrypoint for server file management
4.4.0-alpha.8 return file name and size
entrypoints for viewing/downloading videos stored on server
4.4.0-alpha.7 storage entrypoint separate from mounted files
download video entrypoint
fetch video file from uploads folder (#31) * new entrypoint to download video * new entry point for retrieving video from downloads folder
upload split task update
Split up upload process stages (#30) * added flags for each step * WIP: split up upload process into 2 states, tests update and passing, not tested integrated * WIP: tested e2e, these 2 stages work, going to split the rest of the stages now * WIP: chord with all 4 subtasks working now, bugs to still fix * WIP split tasks up and updated tests, finalization still needs to generate and uploat VTT * WIP:updated tests further, cancellation is next * removing prints/comments * cleanup tests * clearer naming convention * WIP: cancelling works,just need to fix file system management * trim and vtt work, just need to fix tests * WIP: stah * cleanup * handle chord errors * update task status request entrypoint * upload entrypoint returns proper task list * change data return shape for upload video entrypoint