{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":816051406,"defaultBranch":"main","name":"grol","ownerLogin":"grol-io","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-06-16T23:31:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/175568709?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727285444.0","currentOid":""},"activityList":{"items":[{"before":"661f6ffc9d25c5e832dc36154205f87f0b20e228","after":null,"ref":"refs/heads/dependabot/go_modules/fortio-4f88ae55ec","pushedAt":"2024-09-25T17:30:44.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":"cbce537a98ed6d8612a550ddaf68fffc1ab6c9cd","ref":"refs/heads/dependabot/go_modules/fortio-2ce499f573","pushedAt":"2024-09-25T17:30:40.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 fortio.org/terminal in the fortio group across 1 directory\n\nBumps the fortio group with 1 update in the / directory: [fortio.org/terminal](https://github.com/fortio/terminal).\n\n\nUpdates `fortio.org/terminal` from 0.10.1 to 0.16.0\n- [Release notes](https://github.com/fortio/terminal/releases)\n- [Commits](https://github.com/fortio/terminal/compare/v0.10.1...v0.16.0)\n\n---\nupdated-dependencies:\n- dependency-name: fortio.org/terminal\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: fortio\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump fortio.org/terminal in the fortio group across 1 directory"}},{"before":null,"after":"661f6ffc9d25c5e832dc36154205f87f0b20e228","ref":"refs/heads/dependabot/go_modules/fortio-4f88ae55ec","pushedAt":"2024-09-24T17:35:10.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 fortio.org/terminal from 0.10.1 to 0.12.0 in the fortio group\n\nBumps the fortio group with 1 update: [fortio.org/terminal](https://github.com/fortio/terminal).\n\n\nUpdates `fortio.org/terminal` from 0.10.1 to 0.12.0\n- [Release notes](https://github.com/fortio/terminal/releases)\n- [Commits](https://github.com/fortio/terminal/compare/v0.10.1...v0.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: fortio.org/terminal\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: fortio\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump fortio.org/terminal from 0.10.1 to 0.12.0 in the fortio group"}},{"before":"3009376864b9baa386927b2273d62ee462e87f71","after":null,"ref":"refs/heads/new_terminal","pushedAt":"2024-09-23T19:24:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"}},{"before":"ab2ebd33484ed7df7c6835d22153864cd8968421","after":"cfd9f24356a35c15c3200aa83b1716114a39b077","ref":"refs/heads/main","pushedAt":"2024-09-23T19:23:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"Bump terminal (#245)","shortMessageHtmlLink":"Bump terminal (#245)"}},{"before":null,"after":"3009376864b9baa386927b2273d62ee462e87f71","ref":"refs/heads/new_terminal","pushedAt":"2024-09-23T18:17:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"Bump terminal","shortMessageHtmlLink":"Bump terminal"}},{"before":"fd869d90c014eb24b57cc98a6167b7e0d94c62fa","after":null,"ref":"refs/heads/registers","pushedAt":"2024-09-20T22:28:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"}},{"before":"1cb04915457d8f83de1697f77cd60f77e4b250cf","after":"ab2ebd33484ed7df7c6835d22153864cd8968421","ref":"refs/heads/main","pushedAt":"2024-09-20T22:27:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"Added Register (for int64) type. (#240)\n\n* Added Register (for int64) type. Rename object.Value() ObjValue() so an object can be both ast.Node and ast.Object\r\n\r\n* linter\r\n\r\n* Verify in log verbose that the substitution of registers work, improve slightly perf\r\n\r\n* make register a pointer to save a ton of alloc and return them unchanged\r\n\r\n* setup registers for (integer) function arguments too - boxed_text.gr is erroring out so this is a checkpoint\r\n\r\n* wip fixing the scripts... but ... maybe it's not good to have to make all these changes that registers break\r\n\r\n* fix array with registers\r\n\r\n* split CopyRegister value from Value() so object arrays passed to type() retain the reference types\r\n\r\n* Fix #224\r\n\r\n* make str() a built in with correct [] wrapping needed. adding new test file forgotten earlier.\r\n\r\n* more details on NoErr regexp mismatch, reduced the failure\r\n\r\n* further reduce\r\n\r\n* Change modify to allow abort/ok/not ok results; allows to drop ok field from register and stop early when needed\r\n\r\n* linters\r\n\r\n* update scripts for int to float issues\r\n\r\n* Faster examples for regular tests\r\n\r\n* Adding another prime sieve example","shortMessageHtmlLink":"Added Register (for int64) type. (#240)"}},{"before":"33e9f76cfdb478cba1dfe5a6144c128d8b3371b9","after":"fd869d90c014eb24b57cc98a6167b7e0d94c62fa","ref":"refs/heads/registers","pushedAt":"2024-09-20T22:23:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"Adding another prime sieve example","shortMessageHtmlLink":"Adding another prime sieve example"}},{"before":"afb32f2270e1a460309a85b90b195726e15d85e3","after":"33e9f76cfdb478cba1dfe5a6144c128d8b3371b9","ref":"refs/heads/registers","pushedAt":"2024-09-20T22:07:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"update scripts for int to float issues","shortMessageHtmlLink":"update scripts for int to float issues"}},{"before":"0316a8861d08123e46e758661bcc96907e06fbe5","after":"afb32f2270e1a460309a85b90b195726e15d85e3","ref":"refs/heads/registers","pushedAt":"2024-09-20T22:01:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"linters","shortMessageHtmlLink":"linters"}},{"before":"d4e8e3fe79e0773f332e828a516086912657b272","after":"0316a8861d08123e46e758661bcc96907e06fbe5","ref":"refs/heads/registers","pushedAt":"2024-09-20T21:58:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"Change modify to allow abort/ok/not ok results; allows to drop ok field from register and stop early when needed","shortMessageHtmlLink":"Change modify to allow abort/ok/not ok results; allows to drop ok fie…"}},{"before":"67ab4107da1b280b174caeab189337d818aa92d1","after":"d4e8e3fe79e0773f332e828a516086912657b272","ref":"refs/heads/registers","pushedAt":"2024-09-20T21:02:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"further reduce","shortMessageHtmlLink":"further reduce"}},{"before":"5dfcfb7384e0ae35c1b9f27946a24fd6f1b100e9","after":"67ab4107da1b280b174caeab189337d818aa92d1","ref":"refs/heads/registers","pushedAt":"2024-09-20T20:40:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"more details on NoErr regexp mismatch, reduced the failure","shortMessageHtmlLink":"more details on NoErr regexp mismatch, reduced the failure"}},{"before":"b94faee47d31394896d2fa3a75d73a506fa3698d","after":"5dfcfb7384e0ae35c1b9f27946a24fd6f1b100e9","ref":"refs/heads/registers","pushedAt":"2024-09-20T20:29:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"make str() a built in with correct [] wrapping needed. adding new test file forgotten earlier.","shortMessageHtmlLink":"make str() a built in with correct [] wrapping needed. adding new tes…"}},{"before":"9fc6aaf2f0c1de8de34592b0be3dc6beb2791aee","after":"b94faee47d31394896d2fa3a75d73a506fa3698d","ref":"refs/heads/registers","pushedAt":"2024-09-20T19:37:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"Fix #224","shortMessageHtmlLink":"Fix #224"}},{"before":"1cb86cd6940e7ef548d48646cbaaeab9f2f2fb19","after":"9fc6aaf2f0c1de8de34592b0be3dc6beb2791aee","ref":"refs/heads/registers","pushedAt":"2024-09-20T18:37:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"split CopyRegister value from Value() so object arrays passed to type() retain the reference types","shortMessageHtmlLink":"split CopyRegister value from Value() so object arrays passed to type…"}},{"before":"08aff55cc28e50da7c5b0c583639de1ada606455","after":"1cb86cd6940e7ef548d48646cbaaeab9f2f2fb19","ref":"refs/heads/registers","pushedAt":"2024-09-20T16:11:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"fix array with registers","shortMessageHtmlLink":"fix array with registers"}},{"before":"64cf7fa42ac9d24f7f5924bcf63412e03ff70f4b","after":"08aff55cc28e50da7c5b0c583639de1ada606455","ref":"refs/heads/registers","pushedAt":"2024-09-20T01:01:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"wip fixing the scripts... but ... maybe it's not good to have to make all these changes that registers break","shortMessageHtmlLink":"wip fixing the scripts... but ... maybe it's not good to have to make…"}},{"before":"414e3622ad963ac4641d6522ffc5099b146f344f","after":"64cf7fa42ac9d24f7f5924bcf63412e03ff70f4b","ref":"refs/heads/registers","pushedAt":"2024-09-19T23:48:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"setup registers for (integer) function arguments too - boxed_text.gr is erroring out so this is a checkpoint","shortMessageHtmlLink":"setup registers for (integer) function arguments too - boxed_text.gr …"}},{"before":"58de97e22ced34efe1db12cabc33f8ac4dee0da3","after":"414e3622ad963ac4641d6522ffc5099b146f344f","ref":"refs/heads/registers","pushedAt":"2024-09-19T19:19:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"make register a pointer to save a ton of alloc and return them unchanged","shortMessageHtmlLink":"make register a pointer to save a ton of alloc and return them unchanged"}},{"before":"ce7c7b9ee9cfa3759c6cffc2f890f6a92a888a01","after":null,"ref":"refs/heads/dependabot/go_modules/fortio-f95f340edd","pushedAt":"2024-09-19T19:09:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"}},{"before":"d4bfaf9694f9de0a13b31c0e764c1ad856bac598","after":"1cb04915457d8f83de1697f77cd60f77e4b250cf","ref":"refs/heads/main","pushedAt":"2024-09-19T19:09:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"Bump fortio.org/terminal from 0.9.1 to 0.9.2 in the fortio group (#242)\n\nBumps the fortio group with 1 update: [fortio.org/terminal](https://github.com/fortio/terminal).\r\n\r\n\r\nUpdates `fortio.org/terminal` from 0.9.1 to 0.9.2\r\n- [Release notes](https://github.com/fortio/terminal/releases)\r\n- [Commits](https://github.com/fortio/terminal/compare/v0.9.1...v0.9.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: fortio.org/terminal\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: fortio\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump fortio.org/terminal from 0.9.1 to 0.9.2 in the fortio group (#242)"}},{"before":null,"after":"ce7c7b9ee9cfa3759c6cffc2f890f6a92a888a01","ref":"refs/heads/dependabot/go_modules/fortio-f95f340edd","pushedAt":"2024-09-19T19:04:37.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 fortio.org/terminal from 0.9.1 to 0.9.2 in the fortio group\n\nBumps the fortio group with 1 update: [fortio.org/terminal](https://github.com/fortio/terminal).\n\n\nUpdates `fortio.org/terminal` from 0.9.1 to 0.9.2\n- [Release notes](https://github.com/fortio/terminal/releases)\n- [Commits](https://github.com/fortio/terminal/compare/v0.9.1...v0.9.2)\n\n---\nupdated-dependencies:\n- dependency-name: fortio.org/terminal\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: fortio\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump fortio.org/terminal from 0.9.1 to 0.9.2 in the fortio group"}},{"before":"a16fbae6911842928c001436564e059d0e4e1c4b","after":null,"ref":"refs/heads/dependabot/go_modules/fortio-5d6e3d1dcc","pushedAt":"2024-09-19T18:00:06.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":"2bb2aa3d8e16659a592c77ec8828dc637139270f","after":"d4bfaf9694f9de0a13b31c0e764c1ad856bac598","ref":"refs/heads/main","pushedAt":"2024-09-19T17:59:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"Bump fortio.org/safecast from 0.1.1 to 1.0.0 in the fortio group (#241)\n\nBumps the fortio group with 1 update: [fortio.org/safecast](https://github.com/fortio/safecast).\r\n\r\n\r\nUpdates `fortio.org/safecast` from 0.1.1 to 1.0.0\r\n- [Release notes](https://github.com/fortio/safecast/releases)\r\n- [Commits](https://github.com/fortio/safecast/compare/v0.1.1...v1.0.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: fortio.org/safecast\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n dependency-group: fortio\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump fortio.org/safecast from 0.1.1 to 1.0.0 in the fortio group (#241)"}},{"before":null,"after":"a16fbae6911842928c001436564e059d0e4e1c4b","ref":"refs/heads/dependabot/go_modules/fortio-5d6e3d1dcc","pushedAt":"2024-09-19T17:51: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 fortio.org/safecast from 0.1.1 to 1.0.0 in the fortio group\n\nBumps the fortio group with 1 update: [fortio.org/safecast](https://github.com/fortio/safecast).\n\n\nUpdates `fortio.org/safecast` from 0.1.1 to 1.0.0\n- [Release notes](https://github.com/fortio/safecast/releases)\n- [Commits](https://github.com/fortio/safecast/compare/v0.1.1...v1.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: fortio.org/safecast\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: fortio\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump fortio.org/safecast from 0.1.1 to 1.0.0 in the fortio group"}},{"before":"24fc855d1db81f60a6a973205c8e2251c0ae8dc9","after":"58de97e22ced34efe1db12cabc33f8ac4dee0da3","ref":"refs/heads/registers","pushedAt":"2024-09-19T16:35:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"Use 1.0.0 of safecast","shortMessageHtmlLink":"Use 1.0.0 of safecast"}},{"before":"de4baa9f10da3804e6fc6b84c43e2eb3338f90b7","after":"24fc855d1db81f60a6a973205c8e2251c0ae8dc9","ref":"refs/heads/registers","pushedAt":"2024-09-18T18:49:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"make register a pointer to save a ton of alloc and return them unchanged","shortMessageHtmlLink":"make register a pointer to save a ton of alloc and return them unchanged"}},{"before":"65a8a9ef4c987785a20e45bea7338f14d3a8b7e2","after":"de4baa9f10da3804e6fc6b84c43e2eb3338f90b7","ref":"refs/heads/registers","pushedAt":"2024-09-18T17:26:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ldemailly","name":"Laurent Demailly","path":"/ldemailly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3664595?s=80&v=4"},"commit":{"message":"Verify in log verbose that the substitution of registers work, improve slightly perf","shortMessageHtmlLink":"Verify in log verbose that the substitution of registers work, improv…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNVQxNzozMDo0NC4wMDAwMDBazwAAAATAnpv4","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQxNzoyNjo0MS4wMDAwMDBazwAAAAS5_BNt"}},"title":"Activity · grol-io/grol"}