• Joined on 2022-04-19
Mrixs pushed to master at Mrixs/trip-planner 2026-08-20 15:12:16 +00:00
65deb2e55c fix(cache): resolve test failures in Gitea Actions by closing Redis clients and using IPv4 address
Mrixs pushed to master at Mrixs/trip-planner 2026-08-20 15:04:30 +00:00
ca8b137e55 fmt: apply gofmt to test files
Mrixs pushed to master at Mrixs/trip-planner 2026-08-20 15:02:53 +00:00
6bebfa86fe fix(gitignore): make api ignore pattern root-specific
Mrixs pushed to master at Mrixs/trip-planner 2026-08-20 14:56:14 +00:00
900db58043 fix(test): use REDIS_ADDR environment variable in cron test mocks to match CI service hostname
Mrixs pushed to master at Mrixs/trip-planner 2026-08-20 14:49:11 +00:00
e73ed82b7e fix(test): use REDIS_ADDR environment variable in test mocks to match CI service hostname
Mrixs pushed to master at Mrixs/trip-planner 2026-08-20 14:44:43 +00:00
dbafaf57ce fix(ci): use Redis service hostname instead of localhost to avoid IPv6 connection issues
Mrixs pushed to master at Mrixs/trip-planner 2026-08-20 14:40:46 +00:00
6396f4e6ab fix(ci): add Redis service to test and build jobs to resolve connection refused errors
Mrixs pushed to master at Mrixs/trip-planner 2026-08-20 14:36:25 +00:00
904c0c35ce fix(ci): replace single-job workflow with proper 4-job Gitea Actions pipeline (lint → test → build → build → docker)
Mrixs pushed to master at Mrixs/trip-planner 2026-08-20 14:26:29 +00:00
70768d420e fix(ci): update Go version to 1.26.4 and modernize GitHub Actions
Mrixs closed pull request Mrixs/trip-planner#3 2026-08-19 12:15:25 +00:00
full-implementation
Mrixs pushed to master at Mrixs/trip-planner 2026-08-19 12:14:17 +00:00
b08e7b1b00 Merge branch 'full-implementation' into master
ae48045055 fix: remove build artifacts and coverage files from tracking
f48ec66166 move completed plan: 2026-08-18-implement-deployment-infrastructure.md
c3bc719878 fix: address code review findings
c2bdffb0ab fix: address code review findings
Compare 48 commits »
Mrixs created pull request Mrixs/trip-planner#3 2026-08-19 12:07:48 +00:00
full-implementation
Mrixs created branch full-implementation in Mrixs/trip-planner 2026-08-19 12:05:46 +00:00
Mrixs pushed to full-implementation at Mrixs/trip-planner 2026-08-19 12:05:46 +00:00
ae48045055 fix: remove build artifacts and coverage files from tracking
f48ec66166 move completed plan: 2026-08-18-implement-deployment-infrastructure.md
c3bc719878 fix: address code review findings
c2bdffb0ab fix: address code review findings
4a7be531ed fix: address code review findings
Compare 10 commits »
Mrixs pushed to master at Mrixs/trip-planner 2026-08-14 22:17:38 +00:00
a2944e633f Merge pull request 'lazy-graph-expansion' (#2) from lazy-graph-expansion into master
edfc567266 feat: lazy graph expansion - hub station selection, on-demand /search, and transfer depth limiting
2b27332417 move completed plan: 2026-08-14-lazy-graph-expansion.md
15917401a9 feat: complete lazy graph expansion implementation with cache-aware search and transfer depth limiting
6049d2e544 feat: verify end-to-end lazy graph expansion - Task 5 complete
Compare 10 commits »
Mrixs merged pull request Mrixs/trip-planner#2 2026-08-14 22:17:37 +00:00
lazy-graph-expansion
Mrixs created pull request Mrixs/trip-planner#2 2026-08-14 22:15:58 +00:00
lazy-graph-expansion
Mrixs pushed to lazy-graph-expansion at Mrixs/trip-planner 2026-08-14 22:15:45 +00:00
edfc567266 feat: lazy graph expansion - hub station selection, on-demand /search, and transfer depth limiting
2b27332417 move completed plan: 2026-08-14-lazy-graph-expansion.md
15917401a9 feat: complete lazy graph expansion implementation with cache-aware search and transfer depth limiting
6049d2e544 feat: verify end-to-end lazy graph expansion - Task 5 complete
0f95e3e2f8 feat: implement lazy graph expansion FindRoute with on-demand /search and transfer depth limit
Compare 9 commits »
Mrixs created branch lazy-graph-expansion in Mrixs/trip-planner 2026-08-14 22:15:45 +00:00
Mrixs pushed to master at Mrixs/trip-planner 2026-08-14 10:17:51 +00:00
d10dbf37f4 Merge pull request 'MVP-Routing-Implementation' (#1) from MVP-Routing-Implementation into master
88d27421ce feat: implement MVP routing endpoints and cron station status detection
8b4ba2d652 move completed plan: 2026-08-13-MVP-Routing-Implementation.md
e063d26d4c fix: code correctness, security, and simplicity improvements
ac6efb45d8 fix: add .gitignore for runtime artifacts and fix code issues
Compare 15 commits »