Commit Graph

280 Commits

Author SHA1 Message Date
8f0c2f4302 ⚙️ getAllSettings is parameterized 2024-03-12 16:39:44 -05:00
7dbe2b2701 🏗️ Added torrent attrs to comic model 2024-03-03 12:22:40 -05:00
4cdb11fcbd Cleaned the console.logs 2024-01-08 16:40:12 -05:00
78f7c1b595 🤐 Added uncompression event 2024-01-07 22:13:02 -05:00
bbd2906ebf 🏗️ Added some archive-related keys to Comic model 2024-01-06 11:17:40 -05:00
f3965437b5 🏗 Added a job for full archive extraction 2023-12-30 00:50:06 -05:00
78e0e9f8ce 🏗️ Refactored the searchIssue method 2023-12-28 22:52:33 -05:00
c926758db6 🏗️ Added a downloads array to bittorent schema 2023-12-20 00:08:38 -05:00
b2b35aedc0 🏗️ Fixed a mongo update query 2023-11-27 02:14:16 -05:00
f35e3ccbe0 Removed useless code 2023-11-15 16:02:07 -06:00
7b0c0a7420 Added the importSingleIssue action 2023-11-15 15:59:27 -06:00
c2bbbf311d 🏗️ Fixed setQueueStatus 2023-11-14 13:24:49 -06:00
b8ca03220f 🏗 Implemented setQueueStatus 2023-11-13 22:01:01 -05:00
b87b0c875d 🏗️ Fleshed out resumeSession event 2023-11-13 21:18:19 -05:00
11fbaf10db 🏗 Wired up the events correctly 2023-11-13 16:41:58 -05:00
1229feb69c 🏗️ Refactor for zustand and tanstack react query support 2023-11-09 10:22:45 -06:00
3efdc7c2e2 ⚙️ Refactored saveSettings endpoint 2023-09-15 15:49:13 -04:00
1fff931941 🌊 Modified settings model schema 2023-09-13 22:09:25 -05:00
f4e2db5a5f 📦 Instruction for paths for unrar and p7zip 2023-09-01 09:44:02 -05:00
1d7561279b 📕 Updated local dev instructions in README 2023-09-01 09:22:02 -05:00
9e47ae0436 Merge pull request #6 from rishighan/migration-to-bullmq
🐂 Migration to moleculer-bullMQ
2023-08-30 13:50:47 -04:00
b1b1cb527b 🔧 Moved moleculer-bullmq to dependencies 2023-08-30 13:16:58 -04:00
cfa09691e8 🔧 Fixed an errant condition
This error was because I checked for active AND prioritized jobs in BullMQ, when none existed, because everything was active, and the socket.io event never fired, causing the browser to be in a bad state and never "resuming" an import even when one was in progress.
2023-08-30 12:21:43 -04:00
356b093db9 🔧 Fixed a dep 2023-08-30 00:08:05 -04:00
b4b83e5c75 🔧 Reworked the jobResults aggregation 2023-08-29 23:58:06 -04:00
c718456adc 🔧 jobResult aggregate query first draft 2023-08-28 23:56:44 -04:00
76d4e6b10f 🔢 Persisting the sessionId in the JobResult 2023-08-27 20:25:04 -04:00
bde548695c 🔧 Refactored the getJobResultStatistics method 2023-08-24 23:45:51 -04:00
fd4dd1d5c4 🥭 Aggregation for jobResult 2023-08-24 23:18:27 -04:00
5540bb16ec ⏱️ Added a timestamp to job results schema 2023-08-24 09:06:38 -05:00
6ee609f2b9 🔧 Refactor and added getJobCounts 2023-08-23 11:47:47 -05:00
8b584080e2 🐂 Queue controls 2023-08-22 22:07:51 -05:00
01975079e3 🐂 Queue drain event 2023-08-22 05:20:24 -04:00
fe9fbe9c3a 🔢 Getting job counts 2023-08-22 00:04:47 -04:00
df6652cce9 🐂 Queue pause/resume functionality 2023-08-21 17:55:08 -04:00
e5fc879b2d 🐂 Added some job counters 2023-08-18 11:39:18 -04:00
625447e7f1 🧊 Added shared Redis config 2023-08-14 22:15:19 -04:00
fdcf1f7d68 🧹 Linted code 2023-08-14 19:45:40 -04:00
4003f666cf 🔧 Tooling for resumable socket.io sessions 2023-07-27 11:09:26 -07:00
7b855f8cf1 🐂 BullMQ support code 2023-07-13 08:02:12 -07:00
007ce4b66f 🏗️ Applying the refactor patc 2023-07-05 23:14:46 -04:00
cb84e4893f 🐂 Migration to moleculer-bullMQ 2023-06-29 14:16:58 -04:00
795ac561c7 🔼 Updated deps 2023-04-19 09:14:22 -04:00
175e01dc2d Added elasticsearch dep 2023-04-09 15:53:36 -04:00
66e0a26c68 Merge pull request #4 from elgohr-update/master 2023-04-04 17:46:31 -04:00
Lars Gohr
959d248273 Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) 2023-03-30 06:52:23 +02:00
745ec5d774 Merge pull request #3 from rishighan/mimetype-check
 MIMEtype check for comic book archives
2023-03-23 23:59:30 -04:00
db059df1d6 🏗️ Moved dev deps to deps 2023-03-23 23:55:54 -04:00
a19d1c9e9f ️ Added MIMEtype key to Comic model 2023-03-23 22:55:10 -04:00
7b59f5f94d ⬆️ Bumped dep versions and socket.io-redis upgrade 2023-03-21 21:38:07 -04:00