Commit Graph

  • 7d365f5a5d felkesz testek playlist_service zoli 2026-03-13 19:08:49 +01:00
  • 400490e6a1 Merge pull request 'playlist_service' (#2) from playlist_service into main main zoli 2026-03-11 18:25:42 +01:00
  • 32512d0dd6 Commentek zoli 2026-03-11 17:49:59 +01:00
  • 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 Reeverflow 2026-03-08 18:17:17 +01:00
  • 4b70387ed5 Separate function for downloading and file validation. This is now a rudimentary working version. Reeverflow 2026-03-06 14:13:53 +01:00
  • b63d70078a ipv4 enforce in order to skip timeout for ipv6 search Reeverflow 2026-03-06 11:36:14 +01:00
  • 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. Reeverflow 2026-03-06 10:25:58 +01:00
  • 06b9dd09c3 Print is finally working. Reeverflow 2026-02-24 17:40:07 +01:00
  • 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 Reeverflow 2026-02-22 18:37:53 +01:00
  • 44ccc885ee Added Playlist One to Many and Video Many to One relation to the DB. Reeverflow 2026-02-21 19:51:51 +01:00
  • f41ce2ec30 Init playlist service/Rename api postmapping root to /v2 Reeverflow 2026-02-21 17:43:36 +01:00
  • 99ff046d16 Decoupling ProcessService from Video Validation and Validation Execution Reeverflow 2026-02-21 14:40:30 +01:00
  • 3e50cd970f IT WORKS. Reeverflow 2026-02-17 23:06:33 +01:00
  • 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. Reeverflow 2026-02-17 21:42:55 +01:00
  • 8182665de9 Init Reeverflow 2026-02-16 21:42:13 +01:00
  • cbed4362a8 VideoController: - Add /all & /{id} paths; VideoService: - Add getVideoById, throws exception on service layer.; - Add getVideos, returns all videos from DB Reeverflow 2026-02-15 16:58:36 +01:00
  • 890aedd380 typescript generator typescript-generator zoli 2026-02-09 06:52:33 +01:00
  • df838920b6 Init ProcessService Reeverflow 2026-02-08 15:57:44 +01:00
  • 68b7143fb2 Remove DB entry duplication on POST. StatusENUM in DB to STRING type Reeverflow 2026-02-06 09:05:35 +01:00
  • c8993a67d1 StatusEnum DB Indices to Text Reeverflow 2026-02-06 08:49:47 +01:00
  • 31906f2010 Reverting Reeverflow 2026-02-06 08:30:32 +01:00
  • 41cb2eb470 add postgres connector Reeverflow 2026-02-05 20:38:36 +01:00
  • cd6cc9812a Forgot to commit and push. After the base is done, I'll be following normal git principles. Reeverflow 2026-02-05 11:17:55 +01:00
  • a73221636e nexus - jenkins connector Reeverflow 2026-02-03 17:01:28 +01:00
  • 88f2bd6606 add nexus distribution management Reeverflow 2026-02-03 16:36:02 +01:00
  • baa73c400e first commit Reeverflow 2026-02-03 16:20:57 +01:00