playlist_service #2

Merged
zoli merged 13 commits from playlist_service into main 2026-03-11 18:25:42 +01:00

13 Commits

Author SHA1 Message Date
32512d0dd6 Commentek 2026-03-11 17:49:59 +01:00
Reeverflow
3a97f29170 - Added Flyway sql scripts
- Added SQL constraints added to respective tables see list below:
-- video_playlist: video_id playlist_id
-- Foreign keys reference originals, on delete cascade on both
- Added Java JPA Entity column name mapping to snake_case instead of using base Java camelCase
2026-03-08 18:17:17 +01:00
Reeverflow
4b70387ed5 Separate function for downloading and file validation. This is now a rudimentary working version. 2026-03-06 14:13:53 +01:00
Reeverflow
b63d70078a ipv4 enforce in order to skip timeout for ipv6 search 2026-03-06 11:36:14 +01:00
Reeverflow
f83d21d8f6 Added new endpoints to launch the sequence with. Reverted back to using Lists at Video and Playlist typologies. Removed downloadVideo use for the time being. Instead, we have process video to add details to the database. 2026-03-06 10:25:58 +01:00
Reeverflow
06b9dd09c3 Print is finally working. 2026-02-24 17:40:07 +01:00
Reeverflow
afbff59d49 - Database: Update -> Drop and Create
- Removed PostConstruct from services
- Extended Video with MANYTOONE Playlist
- Extended Video with ONETOONE creator
- Extended Playlist with MANYTOMANY with videos
- Created Creator
- Extended Creator with OneToMany to videos
- VideoController now listens to POST on /fire, expects RequestBody input:true
2026-02-22 18:37:53 +01:00
Reeverflow
44ccc885ee Added Playlist One to Many and Video Many to One relation to the DB. 2026-02-21 19:51:51 +01:00
Reeverflow
f41ce2ec30 Init playlist service/Rename api postmapping root to /v2 2026-02-21 17:43:36 +01:00
Reeverflow
99ff046d16 Decoupling ProcessService from Video Validation and Validation Execution 2026-02-21 14:40:30 +01:00
Reeverflow
3e50cd970f IT WORKS. 2026-02-17 23:06:33 +01:00
Reeverflow
a39bad0f13 Added video downloading from database url.
Added findByStatus, any entry with NEW status in the db will have their url returned.
Currently to add entries to the database POSTMAN or other apps need to be used.
2026-02-17 21:42:55 +01:00
Reeverflow
8182665de9 Init 2026-02-16 21:42:13 +01:00