Skip to content

Releases: mentorpal/deprecated-mentor-upload

4.4.0-alpha.14

24 Jan 09:23
05c6014
Compare
Choose a tag to compare
4.4.0-alpha.14 Pre-release
Pre-release
dependencies were not installed (blinker) (#43)

4.4.0-alpha.13

24 Jan 09:06
c2d855a
Compare
Choose a tag to compare
4.4.0-alpha.13 Pre-release
Pre-release
dependencies were not installed (blinker) (#42)

4.4.0-alpha.12

23 Jan 20:21
a45850b
Compare
Choose a tag to compare
4.4.0-alpha.12 Pre-release
Pre-release
fix route (#41)

4.4.0-alpha.11

23 Jan 19:58
1377b31
Compare
Choose a tag to compare
4.4.0-alpha.11 Pre-release
Pre-release
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

02 Dec 02:06
a31a2ea
Compare
Choose a tag to compare
Pre-release
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

01 Dec 08:29
321d8e3
Compare
Choose a tag to compare
Trim existing video Pre-release
Pre-release
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

30 Nov 03:44
Compare
Choose a tag to compare
Pre-release
4.4.0-alpha.8

return file name and size

entrypoints for viewing/downloading videos stored on server

29 Nov 23:19
Compare
Choose a tag to compare
4.4.0-alpha.7

storage entrypoint separate from mounted files

download video entrypoint

26 Oct 17:33
fcc01ca
Compare
Choose a tag to compare
Pre-release
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

06 Oct 20:58
acecf9e
Compare
Choose a tag to compare
Pre-release
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