Commit Graph

82 Commits

Author SHA1 Message Date
329c8a7dca 🐳 Switched to an alpine base image 2021-10-28 23:12:23 -07:00
595b5e5ca7 🔧 Updated host to bind to all IPs 2021-10-28 11:54:10 -07:00
772241f33e 🔧 Added hostname inference for socket server 2021-10-28 09:41:57 -07:00
63e6569ed1 🔧 Fixed a typo in service filename 2021-10-28 08:26:51 -07:00
c23bb85a8d 🐳 Fixes for docker-compose 2021-10-27 14:54:42 -07:00
a15bfafa01 🐂 Added moleculer-bull
1. Added Bull MQ for enqueuing uncompression job
2. Added socket.io init code
3. Added a queue microservice
2021-10-27 14:24:55 -07:00
0ea5f78e98 🔧 Bull + Redis task queue first draft 2021-10-27 07:30:56 -07:00
289b2ec3bd 🔧 Replaced rabbitMQ with bullMQ 2021-10-26 15:07:42 -07:00
755ac43820 🐇 RabbitMQ connection string changes 2021-10-21 22:04:58 -07:00
22170c53b3 🐇 Referencing the pertinent docker rabbitmq host when using docker-compose 2021-10-21 21:03:42 -07:00
d50785b007 ✏️ Added a reference to DOCKER_HOST for the rabbitMQ connection string 2021-10-21 14:49:17 -07:00
9d5d08d504 🔧 Removed path.resolve around the ebook-meta targetPath 2021-10-21 09:29:17 -07:00
668f1a1a70 🏝 Added CALIBRE_EBOOK_META_PATH to pick up the correct path to ebook-meta 2021-10-21 07:28:09 -07:00
5f73937768 💼 Move 7zip-min from devDeps to deps 2021-10-14 09:12:39 -07:00
e2ebccc210 📦 Moved some devdeps to deps 2021-10-14 07:56:12 -07:00
6841e80c37 🧽 Removed useless deps 2021-10-12 21:15:48 -07:00
bce5d3010c 🐳 Docker CI workflow 2021-10-12 21:08:39 -07:00
5c936a62ca 👀 Filewatcher now correctly imports newly added comics 2021-10-11 14:00:57 -07:00
e61268f9ae 🧹 Removed the useless getPageCount method 2021-10-06 14:10:44 -07:00
5862d71c06 🐉 Changes to support archive operations 2021-10-05 21:57:40 -07:00
0881002905 📚 Added an endpoint to get CV-mapped volumes 2021-09-21 13:05:47 -07:00
ece7b99feb 👮🏼‍♂️ chokidar support 2021-09-18 09:26:26 -07:00
a74ac6464f 🪵 Logger scaffold 2021-09-16 14:46:01 -07:00
16d9b50f21 ✏️ Formatting 2021-09-14 23:13:34 -07:00
e9fb359ca3 🐰 RabbitMQ for import job first draft 2021-09-13 22:06:19 -07:00
4a39912b2f 📑 Added duplicate detection logic 2021-09-12 01:01:42 -07:00
36d1c4fe33 🔧 Fixing the ebook-meta path 2021-09-07 08:47:13 -07:00
c7d431343d 🔧 Fixes to missing methods 2021-09-06 23:21:33 -07:00
f5319807be Merge branch 'master' of https://github.com/rishighan/threetwo-import-service
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com>

# Conflicts:
#	package-lock.json
#	package.json
#	yarn.lock
2021-09-03 12:13:07 -07:00
476ccc09ae ✏️ Edits to README 2021-09-02 00:15:45 -07:00
faeaf04935 ✏️ Updated port number for service URI 2021-09-01 17:33:38 -07:00
25869b60ae ✏️ Fixed a typo in the README 2021-09-01 17:28:28 -07:00
4c598e37a1 ✏️ Added local dev instructions to README 2021-09-01 17:27:40 -07:00
f4f217400c ☢️ Hard-coded the path to calibre 2021-09-01 15:51:28 -07:00
e4ef194d04 🚏 Added static paths 2021-09-01 12:16:22 -07:00
b71319f330 🐳 Switched to the TS template with the correct docker-compose config 2021-09-01 08:59:36 -07:00
76722ab6a1 🔧 Added ENV var for service directory 2021-08-28 14:15:41 -07:00
5c0f4b8c43 🔧 Fixed names of services 2021-08-28 14:09:15 -07:00
7e4d4a2157 🐳 Dockerizing this service 2021-08-28 13:03:20 -07:00
0df37db7aa Merge branch 'master' of https://github.com/rishighan/threetwo-import-service 2021-08-27 13:51:14 -07:00
bf701d8838 ⬇️ Support for multiple bundles in comic model 2021-08-25 23:07:40 -07:00
f122515d6a 🔧 Fixed a bug with raw import into mongo 2021-08-24 21:59:30 -07:00
51d455f896 ⬇️ Added endpoint for appending bundle download data 2021-08-24 12:46:00 -07:00
80ddfbeb3a Merge branch 'master' of https://github.com/rishighan/threetwo-import-service 2021-08-20 15:28:49 -07:00
34518a54fc 🔧 Refactoring 2021-08-20 15:20:12 -07:00
ced8f5aecb WIP 2021-08-11 16:23:26 -07:00
2663fc822a Merge branch 'master' of https://github.com/rishighan/threetwo-import-service 2021-08-10 11:42:39 -07:00
affac51d62 💽 Appending volume information to the model before persisting in mongo 2021-08-09 14:06:10 -07:00
f806967747 📙 Volume information fetched and added to the comic model 2021-08-08 13:12:12 -07:00
a85c31f2f9 📆 Timestamps for Comic model 2021-08-07 01:14:24 -07:00