This website requires JavaScript.
09c7fd8f3a
fix: fileStorage path issues between local and staging environments
deploy/stg
nico
2026-04-14 10:57:51 +08:00
656ffcc561
bump: version 0.1.7 -> 0.1.8 - add kependudukan migration
stg
nico
2026-04-13 17:41:16 +08:00
76ffa662c5
fix(database): add migration for kependudukan tables
nico
2026-04-13 17:40:53 +08:00
46423409fd
bump: version 0.1.6 -> 0.1.7 - auto migration on startup
nico
2026-04-13 17:01:08 +08:00
2edf5e9b11
fix(deployment): add auto database migration on container startup
nico
2026-04-13 17:00:53 +08:00
af368eeee0
bump: version 0.1.5 -> 0.1.6 - fix migrasi penduduk schema mismatch
tasks/kependudukan/fix-typescript-types-and-cleanup-20260413-1500
nico
2026-04-13 16:08:10 +08:00
e104cd8fcc
docs: update QWEN.md
nico
2026-04-13 16:08:01 +08:00
50801e5c8a
fix(kependudukan): remove jenisKelamin field and align MigrasiPenduduk with database schema
nico
2026-04-13 15:53:58 +08:00
80186bf493
refactor(kependudukan): improve TypeScript types and clean up code
nico
2026-04-13 15:00:33 +08:00
d84edc44f5
fix: rename DistribusiUmur.kelompok to rentangUmur to match UI/API
tasks/kependudukan/add-seeders-api-year-filter-navbar-menu-20260410-1430
nico
2026-04-10 12:03:25 +08:00
8b14c6ce44
feat: add kependudukan seeders, API routes, year filter, and navbar menu
nico
2026-04-10 11:54:36 +08:00
171d7f7947
fix(biome-lint): resolve critical and medium priority lint issues
tasks/fix-biome-lint/critical-and-medium-priority-fixes/09-04-2026-1600
nico
2026-04-09 17:27:17 +08:00
5e822f0b05
feat: implement Kependudukan menu with CRUD admin pages
tasks/implement-menu-kependudukan/add-crud-pages-distribusi-umur-data-banjar-migrasi-penduduk/09-04-2026-1530
nico
2026-04-09 17:10:29 +08:00
34a37dc63b
chore(dev-dependency): add playwright-mcp package for testing
tasks/add-dev-dependency/add-playwright-mcp-package/09-04-2026-1132
nico
2026-04-09 11:33:19 +08:00
0e6f7e1769
fix(landing-page): remove incorrect national holiday entry for April 9, 2026
tasks/fix-national-holiday/remove-incorrect-april-9-holiday/09-04-2026-1045
nico
2026-04-09 10:49:10 +08:00
feb853d06e
fix(auth): improve OTP error handling and add health check endpoint
tasks/fix-auth/improve-otp-error-handling-and-health-check/06-04-2026-1627
nico
2026-04-06 16:27:29 +08:00
3de412afe0
fix(dockerfile): remove duplicate prisma copy in runner stage
tasks/fix-dockerfile/remove-duplicate-prisma-copy/06-04-2026-1504
nico
2026-04-06 15:05:03 +08:00
87d234e57f
fix(dockerfile): optimize build and improve security
tasks/fix-dockerfile/optimize-build-and-security/06-04-2026-1448
nico
2026-04-06 14:48:14 +08:00
fd18a22834
merge: resolve Dockerfile conflicts between stg and deploy/stg
nico
2026-04-06 14:33:30 +08:00
3e8b961e52
chore: remove .env from git tracking and simplify .gitignore rules
tasks/prisma/regenerate-client-fix-types/06-04-2026-1500
nico
2026-04-06 14:30:38 +08:00
82d779e5e0
Update Dockerfile
Nico Arya
2026-04-06 14:00:17 +08:00
a6517166cb
Merge pull request #19 from bipprojectbali/revert-11-tasks/fix-docker-build/optimize-config-and-eslint-ignore/2026-04-02-15-45
Nico Arya
2026-04-06 12:27:17 +08:00
483b6be677
Revert "fix(build): ignore ESLint and TypeScript errors during build for CI/CD"
Nico Arya
2026-04-06 12:23:07 +08:00
f8dad0dbcd
Merge pull request #17 from bipprojectbali/stg
Nico Arya
2026-04-06 12:14:49 +08:00
74301fe074
Merge pull request #16 from bipprojectbali/tasks/prisma/regenerate-client-fix-types/06-04-2026-1500
Nico Arya
2026-04-06 12:14:23 +08:00
8b19abc628
fix(prisma): regenerate Prisma client to resolve TypeScript type errors
nico
2026-04-06 12:08:49 +08:00
e73798a0f2
chore: regenerate bun lockfile
tasks/auth/implement-otp-whatsapp-function/06-04-2026-1430
nico
2026-04-06 11:52:47 +08:00
1a91f3c9ad
Merge pull request #13 from bipprojectbali/stg
Nico Arya
2026-04-06 11:34:48 +08:00
9b74592101
Merge branch 'main' into stg
Nico Arya
2026-04-06 11:34:38 +08:00
55f4b94082
Merge pull request #12 from bipprojectbali/tasks/auth/implement-otp-whatsapp-function/06-04-2026-1430
Nico Arya
2026-04-06 11:31:30 +08:00
b403bc754c
feat(auth): implement WhatsApp OTP sending function for login
nico
2026-04-06 11:27:55 +08:00
67b87f145e
Merge remote-tracking branch 'deploy/stg' into stg
nico
2026-04-04 08:39:01 +08:00
dd09d7c90a
fix(build): remove eslint-disable and replace 'any' with MantineColor in grafikRealisasi
nico
2026-04-04 08:36:41 +08:00
59ae8ad039
Merge pull request #11 from bipprojectbali/tasks/fix-docker-build/optimize-config-and-eslint-ignore/2026-04-02-15-45
Nico Arya
2026-04-02 16:20:32 +08:00
c012d5778c
fix(build): ignore ESLint and TypeScript errors during build for CI/CD
tasks/fix-docker-build/optimize-config-and-eslint-ignore/2026-04-02-15-45
nico
2026-04-02 16:16:17 +08:00
af31bd8aef
Merge pull request #10 from bipprojectbali/nico/2-apr-26/default-docker-setting
Nico Arya
2026-04-02 15:55:01 +08:00
721357adcf
Ganti ke settingan awal Docker
nico/2-apr-26/default-docker-setting
nico
2026-04-02 15:54:27 +08:00
39776ec355
Merge pull request #9 from bipprojectbali/tasks/fix-build-and-lint/resolve-errors-in-auth-and-apbdes/2026-04-02-15-15
Nico Arya
2026-04-02 13:03:29 +08:00
50a7356618
fix(apbdes): remove redundant eslint-disable and improve type safety in GrafikRealisasi
tasks/fix-build-and-lint/resolve-errors-in-auth-and-apbdes/2026-04-02-15-15
nico
2026-04-02 12:47:28 +08:00
4494dd98ef
Merge pull request #8 from bipprojectbali/tasks/fix-docker-build/optimize-config-and-prisma-handlers/02-04-2026-15-00
Nico Arya
2026-04-02 11:26:13 +08:00
970949a68b
fix: resolve Docker build failure by optimizing configuration and prisma signal handling
tasks/fix-docker-build/optimize-config-and-prisma-handlers/02-04-2026-15-00
nico
2026-04-02 11:24:49 +08:00
8777c45a44
fix(build): resolve ESLint and type errors causing build failure
tasks/api/fix-eslint-and-build-failure/01-04-2026-1700
nico
2026-04-01 17:44:48 +08:00
42bcba6c96
Merge pull request #7 from bipprojectbali/stg
Nico Arya
2026-04-01 17:10:09 +08:00
d1d54e5c25
Merge branch 'main' into stg
Nico Arya
2026-04-01 17:09:58 +08:00
0a4b85fd82
Merge pull request #6 from bipprojectbali/tasks/api/fix-swagger-path-group/01-04-2026-1215
Nico Arya
2026-04-01 17:07:25 +08:00
b751f031cd
fix(auth/swagger): make WA failure non-fatal and include /api prefix in docs
tasks/api/fix-wa-login-and-swagger-prefix/01-04-2026-1650
nico
2026-04-01 17:04:25 +08:00
a3940321a7
fix(api): move swagger to /api group to prevent double prefixing
tasks/api/fix-swagger-path-group/01-04-2026-1215
nico
2026-04-01 15:29:26 +08:00
3cd6fcbd81
fix(api): clean up redundant /api prefixes and fix swagger documentation
tasks/api/fix-swagger-prefix-cleanup/01-04-2026-1150
nico
2026-04-01 15:24:12 +08:00
7d9b7b0c60
feat(apbdes): finalize modernization and update config
tasks/apbdes/modernize-apbdes-complete/01-04-2026-1125
nico
2026-04-01 15:15:01 +08:00
0806eb2308
feat(apbdes): modernize ui, charts and refactor (Phase 1, 2, 4)
tasks/apbdes/modernisasi-ui-ux-chart-refactor/01-04-2026-1035
nico
2026-04-01 15:09:40 +08:00
6064ef0759
chore: sync workflows from base-template
github-actions[bot]
2026-03-12 06:48:18 +00:00
1c00c326c9
Merge pull request #5 from bipprojectbali/fix-error-music-stg
Nico Arya
2026-03-12 14:16:32 +08:00
51ce823b45
Fix: Use window.location.origin for API base URL in browser
nico
2026-03-12 14:14:55 +08:00
4eba96140d
Merge pull request #4 from bipprojectbali/fix-error-music-stg
Nico Arya
2026-03-12 12:13:50 +08:00
f6f0e10935
Fix Url API Route
fix-error-music-stg
nico
2026-03-12 12:11:10 +08:00
2108f403aa
Update .env.example to use relative URL '/' as default for NEXT_PUBLIC_BASE_URL
nico
2026-03-12 12:06:16 +08:00
4dfcf20322
Merge pull request #3 from bipprojectbali/fix-error-music-stg
Nico Arya
2026-03-12 11:37:19 +08:00
2b62e01556
BackUp Stg
backup-stg
nico
2026-03-12 11:31:02 +08:00
c6c3eebadf
Fix: CORS and API base URL for music create in staging
nico
2026-03-12 11:27:51 +08:00
6d26ace8ab
chore: sync workflows from base-template
github-actions[bot]
2026-03-10 08:16:42 +00:00
0dabc204bc
Revert standalone output, keep serverExternalPackages fix
bipproduction
2026-03-10 11:53:18 +08:00
e8f8b51686
Fix build: externalize elysia packages, use standalone output, fix NODE_ENV
bipproduction
2026-03-10 11:48:05 +08:00
a4db3a149d
Fix build error: move ViewTransitions inside body to fix 404 prerendering
bipproduction
2026-03-10 11:29:29 +08:00
fece983ac5
Fix Dockerfile: remove non-existent gen:api script and fix build output paths
bipproduction
2026-03-10 11:12:33 +08:00
8b7eef5fee
New bunlock.b
nico
2026-03-10 11:04:44 +08:00
8b22d01e0d
FIx Docker File
nico
2026-03-10 10:56:15 +08:00
dc13e37a02
Add .env.example and fix .gitignore to allow it
nico
2026-03-10 10:50:52 +08:00
2d2cbef29b
Tambah File Docker
nico
2026-03-10 10:42:51 +08:00
8c8a96b830
First Stg
nico
2026-03-10 10:07:14 +08:00
dc3eccacbf
First Stg
nico
2026-03-10 10:03:33 +08:00
ffe94992e5
StaggingWeb
nico
2026-03-09 16:44:42 +08:00
f5566bca2c
chore: sync workflows from base-template
github-actions[bot]
2026-03-09 07:53:36 +00:00
ba964df32c
chore: sync workflows from base-template
github-actions[bot]
2026-03-09 07:45:35 +00:00
df3f382a97
chore: sync workflows from base-template
github-actions[bot]
2026-03-09 07:05:55 +00:00
6ed2392420
Add comprehensive testing suite and fix QC issues
nico/9-mar-26/fix-qc-1
nico
2026-03-09 14:05:03 +08:00
40f9284969
Merge pull request 'Fix Responsive' (#80 ) from fix-responsive into staggingweb
staggingweb
nicoarya20
2026-03-06 16:39:47 +08:00
7bc546e985
Fix Responsive
fix-responsive
nico
2026-03-06 16:19:01 +08:00
4fb522f88f
Fix Eror Grafik Realisasi-3
nico
2026-03-06 11:44:10 +08:00
5febeecf1d
Fix Eror Grafik Realisasi-3
nico/6-mar-26/fix-container-portainer-1
nico
2026-03-06 11:44:10 +08:00
85332a8225
Merge pull request 'Fix Eror Grafik Realisasi-2' (#78 ) from nico/6-mar-26/fix-container-portainer-1 into staggingweb
nicoarya20
2026-03-06 11:24:46 +08:00
3fe2a5ccab
Fix Eror Grafik Realisasi-2
nico
2026-03-06 11:19:45 +08:00
363bfa65fb
Merge pull request 'Fix Eror Grafik Realisasi' (#77 ) from nico/6-mar-26/fix-container-portainer-1 into staggingweb
nicoarya20
2026-03-06 10:53:19 +08:00
dccf590cbf
Fix Eror Grafik Realisasi
nico
2026-03-06 10:52:10 +08:00
f076b81d14
Merge pull request 'Fix Prisma 1' (#76 ) from nico/6-mar-26/fix-container-portainer-1 into staggingweb
nicoarya20
2026-03-06 10:35:54 +08:00
b5ea3216e0
Fix Prisma 1
nico
2026-03-06 10:31:19 +08:00
64b116588b
Merge pull request 'nico/5-mar-26/fix-musik-fix-apbdes' (#75 ) from nico/5-mar-26/fix-musik-fix-apbdes into staggingweb
nicoarya20
2026-03-05 16:38:07 +08:00
63161e1a39
Fix tombolreplay, posisi tombol, posisi icon music. Fix create & edit apbdes upload image dan file optional
nico/5-mar-26/fix-musik-fix-apbdes
nico
2026-03-05 16:36:12 +08:00
8b8c65dd1e
fix(apbdes-edit): clear imageId/fileId when user removes preview
fix-tombol-replay-lagu
nico
2026-03-05 16:26:34 +08:00
159fb3cec6
feat(apbdes): make image and file optional for edit page too
nico
2026-03-05 15:53:26 +08:00
4821934224
fix(music-player): fix floating icon position shift on hover
nico
2026-03-05 14:53:38 +08:00
ee39b88b00
feat(music-player): add minimize feature with floating icon and centered controls
nico
2026-03-05 14:14:46 +08:00
ce46d3b5f7
fix(music-player): fix repeat button not working due to stale closure
nico
2026-03-05 13:54:15 +08:00
9190840c48
fix(wa-service): use correct API endpoint wa.wibudev.com with GET method
fix-wa-otp
nico
2026-03-05 12:12:59 +08:00
781d125d4c
feat(auth): migrate WhatsApp OTP to otp.wibudev.com with API Key authentication
nico
2026-03-05 12:07:58 +08:00
144ac37e12
fix(public-apbdes): fix realisasi display on public APBDes page
nico/5-mar-26/fix-apbdes-edit-detail
nico
2026-03-05 11:27:28 +08:00
f90477ed63
fix(apbdes-edit): preserve realisasi data when editing APBDes
nico
2026-03-05 11:20:45 +08:00
4a7811e06f
Merge pull request 'Fix Tabel Apbdes, & fix muciplayer in background' (#74 ) from nico/4-mar-26/fix-musik-play-bg into staggingweb
nicoarya20
2026-03-04 16:41:25 +08:00
f63aaf916d
Fix Tabel Apbdes, & fix muciplayer in background
nico/4-mar-26/fix-musik-play-bg
nico
2026-03-04 16:28:06 +08:00
3803c79c95
Merge pull request 'nico/4-mar-26/realiasasi-apbdes' (#73 ) from nico/4-mar-26/realiasasi-apbdes into staggingweb
nicoarya20
2026-03-04 12:03:46 +08:00
2d901912ea
fix(realisasi): add kode field to RealisasiItem and simplify table display
nico/4-mar-26/realiasasi-apbdes
fix/realisasi-item
nico
2026-03-04 11:51:58 +08:00