{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":177103495,"defaultBranch":"master","name":"dart-neats","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-03-22T08:43:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725263631.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"d8496923b42c6afe8bf4784cd4a1aeb6074685cf","ref":"refs/heads/fix-no-publish","pushedAt":"2024-09-02T07:53:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"Allow publishing of dartdoc_test","shortMessageHtmlLink":"Allow publishing of dartdoc_test"}},{"before":"d91af605f4543fc5a460cabf05552a0f3cf60b1f","after":"d8496923b42c6afe8bf4784cd4a1aeb6074685cf","ref":"refs/heads/master","pushedAt":"2024-09-02T07:53:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"Allow publishing of dartdoc_test","shortMessageHtmlLink":"Allow publishing of dartdoc_test"}},{"before":"d91af605f4543fc5a460cabf05552a0f3cf60b1f","after":null,"ref":"refs/tags/dartdoc_test-0.1.0","pushedAt":"2024-08-28T11:19:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"}},{"before":"ee29dcd7fec6e6a872346f1915ce7d751cc33443","after":null,"ref":"refs/heads/dartdoc_test","pushedAt":"2024-08-28T11:08:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"}},{"before":"716e3ebf1d228fc5cf94f0285ec2be36f05575fd","after":"d91af605f4543fc5a460cabf05552a0f3cf60b1f","ref":"refs/heads/master","pushedAt":"2024-08-28T11:08:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"Dartdoc test -- full diff (#249)\n\n* Initial dartdoc_test packages with some hacks\r\n\r\n* Update CI configuration\r\n\r\n* update dartdoc_test (#239)\r\n\r\n* add more examples and fix extracting\r\n\r\n* code splitting and print code samples and it's location.\r\n\r\n* set overlay of sample code and update dart sdk\r\n\r\n* [dartdoc_test] add extractor tests and wrap code with imports (#241)\r\n\r\n* add test\r\n\r\n* fix\r\n\r\n* add import\r\n\r\n* fix indent\r\n\r\n* move to getter\r\n\r\n* fix for ci\r\n\r\n* fix sdk version\r\n\r\n* fix\r\n\r\n* [dartdoc_test] add documentation samples analyzer (#242)\r\n\r\n* implement analyze and output samples to .dartdoc_test directory\r\n\r\n* add CRLF/LF line breaks tests\r\n\r\n* add license headers to all files\r\n\r\n* add documentation and some modified\r\n\r\n* fix extractor test and add TestContext\r\n\r\n* update to make analyzer work\r\n\r\n* translate original span from sample file span\r\n\r\n* make DartDocTestContext to singleton no longer\r\n\r\n* add example dart project\r\n\r\n* add write options to write sample code to file (for debug)\r\n\r\n* updated README. minor fixes\r\n\r\n* add new analyzer test\r\n\r\n* update example README\r\n\r\n* update README, add .gitignore for .dartdoc_test, and create add subcommand to generate test file\r\n\r\n* fix\r\n\r\n* rename DartDoc -> Dartdoc\r\n\r\n* fix extractor and add tests\r\n\r\n* fix span translation and add test\r\n\r\n* add CommandRunner and make some commands to subCommand\r\n\r\n* fix\r\n\r\n* fix analyzer and ignore warning\r\n\r\n* fix print of analyze results\r\n\r\n* create integration test\r\n\r\n* [dartdoc_test] implement good logging! (#245)\r\n\r\n* move some codes to src/\r\n\r\n* set analyze to default command, and print usage when -h flag is set\r\n\r\n* remove extract command and fix integration_test\r\n\r\n* add logger and varbose option\r\n\r\n* add test for verbose\r\n\r\n* fix log\r\n\r\n* move log to Command\r\n\r\n* [dartdoc_test] implement Reporter (#247)\r\n\r\n* create logger class\r\n\r\n* add summary log\r\n\r\n* move command\r\n\r\n* create reporter\r\n\r\n* fix\r\n\r\n* add ansi and fix extractor to allow code blocks with no specified language\r\n\r\n* add output directory option\r\n\r\n* add extractor test\r\n\r\n* import and print relative path\r\n\r\n* fix format\r\n\r\n* apply review suggestions and update Reporter\r\n\r\n* update reporter\r\n\r\n* use stdout reporter\r\n\r\n* allow analyze command options in default command\r\n\r\n* add integration test for runDartdocTest()\r\n\r\n* update report to print relative path\r\n\r\n* fix to work test reporter in example directory\r\n\r\n* fix\r\n\r\n* [dartdoc_test] add some ways to ignore analysis (#248)\r\n\r\n* implement code sample ignoring\r\n\r\n* add comments\r\n\r\n* fix ignoring and test\r\n\r\n* update documentations\r\n\r\n* add exclude option\r\n\r\n* fix summary and make ReporterForTest use verbose flag\r\n\r\n* move models to model.dart\r\n\r\n* only run integration test on ./example\r\n\r\n* do not wrap code samples with main() when code sample includes main()\r\n\r\n* fix\r\n\r\n* rename code sample output directory\r\n\r\n* add doc comments\r\n\r\n* update ignoring to use code block tagging (dart#no-test)\r\n\r\n* add public member documentations\r\n\r\n* fix\r\n\r\n* switch default output directory to\r\n\r\n* update CHANGELOG\r\n\r\n* fix to make some class to final\r\n\r\n* remove Reporter constructor, add some comments, and some fixes\r\n\r\n* add missing doc comment\r\n\r\n* fix output code\r\n\r\n* fix for ci\r\n\r\n* fix readme\r\n\r\n---------\r\n\r\nCo-authored-by: takumma <51878546+takumma@users.noreply.github.com>","shortMessageHtmlLink":"Dartdoc test -- full diff (#249)"}},{"before":"da46f28e372aab98ad330e5dfcf9c55f24469d2b","after":"ee29dcd7fec6e6a872346f1915ce7d751cc33443","ref":"refs/heads/dartdoc_test","pushedAt":"2024-08-28T11:08:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"[dartdoc_test] add some ways to ignore analysis (#248)\n\n* implement code sample ignoring\r\n\r\n* add comments\r\n\r\n* fix ignoring and test\r\n\r\n* update documentations\r\n\r\n* add exclude option\r\n\r\n* fix summary and make ReporterForTest use verbose flag\r\n\r\n* move models to model.dart\r\n\r\n* only run integration test on ./example\r\n\r\n* do not wrap code samples with main() when code sample includes main()\r\n\r\n* fix\r\n\r\n* rename code sample output directory\r\n\r\n* add doc comments\r\n\r\n* update ignoring to use code block tagging (dart#no-test)\r\n\r\n* add public member documentations\r\n\r\n* fix\r\n\r\n* switch default output directory to\r\n\r\n* update CHANGELOG\r\n\r\n* fix to make some class to final\r\n\r\n* remove Reporter constructor, add some comments, and some fixes\r\n\r\n* add missing doc comment\r\n\r\n* fix output code\r\n\r\n* fix for ci\r\n\r\n* fix readme","shortMessageHtmlLink":"[dartdoc_test] add some ways to ignore analysis (#248)"}},{"before":"821992c3c0cf7b6fd9f934e57ae26d61c55e4d64","after":"da46f28e372aab98ad330e5dfcf9c55f24469d2b","ref":"refs/heads/dartdoc_test","pushedAt":"2024-08-12T09:12:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"[dartdoc_test] implement Reporter (#247)\n\n* create logger class\r\n\r\n* add summary log\r\n\r\n* move command\r\n\r\n* create reporter\r\n\r\n* fix\r\n\r\n* add ansi and fix extractor to allow code blocks with no specified language\r\n\r\n* add output directory option\r\n\r\n* add extractor test\r\n\r\n* import and print relative path\r\n\r\n* fix format\r\n\r\n* apply review suggestions and update Reporter\r\n\r\n* update reporter\r\n\r\n* use stdout reporter\r\n\r\n* allow analyze command options in default command\r\n\r\n* add integration test for runDartdocTest()\r\n\r\n* update report to print relative path\r\n\r\n* fix to work test reporter in example directory\r\n\r\n* fix","shortMessageHtmlLink":"[dartdoc_test] implement Reporter (#247)"}},{"before":"28cae7073d90595b6982d0eadd54dc98e718e1bb","after":"821992c3c0cf7b6fd9f934e57ae26d61c55e4d64","ref":"refs/heads/dartdoc_test","pushedAt":"2024-07-15T11:04:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"[dartdoc_test] implement good logging! (#245)\n\n* move some codes to src/\r\n\r\n* set analyze to default command, and print usage when -h flag is set\r\n\r\n* remove extract command and fix integration_test\r\n\r\n* add logger and varbose option\r\n\r\n* add test for verbose\r\n\r\n* fix log\r\n\r\n* move log to Command","shortMessageHtmlLink":"[dartdoc_test] implement good logging! (#245)"}},{"before":"ccbebf46d33fadbb59343e30b9fb117300a9cb3d","after":"28cae7073d90595b6982d0eadd54dc98e718e1bb","ref":"refs/heads/dartdoc_test","pushedAt":"2024-07-08T22:23:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"[dartdoc_test] add documentation samples analyzer (#242)\n\n* implement analyze and output samples to .dartdoc_test directory\r\n\r\n* add CRLF/LF line breaks tests\r\n\r\n* add license headers to all files\r\n\r\n* add documentation and some modified\r\n\r\n* fix extractor test and add TestContext\r\n\r\n* update to make analyzer work\r\n\r\n* translate original span from sample file span\r\n\r\n* make DartDocTestContext to singleton no longer\r\n\r\n* add example dart project\r\n\r\n* add write options to write sample code to file (for debug)\r\n\r\n* updated README. minor fixes\r\n\r\n* add new analyzer test\r\n\r\n* update example README\r\n\r\n* update README, add .gitignore for .dartdoc_test, and create add subcommand to generate test file\r\n\r\n* fix\r\n\r\n* rename DartDoc -> Dartdoc\r\n\r\n* fix extractor and add tests\r\n\r\n* fix span translation and add test\r\n\r\n* add CommandRunner and make some commands to subCommand\r\n\r\n* fix\r\n\r\n* fix analyzer and ignore warning\r\n\r\n* fix print of analyze results\r\n\r\n* create integration test","shortMessageHtmlLink":"[dartdoc_test] add documentation samples analyzer (#242)"}},{"before":"9fb7973a1de1d6e70a041c1a3f4b10b2a459905f","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.6","pushedAt":"2024-07-01T09:15:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"0b7bbd8625416025de600e9f23c19f0247a0898f","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.7","pushedAt":"2024-07-01T09:15:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 3.5.2 to 4.1.7\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...692973e3d937129bcbf40652eb9f2f61becf3332)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 3.5.2 to 4.1.7"}},{"before":"5ca5135c133f970b8229ea6c56f6e5631e5718c6","after":"ccbebf46d33fadbb59343e30b9fb117300a9cb3d","ref":"refs/heads/dartdoc_test","pushedAt":"2024-06-13T13:47:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"[dartdoc_test] add extractor tests and wrap code with imports (#241)\n\n* add test\r\n\r\n* fix\r\n\r\n* add import\r\n\r\n* fix indent\r\n\r\n* move to getter\r\n\r\n* fix for ci\r\n\r\n* fix sdk version\r\n\r\n* fix","shortMessageHtmlLink":"[dartdoc_test] add extractor tests and wrap code with imports (#241)"}},{"before":"356c1823e3084b37343d2e14e88910582f981e48","after":"5ca5135c133f970b8229ea6c56f6e5631e5718c6","ref":"refs/heads/dartdoc_test","pushedAt":"2024-06-03T11:27:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"update dartdoc_test (#239)\n\n* add more examples and fix extracting\r\n\r\n* code splitting and print code samples and it's location.\r\n\r\n* set overlay of sample code and update dart sdk","shortMessageHtmlLink":"update dartdoc_test (#239)"}},{"before":"c2459f338a98c9493ab66ad1771f034fee75ebe1","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.4","pushedAt":"2024-06-01T09:12:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"9fb7973a1de1d6e70a041c1a3f4b10b2a459905f","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.6","pushedAt":"2024-06-01T09:12:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 3.5.2 to 4.1.6\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...a5ac7e51b41094c92402da3b24376905380afc29)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 3.5.2 to 4.1.6"}},{"before":null,"after":"356c1823e3084b37343d2e14e88910582f981e48","ref":"refs/heads/dartdoc_test","pushedAt":"2024-05-23T10:42:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"Update CI configuration","shortMessageHtmlLink":"Update CI configuration"}},{"before":"f503d5be7020a4b11936015ac0c9d8d0598aba54","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.2","pushedAt":"2024-05-01T09:44:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"c2459f338a98c9493ab66ad1771f034fee75ebe1","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.4","pushedAt":"2024-05-01T09:44:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 3.5.2 to 4.1.4\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...0ad4b8fadaa221de15dcec353f45205ec38ea70b)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 3.5.2 to 4.1.4"}},{"before":"9255e5e83940e4861d35fe8b06f62cd598f50dd6","after":"716e3ebf1d228fc5cf94f0285ec2be36f05575fd","ref":"refs/heads/master","pushedAt":"2024-04-11T11:33:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"Reconnect when a redis command fails (#236)","shortMessageHtmlLink":"Reconnect when a redis command fails (#236)"}},{"before":"6e1c5897e8348ffdbcb735ae5019fb46eedead33","after":null,"ref":"refs/heads/dependabot/github_actions/actions/cache-3.3.2","pushedAt":"2024-04-01T09:02:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"bb590a949ecadf240829d54fbccd5de2d0a7a81b","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.1","pushedAt":"2024-04-01T09:02:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"0bca97eba672d12b04680e47d021f76d40de5783","ref":"refs/heads/dependabot/github_actions/actions/cache-4.0.2","pushedAt":"2024-04-01T09:02:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/cache from 3.3.1 to 4.0.2\n\nBumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.2.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/cache from 3.3.1 to 4.0.2"}},{"before":null,"after":"f503d5be7020a4b11936015ac0c9d8d0598aba54","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.2","pushedAt":"2024-04-01T09:02:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 3.5.2 to 4.1.2\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.2.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...9bb56186c3b09b4f86b1c65136769dd318469633)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 3.5.2 to 4.1.2"}},{"before":"6bc46c492d42857961b5aa1d5ebf37939e6ef1a6","after":"9255e5e83940e4861d35fe8b06f62cd598f50dd6","ref":"refs/heads/master","pushedAt":"2024-02-19T12:48:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"Bump CHANGELOG for package:pem","shortMessageHtmlLink":"Bump CHANGELOG for package:pem"}},{"before":"06c46d3066cf080835df2ef59e482b8b0651cef7","after":"6bc46c492d42857961b5aa1d5ebf37939e6ef1a6","ref":"refs/heads/master","pushedAt":"2024-02-19T12:44:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"pem: Bump petitparser from 5.1.0 to 6.0.2 (#233)\n\n* pem: Bump petitparser from 5.1.0 to 6.0.2\r\n\r\n* Update pem/pubspec.yaml\r\n\r\n---------\r\n\r\nCo-authored-by: Jonas Finnemann Jensen ","shortMessageHtmlLink":"pem: Bump petitparser from 5.1.0 to 6.0.2 (#233)"}},{"before":"417b9f4c9f4239ce83f44afb81e603423458ae6b","after":"06c46d3066cf080835df2ef59e482b8b0651cef7","ref":"refs/heads/master","pushedAt":"2024-01-11T13:34:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"Updated documentation comments (#226)\n\n* Updated documentation comments\r\n\r\n* Update neat_periodic_task/lib/neat_periodic_task.dart\r\n\r\nCo-authored-by: Sigurd Meldgaard \r\n\r\n---------\r\n\r\nCo-authored-by: Sigurd Meldgaard ","shortMessageHtmlLink":"Updated documentation comments (#226)"}},{"before":"8668786bb058c87bf51a298ac901c77dcfcdeea8","after":"417b9f4c9f4239ce83f44afb81e603423458ae6b","ref":"refs/heads/master","pushedAt":"2024-01-11T13:32:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"Fix typo in README.md (#232)","shortMessageHtmlLink":"Fix typo in README.md (#232)"}},{"before":"e246c209f850e23e0f812a28f8348f332956865d","after":"8668786bb058c87bf51a298ac901c77dcfcdeea8","ref":"refs/heads/master","pushedAt":"2023-12-04T16:22:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"Update CHANGELOG.md","shortMessageHtmlLink":"Update CHANGELOG.md"}},{"before":"4ea5143795ae68538030e5c707fb75ea5ef59224","after":"e246c209f850e23e0f812a28f8348f332956865d","ref":"refs/heads/master","pushedAt":"2023-12-04T16:21:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jonasfj","name":"Jonas Finnemann Jensen","path":"/jonasfj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149732?s=80&v=4"},"commit":{"message":"Allow relative URLs in the redirect location header. (#229)\n\n* Allow relative URLs in the redirect location header.\r\n\r\n* updated code + minimal test\r\n\r\n* Hide main method with option to skip local network check + local test.\r\n\r\n* @visibleForTesting\r\n\r\n* keep _safeUrlCheck without context class","shortMessageHtmlLink":"Allow relative URLs in the redirect location header. (#229)"}},{"before":"0b53ddfe4e7a3861621ba53d6a7927c2a11d31dd","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.0","pushedAt":"2023-11-01T09:43:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wMlQwNzo1Mzo1MS4wMDAwMDBazwAAAASqUo9Y","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMS0wMVQwOTo0Mzo0My4wMDAwMDBazwAAAAOkydZQ"}},"title":"Activity ยท google/dart-neats"}