15 Commits

Author SHA1 Message Date
b57c58bece
bump version
All checks were successful
Build Docker Image / build (push) Successful in 9m56s
2025-02-26 15:31:28 -08:00
0b00dc5ddf
fix add video for local files
Some checks failed
Build Docker Image / build (push) Has been cancelled
2025-02-26 15:30:53 -08:00
ce605006f5
update add_video route and change queue method
All checks were successful
Build Docker Image / build (push) Successful in 14m39s
- change add to queue method from `GET` on `/` to `POST` on `/queue`
- update `/add_video` route to accept single video url
2025-02-25 02:02:54 -08:00
b7aa64935f
fix logging
All checks were successful
Build Docker Image / build (push) Successful in 13m47s
2025-02-15 00:35:41 -08:00
b7e89d9c22
V0.2.0
All checks were successful
Build Docker Image / build (push) Successful in 12m39s
2025-02-13 17:46:15 -08:00
9544b0415c update to multiplatform and add cache
All checks were successful
Build Docker Image / build (push) Successful in 12m37s
2025-02-09 23:25:30 -08:00
ksyasuda
af0d958b89
update code structure and get session on each query
All checks were successful
Build Docker Image / build (push) Successful in 12m54s
2025-02-09 20:20:10 -08:00
410a7c92d9 add save/load queue routes
All checks were successful
Build Docker Image / build (push) Successful in 57s
2024-09-10 01:04:22 -07:00
81317c4f30 fix urllib.parse not imported
All checks were successful
Build Docker Image / build (push) Successful in 56s
2024-09-06 12:32:09 -07:00
4b4e11054e Merge pull request '0.1.0 - sqlalchemy' (#2) from 0.1.0 into master
All checks were successful
Build Docker Image / build (push) Successful in 56s
Reviewed-on: #2
2024-09-06 02:56:44 -07:00
1847403254
remove creation_date column 2024-09-06 02:55:10 -07:00
badcee8d7c
update requirements 2024-09-06 02:15:33 -07:00
ksyasuda
1c0eb91333
update to use sqlalchemy
- change from mysql-connector-python to sqlalchemy
    - allow for connection to sqlite3, mysql, mariadb, postgres, and
oracle databases
- change `DATE` columns to `DATETIME` type
- add WHO columns
- install database connectors and required packages
2024-09-06 02:14:12 -07:00
497320c082 0.0.2 (#1)
All checks were successful
Build Docker Image / build (push) Successful in 23s
Co-authored-by: ksyasuda <ksyasuda@umich.edu>
Reviewed-on: #1
2024-09-05 04:37:13 -07:00
f0a84c1f41 initial commit
All checks were successful
Build Docker Image / build (push) Successful in 21s
2024-09-04 15:15:40 -07:00