49 Commits (69db4566ecf4381fcc58628e67e9d0eca64f125d)

Author SHA1 Message Date
  David Ludwig 69db4566ec Fix error types in IPC package 4 years ago
  David Ludwig 1cdcaf96f4 Add response error handling to IPC package 4 years ago
  David Ludwig 1f42d67d77 Add exists method to PlexMovie entity 4 years ago
  David Ludwig 60eca7af43 Fix package issues 4 years ago
  David Ludwig 86cc33ec6c Fix IPC broadcast function failing 4 years ago
  David Ludwig 60badac3b1 Fix WebSocketServer response incorrectly stringifying the payload 4 years ago
  David Ludwig 8a4cc5540a Added websocket packages 4 years ago
  David Ludwig 1c90101653 Allow Lerna to use shared dependencies across all packages. Fix production builds. 4 years ago
  David Ludwig aeda397bcf Fix typo 4 years ago
  David Ludwig 0d6069c0d2 Add additional stage to microservice internal service to link to other internal services 4 years ago
  David Ludwig dd562a6505 Adjust movie ticket and movie info models in database 4 years ago
  David Ludwig 1922eb0083 Add RESTful package to webserver package 4 years ago
  David Ludwig 79e7112968 Add RESTful package to provide common details among services 4 years ago
  David Ludwig a3f12efff1 Fix formatting issue in webserver package 4 years ago
  David Ludwig d742366335 Drop plex related utilities from the utils package as they will be used in the Plex library alone 4 years ago
  David Ludwig 9d51e51ea4 Spaces should be tabs 4 years ago
  David Ludwig 3b92895fa2 Fix database package bug not properly registering to the connection manager with custom database service instances 4 years ago
  David Ludwig 3cd46d8f47 Prevent duplicate service registration in microservice application 4 years ago
  David Ludwig deb2ac5327 Remove old console log 4 years ago
  David Ludwig 9f0499eee6 Add Application state logging to the microservice package 4 years ago
  David Ludwig ec0391c2ee Fix IPC client services not waiting for connection upon boot 4 years ago
  David Ludwig ab329544ab Enable custom entity registration in database package. Add environment variable for database selection 4 years ago
  David Ludwig bcbcaaa936 Provide default database info to the database package to remove environment requirements 4 years ago
  David Ludwig 89f5c6090c Fix Database class name and add missing template parameters 4 years ago
  David Ludwig f03faf95a8 Database package: Add database service 4 years ago
  David Ludwig ce58a260aa Update yarn.lock files 4 years ago
  David Ludwig fb6f535050 Revert adding The Movie DB package 4 years ago
  David Ludwig f4b4aba65e Add TheMovieDB package 4 years ago
  David Ludwig c50ab3016a Add more response codes to webserver package. Clean up response generation 4 years ago
  David Ludwig 16976dc5a3 Add 404 status to webserver package 4 years ago
  David Ludwig f28281921f Added a respond function and status code definitions 4 years ago
  David Ludwig 96d6e10484 Export FastifyReply from webserver package 4 years ago
  David Ludwig 80079090cf Added readme to packages 4 years ago
  David Ludwig 3a3a0796c2 Separate IPC from Microservice package into its own package 4 years ago
  David Ludwig a831ebb5dc Add PUT and DELETE requests to webserver module 4 years ago
  David Ludwig 5b2e3ea2a6 Remove temporary SPA routes from the generic webserver package 4 years ago
  David Ludwig e3b93d869d Add webserver package 4 years ago
  David Ludwig fce43dc18c Change socket path in IPC services to use a constant rather than a getter in the microservice IPC package 4 years ago
  David Ludwig a5ff98a304 Convert service name to use a constant rather than a getter in the microservice package 4 years ago
  David Ludwig f459f4ed93 Add generic IPC services to microservice package 4 years ago
  David Ludwig 4b0c76d400 Add SIGINT handler in microservice package. Add better error logging for failed boot 4 years ago
  David Ludwig 56f371dba1 Update microservice package to make microservice internal services event emitters 4 years ago
  David Ludwig c629768715 Refactor the microservice lifecycle so that exec returns an exit code 4 years ago
  David Ludwig d37ee95e37 Remove the requirement of overriding boot and shutdown methods in the microservice package 4 years ago
  David Ludwig ba8e00b54d Add microservice package 4 years ago
  David Ludwig 6a6fe5a2b5 Add rimraf to utils package 4 years ago
  David Ludwig f68cb9698d Converted Seeker uses database package. Adjust environment variables for UID and GID 4 years ago
  David Ludwig aaf78ed5df Database package exports entities correctly. Database connection function connects via arguments instead of environment variables 4 years ago
  David Ludwig 2a58ac8f0f Add utils and database packages 4 years ago