Commit Graph

241 Commits

Author SHA1 Message Date
Sylvain Briat 945ce80840 improve documentation 2024-04-03 13:39:09 +02:00
Sylvain Briat 16ebe8d543 handle excluded ad in query and selector 2024-04-03 13:02:31 +02:00
Sylvain Briat 0c29e522ed add excludedAdId to proto and dto 2024-04-03 13:01:12 +02:00
Romain Thouvenin c51c368d83 Remove the controller-level cache from MatchGrpcController 2024-04-03 07:52:37 +00:00
Sylvain Briat 0446d267ef improve creation of schedules 2024-04-02 11:14:05 +00:00
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
Romain Thouvenin e501bef249 Move test job to a common template 2024-04-02 12:23:03 +02:00
Sylvain Briat 71ac97410a return frequency in match response 2024-04-02 10:06:34 +00:00
Romain Thouvenin 5696ac57bd Generic test job that also runs on release merge requests 2024-04-02 12:01:38 +02:00
Romain Thouvenin f759581157 Move build job to a common template 2024-04-02 11:42:54 +02:00
Romain Thouvenin 08b5af7511 Update CI script for release-branch workflow 2024-04-02 11:23:34 +02: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 ffeb009497 fix readme for optional schedule 2024-03-28 17:12:30 +00:00
Sylvain Briat 3786fcc2c2 improve TODO explanation in journey value object 2024-03-28 17:12:30 +00:00
Sylvain Briat e53c12ba74 fix readme for optional schedule 2024-03-28 17:12:30 +00:00
Sylvain Briat c5a5e33256 update readme for optional schedule 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 2ce2a46c95 Allow remote debugging of dev container 2024-03-28 16:59:28 +01: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 d09bad60f7 1.5.5 2024-02-08 16:18:16 +00:00
Sylvain Briat 3be95fb58c fix wrong carpool crew for a driver query 2024-02-08 16:18:16 +00:00
Fanch 085de292c6 copy file from v3 gitlab template repo 2024-02-05 19:16:08 +01:00
Sylvain Briat 0d537cd6a4 Merge branch 'fixStatus' into 'main'
Removed useless status in matching sql request

See merge request v3/service/matcher!29
2024-02-02 07:53:55 +00:00
Sylvain Briat 50c5b99e54 1.5.4 2024-02-01 16:59:58 +01:00
Sylvain Briat c42ddef7e4 Removed useless status in matching sql request 2024-02-01 16:55:52 +01:00
Sylvain Briat 21c2bc663c Merge branch 'use_prisma_deploy' into 'main'
use prisma deploy as default for migrate, add migrate:dev command

See merge request v3/service/matcher!28
2024-01-31 14:18:42 +00:00
Fanch 4089619807 use prisma deploy as default for migrate, add migrate:dev command 2024-01-31 12:47:27 +01:00
Fanch 0c272795e9 Merge branch 'fix_test_install' into 'main'
Fix test install

See merge request v3/service/matcher!26
2024-01-24 15:13:16 +00:00
Fanch 6fa8594fa6 use node lts image for docker 2024-01-22 16:57:44 +01:00
Fanch 319cc7b7a7 use full registry path for docker image 2024-01-17 10:25:39 +01:00
Sylvain Briat c392d87f43 Merge branch 'updatePackages' into 'main'
Update packages

See merge request v3/service/matcher!27
2024-01-17 08:07:07 +00:00
Sylvain Briat d1942c954a pretty 2024-01-17 08:58:14 +01:00
Sylvain Briat 6df331f990 1.5.3 2024-01-17 08:54:50 +01:00
Sylvain Briat d47de20588 update packages 2024-01-17 08:54:41 +01:00
Sylvain Briat 957eb93f3e Merge branch 'upgradeGH' into 'main'
Upgrade gh

See merge request v3/service/matcher!25
2023-12-18 14:55:03 +00:00
Sylvain Briat 4ccfba12fa 1.5.2 2023-12-18 15:50:30 +01:00
Sylvain Briat 3aaccfa48f upgrade graphhopper api params, secure broker 2023-12-18 15:49:44 +01:00
Sylvain Briat d172cac7f4 Merge branch 'fixAdValidation' into 'main'
Fix ad validation

See merge request v3/service/matcher!24
2023-12-07 10:20:14 +00:00
Sylvain Briat 0729670574 1.5.1 2023-12-07 11:14:08 +01:00