• Joined on 2024-06-19
chedius pushed to master at chedius/delivery-tracker 2026-05-21 09:54:43 +00:00
d1efebbb34 add WebSocket support for real-time delivery updates with JWT authentication and automatic reconnection
chedius pushed to master at chedius/delivery-tracker 2026-05-12 09:19:15 +00:00
c87aea47ce align fix
e6f1d6198f align fix
Compare 2 commits »
chedius pushed to master at chedius/delivery-tracker 2026-05-12 09:11:20 +00:00
dc85b62bdb add creation date display with CalendarPlus icon to DeliveryCard header
chedius pushed to master at chedius/delivery-tracker 2026-05-05 08:41:34 +00:00
48a32d50fd add commit SHA build argument to frontend Docker builds in pre-push hook and Makefile, and introduce version bumping targets for release workflow
chedius pushed to master at chedius/delivery-tracker 2026-05-04 11:33:12 +00:00
c39bde0b10 add warehouse_request_source and warehouse_request_source_2 fields to deliveries table with validation and normalization logic
chedius pushed to master at chedius/delivery-tracker 2026-05-04 10:10:51 +00:00
f9c54b5172 add build version tracking with commit SHA, version number, and build timestamp to frontend
chedius pushed to master at chedius/delivery-tracker 2026-04-29 11:01:55 +00:00
a3929bec8d implement account lockout after 3 failed login attempts with 5-minute cooldown period
chedius pushed to master at chedius/delivery-tracker 2026-04-21 10:26:28 +00:00
459b60c9aa remove manual update prompt UI and enable automatic silent service worker updates
chedius pushed to master at chedius/delivery-tracker 2026-04-21 06:55:28 +00:00
4110083019 refine nginx caching strategy and add service worker update prompt with periodic checks
60dea22ced add git hooks for commit validation, auto-suggestions, and Docker build/push automation on git push
Compare 2 commits »
chedius pushed to master at chedius/delivery-tracker 2026-04-21 06:02:14 +00:00
bf62714d0d include pickupLocation2 in pickup location filtering for DeliveryListPage
chedius pushed to master at chedius/delivery-tracker 2026-04-17 10:43:19 +00:00
2c59f027ea remove address auto-parsing and always display address detail fields in DeliveryForm
chedius pushed to master at chedius/delivery-tracker 2026-04-17 10:42:40 +00:00
b54cdb878d remove address auto-parsing and always display address detail fields in DeliveryForm
chedius pushed to master at chedius/delivery-tracker 2026-04-16 17:36:56 +00:00
57fd82c6dd update DeliveryCard to pair pickup locations with product names in a single section
chedius pushed to master at chedius/delivery-tracker 2026-04-16 17:29:53 +00:00
6647379abc fix watchtower config
chedius pushed to master at chedius/delivery-tracker 2026-04-16 17:19:58 +00:00
11122c7919 update docker-compose.yml and makefile
357a395cbb update Watchtower to monitor specific containers and enable label-based filtering
Compare 2 commits »
chedius pushed to master at chedius/delivery-tracker 2026-04-16 14:16:23 +00:00
ce6ea377ce add customer name, service info, second pickup location, and structured address fields to deliveries
chedius pushed to master at chedius/delivery-tracker 2026-04-16 09:48:54 +00:00
7f775abf6a remove empty line and add empty cells for calendar month start alignment
chedius pushed to master at chedius/delivery-tracker 2026-04-16 09:17:30 +00:00
6864235e3d add healthcheck to backend service with 10s interval and 5 retries
chedius pushed to master at chedius/delivery-tracker 2026-04-16 08:56:48 +00:00
76668f8a48 add SEED_ADMIN_PASSWORD environment variable to backend service
chedius pushed to master at chedius/delivery-tracker 2026-04-16 08:11:54 +00:00
c77518b34a add seed binary to Docker build and expose frontend port 80