{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":124602093,"defaultBranch":"master","name":"cel-go","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-03-09T22:57:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713557263.0","currentOid":""},"activityList":{"items":[{"before":"8289a0c24a2476a3cd0140981dd0ade18306f30b","after":"fbf5c7746c18076c810843c4d25cf3a2579dd6e9","ref":"refs/heads/master","pushedAt":"2024-05-30T01:23:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"policy: parse explanations in match blocks (#948)\n\nThis adds a secondary output to every block, an \"explanation\" of why a value was\r\nreturned. This can be structured or non-structured text.\r\nFor now the parser is simply storing the value, but the compiler cannot process\r\nit yet.","shortMessageHtmlLink":"policy: parse explanations in match blocks (#948)"}},{"before":"f7b83ae0424c68b21d1209d8dcf97f668dbf214a","after":"8289a0c24a2476a3cd0140981dd0ade18306f30b","ref":"refs/heads/master","pushedAt":"2024-05-24T00:42:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Custom Tag Handler support for CEL Policy Compilation (#945)\n\nCustom tag handler demonstrating K8s use cases\r\n\r\n* Introduce an example of a custom tag handler with an example of K8s style admission policies\r\n* Fix error position information for syntax errors\r\n* Add comments and ensure tests are run as part of the continuous build","shortMessageHtmlLink":"Custom Tag Handler support for CEL Policy Compilation (#945)"}},{"before":"3841093a670281eb76537e359affa7064591bdd1","after":"f7b83ae0424c68b21d1209d8dcf97f668dbf214a","ref":"refs/heads/master","pushedAt":"2024-05-21T18:31:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Add support for struct tag name overrides in native types (#941)\n\n* Add support for struct tag name overrides in native types\r\n\r\nIn order to customize how to fields of native types can be accessed via\r\nCEL, struct tag support has been added. It is now possible to provide\r\na struct field tag, that will act as the name for the corresponding\r\nfield\r\n\r\nHere an example\r\n\r\n```\r\ntype Person struct {\r\n Name string\r\n Age int `cel:\"age\"`\r\n}\r\n```\r\n\r\nand here is how to access the `Age` field from CEL:\r\n```\r\nperson.age\r\n```\r\n\r\n* fixup! Add support for struct tag name overrides in native types\r\n\r\nMake struct tag parsing opt-in\r\n\r\n* fixup! Add support for struct tag name overrides in native types\r\n\r\nAdd docs\r\n\r\n* fixup! Add support for struct tag name overrides in native types","shortMessageHtmlLink":"Add support for struct tag name overrides in native types (#941)"}},{"before":"bf934abdacdf2c920e6410370461b2a4378228eb","after":"3841093a670281eb76537e359affa7064591bdd1","ref":"refs/heads/master","pushedAt":"2024-05-20T23:16:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Simple Policy Compiler (#924)\n\nSimple Policy Compiler\r\n* End to end evaluation of policies with benchmarks\r\n* Introduce a config concept for environment configuration\r\n* Additional test coverage for config generation and nested rules\r\n* Roundtrip tests for human-readable policy expressions","shortMessageHtmlLink":"Simple Policy Compiler (#924)"}},{"before":"e2d73409164add361d8890cd61ee170e7ecb9b5c","after":"bf934abdacdf2c920e6410370461b2a4378228eb","ref":"refs/heads/master","pushedAt":"2024-05-01T19:24:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Improve token representation in AST (#932)\n\nPreviously the AST did not hold the token's source end offset in many\r\ncases. This change adds token end offset by offsetting the end by the text\r\nlength from the token start.","shortMessageHtmlLink":"Improve token representation in AST (#932)"}},{"before":"315a5cc48bdcda667a650b29186e818e8decb5dc","after":"e2d73409164add361d8890cd61ee170e7ecb9b5c","ref":"refs/heads/master","pushedAt":"2024-04-30T19:45:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Update the presence testing fix to be opt-out (#939)\n\n* Update the presence testing fix to be opt-out\r\n* Update functional option comments, enable opt-out during conformance runs\r\n* Update workspace to include new optional conformance tests","shortMessageHtmlLink":"Update the presence testing fix to be opt-out (#939)"}},{"before":"03048d0b1f719345b6cea6154bbbc3379d8f083c","after":"315a5cc48bdcda667a650b29186e818e8decb5dc","ref":"refs/heads/master","pushedAt":"2024-04-29T17:35:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Introduce a flag for supporting 'null' as absent during optional field selection (#938)","shortMessageHtmlLink":"Introduce a flag for supporting 'null' as absent during optional fiel…"}},{"before":"2083923b3223c8cbc6fed6b630425c3ff2ef1719","after":"03048d0b1f719345b6cea6154bbbc3379d8f083c","ref":"refs/heads/master","pushedAt":"2024-04-29T14:10:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcking","name":"Justin King","path":"/jcking","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/997958?s=80&v=4"},"commit":{"message":"Avoid iterating over the source multiple times (#936)\n\nSigned-off-by: Justin King ","shortMessageHtmlLink":"Avoid iterating over the source multiple times (#936)"}},{"before":"cbe072e2cfcf13e136a06ab63c62871486981876","after":"2083923b3223c8cbc6fed6b630425c3ff2ef1719","ref":"refs/heads/master","pushedAt":"2024-04-26T20:52:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcking","name":"Justin King","path":"/jcking","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/997958?s=80&v=4"},"commit":{"message":"Do not re-use ID twice in exists_one macro (#935)\n\nSigned-off-by: Justin King ","shortMessageHtmlLink":"Do not re-use ID twice in exists_one macro (#935)"}},{"before":"65f4686e0bf873df2b3dc7c2d2f5ee146fc0e5a2","after":"cbe072e2cfcf13e136a06ab63c62871486981876","ref":"refs/heads/master","pushedAt":"2024-04-26T20:51:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcking","name":"Justin King","path":"/jcking","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/997958?s=80&v=4"},"commit":{"message":"Delete dangling source info from macro expansion (#934)\n\n* Delete dangling source info from macro expansion\r\n\r\nSigned-off-by: Justin King \r\n\r\n* Fix go doc\r\n\r\nSigned-off-by: Justin King \r\n\r\n* Fix test\r\n\r\nSigned-off-by: Justin King \r\n\r\n---------\r\n\r\nSigned-off-by: Justin King ","shortMessageHtmlLink":"Delete dangling source info from macro expansion (#934)"}},{"before":"2133a6d14da1e3ab458b96ceddce31421d4f0ab0","after":"65f4686e0bf873df2b3dc7c2d2f5ee146fc0e5a2","ref":"refs/heads/master","pushedAt":"2024-04-25T18:25:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcking","name":"Justin King","path":"/jcking","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/997958?s=80&v=4"},"commit":{"message":"repl: implement %parse (#933)\n\n* repl: implement %parse\r\n\r\nSigned-off-by: Justin King \r\n\r\n* Fix help test\r\n\r\nSigned-off-by: Justin King \r\n\r\n---------\r\n\r\nSigned-off-by: Justin King ","shortMessageHtmlLink":"repl: implement %parse (#933)"}},{"before":"057d4c8318b3901a9d7769832752ef3df87da9ac","after":"2133a6d14da1e3ab458b96ceddce31421d4f0ab0","ref":"refs/heads/master","pushedAt":"2024-04-23T17:51:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Better support custom types with custom type registries (#931)\n\nSigned-off-by: Justin King ","shortMessageHtmlLink":"Better support custom types with custom type registries (#931)"}},{"before":"028e53c3434ea3956d67a22e05f7890f0db0f0fc","after":"057d4c8318b3901a9d7769832752ef3df87da9ac","ref":"refs/heads/master","pushedAt":"2024-04-22T21:11:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Enable conformance tests for extensions (#930)","shortMessageHtmlLink":"Enable conformance tests for extensions (#930)"}},{"before":"7868a986df54dcda362b15cb577c56acd66523cf","after":"028e53c3434ea3956d67a22e05f7890f0db0f0fc","ref":"refs/heads/master","pushedAt":"2024-04-22T17:32:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Math extensions update to include bitwise ops and floating point helpers (#923)\n\n* Functional implementation of math extension functions\r\n* Add documentation on negative valued shifts","shortMessageHtmlLink":"Math extensions update to include bitwise ops and floating point help…"}},{"before":"03866126e43f726f064924b435d5b7e04c64b0f2","after":"7868a986df54dcda362b15cb577c56acd66523cf","ref":"refs/heads/master","pushedAt":"2024-04-22T16:37:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcking","name":"Justin King","path":"/jcking","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/997958?s=80&v=4"},"commit":{"message":"Drop usage of golang.org/x/text in common (#929)\n\n* Drop usage of golang.org/x/text in common\r\n\r\nSigned-off-by: Justin King \r\n\r\n* Run go mod vendor\r\n\r\nSigned-off-by: Justin King \r\n\r\n---------\r\n\r\nSigned-off-by: Justin King ","shortMessageHtmlLink":"Drop usage of golang.org/x/text in common (#929)"}},{"before":"d38403298c272502c7fcf3279b9c374862d1a3a0","after":null,"ref":"refs/heads/dependabot/go_modules/server/golang.org/x/net-0.23.0","pushedAt":"2024-04-19T20:07:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"}},{"before":"2337cc0d5bae8009501d6d0a9f1c421c977ed1e9","after":"03866126e43f726f064924b435d5b7e04c64b0f2","ref":"refs/heads/master","pushedAt":"2024-04-19T20:07:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.17.0 to 0.23.0 in /server (#927)\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.\r\n- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/net\r\n dependency-type: indirect\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 golang.org/x/net from 0.17.0 to 0.23.0 in /server (#927)"}},{"before":null,"after":"d38403298c272502c7fcf3279b9c374862d1a3a0","ref":"refs/heads/dependabot/go_modules/server/golang.org/x/net-0.23.0","pushedAt":"2024-04-19T12:13:41.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 golang.org/x/net from 0.17.0 to 0.23.0 in /server\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.\n- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/net from 0.17.0 to 0.23.0 in /server"}},{"before":"94cbc9dfa06a479a6b52a6271339903d7c68337d","after":"2337cc0d5bae8009501d6d0a9f1c421c977ed1e9","ref":"refs/heads/master","pushedAt":"2024-04-16T16:53:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"l46kok","name":"swh","path":"/l46kok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2355949?s=80&v=4"},"commit":{"message":"Fix presence test to produce an error when it's not a map or a message (#922)","shortMessageHtmlLink":"Fix presence test to produce an error when it's not a map or a message ("}},{"before":"148d29dbe033d87ac88fe94b5e78bacec82d228b","after":"94cbc9dfa06a479a6b52a6271339903d7c68337d","ref":"refs/heads/master","pushedAt":"2024-04-16T00:11:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Remove the deprecated protobuf function and type declarations for the standard environment (#921)","shortMessageHtmlLink":"Remove the deprecated protobuf function and type declarations for the…"}},{"before":"5419e8a3639fdac59359b6f76ea3f72c5fce672a","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/repl/appengine/web/express-4.19.2","pushedAt":"2024-04-01T20:13:10.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":"7ea03d46c3733573088aae3067368e3efd4aed7f","after":"148d29dbe033d87ac88fe94b5e78bacec82d228b","ref":"refs/heads/master","pushedAt":"2024-04-01T20:13:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TristonianJones","name":"Tristan Swadell","path":"/TristonianJones","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483300?s=80&v=4"},"commit":{"message":"Bump express from 4.18.2 to 4.19.2 in /repl/appengine/web (#918)\n\nBumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.\r\n- [Release notes](https://github.com/expressjs/express/releases)\r\n- [Changelog](https://github.com/expressjs/express/blob/master/History.md)\r\n- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: express\r\n dependency-type: indirect\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 express from 4.18.2 to 4.19.2 in /repl/appengine/web (#918)"}},{"before":"6305c71feb5cd0b2e0f3aa261891e784ff0eb00e","after":"7ea03d46c3733573088aae3067368e3efd4aed7f","ref":"refs/heads/master","pushedAt":"2024-04-01T14:54:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcking","name":"Justin King","path":"/jcking","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/997958?s=80&v=4"},"commit":{"message":"Update cel-spec and enable optional_type conformance tests (#919)\n\nSigned-off-by: Justin King ","shortMessageHtmlLink":"Update cel-spec and enable optional_type conformance tests (#919)"}},{"before":null,"after":"5419e8a3639fdac59359b6f76ea3f72c5fce672a","ref":"refs/heads/dependabot/npm_and_yarn/repl/appengine/web/express-4.19.2","pushedAt":"2024-03-28T22:29:56.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 express from 4.18.2 to 4.19.2 in /repl/appengine/web\n\nBumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.\n- [Release notes](https://github.com/expressjs/express/releases)\n- [Changelog](https://github.com/expressjs/express/blob/master/History.md)\n- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)\n\n---\nupdated-dependencies:\n- dependency-name: express\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump express from 4.18.2 to 4.19.2 in /repl/appengine/web"}},{"before":"14757df1b63a9314a613db184eceb955a53db092","after":"6305c71feb5cd0b2e0f3aa261891e784ff0eb00e","ref":"refs/heads/master","pushedAt":"2024-03-28T15:37:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jcking","name":"Justin King","path":"/jcking","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/997958?s=80&v=4"},"commit":{"message":"Pre-requisite fixes for `optional_type` conformance tests (#917)\n\n* Fix duplicate IDs in optMap and optFlatMap macros\r\n\r\nSigned-off-by: Justin King \r\n\r\n* Enable support for `optional_types` in conformance server\r\n\r\nSigned-off-by: Justin King \r\n\r\n---------\r\n\r\nSigned-off-by: Justin King ","shortMessageHtmlLink":"Pre-requisite fixes for optional_type conformance tests (#917)"}},{"before":"4a081dd8ed227ee802d776f899850419b7015807","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/repl/appengine/web/webpack-dev-middleware-5.3.4","pushedAt":"2024-03-21T20:01:19.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":"96904e47c825447ec53255d16f06d835a1c125e6","after":"14757df1b63a9314a613db184eceb955a53db092","ref":"refs/heads/master","pushedAt":"2024-03-21T20:01:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /repl/appengine/web (#916)\n\nBumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.\r\n- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)\r\n- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)\r\n- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: webpack-dev-middleware\r\n dependency-type: indirect\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 webpack-dev-middleware from 5.3.3 to 5.3.4 in /repl/appengine/web ("}},{"before":null,"after":"4a081dd8ed227ee802d776f899850419b7015807","ref":"refs/heads/dependabot/npm_and_yarn/repl/appengine/web/webpack-dev-middleware-5.3.4","pushedAt":"2024-03-21T19:20:18.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 webpack-dev-middleware from 5.3.3 to 5.3.4 in /repl/appengine/web\n\nBumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.\n- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)\n- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)\n- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)\n\n---\nupdated-dependencies:\n- dependency-name: webpack-dev-middleware\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /repl/appengine/web"}},{"before":"baf8af9beb280b234178f6a992b4eb3fae8f4591","after":"96904e47c825447ec53255d16f06d835a1c125e6","ref":"refs/heads/master","pushedAt":"2024-03-20T17:23:22.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"l46kok","name":"swh","path":"/l46kok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2355949?s=80&v=4"},"commit":{"message":"Merge pull request #915 from l46kok/update-cel-spec-deps\n\nUpdate test proto dependency from cel spec","shortMessageHtmlLink":"Merge pull request #915 from l46kok/update-cel-spec-deps"}},{"before":"9ba40572aaf6cb85326578eaa6d37845a11e27ea","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/repl/appengine/web/follow-redirects-1.15.6","pushedAt":"2024-03-18T21:08:37.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,"cursor":"djE6ks8AAAAEV4QtDgA","startCursor":null,"endCursor":null}},"title":"Activity · google/cel-go"}