• Joined on 2024-05-09
hailin pushed to main at hailin/iconsulting 2026-01-25 16:41:05 +00:00
ed5dc49b4a fix(audit): reorder routes to fix NestJS route collision
hailin pushed to main at hailin/iconsulting 2026-01-25 16:33:10 +00:00
f95bc71254 fix(dashboard): remove failing evolution/health API calls
hailin pushed to main at hailin/iconsulting 2026-01-25 16:24:59 +00:00
ccb0648f6c fix(evolution): correct knowledge-service port from 3005 to 3003
hailin pushed to main at hailin/iconsulting 2026-01-25 16:22:40 +00:00
84ffd0380e feat(kong): add analytics and audit routes for evolution-service
hailin pushed to main at hailin/iconsulting 2026-01-25 16:01:48 +00:00
042d2e1456 feat(analytics): implement statistics, financial reports, and audit logging
hailin pushed to main at hailin/iconsulting 2026-01-25 15:00:10 +00:00
65c0bdd17c feat(payment): add transaction reliability and idempotency support
hailin pushed to main at hailin/iconsulting 2026-01-25 14:37:46 +00:00
43a48f0c6a fix(deploy): use unique SSL session cache zone name to avoid conflicts
hailin pushed to main at hailin/iconsulting 2026-01-25 14:36:57 +00:00
17e887653a feat(deploy): auto-configure system nginx HTTPS on ssl obtain
hailin pushed to main at hailin/iconsulting 2026-01-25 10:29:33 +00:00
50481efa49 feat(deploy): add file-service to deployment configuration
hailin pushed to main at hailin/iconsulting 2026-01-25 10:14:16 +00:00
fe37267c39 fix(orm): add explicit PostgreSQL column types for all ORM entities
hailin pushed to main at hailin/iconsulting 2026-01-25 10:09:07 +00:00
a1f4f7ba0e fix(orm): add explicit types for all ConversationORM and MessageORM fields
hailin pushed to main at hailin/iconsulting 2026-01-25 09:57:23 +00:00
7c22c173a5 fix(orm): add explicit column types for conversation and order entities
hailin pushed to main at hailin/iconsulting 2026-01-25 06:50:57 +00:00
eb1cb9c496 fix(orm): add explicit PostgreSQL column types for nullable fields
hailin pushed to main at hailin/iconsulting 2026-01-25 06:18:31 +00:00
afd707d15f refactor(services): implement 4-layer Clean Architecture for all backend services
9e1dca25f2 refactor(admin-client): implement 3-layer Clean Architecture for frontend
Compare 2 commits »
hailin pushed to main at hailin/iconsulting 2026-01-25 05:18:35 +00:00
02954f56db refactor(services): implement Clean Architecture across 4 services
hailin pushed to main at hailin/iconsulting 2026-01-25 04:27:07 +00:00
da9826b08e fix(deploy): nuke command only deletes project resources
hailin pushed to main at hailin/iconsulting 2026-01-25 04:25:44 +00:00
47d5434c98 feat(deploy): add nuke command for complete Docker cleanup
hailin pushed to main at hailin/iconsulting 2026-01-25 04:22:44 +00:00
3b6d178ef7 fix(evolution): add proper TypeScript types for API clients
hailin pushed to main at hailin/iconsulting 2026-01-25 04:20:37 +00:00
c2b4fe19cc refactor(evolution): use knowledge-service API for system_experiences
hailin pushed to main at hailin/iconsulting 2026-01-25 03:48:11 +00:00
e1bcd0145e refactor(evolution): use API instead of shared database tables