1
0
Commit Graph

97 Commits

Author SHA1 Message Date
1a79e679bb ref: use bun's redis in crawler, deployment via PM2 2025-10-26 17:26:11 +08:00
57992069ec update: better logging 2025-10-21 22:50:38 +08:00
9770a487bc add: logging for debugging 2025-10-21 22:25:57 +08:00
b25a2992e1 update: missing service & codePath info in some logging 2025-10-20 05:36:38 +08:00
f8192d5241 fix: missing check for latestActiveSchedule 2025-10-20 05:24:25 +08:00
c7b0174742 fix: the SQL to write producer column into songs table 2025-10-14 01:55:46 +08:00
2b04092f0a update: the SQL to insert cover_url into songs table as well 2025-10-14 01:51:26 +08:00
efa1a71512 fix: forgot to set updated_at column of the eta table 2025-10-13 23:07:13 +08:00
82022231d1 improve: range of the milestone candidates 2025-10-08 05:33:11 +08:00
9266cfb331 fix: incorrect math for calculating eta 2025-10-08 04:53:54 +08:00
39ae323269 fix: incorrect target for calculating eta 2025-10-08 04:43:53 +08:00
14be6d51b2 add: insert eta info into database 2025-10-08 04:35:47 +08:00
87d9066fa1 add: the server timing & prettifier plugin, update the archiveSnapshots logic 2025-10-08 04:03:00 +08:00
02a2a845da ref: cleanup code 2025-10-06 17:04:16 +08:00
4e08168ef4 merge: ref/solid into main branch 2025-10-04 23:42:59 +08:00
394b73505e add: the drizzle stuff into @core and a todo for new bilibili API, update the .gitignore. 2025-09-22 02:23:48 +08:00
21be7883c4 update: metadata archive script 2025-09-06 03:12:24 +08:00
b40d24721c
add: milestone monitoring for videos close to N million views 2025-06-06 21:37:55 +08:00
b4a0320e3e
version: cvsa/3.15.34 2025-06-06 17:40:32 +08:00
8cf9395354
fix: don't adjust start time for schedule when no proxy is available 2025-06-06 17:11:44 +08:00
1e8d28e194
fix: incorrectly ignored type when collecting videos for archive snapshots 2025-06-06 16:52:27 +08:00
54a2de0a11
Merge branch 'main' into ref/next 2025-06-05 22:30:19 +08:00
507f2c331e
add: several pages, synced with old frontend 2025-06-02 04:04:17 +08:00
a1a4abff46
fix: missing import in @cvsa/core 2025-06-01 21:31:37 +08:00
2c83b79881
update: termination condition to time-based in classifyVideosWorker 2025-05-31 12:23:01 +08:00
1a20d5afe0
update: schedule archive snapshots to next Saturday midnight
fix: no expire when acquiring lock for classifyVideos
ref: format
2025-05-31 12:13:56 +08:00
2b0497c83a
fix: incorrect timezone when adding to bilibili metadata 2025-05-27 22:40:53 +08:00
3bc72720d1
fix: remove bull-board from all scripts to prevent crashing 2025-05-27 22:35:44 +08:00
6b93a781b7
add: sign up page 2025-05-24 17:13:26 +08:00
1ff71ab241
improve: code quality 2025-05-19 00:13:01 +08:00
cf7a285f57
fix: incorrect import for psql.d.ts, remove unnecessary benchmark files 2025-05-19 00:11:53 +08:00
79a37d927a
fix: forget to specify type when collecting videos without active schedules;
missing return when eta too long for milestone snapshot
2025-05-19 00:10:33 +08:00
fa5ccce83f
fix: incorrect import of type Psql 2025-05-18 00:36:39 +08:00
7786d66dbb
add: complete guarding under uCaptcha 2025-05-18 00:33:43 +08:00
b18b45078f
add: tokenID added to JWT in endpoint GET /captcha/:id/result 2025-05-17 02:15:05 +08:00
44f4ee5b01
fix: incorrect path in build.ts in crawler 2025-05-06 03:42:42 +08:00
95681dcbf3
add: Dockerfile for crawler 2025-05-06 03:10:20 +08:00
59f09ca5eb
ref: switch to bun 2025-05-05 01:53:33 +08:00
94dd662c40
fix: module not found "net/getVideoInfo.ts" 2025-04-29 04:00:15 +08:00
e72b3008d1
ref: switch to bun & postgres.js for backend 2025-04-29 00:07:12 +08:00
1a86831e90
fix: handle ALICLOUD_PROXY_ERR error in snapshotVideoWorker 2025-04-24 03:42:25 +08:00
244298913a
fix: comparison condition error in scheduleSnapshot 2025-04-18 22:38:02 +08:00
2c47105913
fix: incorrectly delayed milestone schedule due to UPDATE 2025-04-17 02:18:25 +08:00
6eaaf921d6
fix: ignored the case of inserting schedule when type = 'milestone' in scheduleSnapshot 2025-04-15 22:06:14 +08:00
288e4f9571
fix: incorrect SQL in scheduleSnapshot 2025-04-15 22:00:02 +08:00
907c0a6976
fix: update started_at instead of returning for milestone snapshots in scheduleSnapshot 2025-04-15 21:42:02 +08:00
7689e687ff
ref: extract scheduleCleanup into individual file
improve: logic of scheduleCleanup
2025-04-15 03:50:03 +08:00
651eef0b9e
fix: incorrectly set snapshot status to 'completed' when bilibili returned other status code 2025-04-15 03:34:45 +08:00
68bd46fd8a
improve: logging text in snapshotVideo.ts 2025-04-14 05:39:27 +08:00
13ea8fec8b
improve: remove unused import in snapshotTick.ts 2025-04-14 05:37:06 +08:00