Commit Graph

17 Commits

Author SHA1 Message Date
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
Reeverflow
cbed4362a8 VideoController: - Add /all & /{id} paths; VideoService: - Add getVideoById, throws exception on service layer.; - Add getVideos, returns all videos from DB 2026-02-15 16:58:36 +01:00
Reeverflow
df838920b6 Init ProcessService 2026-02-08 15:57:44 +01:00
Reeverflow
68b7143fb2 Remove DB entry duplication on POST. StatusENUM in DB to STRING type 2026-02-06 09:05:35 +01:00
Reeverflow
c8993a67d1 StatusEnum DB Indices to Text 2026-02-06 08:49:47 +01:00
Reeverflow
31906f2010 Reverting 2026-02-06 08:30:32 +01:00
Reeverflow
41cb2eb470 add postgres connector 2026-02-05 20:38:36 +01:00
Reeverflow
cd6cc9812a Forgot to commit and push. After the base is done, I'll be following normal git principles. 2026-02-05 11:17:55 +01:00
Reeverflow
a73221636e nexus - jenkins connector 2026-02-03 17:01:28 +01:00
Reeverflow
88f2bd6606 add nexus distribution management 2026-02-03 16:36:02 +01:00
Reeverflow
baa73c400e first commit 2026-02-03 16:20:57 +01:00