Commit Graph

158 Commits

Author SHA1 Message Date
Sylvain Briat 100fb3487d add possibility to have more than one driver target in carpool path item (eg. when a user adds 2 same waypoints with a different target) 2024-04-02 11:14:05 +00:00
Sylvain Briat 71ac97410a return frequency in match response 2024-04-02 10:06:34 +00:00
Romain Thouvenin 4581af5e9f Define an exception filter to log the cause of exceptions 2024-04-02 10:27:53 +02:00
Romain Thouvenin 7f7a51d19b Let Nest exception filter handle unexpected exceptions 2024-04-02 10:27:53 +02:00
Sylvain Briat 739d05b095 improve candidate entity for empty driver or passenger schedule 2024-03-29 15:10:10 +01:00
Sylvain Briat 212b609e26 add array min size check on schedule property 2024-03-29 15:10:10 +01:00
Romain Thouvenin bd6fc1576b Apply 1 suggestion(s) to 1 file(s) 2024-03-29 14:04:57 +00:00
Sylvain Briat 53df6183bd fix driverTime in journey item 2024-03-29 11:56:42 +01:00
Sylvain Briat 3786fcc2c2 improve TODO explanation in journey value object 2024-03-28 17:12:30 +00:00
Sylvain Briat 924547c316 update mtching mapper to handle empty schedules 2024-03-28 17:12:30 +00:00
Sylvain Briat 5f8dd8b4a0 handle empty schedule in candidates 2024-03-28 17:12:30 +00:00
Sylvain Briat 90ae3cf9cb update passenger oriented selector to handle empty schedule; improve punctual where part 2024-03-28 17:12:30 +00:00
Sylvain Briat 6b9bf53b4a set schedule to optional in match query and query handler 2024-03-28 17:12:30 +00:00
Sylvain Briat 4fd2950027 set schedule to optional in match request 2024-03-28 17:12:30 +00:00
Romain Thouvenin 579415c300 Rename GeorouterProvider[Port] to Georouter[Port] 2024-03-19 08:04:28 +01:00
Romain Thouvenin 357746e843 Rename geocoder service to geography 2024-03-14 16:47:54 +01:00
Romain Thouvenin 96c30cb1cc Remove most of the geography module and delegate it to external gRPC microservice 2024-03-14 10:19:15 +01:00
Sylvain Briat 3be95fb58c fix wrong carpool crew for a driver query 2024-02-08 16:18:16 +00:00
Sylvain Briat c42ddef7e4 Removed useless status in matching sql request 2024-02-01 16:55:52 +01:00
Sylvain Briat d1942c954a pretty 2024-01-17 08:58:14 +01:00
Sylvain Briat d47de20588 update packages 2024-01-17 08:54:41 +01:00
Sylvain Briat 3aaccfa48f upgrade graphhopper api params, secure broker 2023-12-18 15:49:44 +01:00
Sylvain Briat ce4107ddd7 fix broker queues and keys 2023-12-07 11:14:01 +01:00
Sylvain Briat 80fac59c43 send messages when matcher ad is created, or when matcher ad creation has failed 2023-12-06 15:16:29 +01:00
Sylvain Briat de239848c3 fix bad validation for distance and duration ratio, and for proportion 2023-11-21 16:32:32 +01:00
Sylvain Briat 970260f0d2 fix crash when no date is available in recurrent for a journey 2023-11-21 16:10:19 +01:00
Sylvain Briat a5bb249193 remove forgotten console log 2023-11-06 17:31:05 +01:00
Sylvain Briat fb3f1cf4df updateProto 2023-11-06 17:27:49 +01:00
Sylvain Briat c09b1b9863 remove useless match id from matching data 2023-11-06 09:54:59 +01:00
Sylvain Briat 4547dcf655 fix bad matchMapper unit test 2023-11-03 11:25:02 +01:00
Sylvain Briat 5ca5200f1a fix journey value object : useless driver neutral target for passenger start 2023-11-02 17:13:16 +01:00
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