admin
|
1564f8648d
|
690524:1919 ADR-028-228-migration #04
CI / CD Pipeline / build (push) Successful in 4m10s
CI / CD Pipeline / deploy (push) Successful in 3m52s
|
2026-05-24 19:19:46 +07:00 |
|
admin
|
93fd95a6b3
|
690524:1435 ADR-028-228-migration #03
CI / CD Pipeline / build (push) Successful in 3m59s
CI / CD Pipeline / deploy (push) Successful in 5m18s
|
2026-05-24 14:35:05 +07:00 |
|
admin
|
a63fe0fb5c
|
690524:1054 ADR-028-228-migration #02
CI / CD Pipeline / build (push) Successful in 4m7s
CI / CD Pipeline / deploy (push) Successful in 4m42s
|
2026-05-24 10:54:44 +07:00 |
|
admin
|
5a17f969b8
|
690523:2327 ADR-028-228-migration #01
CI / CD Pipeline / build (push) Successful in 4m38s
CI / CD Pipeline / deploy (push) Successful in 3m6s
|
2026-05-23 23:27:52 +07:00 |
|
admin
|
ff5cadc9f2
|
690523:1623 ADR-028-228 #05
CI / CD Pipeline / build (push) Successful in 4m55s
CI / CD Pipeline / deploy (push) Successful in 5m49s
|
2026-05-23 16:23:12 +07:00 |
|
admin
|
a2973be208
|
feat(migration): ADR-028 migration architecture refactor
- เพิ่ม POST /api/ai/jobs + GET /api/ai/jobs/:jobId endpoints (FR-001, FR-002)
- เพิ่ม BullMQ Worker MigrateDocumentWorker + OCR auto-detect (FR-003, FR-004)
- เพิ่ม cleanup-temp-files + expire-pending-reviews workers (FR-005, FR-005a/b)
- สร้าง SQL deltas: tags, correspondence_tags, alter migration_review_queue (FR-006, ADR-009)
- เพิ่ม MigrationReviewService.commitRecord() + SELECT FOR UPDATE (FR-007, FR-007a)
- เพิ่ม CASL permission migration.commit + MigrationReviewController (FR-007)
- สร้าง TagsModule + TagsService + TagsController (US3)
- สร้าง Migration Review Queue frontend page + ReviewQueueTable (US2)
- อัปเดต n8n guide: deterministic Idempotency-Key + token pre-flight (FR-001a, FR-010a/b)
- สร้าง spec.md, plan.md, tasks.md, data-model.md, contracts/, quickstart.md
- สร้าง ADR-028 document + validation-report.md (PASS 32/32 tasks, 173/173 tests)
|
2026-05-22 17:10:07 +07:00 |
|
admin
|
b5425d8b20
|
feat(ai): add system settings schema delta and resilience fallback try-catch
CI / CD Pipeline / build (push) Successful in 5m15s
CI / CD Pipeline / deploy (push) Successful in 4m38s
|
2026-05-22 10:14:27 +07:00 |
|
admin
|
91e9c714df
|
feat(ai-admin-console): complete implementation and resolve lint compilation errors
|
2026-05-21 21:42:25 +07:00 |
|
admin
|
a0b9b55130
|
690519:2118 224 to 226 AI #03
CI / CD Pipeline / build (push) Failing after 4m8s
CI / CD Pipeline / deploy (push) Has been skipped
|
2026-05-19 21:18:48 +07:00 |
|
admin
|
7259cbf67a
|
690519:1719 224 to 226 AI #02
CI / CD Pipeline / build (push) Successful in 4m47s
CI / CD Pipeline / deploy (push) Failing after 7m3s
|
2026-05-19 17:19:24 +07:00 |
|
admin
|
ea5499123e
|
690519:1631 224 to 226 AI #01
CI / CD Pipeline / build (push) Failing after 3m57s
CI / CD Pipeline / deploy (push) Has been skipped
|
2026-05-19 16:31:50 +07:00 |
|
admin
|
50bffdf38a
|
690517:1449 204 and 302 refactor #03
CI / CD Pipeline / build (push) Failing after 42s
CI / CD Pipeline / deploy (push) Has been skipped
|
2026-05-17 14:49:45 +07:00 |
|
admin
|
1a162bf320
|
feat(rfa-ai): Complete RFA Approval Refactor and AI Model Revision
CI / CD Pipeline / build (push) Successful in 4m54s
CI / CD Pipeline / deploy (push) Failing after 12m9s
|
2026-05-16 10:59:53 +07:00 |
|
admin
|
6cb3ae10ee
|
feat(ai): unify AI architecture, implement RAG and legacy migration
CI / CD Pipeline / build (push) Failing after 5m36s
CI / CD Pipeline / deploy (push) Has been skipped
|
2026-05-15 11:10:44 +07:00 |
|
admin
|
0240d80da5
|
690514:2019 204-rfa-approval-refactor #01
CI / CD Pipeline / build (push) Successful in 6m1s
CI / CD Pipeline / deploy (push) Failing after 6m42s
|
2026-05-14 20:19:21 +07:00 |
|
Nattanin
|
ef20839f99
|
feat(rfa): complete RFA Approval Refactor - all 9 phases (T001-T080)
Phase 1-2: Setup, SQL schema, enums, queue constants, base entities
Phase 3 (US1): ReviewTeam, ReviewTeamMember, ReviewTask, TaskCreationService
Phase 4 (US2): ResponseCode, ResponseCodeRule, ImplicationsService, NotificationTriggerService
Phase 5 (US3): Delegation entity, CircularDetectionService, DelegationService/Controller/Module
Phase 6 (US4): ReminderRule, SchedulerService, EscalationService, ReminderProcessor, ReminderModule
Phase 7 (US5): DistributionMatrix, DistributionRecipient, ApprovalListenerService (Strangler),
TransmittalCreatorService, DistributionProcessor, DistributionModule
Phase 8 (US6): MatrixManagementService, InheritanceService (global→project override)
Phase 9 (Polish): AggregateStatusService, ConsensusService, VetoOverrideService,
ParallelGatewayHandler, review-validators, optimistic locking in completeReview,
test stubs (unit/integration/e2e), jest.config.js updated for tests/ directory
Frontend: ReviewTaskInbox, ParallelProgress, VetoOverrideDialog, DelegationForm,
DelegatedBadge, MatrixEditor, ProjectOverrideManager, DistributionStatus,
ReminderHistory, ResponseCodeSelector, CodeImplications, CompleteReviewForm,
ReviewTeamForm, ReviewTeamSelector, TeamMemberManager
Closes #1
|
2026-05-12 16:17:27 +07:00 |
|
admin
|
870420204e
|
690503:1036 Update workflow #02
CI / CD Pipeline / build (push) Failing after 9m43s
CI / CD Pipeline / deploy (push) Has been skipped
|
2026-05-03 10:36:34 +07:00 |
|
admin
|
2c24991f88
|
690503:0135 Update workflow #01
CI / CD Pipeline / build (push) Failing after 6m6s
CI / CD Pipeline / deploy (push) Has been skipped
|
2026-05-03 01:36:37 +07:00 |
|
admin
|
a57fef4d44
|
690427:0812 Update Infras #01
CI / CD Pipeline / build (push) Successful in 5m51s
CI / CD Pipeline / deploy (push) Successful in 2m9s
|
2026-04-27 08:12:28 +07:00 |
|
admin
|
13745e5874
|
690419:1831 feat: update CI/CD to use SSH key authentication #05
CI / CD Pipeline / build (push) Failing after 4m57s
CI / CD Pipeline / deploy (push) Has been skipped
|
2026-04-19 18:31:30 +07:00 |
|
admin
|
3a5fc8d4af
|
690417:1538 Refactor Work flow ADR-021
|
2026-04-17 15:38:20 +07:00 |
|
admin
|
6d45bdaeb5
|
690414:1113 Update README.md /.agents/skills, /.windsurf/workflows
|
2026-04-14 11:13:42 +07:00 |
|
admin
|
99c8d61856
|
690409:0953 Done Task-BE-AI-02
CI / CD Pipeline / build (push) Successful in 4m30s
CI / CD Pipeline / deploy (push) Successful in 1m6s
|
2026-04-09 09:53:57 +07:00 |
|
admin
|
9c835ec4ac
|
690403:1632 fix dashboard cir and trans
CI / CD Pipeline / build (push) Successful in 5m0s
CI / CD Pipeline / deploy (push) Successful in 8m34s
|
2026-04-03 16:32:15 +07:00 |
|
admin
|
c83588ab43
|
260330:1011 Addied correspondence_revieion_attcahments table table #01
CI / CD Pipeline / build (push) Failing after 21m19s
CI / CD Pipeline / deploy (push) Has been skipped
|
2026-03-30 10:11:40 +07:00 |
|
admin
|
d36d4b0bf4
|
690325:2132 Fixing Naming convention missunderstand #01
CI / CD Pipeline / build (push) Failing after 38m8s
CI / CD Pipeline / deploy (push) Has been skipped
|
2026-03-25 21:32:47 +07:00 |
|
admin
|
11984bfa29
|
260322:1648 Correct Coresspondence / Doing RFA / Correct CI
CI Pipeline / build (push) Failing after 12m41s
Build and Deploy / deploy (push) Failing after 2m44s
|
2026-03-22 16:48:12 +07:00 |
|
admin
|
03d16cfd64
|
260321:1700 Correct Coresspondence / Doing RFA
|
2026-03-21 17:00:41 +07:00 |
|
admin
|
17afe3e392
|
260319:1246 Fix fronend UUID #01
Build and Deploy / deploy (push) Successful in 7m56s
|
2026-03-19 12:46:33 +07:00 |
|
admin
|
3abef2c745
|
260317:1200 Refactor to uploads
Build and Deploy / deploy (push) Successful in 5m48s
|
2026-03-17 12:00:26 +07:00 |
|
admin
|
2f0d67d8b2
|
260317:0837 Refactor to n8n
Build and Deploy / deploy (push) Successful in 7m11s
|
2026-03-17 08:37:01 +07:00 |
|
admin
|
c5c3ed9016
|
260316:1117 20260316:1100 Refactor UUID
Build and Deploy / deploy (push) Successful in 9m24s
|
2026-03-16 11:17:15 +07:00 |
|
admin
|
0211f01aa8
|
260314:1705 20260314:1700 Refactor Migration
Build and Deploy / deploy (push) Successful in 3m25s
|
2026-03-14 17:05:08 +07:00 |
|
admin
|
81f9609ca2
|
260313:1701 20260313:1700 OpenRAG
Build and Deploy / deploy (push) Successful in 1m19s
|
2026-03-13 17:01:49 +07:00 |
|
admin
|
e98485f914
|
260312:1706 20260312:1700 n8n workflow, #7
Build and Deploy / deploy (push) Successful in 2m13s
|
2026-03-12 17:06:49 +07:00 |
|
admin
|
4288f89d8b
|
260312:0932 20260312:0930 n8n workflow, backend and frontend MOD.
Build and Deploy / deploy (push) Failing after 3m34s
|
2026-03-12 09:32:46 +07:00 |
|
admin
|
9c0978f3fa
|
260311:1638 20260311:1700 n8n workflow
Build and Deploy / deploy (push) Successful in 4m24s
|
2026-03-11 16:38:49 +07:00 |
|
admin
|
15b447ceeb
|
260310:1705 20260310:1700 Refactor rfas
Build and Deploy / deploy (push) Successful in 5m42s
|
2026-03-10 17:05:30 +07:00 |
|
admin
|
b6dc83d54a
|
260309:1715 20260309:1700 fix n8n workflow add model
Build and Deploy / deploy (push) Successful in 1m30s
|
2026-03-09 17:15:57 +07:00 |
|
admin
|
ec5f83dd4c
|
260308:1208 20260308:1200 fix n8n workflow add model
Build and Deploy / deploy (push) Successful in 1m9s
|
2026-03-08 12:08:10 +07:00 |
|
admin
|
d3428f73b5
|
260307:1718 20260307:1700 fix n8n workflow project_id, issued_date and received_date
Build and Deploy / deploy (push) Successful in 55s
|
2026-03-07 17:18:20 +07:00 |
|
admin
|
e70fc95fa0
|
260307:1319 20260307:1300 fix n8n workflow project_id, issued_date and received_date
Build and Deploy / deploy (push) Successful in 4m11s
|
2026-03-07 13:19:03 +07:00 |
|
admin
|
65a758298a
|
260306:1709 20260306:1707 fix n8n workflow - file name, timeout, parse node
Build and Deploy / deploy (push) Successful in 47s
|
2026-03-06 17:09:03 +07:00 |
|
admin
|
1a2e68dff9
|
260306:1636 20260306:1625 use file_name from Excel
Build and Deploy / deploy (push) Failing after 1m48s
|
2026-03-06 16:36:13 +07:00 |
|
admin
|
ab2f1ea344
|
260306:1600 20260306:1500 refactor tags #2
Build and Deploy / deploy (push) Failing after 4m9s
|
2026-03-06 16:00:43 +07:00 |
|
admin
|
752df1fe59
|
260306:1535 20260306:1500 refactor tags
Build and Deploy / deploy (push) Failing after 8m12s
|
2026-03-06 15:35:41 +07:00 |
|
admin
|
1cb909a796
|
260305:1711 20260305:1700 N8N bulid flow #3
Build and Deploy / deploy (push) Successful in 48s
|
2026-03-05 17:11:14 +07:00 |
|
admin
|
c243d2e850
|
260305:1654 20260305:1700 N8N bulid flow #2
Build and Deploy / deploy (push) Successful in 3m12s
|
2026-03-05 16:54:02 +07:00 |
|
admin
|
b79a3ff68b
|
260304:1716 20260304:1700 update n8n
Build and Deploy / deploy (push) Successful in 1m33s
|
2026-03-04 17:16:42 +07:00 |
|
admin
|
9def2eafe3
|
260228:1608 20260228:16:07 sync data dictionary with attachments schema addition
Build and Deploy / deploy (push) Successful in 47s
|
2026-02-28 16:08:02 +07:00 |
|