Commit Graph

177 Commits

Author SHA1 Message Date
Sylvain Briat c3e03e179c fix repository signature in unit test 2023-10-31 16:39:07 +01:00
Sylvain Briat 07e44a259b fix repository signature in unit test 2023-10-31 16:34:00 +01:00
Sylvain Briat 7fe69f545b clean 2023-10-31 16:26:18 +01:00
Sylvain Briat 8befcc3c80 use configuration package for georouter 2023-10-31 16:11:56 +01:00
Sylvain Briat c5bf6102e6 use configuration package v7.1 2023-10-31 14:29:05 +01:00
sbriat 11ccefcc30 use constant for message handler 2023-10-18 10:26:18 +02:00
sbriat b2270b5918 update packages 2023-10-18 10:21:43 +02:00
sbriat bd18e4543b use basic cache 2023-09-29 10:45:23 +02:00
sbriat b810bc86e6 get cached matching 2023-09-28 15:23:17 +02:00
sbriat 09efe313ba save results to redis 2023-09-28 11:03:56 +02:00
sbriat 5c802df529 handle pagination on query 2023-09-27 08:57:34 +02:00
sbriat 3bc142f4f7 improve response, fix integration tests 2023-09-26 14:43:54 +02:00
sbriat d0285e265e format response 2023-09-26 14:03:34 +02:00
sbriat 528ecfb3f9 first working e2e version 2023-09-26 09:51:26 +02:00
sbriat eafa3c8bdd empty journey filter 2023-09-25 16:03:37 +02:00
sbriat d8df086c6d compute journeys with tests 2023-09-25 11:42:22 +02:00
sbriat 467d8a84f8 wip - create journeys - no tests yet 2023-09-22 16:37:52 +02:00
sbriat dfc8dbcc51 journey and journey item value objects 2023-09-21 12:44:39 +02:00
sbriat c9c682c1fc fix bad tests, fix invalid value object validations 2023-09-20 11:00:04 +02:00
sbriat 6b6a169dee add actorTime 2023-09-19 16:49:35 +02:00
sbriat 996759d001 add schedule in candidate 2023-09-19 14:59:31 +02:00
sbriat 7cac8cbef9 add steps to route response 2023-09-19 14:30:56 +02:00
sbriat 1f1502a623 fix geodesic error on azimuth 2023-09-19 12:33:48 +02:00
sbriat efea6fe13c improve tests 2023-09-19 10:54:23 +02:00
sbriat 075a856d09 detailed route provider 2023-09-18 17:09:19 +02:00
sbriat 32d5ec25b9 passenger oriented geo filter 2023-09-18 16:44:06 +02:00
sbriat 4e118603f3 passenger oriented geo filter 2023-09-18 16:41:46 +02:00
sbriat 067854b697 basic RouteCompleter 2023-09-18 14:09:33 +02:00
sbriat a277a9547f fail faster in path creator 2023-09-18 11:14:46 +02:00
sbriat 40227be69a carpool path creator 2023-09-15 17:03:28 +02:00
sbriat 37fd74d6d3 carpool path creator 2023-09-15 17:02:52 +02:00
sbriat a7c73080a7 improve tests 2023-09-14 17:28:42 +02:00
sbriat f69afc4481 remove waypoints where not relevant 2023-09-14 17:07:38 +02:00
sbriat c65a5b50c2 fix waystep completer 2023-09-13 15:57:22 +02:00
sbriat 74fb2c120e bette use of value objects 2023-09-13 15:28:07 +02:00
sbriat 4731020e8a fix wrong id for ad creation 2023-09-12 15:10:32 +02:00
sbriat 1939f62049 fixed bad ad mapping 2023-09-12 14:40:16 +02:00
sbriat 2058bfce4c extract path creator 2023-09-11 12:34:31 +02:00
sbriat 59a2644bb4 simpler route provider in ad module 2023-09-08 16:19:25 +02:00
sbriat 6b4ac1792c extract carpool informations from geography module 2023-09-07 14:31:32 +02:00
sbriat d1a314f011 extract carpool informations from geography module 2023-09-07 14:30:07 +02:00
sbriat 57fe8d417f fix tests 2023-09-06 16:57:22 +02:00
sbriat 61a1d56717 fix tests 2023-09-06 16:54:53 +02:00
sbriat d16997a84f rename CarpoolRoute 2023-09-06 16:39:44 +02:00
sbriat 98530af14a matcher with only db selection 2023-09-06 15:17:51 +02:00
sbriat e0030aba73 improve selector 2023-09-04 17:29:16 +02:00
sbriat 3b7b4993cf add algorithm elements tests 2023-09-04 11:14:21 +02:00
sbriat 717d047aa8 get candidates in ad repository 2023-09-04 10:15:02 +02:00
sbriat f4097e96eb remove unused file 2023-08-31 17:15:42 +02:00
sbriat 8269242d28 create dedicated selectors 2023-08-31 17:07:34 +02:00
sbriat 657f8e7a03 upgrade tests 2023-08-31 11:09:56 +02:00
sbriat cde1760099 add default params, time transformer 2023-08-30 14:07:00 +02:00
sbriat 336ffe2cf5 move matching services to ad module WIP 2023-08-29 17:28:38 +02:00
sbriat a4c63c4233 fix base files for strict ts 2023-08-25 16:01:19 +02:00
sbriat f15e7d11b1 use strict null checks 2023-08-25 15:16:33 +02:00
sbriat effe51b9a2 basic match query 2023-08-25 10:37:32 +02:00
sbriat a98e5b3c83 basic match query 2023-08-25 09:53:41 +02:00
sbriat f79f5bc2a0 add integration tests --check 2023-08-24 15:09:12 +02:00
sbriat 9799f78bd2 functional ad insert 2023-08-24 14:08:49 +02:00
sbriat 39cebda0b9 fix module 2023-08-23 14:37:25 +02:00
sbriat 66d4d58dd1 almost full coverage for graphhopper georouter 2023-08-23 14:32:17 +02:00
sbriat 158b12b150 add graphhopper georouter 2023-08-23 11:35:48 +02:00
sbriat a6836b168c fix modules interactions 2023-08-22 16:49:25 +02:00
sbriat ac8e459e90 move route compute to create service as entity creation is not async 2023-08-22 16:14:36 +02:00
sbriat 4762c844e1 simplify ad georouter signature 2023-08-22 13:28:37 +02:00
sbriat 52a1a815e6 get route controller tests 2023-08-22 11:58:31 +02:00
sbriat 14d2486c1b postgres direction encoder tests 2023-08-22 11:38:14 +02:00
sbriat c45e5c94e5 default params provider tests 2023-08-22 11:30:40 +02:00
sbriat b7bfdf6757 routeMapper tests 2023-08-22 11:17:21 +02:00
sbriat 685b63e2cc get query tests 2023-08-22 10:55:27 +02:00
sbriat 571699a66c spacetime VO tests 2023-08-22 08:54:35 +02:00
sbriat 65dd8d64b1 route tests 2023-08-21 17:14:22 +02:00
sbriat dad964b39c route tests 2023-08-21 17:06:28 +02:00
sbriat e93d8b0c9d add direction decoder 2023-08-21 16:00:37 +02:00
sbriat 1dd44b1425 simplify ad 2023-08-21 15:24:34 +02:00
sbriat bff199557a add route provider in ad module 2023-08-21 14:40:04 +02:00
sbriat 88326dcf6f basic ad entity without direction 2023-08-18 16:50:55 +02:00
sbriat db13f4d87e basic ad entity without direction 2023-08-18 12:47:51 +02:00
sbriat ce48890a66 refactor to ddh, first commit 2023-08-16 12:28:20 +02:00
sbriat 0bf3048d0e replace configuration module by dedicated package 2023-05-30 11:41:30 +02:00
sbriat 87b1857c95 refactor database module 2023-05-25 10:20:00 +02:00
sbriat da9d1ba1ca refactor common modules 2023-05-25 09:07:31 +02:00
sbriat 1d6675fcf1 publish errors for invalid ads 2023-05-24 16:21:59 +02:00
sbriat ca398f43df integration tests 2023-05-23 14:00:39 +02:00
sbriat 72516037d1 create ad usecase tests 2023-05-22 16:38:34 +02:00
sbriat 17acaa449c tests and refactor for ad geography 2023-05-22 11:25:09 +02:00
sbriat e950efe221 create ad, WIP 2023-05-12 16:23:42 +02:00
sbriat da96f52c1e wip 2023-05-11 17:47:55 +02:00
sbriat 2a2cfa5c0f wip 2023-05-05 08:56:25 +02:00
sbriat 0d407216bc add time converter to match module 2023-05-03 10:57:27 +02:00
sbriat a6f7476599 add mode to match wip 2023-05-02 17:26:04 +02:00
sbriat e312a6c712 fix utc conversion for schedule 2023-05-02 11:56:07 +02:00
sbriat 1f9a9896e9 wip 2023-04-28 15:53:57 +02:00
sbriat 95310651d8 wip 2023-04-27 17:52:43 +02:00
sbriat 96577e119f refactor 2023-04-26 14:14:46 +02:00
sbriat 5865464c53 refactor; create ad request validation 2023-04-26 12:10:22 +02:00
sbriat aeead7fb62 create ad WIP, extract geography methods to dedicated module 2023-04-25 17:49:47 +02:00
sbriat ca693087d2 update broker handler 2023-04-24 16:55:14 +02:00
sbriat e07e19261e wip 2023-04-24 16:44:52 +02:00
sbriat 0b2ffa5351 improve tests 2023-04-24 11:03:17 +02:00