{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":29174627,"defaultBranch":"master","name":"kythe","ownerLogin":"kythe","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-01-13T05:39:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/44679334?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715885602.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"057e12806df06576ee7bc12458f96b1291986578","ref":"refs/heads/dependabot/bundler/kythe/web/site/rexml-3.2.8","pushedAt":"2024-05-16T18:53:22.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":"build(deps): bump rexml from 3.2.5 to 3.2.8 in /kythe/web/site\n\nBumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.\n- [Release notes](https://github.com/ruby/rexml/releases)\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)\n\n---\nupdated-dependencies:\n- dependency-name: rexml\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump rexml from 3.2.5 to 3.2.8 in /kythe/web/site"}},{"before":null,"after":"c35134f3f63b8c826da9ab9066c3f832ce1ae670","ref":"refs/heads/dependabot/bundler/kythe/web/site/nokogiri-1.16.5","pushedAt":"2024-05-13T23:37:42.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":"build(deps): bump nokogiri from 1.16.2 to 1.16.5 in /kythe/web/site\n\nBumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5.\n- [Release notes](https://github.com/sparklemotion/nokogiri/releases)\n- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.2...v1.16.5)\n\n---\nupdated-dependencies:\n- dependency-name: nokogiri\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump nokogiri from 1.16.2 to 1.16.5 in /kythe/web/site"}},{"before":"79a384862b9ad403caecb063e1affc0f9bba77a5","after":"7225dbc01741f32c8c5824920e49165cf8bec5b4","ref":"refs/heads/master","pushedAt":"2024-04-22T20:22:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"},"commit":{"message":"chore: update Go dependencies via //:gazelle_update_repos (#6115)","shortMessageHtmlLink":"chore: update Go dependencies via //:gazelle_update_repos (#6115)"}},{"before":"4fcdf839efc225a1128c2f3909f8a67965d36cf4","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-04-22T19:55:48.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":"de55eb36b02246c8545f23f15cae1fff0db9d4ec","after":"79a384862b9ad403caecb063e1affc0f9bba77a5","ref":"refs/heads/master","pushedAt":"2024-04-22T19:55:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#6106)","shortMessageHtmlLink":"build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#6106)"}},{"before":"4e6c80f7ef57e26747be4852eaab2966633806ab","after":"4fcdf839efc225a1128c2f3909f8a67965d36cf4","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-04-22T19:37:18.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"},"commit":{"message":"Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.23.0","shortMessageHtmlLink":"Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.23.0"}},{"before":"2f7425df80a28f5b25dfe8dfb8f6992dd825ae68","after":"de55eb36b02246c8545f23f15cae1fff0db9d4ec","ref":"refs/heads/master","pushedAt":"2024-04-22T19:07:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zrlk","name":null,"path":"/zrlk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8932755?s=80&v=4"},"commit":{"message":"feat(java_indexer): add names for native methods (#6108)\n\nThis PR emits name nodes in the csymbol language for Java\r\nnative methods according to the JNI spec at\r\nhttps://docs.oracle.com/en/java/javase/11/docs/specs/jni/design.html .\r\n\r\nDoing this for the JVM indexer is left to future work, mainly\r\nthanks to an annoying detail that makes it necessary to know whether\r\na method has multiple native overloads to determine if it will be\r\ngiven a symbol without arguments.","shortMessageHtmlLink":"feat(java_indexer): add names for native methods (#6108)"}},{"before":"95f256a5d0c0e6ff2fb0460a8e6587d01ff40363","after":"2f7425df80a28f5b25dfe8dfb8f6992dd825ae68","ref":"refs/heads/master","pushedAt":"2024-04-22T18:05:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"},"commit":{"message":"chore: fix clang-tidy-from-source build config and apply some fixes (#6114)\n\n* chore: fix clang-tidy-from-source build config and apply some fixes\r\n\r\n* chore: don't emit the check profile from the wrapper","shortMessageHtmlLink":"chore: fix clang-tidy-from-source build config and apply some fixes (#…"}},{"before":"5a3525f9607d7e184de3cc0d25a4bf91d079dc8f","after":"95f256a5d0c0e6ff2fb0460a8e6587d01ff40363","ref":"refs/heads/master","pushedAt":"2024-04-22T17:01:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"},"commit":{"message":"fix(verifier_test): ensure tools use the same configuration as indexer (#6113)","shortMessageHtmlLink":"fix(verifier_test): ensure tools use the same configuration as indexer ("}},{"before":"304ee8134de836194d062af66ef6a794a9fcf75b","after":null,"ref":"refs/heads/revert-6110-j","pushedAt":"2024-04-22T16:48:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"}},{"before":"eb5aebf460b683cec49f9c2a40ae023a60d15e0b","after":"5a3525f9607d7e184de3cc0d25a4bf91d079dc8f","ref":"refs/heads/master","pushedAt":"2024-04-22T16:48:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"salguarnieri","name":"Sal","path":"/salguarnieri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10076680?s=80&v=4"},"commit":{"message":"Revert \"chore: build verifier_test deps in the exec configuration (#6110)\" (#6112)\n\nThis reverts commit 661ed82084f13d5e65f5fb498c8162554b52ee72.","shortMessageHtmlLink":"Revert \"chore: build verifier_test deps in the exec configuration (#6110"}},{"before":null,"after":"304ee8134de836194d062af66ef6a794a9fcf75b","ref":"refs/heads/revert-6110-j","pushedAt":"2024-04-22T16:17:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"salguarnieri","name":"Sal","path":"/salguarnieri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10076680?s=80&v=4"},"commit":{"message":"Revert \"chore: build verifier_test deps in the exec configuration (#6110)\"\n\nThis reverts commit 661ed82084f13d5e65f5fb498c8162554b52ee72.","shortMessageHtmlLink":"Revert \"chore: build verifier_test deps in the exec configuration (#6110"}},{"before":"eb41b66a4f67946a291b8c36f9a2daf37bac5e04","after":"eb5aebf460b683cec49f9c2a40ae023a60d15e0b","ref":"refs/heads/master","pushedAt":"2024-04-22T00:11:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jaysachs","name":"Jay Sachs","path":"/jaysachs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12683041?s=80&v=4"},"commit":{"message":"chore: address clang-tidy complaints (#6111)","shortMessageHtmlLink":"chore: address clang-tidy complaints (#6111)"}},{"before":"661ed82084f13d5e65f5fb498c8162554b52ee72","after":"eb41b66a4f67946a291b8c36f9a2daf37bac5e04","ref":"refs/heads/master","pushedAt":"2024-04-21T15:05:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jaysachs","name":"Jay Sachs","path":"/jaysachs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12683041?s=80&v=4"},"commit":{"message":"feat(protobuf): add types for protobuf service RPCs (#6109)","shortMessageHtmlLink":"feat(protobuf): add types for protobuf service RPCs (#6109)"}},{"before":"1a5bd228e1265787bfd41b1b12db510fd79880d5","after":"661ed82084f13d5e65f5fb498c8162554b52ee72","ref":"refs/heads/master","pushedAt":"2024-04-21T04:49:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"salguarnieri","name":"Sal","path":"/salguarnieri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10076680?s=80&v=4"},"commit":{"message":"chore: build verifier_test deps in the exec configuration (#6110)","shortMessageHtmlLink":"chore: build verifier_test deps in the exec configuration (#6110)"}},{"before":null,"after":"4e6c80f7ef57e26747be4852eaab2966633806ab","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-04-19T12:17:08.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":"build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0\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: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0"}},{"before":"79907b65003474e2b061436cdfacb82bc65ed649","after":"1a5bd228e1265787bfd41b1b12db510fd79880d5","ref":"refs/heads/master","pushedAt":"2024-04-18T21:05:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zrlk","name":null,"path":"/zrlk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8932755?s=80&v=4"},"commit":{"message":"feat(cxx_indexer): emit symbols for extern C function defns (#6104)\n\n* feat(cxx_indexer): emit symbols for extern C function defns\r\n\r\nSymbols for extern \"C\" function definitions are emitted\r\nas name nodes in the symbol language. A function definition\r\nnode is `named` its name node. The name node uses the corpus\r\nof the function it names. (The node kind, language, edge kind,\r\nand edge direction are all up for discussion.)\r\n\r\n* fix: symbol -> csymbol; condition csymbols on a flag","shortMessageHtmlLink":"feat(cxx_indexer): emit symbols for extern C function defns (#6104)"}},{"before":"739d1814aae1c866a91cd8b7381ad413cb76b6c8","after":"79907b65003474e2b061436cdfacb82bc65ed649","ref":"refs/heads/master","pushedAt":"2024-04-18T20:43:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"},"commit":{"message":"chore: update LLVM (#6105)","shortMessageHtmlLink":"chore: update LLVM (#6105)"}},{"before":"4d4d82adf84e6f5a2db98ea118e069aba36fc954","after":"739d1814aae1c866a91cd8b7381ad413cb76b6c8","ref":"refs/heads/master","pushedAt":"2024-04-16T22:20:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"schroederc","name":"Cody Schroeder","path":"/schroederc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8930878?s=80&v=4"},"commit":{"message":"fix(java_indexer): emit jvm refs for enum constants (#6103)","shortMessageHtmlLink":"fix(java_indexer): emit jvm refs for enum constants (#6103)"}},{"before":"a6e84b688acefaa9f9d35068b0c2d366e2f5f8d8","after":"4d4d82adf84e6f5a2db98ea118e069aba36fc954","ref":"refs/heads/master","pushedAt":"2024-04-16T21:55:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"schroederc","name":"Cody Schroeder","path":"/schroederc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8930878?s=80&v=4"},"commit":{"message":"test: add JVM enum signature tests (#6102)","shortMessageHtmlLink":"test: add JVM enum signature tests (#6102)"}},{"before":"e7c69fbf2b1fc8598e0665c10201eb28181fcebf","after":"a6e84b688acefaa9f9d35068b0c2d366e2f5f8d8","ref":"refs/heads/master","pushedAt":"2024-04-16T16:39:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"},"commit":{"message":"chore: update LLVM (#6101)","shortMessageHtmlLink":"chore: update LLVM (#6101)"}},{"before":"46a53a9e2decedfd3d83dbced3b03ad80ea719e5","after":"e7c69fbf2b1fc8598e0665c10201eb28181fcebf","ref":"refs/heads/master","pushedAt":"2024-04-15T21:31:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"},"commit":{"message":"chore: add some bzl_library dependencies (#6100)\n\n* chore: add some bzl_library dependencies\r\n\r\n* chore: add load for bzl_library\r\n\r\n* chore: remove dep w/o upstream BUILD file","shortMessageHtmlLink":"chore: add some bzl_library dependencies (#6100)"}},{"before":"3718580479b34aeff670a031980c43b4e7b08e17","after":"46a53a9e2decedfd3d83dbced3b03ad80ea719e5","ref":"refs/heads/master","pushedAt":"2024-04-15T19:27:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"},"commit":{"message":"chore: add load() for ProtoInfo (#6099)","shortMessageHtmlLink":"chore: add load() for ProtoInfo (#6099)"}},{"before":"e3a432055fe5868153b5251eb1b1a905fb146dc7","after":"3718580479b34aeff670a031980c43b4e7b08e17","ref":"refs/heads/master","pushedAt":"2024-04-15T16:52:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"schroederc","name":"Cody Schroeder","path":"/schroederc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8930878?s=80&v=4"},"commit":{"message":"test: suppress another warning in testdata (#6098)","shortMessageHtmlLink":"test: suppress another warning in testdata (#6098)"}},{"before":"84c9672e5ead99ffc9c70a679977bac8abe79be2","after":"e3a432055fe5868153b5251eb1b1a905fb146dc7","ref":"refs/heads/master","pushedAt":"2024-04-15T16:13:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"schroederc","name":"Cody Schroeder","path":"/schroederc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8930878?s=80&v=4"},"commit":{"message":"feat(tools): --render_marked_source added to kythe docs cli (#6097)","shortMessageHtmlLink":"feat(tools): --render_marked_source added to kythe docs cli (#6097)"}},{"before":"69febc8ba8d1c76c701ef42fcaf0758c9efb13ec","after":"84c9672e5ead99ffc9c70a679977bac8abe79be2","ref":"refs/heads/master","pushedAt":"2024-04-12T14:57:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"},"commit":{"message":"Add `load()`s for the Bazel builtin java top-level symbols (#6096)\n\nThis is in preparation for the symbols to be moved out of Bazel and into `@rules_java`\r\n\r\nCo-authored-by: Cody Schroeder ","shortMessageHtmlLink":"Add load()s for the Bazel builtin java top-level symbols (#6096)"}},{"before":"9d8190d284c99077e63b806d7a44d95328afd39a","after":"69febc8ba8d1c76c701ef42fcaf0758c9efb13ec","ref":"refs/heads/master","pushedAt":"2024-04-08T20:53:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"schroederc","name":"Cody Schroeder","path":"/schroederc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8930878?s=80&v=4"},"commit":{"message":"chore: fix some comments (#6095)","shortMessageHtmlLink":"chore: fix some comments (#6095)"}},{"before":"dd87a938ce0eea9ab115097bc1f5d6d66dacbf89","after":"9d8190d284c99077e63b806d7a44d95328afd39a","ref":"refs/heads/master","pushedAt":"2024-04-08T20:21:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"schroederc","name":"Cody Schroeder","path":"/schroederc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8930878?s=80&v=4"},"commit":{"message":"feat(cxx_indexer): emit name nodes for flags (#6094)","shortMessageHtmlLink":"feat(cxx_indexer): emit name nodes for flags (#6094)"}},{"before":"cf59b88f8908d899682e41b379444b8db78acbcb","after":"dd87a938ce0eea9ab115097bc1f5d6d66dacbf89","ref":"refs/heads/master","pushedAt":"2024-04-08T19:18:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zrlk","name":null,"path":"/zrlk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8932755?s=80&v=4"},"commit":{"message":"fix(cxx_indexer): clarify the use of llvm::dyn_cast on ClaimTokens (#6093)","shortMessageHtmlLink":"fix(cxx_indexer): clarify the use of llvm::dyn_cast on ClaimTokens (#…"}},{"before":"7463f04646babbf79680823349a05624f086137a","after":"cf59b88f8908d899682e41b379444b8db78acbcb","ref":"refs/heads/master","pushedAt":"2024-04-04T21:19:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shahms","name":"Shahms King","path":"/shahms","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789440?s=80&v=4"},"commit":{"message":"chore: update LLVM (#6091)","shortMessageHtmlLink":"chore: update LLVM (#6091)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAES_mBEgA","startCursor":null,"endCursor":null}},"title":"Activity · kythe/kythe"}