Commit graph

2794 commits

Author SHA1 Message Date
07535c9c53 Merge branch 'fix/optimization-detailSuperAdmin' into develop
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
* fix/optimization-detailSuperAdmin:
  fix: api /super-admin/{id} memory cache
  fix: query use Promise all
  fix: Api GET /super-admin/{id}
  fix: เพิ่ม Graceful Shutdown - ป้องกัน connection in app file, Log Mnddleware + Memory Store
  fix: connection pool settings
  feat: optimize detailSuperAdmin API to fix database connection issue
2026-01-28 18:26:41 +07:00
1a324af483 fix: api /super-admin/{id} memory cache 2026-01-28 18:26:03 +07:00
7c70229579 fix: query use Promise all 2026-01-28 17:48:28 +07:00
5dcb59632f fix: Api GET /super-admin/{id} 2026-01-28 17:43:26 +07:00
14c26cce72 add api get profileId
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m0s
2026-01-28 14:17:31 +07:00
bca25a7a52 feat: optimize detailSuperAdmin API to fix database connection issue
ปัญหา: API GET /api/v1/org/super-admin/{id} ทำให้ระบบดับเพราะ N+1 queries
- เดิม: >1,000,000 queries (100 orgRoots × 10 children × 10 counts/level)
- ใหม่: ~10 queries (query รวมครั้งเดียว + 5 org queries)

การเปลี่ยนแปลง:
1. สร้าง OrganizationController-optimized.ts
   - getPositionCounts(): query posMaster ทั้งหมดครั้งเดียว
   - สร้าง maps (orgRootMap, orgChild1Map, etc.) สำหรับ lookup
   - ลด queries จาก 1,000,000+ → ~10 queries

2. เพิ่ม import สำหรับ helper functions ใน OrganizationController.ts
   - import { getPositionCounts, getCounts, getRootCounts }
   - ต้อง replace ฟังก์ชัน detailSuperAdmin ด้วย optimized version
   - ดู OPTIMIZED_FUNCTION.ts สำหรับฟังก์ชันใหม่

ไฟล์ที่เพิ่ม:
- src/controllers/OrganizationController-optimized.ts (helper functions)
- OPTIMIZED_FUNCTION.ts (optimized function reference)
- src/utils/log-memory-store.ts (from earlier log middleware fix)

หมายเหตุ: ฟังก์ชัน detailSuperAdmin ใน OrganizationController.ts
ยังไม่ถูก replace (ต้องทำ manual) - ดู OPTIMIZED_FUNCTION.ts

Co-Authored-By: Claude (glm-4.7) <noreply@anthropic.com>
2026-01-28 13:45:52 +07:00
b64a8bb26d API Get Profile For Logs
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m0s
@Get("user-logs/{keycloakId}")
2026-01-28 12:04:49 +07:00
harid
ecd002456e Merge branch 'develop-Bright' into develop
All checks were successful
Build & Deploy on Dev / build (push) Successful in 59s
2026-01-28 11:02:38 +07:00
harid
43ae825ac0 tuning api (ตัด profileSalary เส้นที่ไม่ได้ใช้งาน) 2026-01-28 11:02:11 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
a0a79bf6b6 Merge branch 'feat/issues' into develop
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m5s
2026-01-28 10:58:00 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
042dba505f fix(issue):save_created_Update_user 2026-01-28 10:57:25 +07:00
harid
987f8ef81a tuning api (ตัด profileSalary เส้นที่ไม่ได้ใช้งาน)
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m8s
2026-01-28 10:45:38 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
9c8960676a Merge branch 'feat/issues' into develop
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m4s
2026-01-28 09:23:21 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
dd01e2a79d #migrate add ssues 2026-01-28 09:22:52 +07:00
harid
2a2635ad83 Add workflow ขอแก้ไขข้อมูลทะเบียนประวัติ (ลูกจ้างประจำ) #2222
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m3s
Fix เพิ่มรายการแต่ไม่แสดงใน Tab รายการตำแหน่ง/เงินเดือนหลังจากแก้ไขแล้ว #2243
2026-01-27 18:09:31 +07:00
harid
217ec1d7f6 Fix Error Task #2248
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m8s
2026-01-27 13:14:05 +07:00
harid
64a7010d0a Update #2233
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m1s
2026-01-26 17:07:00 +07:00
harid
1ade81a048 Fix เลขที่ตำแหน่งไม่แสดง #2230 + Add api สำหรับใบลา #2233
All checks were successful
Build & Deploy on Dev / build (push) Successful in 59s
2026-01-26 15:42:56 +07:00
6e6253887f #2231
All checks were successful
Build & Deploy on Dev / build (push) Successful in 58s
2026-01-26 14:14:58 +07:00
harid
78778e0eb0 test เพิ่มฟังก์ชั่นให้ยิงไประบบ exprofile #2190
All checks were successful
Build & Deploy on Dev / build (push) Successful in 59s
2026-01-23 17:32:11 +07:00
harid
38e2ec6586 api getKeycloak ทำไว้ใช้สำหรับระบบลงเวลา
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m1s
2026-01-22 11:15:09 +07:00
harid
0203a9105f fix กจ. ไม่เห็นรายชื่อผู้สอบผ่านหลังจากเผยแพร่โครงสร้าง Task #2219
All checks were successful
Build & Deploy on Dev / build (push) Successful in 59s
2026-01-21 16:09:03 +07:00
harid
ae3a634595 Task #2208 กรณีขอแก้ไขข้อมูลทะเบียนประวัติ และ IDP และคนขออยู่ในสำนักปลัดกรุงเทพมหานคร
All checks were successful
Build & Deploy on Dev / build (push) Successful in 59s
2026-01-21 13:53:29 +07:00
mamoss
757da877f6 add command code 20
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m3s
2026-01-21 08:00:21 +07:00
harid
b1210d51e8 Task #2207 กรณีคนขอโอนอยู่ในสำนักปลัดกรุงเทพมหานคร
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
2026-01-20 16:40:10 +07:00
7423a4f8b5 add function post retire data to exprofile system 2026-01-20 15:03:39 +07:00
harid
648fb33cc2 tuning api Get org/dotnet/keycloak/{keycloakId}
All checks were successful
Build & Deploy on Dev / build (push) Successful in 59s
2026-01-19 16:49:24 +07:00
harid
f6b03752e1 Migrate เพิ่มฟิลด์ privac + API update status privac #2186
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m0s
2026-01-16 17:54:11 +07:00
harid
b8421d29ed ส่งฟิลด์ตำแหน่งทางการบริหาร #2195
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m0s
2026-01-15 11:49:08 +07:00
c4e6bafa4d fix
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m1s
2026-01-15 09:35:34 +07:00
harid
6312b940a3 API ค้นหา กจ.
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m4s
2026-01-14 17:42:33 +07:00
5e5c194e33 fix: ancestorDNA save ตอนเพิ่มอัตรากำลังในแบบร่าง
All checks were successful
Build & Deploy on Dev / build (push) Successful in 58s
2026-01-14 16:09:35 +07:00
mamoss
39c6f6fdd1 set datetimezone
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
2026-01-13 04:28:58 +07:00
mamoss
07d03f5134 search report leave
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m4s
2026-01-13 03:20:09 +07:00
mamoss
6bfe89b5a3 org history employee 2026-01-13 01:37:02 +07:00
harid
82527f0f49 fix ข้อมูลหน่วยงานที่สังกัดอยู่ไม่แสดง #2185
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
2026-01-12 13:55:56 +07:00
mamoss
e040409fa5 report group posno and dna
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m3s
2026-01-11 16:33:20 +07:00
mamoss
b110575136 report leave
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m1s
2026-01-11 15:17:14 +07:00
mamoss
21bef607a1 export report leave
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
2026-01-09 19:00:21 +07:00
78213d9164 Merge branch 'develop'
* develop:
  fix bug: report time record (rollback code group)
  fix group by profile
  test(2) #2160
2026-01-09 16:18:30 +07:00
f0334c69fc fix bug: report time record (rollback code group) 2026-01-09 15:53:23 +07:00
0239f22e40 fix group by profile 2026-01-09 15:13:57 +07:00
harid
9aea3cc88c test(2) #2160 2026-01-09 14:25:04 +07:00
283de98d37 Merge branch 'main' of ssh://hrms-git.bangkok.go.th:6611/BMA-HRMS/hrms-api-org
* 'main' of ssh://hrms-git.bangkok.go.th:6611/BMA-HRMS/hrms-api-org:
  update search dna
  search dna

# Conflicts:
#	src/controllers/OrganizationDotnetController.ts
2026-01-09 10:59:16 +07:00
f2a3e60430 fix bug return profile id 2026-01-09 10:37:33 +07:00
mamoss
dea1b11e1b update search 2026-01-07 01:44:18 +07:00
mamoss
a69220556c update search dna 2026-01-07 01:42:32 +07:00
harid
01cffa44aa comment ออกก่อนเพราะยังไม่ได้ใช้ #2154 2026-01-06 13:10:57 +07:00
mamoss
32e682d05e search dna 2026-01-02 21:43:57 +07:00
mamoss
3feda8b601 update search org old 2025-12-30 22:36:42 +07:00