{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":333696998,"defaultBranch":"master","name":"valhalla","ownerLogin":"CVTS","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-01-28T08:40:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/78122696?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1686241368.0581498","currentOid":""},"activityList":{"items":[{"before":"6184de54c808f5a25873a7d339e4ec465c7b65e1","after":"d409d0b244b2fbf8282f032c8811107cc54218b3","ref":"refs/heads/add-osm-ids-for-nodes-refactor","pushedAt":"2023-08-17T14:11:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jverstichel","name":"Jannes Verstichel","path":"/jverstichel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71881553?s=80&v=4"},"commit":{"message":"corrected logic to get osmid of edgestartnode\n\nprevious logic got into trouble in case of tile switches\nput all node-osm-id related code in if clause so it only gets executed when node osm id is requested","shortMessageHtmlLink":"corrected logic to get osmid of edgestartnode"}},{"before":"a1019e20e6a6badb7e9298d9974b2db55543f074","after":"6184de54c808f5a25873a7d339e4ec465c7b65e1","ref":"refs/heads/add-osm-ids-for-nodes-refactor","pushedAt":"2023-08-08T16:08:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jverstichel","name":"Jannes Verstichel","path":"/jverstichel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71881553?s=80&v=4"},"commit":{"message":"spaces...","shortMessageHtmlLink":"spaces..."}},{"before":"081dd51116a5842337b44288f22988bd67ab44c4","after":"a1019e20e6a6badb7e9298d9974b2db55543f074","ref":"refs/heads/add-osm-ids-for-nodes-refactor","pushedAt":"2023-08-08T16:03:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jverstichel","name":"Jannes Verstichel","path":"/jverstichel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71881553?s=80&v=4"},"commit":{"message":"Fixed formatting","shortMessageHtmlLink":"Fixed formatting"}},{"before":"6af04e001a71dda867b86349a6c82c1877607663","after":"081dd51116a5842337b44288f22988bd67ab44c4","ref":"refs/heads/add-osm-ids-for-nodes-refactor","pushedAt":"2023-08-08T15:43:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jverstichel","name":"Jannes Verstichel","path":"/jverstichel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71881553?s=80&v=4"},"commit":{"message":"Formatting (again)","shortMessageHtmlLink":"Formatting (again)"}},{"before":"e627c61b52e15e6ca98db7802044b9371a871634","after":"6af04e001a71dda867b86349a6c82c1877607663","ref":"refs/heads/add-osm-ids-for-nodes-refactor","pushedAt":"2023-08-08T11:36:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jverstichel","name":"Jannes Verstichel","path":"/jverstichel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71881553?s=80&v=4"},"commit":{"message":"Fix of reported node osmids in case of a discontinuity between to observations","shortMessageHtmlLink":"Fix of reported node osmids in case of a discontinuity between to obs…"}},{"before":"5e02099fd7ddc155acf6479761dd6d9d64f06c8f","after":"e627c61b52e15e6ca98db7802044b9371a871634","ref":"refs/heads/add-osm-ids-for-nodes-refactor","pushedAt":"2023-06-08T19:16:38.969Z","pushType":"push","commitsCount":1,"pusher":{"login":"jverstichel","name":"Jannes Verstichel","path":"/jverstichel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71881553?s=80&v=4"},"commit":{"message":"fixed version causes CI issues","shortMessageHtmlLink":"fixed version causes CI issues"}},{"before":"ea2d763f561e7ee335b6432d08e4f0162f8a5212","after":"5e02099fd7ddc155acf6479761dd6d9d64f06c8f","ref":"refs/heads/add-osm-ids-for-nodes-refactor","pushedAt":"2023-06-08T18:33:15.466Z","pushType":"push","commitsCount":1,"pusher":{"login":"jverstichel","name":"Jannes Verstichel","path":"/jverstichel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71881553?s=80&v=4"},"commit":{"message":"Formatting issue","shortMessageHtmlLink":"Formatting issue"}},{"before":"745a066cf8cfc3e386e631d07a357605d3122340","after":"ea2d763f561e7ee335b6432d08e4f0162f8a5212","ref":"refs/heads/add-osm-ids-for-nodes-refactor","pushedAt":"2023-06-08T16:22:48.058Z","pushType":"push","commitsCount":139,"pusher":{"login":"jverstichel","name":"Jannes Verstichel","path":"/jverstichel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71881553?s=80&v=4"},"commit":{"message":"Added the osm ID of the end node of each edge\n\nAlso minor updates to comments in code","shortMessageHtmlLink":"Added the osm ID of the end node of each edge"}},{"before":"91feb3655382ce51ff0ee658a323f94d3523b2dc","after":"61e65a2470a9bbb351e5ebfba406dbb4a4659333","ref":"refs/heads/edge-and-node-osmids","pushedAt":"2023-03-11T00:07:04.705Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Sleepingwell","name":"Simon Knapp","path":"/Sleepingwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/294943?s=80&v=4"},"commit":{"message":"Changes to include all OSM ids.\n\nIf we wanted to keep OSM ids for all nodes, this 'tags' the places\nchanges would need to be makde. Note that the changes in this commit\nsimply provide dummy arguments (for the OSM ids) and one would need to\nfigure out how to actually get the OSM ids at these places in the\ncode... which may not be trivial/obvious/possible.","shortMessageHtmlLink":"Changes to include all OSM ids."}},{"before":null,"after":"91feb3655382ce51ff0ee658a323f94d3523b2dc","ref":"refs/heads/edge-and-node-osmids","pushedAt":"2023-03-11T00:05:32.956Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Sleepingwell","name":"Simon Knapp","path":"/Sleepingwell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/294943?s=80&v=4"},"commit":{"message":"Changes to include all OSM ids.\n\nIf we wanted to keep OSM ids for all nodes, this 'tags' the places\nchanges would need to be makde. Note that the changes in this commit\nsimply provide dummy arguments (for the OSM ids) and one would need to\nfigure out how to actually get the OSM ids at these places in the\ncode... which may not be trivial/obvious/possible.","shortMessageHtmlLink":"Changes to include all OSM ids."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADbM51tQA","startCursor":null,"endCursor":null}},"title":"Activity · CVTS/valhalla"}