Commit Graph

  • 42280f8bed ip main win 2026-03-24 01:49:31 +08:00
  • 20cb35fc6e fix: 移除 push_to_remote 的 print(data),避免日志撑爆磁盘 win 2026-03-23 10:58:41 +08:00
  • f77c010330 fix: MySQL 连接池断开时主动重建而非跳过 win 2026-03-23 10:56:56 +08:00
  • b0a755a443 fix: MySQL 连接池配置优化,防止定时任务连接断开 win 2026-03-23 10:55:13 +08:00
  • 78eee99c2f 全部完成 win 2026-03-22 23:22:30 +08:00
  • 45fba5697e fix: 定时任务 company channel 的 job 也走 push_mapper + enrichment win 2026-03-22 22:01:06 +08:00
  • 24918a272b feat: 爬虫优化 — company_desc 补全、Boss详情获取、URL修复 win 2026-03-22 21:54:19 +08:00
  • a177516c23 docs(phase-6): complete — QUAL-02 QUAL-06 QUAL-07 done, 146/146 tests win 2026-03-21 22:56:38 +08:00
  • 6c8eb00a50 feat(06): quality & frontend (QUAL-02, QUAL-06) win 2026-03-21 22:56:24 +08:00
  • c58c7ee5c2 docs(phase-6): add research and 2 plans for quality and frontend win 2026-03-21 21:27:11 +08:00
  • 6f9d4df3e2 docs(06): UI design contract win 2026-03-21 21:25:01 +08:00
  • 9756df6044 docs(phase-5): complete execution — 2/2 plans done win 2026-03-21 19:50:41 +08:00
  • 3d202c3486 feat(05): data pipeline optimization (DATA-01, DATA-04) win 2026-03-21 19:50:06 +08:00
  • 9ef31cc87e docs(phase-5): add research and 2 plans for data pipeline optimization win 2026-03-21 19:44:56 +08:00
  • 6a2f0bfb58 docs(phase-4): complete execution — 2/2 plans, architecture corrected win 2026-03-21 19:40:03 +08:00
  • 2b94f15b56 fix(04): correct architecture — private files use crawler_core directly win 2026-03-21 19:39:30 +08:00
  • 3aadbd128b feat(04): migrate facade to spiderJobs.platforms.* + asyncio bridge; delete jobs_spider/ win 2026-03-21 19:36:24 +08:00
  • 2e11edcef8 docs(phase-4): add research and 2 plans for backend facade migration win 2026-03-21 19:26:01 +08:00
  • 00a727519f docs(phase-3): complete execution — 2/2 plans, 98 tests passing win 2026-03-21 19:19:17 +08:00
  • 8c2c2d29d7 feat(03): migrate job51+zhilian to crawler_core (ARCH-04/05) win 2026-03-21 19:18:22 +08:00
  • 024c2bcd49 docs(phase-3): add research and 2 plans for job51+zhilian migration win 2026-03-21 19:10:59 +08:00
  • f6913ffdde docs(phase-2): complete phase execution — 2/2 plans done, verification passed win 2026-03-21 19:04:55 +08:00
  • 5bd44774b9 test(02-02): add Boss HTTP layer mock tests (QUAL-03) win 2026-03-21 19:03:01 +08:00
  • 919ed9f799 docs(02-01): add plan execution summary win 2026-03-21 19:00:58 +08:00
  • 46883cef8a feat(02-01): migrate Boss spider layer from spiderJobs.core to crawler_core win 2026-03-21 19:00:30 +08:00
  • b20f77fa19 docs(phase-2): add research and 2 plans for Boss crawler migration win 2026-03-21 18:48:58 +08:00
  • 76085ac403 docs(01-02): complete sign algorithms plan — SUMMARY, STATE, ROADMAP updates win 2026-03-21 18:27:35 +08:00
  • 333a6d155e test(01-02): write sign algorithm unit tests for crawler_core win 2026-03-21 18:20:43 +08:00
  • d7c8bec287 docs(01-01): complete crawler_core package plan — SUMMARY, STATE, ROADMAP updates win 2026-03-21 18:14:19 +08:00
  • 04d6303da2 feat(01-01): create crawler_core/base.py with Result[T] and crawler_core/__init__.py win 2026-03-21 18:10:40 +08:00
  • ceb359d535 feat(01-01): create crawler_core/http_client.py with tenacity retry and stdlib logging win 2026-03-21 18:08:59 +08:00
  • bd1e50e410 feat(01-02): port sign algorithms to crawler_core/ platform directories win 2026-03-21 18:08:53 +08:00
  • 4932177f7c feat(01-01): create crawler_core package scaffold and pyproject.toml win 2026-03-21 18:07:54 +08:00
  • fe9a6d1403 docs(phase-1): create plans (2 plans, 2 waves) with checker revision win 2026-03-21 17:53:13 +08:00
  • b27686a409 docs(01-shared-core): create phase 1 plans for crawler_core shared package win 2026-03-21 17:45:14 +08:00
  • 81b9305568 docs: gather Phase 1 context (shared core package) win 2026-03-21 17:08:26 +08:00
  • 44b5f390aa docs: create roadmap (6 phases) win 2026-03-21 17:00:12 +08:00
  • 5e9102148a docs: define v1 requirements win 2026-03-21 16:39:05 +08:00
  • f3005ef525 docs: add research findings (stack, features, architecture, pitfalls, summary) win 2026-03-21 16:36:37 +08:00
  • 030da1ce53 chore: add project config win 2026-03-21 16:19:53 +08:00
  • 9166c4f7bc docs: initialize project win 2026-03-21 16:17:12 +08:00
  • 3d7e96845d up zfc 2026-01-24 17:07:34 +08:00
  • 7285475eb5 add time.sleep > 10 duxin 2026-01-20 15:42:47 +08:00
  • 59bfefff0e feat: 优化公司数据去重逻辑,扩大检查范围到90天 邹方成 2026-01-14 22:14:33 +08:00