Commit Graph

  • 9556891dea refactor(db): use SqlDialect in MaterialsTypeToBeDeletedDAO Misaka 2026-04-05 10:20:04 +08:00
  • fa57f9e564 refactor(db): use SqlDialect in MaterialsToBeDeletedDAO Misaka 2026-04-05 10:17:21 +08:00
  • 9300f3455f refactor(db): use SqlDialect in DiscreteMaterialPlanDAO Misaka 2026-04-05 10:10:54 +08:00
  • 7e521da3f1 feat(db): add PostgreSqlService with pg driver Misaka 2026-04-05 10:04:48 +08:00
  • 130e0602d1 feat(db): implement SqlDialect with MySQL, SQL Server, PostgreSQL dialects Misaka 2026-04-05 10:01:24 +08:00
  • 0956bf907f feat(db): add SqlDialect interface and PostgreSQL type definitions Misaka 2026-04-05 09:19:49 +08:00
  • 6c730616b8 docs: add PostgreSQL integration implementation plan Misaka 2026-04-05 09:14:33 +08:00
  • 4f4e5fd91a docs: add PostgreSQL integration design document Misaka 2026-04-05 09:09:39 +08:00
  • ae29f38d24 fix(test): improve logger mock path and add behavior-based repository tests Misaka 2026-04-05 08:16:40 +08:00
  • 406a8dfd2f fix(test): replace duplicated business logic in cleaner test with real CleanerService Misaka 2026-04-05 08:16:02 +08:00
  • 9086aa753f fix(tests): resolve logger test failure Misaka 2026-04-04 22:35:05 +08:00
  • fc71b2a585 fix(test): replace meaningless assertions with behavior-based tests across 7 test files Misaka 2026-04-04 22:07:09 +08:00
  • 75f0105167 fix(test): fix fs mock default wrapper in erp-error-context test Misaka 2026-04-04 21:30:49 +08:00
  • 8386309fff fix(test): replace any types in mock type definitions Misaka 2026-04-04 21:23:55 +08:00
  • d7ebb10f38 fix(test): replace meaningless assertions and silent skips with proper test semantics Misaka 2026-04-04 21:11:12 +08:00
  • 5d8563a4c9 docs: add P0 summary report and update README with test docs ERPAuto Bot 2026-04-04 20:46:46 +08:00
  • d45b65fa44 test: complete Wave 3 - Mock Library (6 tasks, 15+ Mock factories) Misaka 2026-04-04 20:33:45 +08:00
  • 7473f34485 test: complete Wave 2 - all entity factories + documentation Misaka 2026-04-04 20:23:45 +08:00
  • fb3dd43164 test: add Wave 1 infrastructure (types, mocks, vitest config) + User/Order/Material factories Misaka 2026-04-04 20:15:54 +08:00
  • 2e102d8ab3 refactor(tests): Move ConfigManager and Update tests to proper locations Misaka 2026-04-04 19:13:49 +08:00
  • 8ac6c2360e test(P2): fix logger format mock and update-installer path assertion Misaka 2026-04-04 18:50:43 +08:00
  • 0ceb09df2a docs: add P2 test fix plan (13 failures to 0) Misaka 2026-04-04 18:45:54 +08:00
  • 1cbb4492ba docs: add P0/P1 test fix summary report Misaka 2026-04-04 18:43:47 +08:00
  • 6e431bc37e test: fix remaining P0/P1 test issues Misaka 2026-04-04 18:41:19 +08:00
  • fe02e37848 test(P0): fix critical test infrastructure issues Misaka 2026-04-04 18:36:38 +08:00
  • 528a8157ff 1.9.0 Misaka 2026-04-04 18:12:10 +08:00
  • a5c4639392 docs: add release notes for version 1.9.0 Misaka 2026-04-04 18:11:24 +08:00
  • 4f3af2e9c3 feat(logging): enhance CleanerService logging granularity for better debugging Misaka 2026-04-04 18:09:50 +08:00
  • 7f38150d0a feat(logging): add ipAddress to default log metadata Misaka 2026-04-04 17:52:11 +08:00
  • 8be5a2763d fix(logging): register custom Winston levels so verbose captures debug Misaka 2026-04-04 17:20:10 +08:00
  • 3d5adb74d8 feat(logging-p0): add ErrorBoundary and replace remaining console.* with logger Misaka 2026-04-04 17:11:59 +08:00
  • 1e0bb1de24 feat(logging): add Seq transport, global meta fields, and improve error handling Misaka 2026-04-04 16:33:03 +08:00
  • fce8dbc37f feat(logging-p0): add screenshot capture and browser console diagnostics for ERP errors Misaka 2026-04-04 14:00:48 +08:00
  • c8783a2cef feat(logging-p0): add full-step logging to ERP automation and unify capturePageContext Misaka 2026-04-04 13:19:41 +08:00
  • 219d8ab752 feat(logging-p0): add useLogger to renderer critical path components Misaka 2026-04-04 12:46:41 +08:00
  • 12a17eccb7 feat(logging-p0): replace console.* with logger and add error logging before ERP throws Misaka 2026-04-04 12:12:41 +08:00
  • 018d524fe8 feat(logging-p0): add structured logging to database driver services Misaka 2026-04-04 11:43:02 +08:00
  • 42b76c4de5 docs(logging): add comprehensive logging operations guide Misaka 2026-04-04 10:54:18 +08:00
  • cfb80376ce feat(logging-p0): Wave 3 - Database DAO layer transformed with enhanced logging Misaka 2026-04-04 10:52:55 +08:00
  • 78a3066904 feat(logging-p0): complete Wave 2 - Auth/Extractor/Cleaner services transformed Misaka 2026-04-04 10:39:06 +08:00
  • 24d9bfebaf fix(logger): use app.isPackaged for log dir detection and add logging docs Misaka 2026-04-04 09:22:20 +08:00
  • ba436cf374 feat(extraction): read headless mode from config instead of hardcoding Misaka 2026-04-03 21:53:21 +08:00
  • 6413eef5b8 fix(logger): address code review findings Misaka 2026-04-03 21:37:59 +08:00
  • 6a9d144bbc fix(logger): batch fix audit-logger, circular meta, and sync callers Misaka 2026-04-03 21:25:06 +08:00
  • a2e3681c8f feat(logger): sync renderer log level cache and support verbose IPC Misaka 2026-04-03 21:18:56 +08:00
  • 21359b31c6 fix(logger): cache isProduction and prevent error double-serialization Misaka 2026-04-03 21:16:04 +08:00
  • 0a1181fecd fix(logger): use will-quit instead of before-quit and remove redundant console.error Misaka 2026-04-03 21:13:36 +08:00
  • 883f98065a refactor(logger): optimize logging architecture with 6 improvements Misaka 2026-04-03 20:53:53 +08:00
  • 020bbcdccc fix(auth): retry silent login after logout to show user selection for Admin Misaka_Company 2026-04-01 16:28:26 +08:00
  • 63a292c5f9 1.8.0 v1.8.0 Misaka_Company 2026-04-01 15:18:31 +08:00
  • 51f8e0a6e7 docs: add release notes for version 1.8.0 Misaka_Company 2026-04-01 15:18:02 +08:00
  • c8ab58d390 feat(history): add Admin-only delete button and multi-user filter with chips Misaka_Company 2026-04-01 15:17:20 +08:00
  • 811361a1a3 1.7.2 v1.7.2 Misaka_Company 2026-04-01 13:56:14 +08:00
  • ffbda4c618 docs: add release notes for version 1.7.2 Misaka_Company 2026-04-01 13:55:50 +08:00
  • 348b02600d fix(time): use UTC methods for operation history display Misaka_Company 2026-04-01 13:54:26 +08:00
  • d004f8e9f8 feat(history): add one-click copy for production IDs and order numbers Misaka_Company 2026-04-01 10:00:31 +08:00
  • 3cbe9eef12 1.7.1 v1.7.1 Misaka_Company 2026-04-01 08:36:50 +08:00
  • 5b310d944b docs: add release notes for version 1.7.1 Misaka_Company 2026-04-01 08:36:09 +08:00
  • 6e04f21b10 fix(extractor): track per-order RecordCount in operation history Misaka 2026-03-31 20:42:22 +08:00
  • 17fbd7d251 fix(extractor): resolve MySQL LIMIT placeholder error in operation history query Misaka 2026-03-31 19:42:44 +08:00
  • c6eb60ada7 1.7.0 v1.7.0 Misaka_Company 2026-03-31 15:28:26 +08:00
  • 571ec2325f docs: add release notes for version 1.7.0 Misaka_Company 2026-03-31 15:28:08 +08:00
  • 557ed174c3 feat(extractor): add operation history tracking Misaka_Company 2026-03-31 15:22:53 +08:00
  • dd2cf1c576 1.6.2 v1.6.2 Misaka_Company 2026-03-26 12:51:28 +08:00
  • b7e9e5e472 docs: add release notes for version 1.6.2 Misaka_Company 2026-03-26 12:51:15 +08:00
  • 491f2afe3f refactor(auth): remove Guest role from user type system Misaka_Company 2026-03-26 12:50:18 +08:00
  • 6b2a3b088f 1.6.1 v1.6.1 Misaka_Company 2026-03-26 12:17:28 +08:00
  • 82a6e24132 docs: add release notes for version 1.6.1 Misaka_Company 2026-03-26 12:15:38 +08:00
  • 4a1a78ee14 refactor(ui): restructure ReportAnalysisDialog into modular architecture Misaka_Company 2026-03-26 12:14:35 +08:00
  • 00c75fb0b8 1.6.0 v1.6.0 Misaka_Company 2026-03-26 10:37:28 +08:00
  • a56d37a2e9 docs: add release notes for version 1.6.0 Misaka_Company 2026-03-26 10:36:41 +08:00
  • 43e6d1f4b4 feat(ui): add single-select mode for metrics in comparison view Misaka_Company 2026-03-26 10:35:35 +08:00
  • 5ff5e5d18b fix(ui): correct per-order execution time calculation in report analysis Misaka_Company 2026-03-26 10:32:41 +08:00
  • 44483120a5 Merge branch 'feature/report-analysis-12739002938269072937' into dev Misaka_Company 2026-03-26 09:48:11 +08:00
  • 18a81ae030 fix(ui): improve execution time extraction in report analysis dialog Misaka_Company 2026-03-26 09:47:25 +08:00
  • 5178a2425a feat(ui): add report analysis feature for admin google-labs-jules[bot] 2026-03-25 10:47:32 +00:00
  • 5cce470850 1.5.1 v1.5.1 Misaka 2026-03-24 21:43:39 +08:00
  • ffc3cbb4a9 feat: implement background update download without blocking user login Misaka 2026-03-24 21:43:03 +08:00
  • 7a78948a8c 1.5.0 v1.5.0 Misaka_Company 2026-03-24 17:45:45 +08:00
  • 97bf918ed1 docs: add release notes for version 1.5.0 Misaka_Company 2026-03-24 17:45:34 +08:00
  • 1d5268a4da docs: add release notes style guide Misaka_Company 2026-03-24 17:44:48 +08:00
  • 2adfc77a58 fix: correct progress speed and ETA display logic Misaka_Company 2026-03-24 17:26:18 +08:00
  • 2343fb2188 fix: re-trigger authentication after Playwright download completes Misaka_Company 2026-03-24 17:16:04 +08:00
  • fb46586a13 fix: remove unused dialog import from runtime.ts Misaka_Company 2026-03-24 16:13:28 +08:00
  • 6f21785c64 feat: add retry mechanism with exponential backoff for download failures Misaka_Company 2026-03-24 16:08:38 +08:00
  • fbd62fe390 feat: integrate Playwright download dialog into startup flow Misaka_Company 2026-03-24 16:02:31 +08:00
  • a711781f21 feat: add Playwright browser download progress dialog component Misaka_Company 2026-03-24 15:48:07 +08:00
  • 6ad916998c feat: add IPC handlers for Playwright browser download Misaka_Company 2026-03-24 15:41:09 +08:00
  • 32df3cea67 feat: add Playwright browser download service and preload types Misaka_Company 2026-03-24 15:33:52 +08:00
  • 37eade6360 1.4.2 v1.4.2 Misaka_Company 2026-03-23 10:23:41 +08:00
  • 5cd1e98bbf docs: add release notes for v1.4.2 Misaka_Company 2026-03-23 10:20:52 +08:00
  • 8713f8c0e2 chore: ignore skill directories in lint Misaka 2026-03-21 21:12:42 +08:00
  • bdde4fefd0 docs: add architecture handbook index Misaka 2026-03-21 20:51:16 +08:00
  • 180f4aab0a docs: add developer guides Misaka 2026-03-21 20:48:09 +08:00
  • 31a32db899 docs: add module handbook index Misaka 2026-03-21 20:39:28 +08:00
  • 14e7abe11e docs: add developer module guides Misaka 2026-03-21 20:37:50 +08:00
  • 57ca1d5650 docs: add developer architecture handbook Misaka 2026-03-21 20:25:45 +08:00
  • f40512449a docs: add developer docs index Misaka 2026-03-21 20:10:50 +08:00
  • c09e0eb4e7 test: cover renderer state helpers Misaka 2026-03-21 19:45:19 +08:00
  • 86614efa22 refactor: lazy load renderer dialogs Misaka 2026-03-21 19:32:03 +08:00