{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":245867819,"defaultBranch":"master","name":"mtr-exporter","ownerLogin":"mgumz","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-03-08T18:37:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1758647?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1694257723.0","currentOid":""},"activityList":{"items":[{"before":"e8c5d05e570d9275f1bc839497c3a777fa18a9b8","after":"3b1d8e2d7a745999f59d8cb5b91b2db146b12d6e","ref":"refs/heads/master","pushedAt":"2024-04-21T09:54:22.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"Cosmetics","shortMessageHtmlLink":"Cosmetics"}},{"before":"9cf7a317c7b34fdc20aef1fc8361dd4fab1a43f0","after":"e8c5d05e570d9275f1bc839497c3a777fa18a9b8","ref":"refs/heads/master","pushedAt":"2023-09-19T05:52:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"Refactor: Get down duplicate code\n\nJob handling from CLI, from a job file and from a watched job file\nwere treated the same, but in different code paths.\n\nThis commit brings those code paths together.","shortMessageHtmlLink":"Refactor: Get down duplicate code"}},{"before":"7b230d0e30de64a30b6431e806c94de73e888f5e","after":"9cf7a317c7b34fdc20aef1fc8361dd4fab1a43f0","ref":"refs/heads/master","pushedAt":"2023-09-17T05:41:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"Repos cosmetics\n\nMainly, docu for new features etc.","shortMessageHtmlLink":"Repos cosmetics"}},{"before":"a452e7fa204d03e3de7a57e5ad3cf3007bd5a7d9","after":"9cf7a317c7b34fdc20aef1fc8361dd4fab1a43f0","ref":"refs/heads/feature/add-labels-first-intermediate","pushedAt":"2023-09-17T05:41:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"Repos cosmetics\n\nMainly, docu for new features etc.","shortMessageHtmlLink":"Repos cosmetics"}},{"before":"145b5abe0274e419b309b21563c5dd588cfd7228","after":"a452e7fa204d03e3de7a57e5ad3cf3007bd5a7d9","ref":"refs/heads/feature/add-labels-first-intermediate","pushedAt":"2023-09-12T03:19:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"wip: idea add 'hop' label","shortMessageHtmlLink":"wip: idea add 'hop' label"}},{"before":"754c05cd02db79c016275408446817112e86dabe","after":"145b5abe0274e419b309b21563c5dd588cfd7228","ref":"refs/heads/feature/add-labels-first-intermediate","pushedAt":"2023-09-09T12:04:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"wip: idea add 'hubType' label","shortMessageHtmlLink":"wip: idea add 'hubType' label"}},{"before":null,"after":"754c05cd02db79c016275408446817112e86dabe","ref":"refs/heads/feature/add-labels-first-intermediate","pushedAt":"2023-09-09T11:08:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"wip: idea add 'first', 'intermediate' labels","shortMessageHtmlLink":"wip: idea add 'first', 'intermediate' labels"}},{"before":"8b77ecf69eae1a6fd794e4e91366e18cadd938ac","after":"7b230d0e30de64a30b6431e806c94de73e888f5e","ref":"refs/heads/master","pushedAt":"2023-08-28T19:39:39.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"Bump version to 0.3.0","shortMessageHtmlLink":"Bump version to 0.3.0"}},{"before":"e940d1ee57f81e69b022315431d2cd5d17322ec8","after":"8b77ecf69eae1a6fd794e4e91366e18cadd938ac","ref":"refs/heads/master","pushedAt":"2023-08-28T04:11:08.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"More stable parsing of `mtr` JSON output\n\nhttps://github.com/traviscross/mtr/pull/355 changed the type of\nsome fields from \"number as string\" to a JSON number. This became\neffective with mtr:0.94.\n\nSome environments (such as Ubuntu:20.04) still have mtr:0.93 and below\navailable. Instead of discussing the \"urge to upgrade\" and spend breath\non that, this commit uses the power of json.UnmarshalJSON() from Golang\nto be a little bit more flexible on the topic. So, mtr-exporter now\nsupports both mtr:0.93 numbers like `\"0x0\"` and the mtr:0.94+ equivalent\n`0`.","shortMessageHtmlLink":"More stable parsing of mtr JSON output"}},{"before":"e0b12acbd13b58f58509a6f3b346b390c5c564e6","after":"39711bfe7298b951abdd682aa1edf4ab83361d80","ref":"refs/heads/feature/multi-jobs","pushedAt":"2023-08-27T20:25:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"More stable parsing of `mtr` JSON output\n\nhttps://github.com/traviscross/mtr/pull/355 changed the type of\nsome fields from \"number as string\" to a JSON number. This became\neffective with mtr:0.94.\n\nSome environments (such as Ubuntu:20.04) still have mtr:0.93 and below\navailable. Instead of discussing the \"urge to upgrade\" and spend breath\non that, this commit uses the power of json.UnmarshalJSON() from Golang\nto be a little bit more flexible on the topic. So, mtr-exporter now\nsupports both mtr:0.93 numbers like `\"0x0\"` and the mtr:0.94+ equivalent\n`0`.","shortMessageHtmlLink":"More stable parsing of mtr JSON output"}},{"before":"a2cd315f1a6a95f77b851ec380d59a285fa2f3ea","after":"e0b12acbd13b58f58509a6f3b346b390c5c564e6","ref":"refs/heads/feature/multi-jobs","pushedAt":"2023-08-27T17:59:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"[README] Fix git clone URL","shortMessageHtmlLink":"[README] Fix git clone URL"}},{"before":"061feeaf0a5ca9f37ce1cbeccb27a754eda544d0","after":"a2cd315f1a6a95f77b851ec380d59a285fa2f3ea","ref":"refs/heads/feature/multi-jobs","pushedAt":"2023-08-27T15:47:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"Log used `mtr` command line in /metrics\n\nThis commit re-implements the exposure of the used commend line to\nlaunch `mtr` via the /metrics endpoint. This allows easy verification if\nthe `mtr` command is actually the one which the users wanted to trigger.","shortMessageHtmlLink":"Log used mtr command line in /metrics"}},{"before":"2af4a213e028bdfdb2275d13f3858532892cb293","after":"061feeaf0a5ca9f37ce1cbeccb27a754eda544d0","ref":"refs/heads/feature/multi-jobs","pushedAt":"2023-08-27T09:16:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"Build system\n\nWith this commit a couple of changes are provided to Makefile:\n\n* more \"modern\" code analysers, repo checks, vulnerability reports etc\n* binary and release build rules are more generic\n* release archives contain, in addition to the binary, the README.md\n and the LICENSE file","shortMessageHtmlLink":"Build system"}},{"before":"2db2480f2d1b7382a7432bf413440c0658dc4e40","after":"2af4a213e028bdfdb2275d13f3858532892cb293","ref":"refs/heads/feature/multi-jobs","pushedAt":"2023-08-27T08:46:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mgumz","name":"Mathias Gumz","path":"/mgumz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1758647?s=80&v=4"},"commit":{"message":"Build system\n\nWith this commit a couple of changes are provided to Makefile:\n\n* more \"modern\" code analysers, repo checks, vulnerability reports etc\n* binary and release build rules are more generic\n* release archives contain, in addition to the binary, the README.md\n and the LICENSE file","shortMessageHtmlLink":"Build system"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yMVQwOTo1NDoyMi4wMDAwMDBazwAAAAQ2M4cn","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yMVQwOTo1NDoyMi4wMDAwMDBazwAAAAQ2M4cn","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOC0yN1QwODo0Njo0OC4wMDAwMDBazwAAAANzVjdM"}},"title":"Activity ยท mgumz/mtr-exporter"}