{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":47490996,"defaultBranch":"master","name":"ActivityLog2","ownerLogin":"alex-hhh","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-12-06T09:40:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11592690?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1720443730.0","currentOid":""},"activityList":{"items":[{"before":"dfc1ef15742c172f8b7192e92835ca64293814c1","after":"d37b763703562709c6346b41f2bfe72f0061ebca","ref":"refs/heads/master","pushedAt":"2024-07-12T19:13:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"checkpoint","shortMessageHtmlLink":"checkpoint"}},{"before":"4d023fa07aed4ab8400ca26956e3e168f667d979","after":"d37b763703562709c6346b41f2bfe72f0061ebca","ref":"refs/heads/ah/next","pushedAt":"2024-07-09T16:42:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"checkpoint","shortMessageHtmlLink":"checkpoint"}},{"before":null,"after":"4d023fa07aed4ab8400ca26956e3e168f667d979","ref":"refs/heads/ah/next","pushedAt":"2024-07-08T13:02:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Use exact-round in duration->string for more accurate time display","shortMessageHtmlLink":"Use exact-round in duration->string for more accurate time display"}},{"before":"221524dcb7284ec831115b73bdaef8966a47f5f5","after":null,"ref":"refs/heads/ah/fit","pushedAt":"2024-07-08T12:39:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"}},{"before":"23efede5b3e444f540906763362b11c712a9ea67","after":"dfc1ef15742c172f8b7192e92835ca64293814c1","ref":"refs/heads/master","pushedAt":"2024-07-08T12:39:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Fix FIT reader for new style Lap Swim activities\n\n... where all length records come first, followed by lap records than session\nrecords. The fit file reader has been re-done to remove many of the hacks\nintroduced over the years, this resulted in some changes to the test files:\n\n* f0003, f0047 (b) (swim) -- avoid creating extra length record with\n \"leftover\" trackpoints, so number of lengths reduced by 1.\n\n* f0010 -- Don't discard last trackpoint, recorded after the session ended.\n Also, all weather records are attached to the session itself.\n\n* f0012 (swim) -- increased number of lengths -- activity of dubious origin,\n so not investigated further -- but it still imports fine.\n\n* f0015, f0017, f0028, f0057 -- Don't discard last trackpoint (recorded after\n the session ended).\n\n* f0018 (multisport) -- last trackpoints moved form one session to the next.\n\n* f0047 (a) -- last trackpoint is outside the activity, don't fail the test in\n that case.\n\n* f0049, f0051 -- trackpoints assigned to different lengths (off by 1)\n\n* f0053 -- we are merging records (see notes on this activity in readme.txt).\n Previously we didn't merge records with the same timestamp if an on-lap\n happened between the two, now we do, as a result we are merging an extra 3\n records...","shortMessageHtmlLink":"Fix FIT reader for new style Lap Swim activities"}},{"before":"98d0ff39ee022156a790f58cf4cc52487f68242c","after":"221524dcb7284ec831115b73bdaef8966a47f5f5","ref":"refs/heads/ah/fit","pushedAt":"2024-07-03T13:18:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"checkpoint","shortMessageHtmlLink":"checkpoint"}},{"before":"c096493a881f3207625cd09ed89d62f2bf9379d3","after":null,"ref":"refs/heads/ah/fit-import","pushedAt":"2024-07-02T13:46:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"}},{"before":null,"after":"98d0ff39ee022156a790f58cf4cc52487f68242c","ref":"refs/heads/ah/fit","pushedAt":"2024-07-02T13:46:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Fix FIT reader for new style Lap Swim activities\n\n... where all length records come first, followed by lap records than session\nrecords. The fit file reader has been re-done to remove many of the hacks\nintroduced over the years, this resulted in some changes to the test files:\n\n* f0003, f0047 (b) (swim) -- avoid creating extra length record with\n \"leftover\" trackpoints, so number of lengths reduced by 1.\n\n* f0010 -- Don't discard last trackpoint, recorded after the session ended.\n Also, all weather records are attached to the session itself.\n\n* f0012 (swim) -- increased number of lengths -- activity of dubious origin,\n so not investigated further -- but it still imports fine.\n\n* f0015, f0017, f0028, f0057 -- Don't discard last trackpoint (recorded after\n the session ended).\n\n* f0018 (multisport) -- last trackpoints moved form one session to the next.\n\n* f0047 (a) -- last trackpoint is outside the activity, don't fail the test in\n that case.\n\n* f0049, f0051 -- trackpoints assigned to different lengths (off by 1)\n\n* f0053 -- we are merging records (see notes on this activity in readme.txt).\n Previously we didn't merge records with the same timestamp if an on-lap\n happened between the two, now we do, as a result we are merging an extra 3\n records...","shortMessageHtmlLink":"Fix FIT reader for new style Lap Swim activities"}},{"before":"4f11467a61cac96545350ca400bdf063dc5cc2fb","after":"c096493a881f3207625cd09ed89d62f2bf9379d3","ref":"refs/heads/ah/fit-import","pushedAt":"2024-07-02T08:58:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"checkpoint","shortMessageHtmlLink":"checkpoint"}},{"before":"43fca2a1633c7ce21fbec7bcb4c4dcfb0ad3a950","after":"4f11467a61cac96545350ca400bdf063dc5cc2fb","ref":"refs/heads/ah/fit-import","pushedAt":"2024-07-01T11:11:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"checkpoint","shortMessageHtmlLink":"checkpoint"}},{"before":null,"after":"43fca2a1633c7ce21fbec7bcb4c4dcfb0ad3a950","ref":"refs/heads/ah/fit-import","pushedAt":"2024-06-30T08:06:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"checkpoint","shortMessageHtmlLink":"checkpoint"}},{"before":"a863a05e8429dab42448bd71c2e17d58d4cea90f","after":"667648e67cc8e91a5e35b463b9e32554a53f1ab0","ref":"refs/heads/ah/route-tool","pushedAt":"2024-06-20T12:12:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"checkpoint","shortMessageHtmlLink":"checkpoint"}},{"before":"2742e4ff9ee7f88766a596217d9736c9fdc4d001","after":"a863a05e8429dab42448bd71c2e17d58d4cea90f","ref":"refs/heads/ah/route-tool","pushedAt":"2024-06-13T13:12:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"update daya-frame package","shortMessageHtmlLink":"update daya-frame package"}},{"before":null,"after":"2742e4ff9ee7f88766a596217d9736c9fdc4d001","ref":"refs/heads/ah/route-tool","pushedAt":"2024-06-13T12:11:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"checkpoint","shortMessageHtmlLink":"checkpoint"}},{"before":"6862006dbfa17c7525704da44c3fc40879c4dcb3","after":"23efede5b3e444f540906763362b11c712a9ea67","ref":"refs/heads/master","pushedAt":"2024-05-18T07:31:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Update version.txt to 2024.05.99 for next dev cycle","shortMessageHtmlLink":"Update version.txt to 2024.05.99 for next dev cycle"}},{"before":"f520977afee530144f01917c5f8a772a2b59f69b","after":null,"ref":"refs/heads/ah/rel-2024.05","pushedAt":"2024-05-18T07:10:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"}},{"before":"6862006dbfa17c7525704da44c3fc40879c4dcb3","after":null,"ref":"refs/heads/ah/next","pushedAt":"2024-05-18T07:10:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"}},{"before":"3b20113bce477f80670f0ec7321f10ff55bdaacf","after":"6862006dbfa17c7525704da44c3fc40879c4dcb3","ref":"refs/heads/master","pushedAt":"2024-05-18T07:09:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Update version and release notes for release 2024.05","shortMessageHtmlLink":"Update version and release notes for release 2024.05"}},{"before":"3b20113bce477f80670f0ec7321f10ff55bdaacf","after":"6862006dbfa17c7525704da44c3fc40879c4dcb3","ref":"refs/heads/ah/next","pushedAt":"2024-05-18T05:23:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Update version and release notes for release 2024.05","shortMessageHtmlLink":"Update version and release notes for release 2024.05"}},{"before":null,"after":"3b20113bce477f80670f0ec7321f10ff55bdaacf","ref":"refs/heads/ah/next","pushedAt":"2024-05-18T05:23:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"make LR-bal missing value 50\n\n... if we don't have a balance value, assume neutral.","shortMessageHtmlLink":"make LR-bal missing value 50"}},{"before":"778d6ebf8c256a4f0acd64efeab1c7c53baefb63","after":"f520977afee530144f01917c5f8a772a2b59f69b","ref":"refs/heads/ah/rel-2024.05","pushedAt":"2024-05-18T05:22:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"fix spelling","shortMessageHtmlLink":"fix spelling"}},{"before":"687efff734f500138c56f64c4f0b3188183cb7e9","after":"778d6ebf8c256a4f0acd64efeab1c7c53baefb63","ref":"refs/heads/ah/rel-2024.05","pushedAt":"2024-05-18T04:00:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"corrections to CHANGES.md","shortMessageHtmlLink":"corrections to CHANGES.md"}},{"before":null,"after":"687efff734f500138c56f64c4f0b3188183cb7e9","ref":"refs/heads/ah/rel-2024.05","pushedAt":"2024-05-18T03:22:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Update version and release notes for release 2024.05","shortMessageHtmlLink":"Update version and release notes for release 2024.05"}},{"before":"e8837d9d83dc4cdaba2bbb35d4a1da16e5f950c2","after":"3b20113bce477f80670f0ec7321f10ff55bdaacf","ref":"refs/heads/master","pushedAt":"2024-05-16T09:17:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"make LR-bal missing value 50\n\n... if we don't have a balance value, assume neutral.","shortMessageHtmlLink":"make LR-bal missing value 50"}},{"before":"ab39d6075194df2d935d9f56a2498f9685589b4e","after":null,"ref":"refs/heads/ah/ab61","pushedAt":"2024-05-12T12:33:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"}},{"before":"2e7729fded0a713878010ad7f1376bc32c6d7eed","after":"e8837d9d83dc4cdaba2bbb35d4a1da16e5f950c2","ref":"refs/heads/master","pushedAt":"2024-05-12T12:32:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"avoid segment matching the same route multiple times (AB#61)\n\nFixup segment matching so a single match is found on a particular route\nsegment. If there is a U turn on a route, the segment could be matched both\nbefore and after the U turn","shortMessageHtmlLink":"avoid segment matching the same route multiple times (AB#61)"}},{"before":null,"after":"ab39d6075194df2d935d9f56a2498f9685589b4e","ref":"refs/heads/ah/ab61","pushedAt":"2024-05-08T23:40:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"avoid segment matching the same route multiple times (AB#61)\n\nFixup segment matching so a single match is found on a particular route\nsegment. If there is a U turn on a route, the segment could be matched both\nbefore and after the U turn","shortMessageHtmlLink":"avoid segment matching the same route multiple times (AB#61)"}},{"before":"2e7729fded0a713878010ad7f1376bc32c6d7eed","after":null,"ref":"refs/heads/ah/next","pushedAt":"2024-04-28T07:12:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"}},{"before":"c12e96a38b95cac30d48eef72da7f748ce52d4c5","after":"2e7729fded0a713878010ad7f1376bc32c6d7eed","ref":"refs/heads/master","pushedAt":"2024-04-28T07:12:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Remove lap highlight when switching segment types (AB#60)\n\nIn the session view, a previously highlighted lap is removed from the graphs\nand map view when switching segment types, to avoid showing misleading data in\nthese views","shortMessageHtmlLink":"Remove lap highlight when switching segment types (AB#60)"}},{"before":null,"after":"2e7729fded0a713878010ad7f1376bc32c6d7eed","ref":"refs/heads/ah/next","pushedAt":"2024-04-28T05:23:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Remove lap highlight when switching segment types (AB#60)\n\nIn the session view, a previously highlighted lap is removed from the graphs\nand map view when switching segment types, to avoid showing misleading data in\nthese views","shortMessageHtmlLink":"Remove lap highlight when switching segment types (AB#60)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEfikCDQA","startCursor":null,"endCursor":null}},"title":"Activity · alex-hhh/ActivityLog2"}