{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":463440003,"defaultBranch":"master","name":"valhalla","ownerLogin":"misselvexu","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-02-25T07:34:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3436472?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1674964196.461792","currentOid":""},"activityList":{"items":[{"before":"532358650d9a628bf04d9238e9dbf4a6418c3332","after":"16fecc14df63b6bbb0f53f37c6b31e44589d44cc","ref":"refs/heads/master","pushedAt":"2024-04-26T03:17:31.000Z","pushType":"push","commitsCount":138,"pusher":{"login":"misselvexu","name":"o'Laoxu","path":"/misselvexu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3436472?s=80&v=4"},"commit":{"message":"Correctly set has_highway, has_ferry and has_toll attributes when directions_type is set to none (#4706)","shortMessageHtmlLink":"Correctly set has_highway, has_ferry and has_toll attributes when dir…"}},{"before":"97cad0609c2085b98196286b6cb02b0e09128749","after":"532358650d9a628bf04d9238e9dbf4a6418c3332","ref":"refs/heads/master","pushedAt":"2023-10-08T05:40:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"misselvexu","name":"o'Laoxu","path":"/misselvexu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3436472?s=80&v=4"},"commit":{"message":"Add landmarks to maneuvers (#4293)\n\nCo-authored-by: nilsnolde ","shortMessageHtmlLink":"Add landmarks to maneuvers (valhalla#4293)"}},{"before":"d150ab0f40b6446203a7c9fc1c33d43bf739a07a","after":"97cad0609c2085b98196286b6cb02b0e09128749","ref":"refs/heads/master","pushedAt":"2023-09-18T10:13:03.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"misselvexu","name":"o'Laoxu","path":"/misselvexu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3436472?s=80&v=4"},"commit":{"message":"removed clear_heading while sanitizing in loki_worker_t (#4288)\n\n* removed clear_heading while sanitizing in loki_worker_t\r\n\r\n#1802\r\n\r\n* updated CHANGELOG.MD\r\n\r\n#1802\r\n\r\n---------\r\n\r\nCo-authored-by: jehamannco \r\nCo-authored-by: Nils ","shortMessageHtmlLink":"removed clear_heading while sanitizing in loki_worker_t (valhalla#4288)"}},{"before":"d544de3f7af5c99e2d889bb63cbe6dccc4b6f2d9","after":"d150ab0f40b6446203a7c9fc1c33d43bf739a07a","ref":"refs/heads/master","pushedAt":"2023-07-26T03:39:58.381Z","pushType":"push","commitsCount":5,"pusher":{"login":"misselvexu","name":"o'Laoxu","path":"/misselvexu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3436472?s=80&v=4"},"commit":{"message":"Landmark parser (#4201)\n\n* implement callback and landmark parse function - first version\r\n\r\n* implement landmark parser and test passed\r\n\r\n* tidy\r\n\r\n* add BuildLandmarkFromPBF function: parse landmarks from pbf and store them in database\r\n\r\n* fix bug 'overwrite'\r\n\r\n* tidy\r\n\r\n* update Landmark type to enum of uint8_t with 15 popular amenity values, and update database part accordingly\r\n\r\n* remove redundant func and test, code cleaning\r\n\r\n* update LandmarkType to include only obvious landmarks for vehicle routing\r\n\r\n* rename to landmark_builder\r\n\r\n* move insertion of landmarks into node callback to have them directly inserted in to db after being parsed\r\n\r\n* move landamark_callback to anonymous namespace\r\n\r\n* add default values to LandmarkType\r\n\r\n* update landmark_callback to parse landmark nodes only; update landmark test with border cases\r\n\r\n* update test detail\r\n\r\n* change default landmark name to empty string and remove defaults for lat and lng\r\n\r\n* fix LandmarkDatabase constructoe, and fix rebase issues\r\n\r\n* remove unnecessary tag 'landmark' in landmark_callback and update test\r\n\r\n* update landmark_callback to not pass LandmarkDatabase as parameter in constructor\r\n\r\n* code cleaning\r\n\r\n* update BuildLandmarkFromPBF interface to take ptree for executable\r\n\r\n* enable separate executable for landmrk builder\r\n\r\n* enable valhalla_build_landmarks commandline\r\n\r\n* fix typo\r\n\r\n* remove comments\r\n\r\n* remove struct Landmark and update interface and tests\r\n\r\n* code cleaning in landmark tests\r\n\r\n* change landmark database to only allow writes at creation; remove LandmarkType::null; code cleaning\r\n\r\n* update CHANGELOG.md and description\r\n\r\n* remove bus_station and biergarten in LandmarkType\r\n\r\n* address code reviews\r\n\r\n* add remarks for LandmarkType\r\n\r\n* address code reviews\r\n\r\n* update CHANGELOG.md","shortMessageHtmlLink":"Landmark parser (valhalla#4201)"}},{"before":"d544de3f7af5c99e2d889bb63cbe6dccc4b6f2d9","after":"d150ab0f40b6446203a7c9fc1c33d43bf739a07a","ref":"refs/heads/master","pushedAt":"2023-07-26T03:39:58.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"misselvexu","name":"o'Laoxu","path":"/misselvexu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3436472?s=80&v=4"},"commit":{"message":"Landmark parser (#4201)\n\n* implement callback and landmark parse function - first version\r\n\r\n* implement landmark parser and test passed\r\n\r\n* tidy\r\n\r\n* add BuildLandmarkFromPBF function: parse landmarks from pbf and store them in database\r\n\r\n* fix bug 'overwrite'\r\n\r\n* tidy\r\n\r\n* update Landmark type to enum of uint8_t with 15 popular amenity values, and update database part accordingly\r\n\r\n* remove redundant func and test, code cleaning\r\n\r\n* update LandmarkType to include only obvious landmarks for vehicle routing\r\n\r\n* rename to landmark_builder\r\n\r\n* move insertion of landmarks into node callback to have them directly inserted in to db after being parsed\r\n\r\n* move landamark_callback to anonymous namespace\r\n\r\n* add default values to LandmarkType\r\n\r\n* update landmark_callback to parse landmark nodes only; update landmark test with border cases\r\n\r\n* update test detail\r\n\r\n* change default landmark name to empty string and remove defaults for lat and lng\r\n\r\n* fix LandmarkDatabase constructoe, and fix rebase issues\r\n\r\n* remove unnecessary tag 'landmark' in landmark_callback and update test\r\n\r\n* update landmark_callback to not pass LandmarkDatabase as parameter in constructor\r\n\r\n* code cleaning\r\n\r\n* update BuildLandmarkFromPBF interface to take ptree for executable\r\n\r\n* enable separate executable for landmrk builder\r\n\r\n* enable valhalla_build_landmarks commandline\r\n\r\n* fix typo\r\n\r\n* remove comments\r\n\r\n* remove struct Landmark and update interface and tests\r\n\r\n* code cleaning in landmark tests\r\n\r\n* change landmark database to only allow writes at creation; remove LandmarkType::null; code cleaning\r\n\r\n* update CHANGELOG.md and description\r\n\r\n* remove bus_station and biergarten in LandmarkType\r\n\r\n* address code reviews\r\n\r\n* add remarks for LandmarkType\r\n\r\n* address code reviews\r\n\r\n* update CHANGELOG.md","shortMessageHtmlLink":"Landmark parser (valhalla#4201)"}},{"before":"cbabe7cfbad2225090e4c006c778f1f0a7b3ec4e","after":"d544de3f7af5c99e2d889bb63cbe6dccc4b6f2d9","ref":"refs/heads/master","pushedAt":"2023-07-18T03:45:29.571Z","pushType":"push","commitsCount":19,"pusher":{"login":"misselvexu","name":"o'Laoxu","path":"/misselvexu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3436472?s=80&v=4"},"commit":{"message":"make landmark db operations a pimpl (#4202)\n\n* simplify original class and prepare for pimpl\r\n\r\n* finish pimpl\r\n\r\n* formant\r\n\r\n* changelog","shortMessageHtmlLink":"make landmark db operations a pimpl (valhalla#4202)"}},{"before":"cbabe7cfbad2225090e4c006c778f1f0a7b3ec4e","after":"d544de3f7af5c99e2d889bb63cbe6dccc4b6f2d9","ref":"refs/heads/master","pushedAt":"2023-07-18T03:45:29.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"misselvexu","name":"o'Laoxu","path":"/misselvexu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3436472?s=80&v=4"},"commit":{"message":"make landmark db operations a pimpl (#4202)\n\n* simplify original class and prepare for pimpl\r\n\r\n* finish pimpl\r\n\r\n* formant\r\n\r\n* changelog","shortMessageHtmlLink":"make landmark db operations a pimpl (valhalla#4202)"}},{"before":"435631bb0a2f2901d4f86dfc61b856ae6e506b1d","after":"cbabe7cfbad2225090e4c006c778f1f0a7b3ec4e","ref":"refs/heads/master","pushedAt":"2023-05-18T12:18:08.365Z","pushType":"push","commitsCount":16,"pusher":{"login":"misselvexu","name":"o'Laoxu","path":"/misselvexu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3436472?s=80&v=4"},"commit":{"message":"prep for 3.4.0 (#4072)\n\n* prep for 3.4.0\r\n\r\n* changelog\r\n\r\n* Update CHANGELOG.md","shortMessageHtmlLink":"prep for 3.4.0 (valhalla#4072)"}},{"before":"565363f9180be29e3370eb58d870e8703b616e43","after":"435631bb0a2f2901d4f86dfc61b856ae6e506b1d","ref":"refs/heads/master","pushedAt":"2023-04-10T02:49:03.963Z","pushType":"push","commitsCount":40,"pusher":{"login":"misselvexu","name":"o'Laoxu","path":"/misselvexu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3436472?s=80&v=4"},"commit":{"message":"fixed time handling for transit service (#4052)\n\n* fixed time handling for transit service\r\n\r\n* use constant","shortMessageHtmlLink":"fixed time handling for transit service (valhalla#4052)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yNlQwMzoxNzozMS4wMDAwMDBazwAAAAQ6w1Mh","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yNlQwMzoxNzozMS4wMDAwMDBazwAAAAQ6w1Mh","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0xMFQwMjo0OTowMy45NjM0NDhazwAAAAMVOHME"}},"title":"Activity · misselvexu/valhalla"}