{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":490795188,"defaultBranch":"master","name":"cel-go","ownerLogin":"jnthntatum","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-05-10T17:22:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/733856?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1703797050.0","currentOid":""},"activityList":{"items":[{"before":"f0326f3a279cb52762d5353db05d26a4d3ed5a4e","after":"a2ede10bcb1ad9052637ae59dfa49c90ca10a848","ref":"refs/heads/repl-partial-eval","pushedAt":"2023-12-28T21:05:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add partial eval support to the REPL.","shortMessageHtmlLink":"Add partial eval support to the REPL."}},{"before":null,"after":"f0326f3a279cb52762d5353db05d26a4d3ed5a4e","ref":"refs/heads/repl-partial-eval","pushedAt":"2023-12-28T20:57:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add partial eval support to the REPL.","shortMessageHtmlLink":"Add partial eval support to the REPL."}},{"before":"12482661d4c9c42ae71e056c5f7764bf8e023264","after":"f0326f3a279cb52762d5353db05d26a4d3ed5a4e","ref":"refs/heads/master","pushedAt":"2023-12-28T20:56:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add partial eval support to the REPL.","shortMessageHtmlLink":"Add partial eval support to the REPL."}},{"before":"9c277ebfdc8160ff35874276eb4ec567efe893bc","after":"12482661d4c9c42ae71e056c5f7764bf8e023264","ref":"refs/heads/master","pushedAt":"2023-12-28T02:49:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add partial eval support to the REPL.","shortMessageHtmlLink":"Add partial eval support to the REPL."}},{"before":"8657c986423a8b55e4b44b9a1b2d28e5bf55d469","after":"9c277ebfdc8160ff35874276eb4ec567efe893bc","ref":"refs/heads/master","pushedAt":"2023-12-27T18:01:35.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Fix incorrect example in string formatting docs. (#873)\n\n%s is defined to support \"all numerical types (int, uint, and double).\"\r\nbut later the docs also say:\r\n\"Passing an incorrect type (an integer to `%s`) is considered an error\"\r\n\r\nThe example in the parenthetical contradicts the definition of %s.\r\n\r\nThis change replaces the parenthetical example with one that is\r\naccurate and verified by an existing test case. This change also adds\r\nan explicit test case to verify that it is valid to pass an in to %s.","shortMessageHtmlLink":"Fix incorrect example in string formatting docs. (google#873)"}},{"before":"0d05b829bfb1f845de783b846ae83eaf3e0d6800","after":"621fea0fb2a0116c4b53474660638c33c44a8fba","ref":"refs/heads/repl-test-types","pushedAt":"2023-12-27T17:59:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Update repl/main/README with --pkg option","shortMessageHtmlLink":"Update repl/main/README with --pkg option"}},{"before":"8fa06ffccccc6e210feb35a01727bdf43b494bb6","after":"0d05b829bfb1f845de783b846ae83eaf3e0d6800","ref":"refs/heads/repl-test-types","pushedAt":"2023-12-27T17:56:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Update repl/main/README with --pkg option","shortMessageHtmlLink":"Update repl/main/README with --pkg option"}},{"before":"22924cd5d69e564b0d23e7362e8d8897ea419ae7","after":"8fa06ffccccc6e210feb35a01727bdf43b494bb6","ref":"refs/heads/repl-test-types","pushedAt":"2023-12-26T23:25:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add option to include test types in the repl.\n\nAdds a repl option to include packages of linked in message types.\nThis allows using the types without preparing a hermetic set of\ndescriptors to load from file.","shortMessageHtmlLink":"Add option to include test types in the repl."}},{"before":"cd7b7d2b8b75ec74bc7ada77020c0eccf0f224a1","after":"22924cd5d69e564b0d23e7362e8d8897ea419ae7","ref":"refs/heads/repl-test-types","pushedAt":"2023-12-26T19:50:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add option to include test types in the repl.\n\nAdds a repl option to include packages of linked in message types.\nThis allows using the types without preparing a hermetic set of\ndescriptors to load from file.","shortMessageHtmlLink":"Add option to include test types in the repl."}},{"before":"6a3f9739952541e35ccf080be9a7098c0b696a35","after":"cd7b7d2b8b75ec74bc7ada77020c0eccf0f224a1","ref":"refs/heads/repl-test-types","pushedAt":"2023-12-26T19:49:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add option to include test types in the repl.\n\nAdds a repl option to include packages of linked in message types.\nThis allows using the types without preparing a hermetic set of\ndescriptors to load from file.","shortMessageHtmlLink":"Add option to include test types in the repl."}},{"before":"5fcc1b756dae38a815862fe85257780d66c71d46","after":"6a3f9739952541e35ccf080be9a7098c0b696a35","ref":"refs/heads/repl-test-types","pushedAt":"2023-12-26T19:42:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add option to include test types in the repl.\n\nAdds a repl option to include packages of linked in message types.\nThis allows using the types without preparing a hermetic set of\ndescriptors to load from file.","shortMessageHtmlLink":"Add option to include test types in the repl."}},{"before":null,"after":"2f2d3f5a986cb2a386b2f3d3e71ad7f4d1ca3674","ref":"refs/heads/parse_map_macro_id","pushedAt":"2023-12-05T18:43:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Update builtin macros to use unique IDs.\n\nFilter and map macros previously reused Expr.id values for repeated\nreferences to the accumulator var. After this change, the parser\nshould always provide unique node IDs per AST assuming standard macros.","shortMessageHtmlLink":"Update builtin macros to use unique IDs."}},{"before":"39c28108721d8642dac521409706d2a9871511a1","after":"8657c986423a8b55e4b44b9a1b2d28e5bf55d469","ref":"refs/heads/master","pushedAt":"2023-12-04T22:12:49.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add AST node IDs to types.Err for errorable expressions (#862)\n\nCurrently, it is not possible to obtain the source location of a runtime\r\nerror making it difficult sometimes to identify the cause of an issue.\r\nIf an AST node ID is available, the source location can be obtained, so\r\nadd this information to runtime errors.\r\n\r\nref.Val values returned by the following types are examined for error\r\nstate and if an error and no AST node has been set, the node ID of the\r\nInterpretable is added to the error.\r\n\r\n* evalAnd\r\n* evalAttr\r\n* evalBinary\r\n* evalExhaustiveConditional\r\n* evalList\r\n* evalMap\r\n* evalMap\r\n* evalObj\r\n* evalOr\r\n* evalTestOnly\r\n* evalUnary\r\n* evalVarArgs\r\n* evalWatchAttrQual\r\n* evalWatchConstQual\r\n* evalWatchQual\r\n* evalZeroArity","shortMessageHtmlLink":"Add AST node IDs to types.Err for errorable expressions (google#862)"}},{"before":null,"after":"5fcc1b756dae38a815862fe85257780d66c71d46","ref":"refs/heads/repl-test-types","pushedAt":"2023-11-02T03:11:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add option to include test types in the repl.\n\nAdds a repl option to include packages of linked in message types.\nThis allows using the types without preparing a hermetic set of\ndescriptors to load from file.","shortMessageHtmlLink":"Add option to include test types in the repl."}},{"before":"fc501a3a9c46dca28c79477a0fd8ae48a2df8ec8","after":"39c28108721d8642dac521409706d2a9871511a1","ref":"refs/heads/master","pushedAt":"2023-11-01T18:28:42.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Sets cost estimation and tracking options (#850)\n\n* Sets cost estimation and tracking options\r\n* Fix ContextEval support for estimator, tracker overloads\r\n* Add a guard around the set estimates\r\n* Adjust cost factor clamping as overflow calculations were incorrect","shortMessageHtmlLink":"Sets cost estimation and tracking options (google#850)"}},{"before":"50a09f248df8bd4c20d43238d38efc8c177830c3","after":"240fe4892a796bd9690ca589ffff4a3b19b6c325","ref":"refs/heads/repl-examples","pushedAt":"2023-10-26T04:04:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"pply style changes from feedback.","shortMessageHtmlLink":"pply style changes from feedback."}},{"before":"af62031fd23c60c107f25acc4ac1d30d0f590ea7","after":"50a09f248df8bd4c20d43238d38efc8c177830c3","ref":"refs/heads/repl-examples","pushedAt":"2023-10-26T03:54:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Apply style changes from feedback.","shortMessageHtmlLink":"Apply style changes from feedback."}},{"before":"56760f2693090c9913437e42b05e48e56e0b466a","after":"af62031fd23c60c107f25acc4ac1d30d0f590ea7","ref":"refs/heads/repl-examples","pushedAt":"2023-10-26T03:27:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Apply style changes from feedback.","shortMessageHtmlLink":"Apply style changes from feedback."}},{"before":"f1762fc5374ac5a7970d193fe50527f3d6a46734","after":"56760f2693090c9913437e42b05e48e56e0b466a","ref":"refs/heads/repl-examples","pushedAt":"2023-10-25T01:56:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Fixes for google3 import\n\n- tslint fixes\n- swap from browser dynamic\n- fix reference panel spec test","shortMessageHtmlLink":"Fixes for google3 import"}},{"before":"09f166636b3af320bc65f7b66d1b7b9d07ea5e67","after":"f1762fc5374ac5a7970d193fe50527f3d6a46734","ref":"refs/heads/repl-examples","pushedAt":"2023-10-25T01:31:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Style fixes for google3","shortMessageHtmlLink":"Style fixes for google3"}},{"before":"9f5af78d01d0818c6da6031d7e1d3eea41786ada","after":"09f166636b3af320bc65f7b66d1b7b9d07ea5e67","ref":"refs/heads/repl-examples","pushedAt":"2023-10-24T22:49:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Update repl error message for known ext.","shortMessageHtmlLink":"Update repl error message for known ext."}},{"before":null,"after":"9f5af78d01d0818c6da6031d7e1d3eea41786ada","ref":"refs/heads/repl-examples","pushedAt":"2023-10-24T03:55:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Add basic examples to the repl.\n\n- Add examples covering basic CEL features and extensions\n- Add evaluate button to repl console","shortMessageHtmlLink":"Add basic examples to the repl."}},{"before":"41fa51eabd4a358b27fbcad67e0f75b1279fec70","after":"fc501a3a9c46dca28c79477a0fd8ae48a2df8ec8","ref":"refs/heads/master","pushedAt":"2023-10-20T23:33:23.000Z","pushType":"push","commitsCount":73,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.10.0 to 0.17.0 in /server (#845)\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.\r\n- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.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.10.0 to 0.17.0 in /server (google#845)"}},{"before":"8823182c8e63f098a765b858f2cb0a0102917076","after":null,"ref":"refs/heads/repl-lintfix","pushedAt":"2023-06-14T23:48:00.292Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"}},{"before":"32d97b27139f36bbd2d97760522cb564199d8840","after":null,"ref":"refs/heads/appengine-demo","pushedAt":"2023-06-14T23:47:58.962Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"}},{"before":"a2dd39c4b5d2c404281c3d9c2c98d5490d0d00e6","after":null,"ref":"refs/heads/lint-fix","pushedAt":"2023-06-14T23:47:55.183Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"}},{"before":"f2ebb40dd393568fcc2549013fdd512fbb40e970","after":null,"ref":"refs/heads/appengine-version-bump","pushedAt":"2023-06-14T23:47:54.047Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"}},{"before":"e9b8c7ccfa0b35777df945512a53a3f46231548d","after":null,"ref":"refs/heads/repl-fmt","pushedAt":"2023-06-14T23:47:38.459Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"}},{"before":"dee5afe6e7bf305f0ed49517da4188533f39faf8","after":null,"ref":"refs/heads/repl2","pushedAt":"2023-06-14T23:47:36.534Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"}},{"before":"d209a1b4da73c4753c0372922745b48d559b4570","after":null,"ref":"refs/heads/readme-patch","pushedAt":"2023-06-14T23:47:35.372Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jnthntatum","name":"Jonathan Tatum","path":"/jnthntatum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/733856?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD07AlqwA","startCursor":null,"endCursor":null}},"title":"Activity ยท jnthntatum/cel-go"}