Commit Graph

923 Commits

Author SHA1 Message Date
gnezim 32538635d6 Harden schedule calendar operating-days e2e 2026-05-14 11:14:16 +03:00
gnezim fb6c778d8b Handle dev TrackerHub poll timeouts in proxy 2026-05-07 00:50:27 +03:00
gnezim eadd42cacc Avoid dev TrackerHub poll gateway timeouts 2026-05-07 00:20:13 +03:00
gnezim 6a3c8f2558 Fix dev TrackerHub transport 2026-05-06 23:55:18 +03:00
gnezim f0244d20b8 Proxy dev SignalR hub locally 2026-05-06 23:14:40 +03:00
gnezim bc820ae72a Set dev SignalR hub URL 2026-05-06 22:52:14 +03:00
gnezim 53b48a62dd Fix online board live refresh parity 2026-05-06 22:49:15 +03:00
gnezim 1d32c5d0c6 Align flight number validation translations 2026-05-06 22:29:21 +03:00
gnezim ceab49f34f Support suffixed online-board flight numbers 2026-05-06 21:21:09 +03:00
gnezim 3411d71b00 Fix clipped flights map route arcs 2026-05-06 20:54:52 +03:00
gnezim 65e776273d Fix map calendar relative date labels 2026-05-06 14:38:17 +03:00
gnezim 385a6e55ee Fix flights map calendar lower bound 2026-05-06 14:10:31 +03:00
gnezim eda44d4218 Align flights map date window with Angular 2026-05-06 12:53:21 +03:00
gnezim 19ae50af80 Fix online board details date selection 2026-05-06 00:10:59 +03:00
gnezim cb48dcc706 Prefill schedule popular route requests 2026-05-05 23:43:32 +03:00
gnezim 421a960a82 Execute schedule popular route searches 2026-05-05 23:10:20 +03:00
gnezim 0960b739dd Keep online board time range in sync 2026-05-05 22:36:59 +03:00
gnezim f08ed8b206 Fix Aeroflot buy ticket URLs 2026-05-05 22:01:46 +03:00
gnezim ef8bda8683 Fix schedule buy links in grouped results 2026-05-05 21:48:14 +03:00
gnezim 5589fd189c Fix online board calendar day parity 2026-05-05 20:03:57 +03:00
gnezim 4afecd23a6 Allow changed time range resubmission
ci-deploy / build-deploy-test (push) Successful in 1m51s
2026-05-05 19:04:03 +03:00
gnezim 04a71192fa Fix online board time range guard 2026-05-05 17:11:15 +03:00
gnezim dfea0aec73 Clarify schedule calendar bitmask anchor 2026-05-05 16:33:57 +03:00
gnezim a02befb78d Allow Angular app to compile 2026-05-05 16:16:01 +03:00
gnezim 1d7a7a48c7 Fix schedule operating-day calendar parity
ci-deploy / build-deploy-test (push) Successful in 1m54s
2026-05-05 00:51:21 +03:00
gnezim 7fa91ca4b3 Align legacy map first city click behavior 2026-04-30 18:54:37 +03:00
gnezim e33baad901 Fix first city click handling on flights map 2026-04-30 18:53:03 +03:00
gnezim ac7095a5e9 Recompute map polylines on zoom visibility changes 2026-04-30 18:13:30 +03:00
gnezim 05b761d114 Align map polyline visibility with Angular zoom behavior 2026-04-30 18:08:47 +03:00
gnezim 297a3f659a Keep flight map route endpoints visible 2026-04-30 17:48:15 +03:00
gnezim a29cdb8018 Reduce dev proxy response logging noise 2026-04-30 09:24:47 +03:00
gnezim 4ea0cd8c17 Use real API in dev full proxy 2026-04-30 09:16:18 +03:00
gnezim be0d5e686b Fix map route reset after city reselection 2026-04-30 08:39:14 +03:00
gnezim a81587d9a7 fix: prevent pi command widening loops 2026-04-30 02:34:22 +03:00
gnezim bd02308811 fix: use coder model for pi agents 2026-04-30 01:47:21 +03:00
gnezim 343b2c0759 fix: prevent repeated pi command loops 2026-04-30 00:58:02 +03:00
gnezim 03da13879a fix: harden pi crew agent tool usage 2026-04-30 00:40:41 +03:00
gnezim ec7f7c362c chore: allow deeper pi crew workflows 2026-04-29 23:48:33 +03:00
gnezim 3669e09d35 fix: move pi crew resources into discovered layout 2026-04-29 23:17:02 +03:00
gnezim 8c0ee461d2 chore: track blocked user answer time 2026-04-29 22:55:05 +03:00
gnezim c3397cd47c chore: add memory review queue 2026-04-29 21:55:50 +03:00
gnezim 4fa9561a8d chore: add active prompt time controls 2026-04-29 21:43:52 +03:00
gnezim 4c79695dd5 chore: automate agent memory capture 2026-04-29 21:35:35 +03:00
gnezim 54f1ccc80d chore: add agent memory evolution loop 2026-04-29 21:15:38 +03:00
gnezim 149f37db39 chore: add pi prompt shortcuts 2026-04-29 21:06:20 +03:00
gnezim 5847e5273a chore: add pi crew agent setup 2026-04-29 20:52:45 +03:00
gnezim 06ab9b6ea3 chore: add .last-run.json to .gitignore
ci-deploy / build-deploy-test (push) Successful in 1m12s
- Add test-results/.last-run.json to .gitignore
- Remove from git tracking
- Update Makefile dev target port (8080, not 8081)
- Add debug logging to dev-server.mjs API proxy
2026-04-29 20:34:59 +03:00
gnezim f5e41a7911 Add flight details button to schedule search results
ci-deploy / build-deploy-test (push) Successful in 1m49s
- Add flight details button to ScheduleFlightBody component
- Button positioned after Buy button (matching Angular layout)
- Button uses SHARED.FLIGHT-DETAILS translation key
- Add onFlightDetails callback to ScheduleFlightBody props
- Add handleFlightDetails to DayGroupedFlightList
- Pass onFlightDetails to ScheduleFlightBody
- Add E2E tests for flight details button functionality
2026-04-29 20:23:24 +03:00
gnezim 58e4202e99 Streamline agent instructions 2026-04-29 17:00:23 +03:00
gnezim 4d35fa3da0 release-verify: simplify SSH tunnel setup, remove gost config
ci-deploy / build-deploy-test (push) Successful in 1m14s
2026-04-29 12:04:23 +03:00