chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:42:18 +08:00
commit 05f60106aa
288 changed files with 76871 additions and 0 deletions
@@ -0,0 +1,3 @@
repo,commit,predicted_files,actual_files,true_positives,precision,recall,f1
code-review-graph,528801f841e519567ef54d6e52e9b9831d162e1b,6,3,3,0.5,1.0,0.667
code-review-graph,84bde35459c52e1e0c4b25c6c4799743021e0fc7,3,2,2,0.667,1.0,0.8
1 repo commit predicted_files actual_files true_positives precision recall f1
2 code-review-graph 528801f841e519567ef54d6e52e9b9831d162e1b 6 3 3 0.5 1.0 0.667
3 code-review-graph 84bde35459c52e1e0c4b25c6c4799743021e0fc7 3 2 2 0.667 1.0 0.8
@@ -0,0 +1,3 @@
repo,task_id,nl_query,anchor_found,anchor_rank,neighbor_count,expected_count,matched_count,neighbor_recall,score
code-review-graph,crg-parse-file-callers,Who invokes the parser entry point on a single source file,True,0,49,1,1,1.0,1.0
code-review-graph,crg-upsert-node-callers,Where the graph store inserts or updates a node,True,4,23,1,1,1.0,1.0
1 repo task_id nl_query anchor_found anchor_rank neighbor_count expected_count matched_count neighbor_recall score
2 code-review-graph crg-parse-file-callers Who invokes the parser entry point on a single source file True 0 49 1 1 1.0 1.0
3 code-review-graph crg-upsert-node-callers Where the graph store inserts or updates a node True 4 23 1 1 1.0 1.0
@@ -0,0 +1,3 @@
repo,commit,description,changed_files,naive_tokens,standard_tokens,graph_tokens,naive_to_graph_ratio,standard_to_graph_ratio
code-review-graph,528801f841e519567ef54d6e52e9b9831d162e1b,feat: add multi-platform MCP server installation support,3,10858,4147,215154,0.1,0.0
code-review-graph,84bde35459c52e1e0c4b25c6c4799743021e0fc7,feat: add Google Antigravity platform support for MCP install,2,8113,394,203906,0.0,0.0
1 repo commit description changed_files naive_tokens standard_tokens graph_tokens naive_to_graph_ratio standard_to_graph_ratio
2 code-review-graph 528801f841e519567ef54d6e52e9b9831d162e1b feat: add multi-platform MCP server installation support 3 10858 4147 215154 0.1 0.0
3 code-review-graph 84bde35459c52e1e0c4b25c6c4799743021e0fc7 feat: add Google Antigravity platform support for MCP install 2 8113 394 203906 0.0 0.0
@@ -0,0 +1,3 @@
repo,commit,predicted_files,actual_files,true_positives,precision,recall,f1
express,925a1dff1e42f1b393c977b8b77757fcf633e09f,2,1,1,0.5,1.0,0.667
express,b4ab7d65d7724d9309b6faaaf82ad492da2a6d35,2,1,1,0.5,1.0,0.667
1 repo commit predicted_files actual_files true_positives precision recall f1
2 express 925a1dff1e42f1b393c977b8b77757fcf633e09f 2 1 1 0.5 1.0 0.667
3 express b4ab7d65d7724d9309b6faaaf82ad492da2a6d35 2 1 1 0.5 1.0 0.667
@@ -0,0 +1,2 @@
repo,task_id,nl_query,anchor_found,anchor_rank,neighbor_count,expected_count,matched_count,neighbor_recall,score
express,express-create-application-callees,What express does when constructing an application,True,1,3,3,3,1.0,1.0
1 repo task_id nl_query anchor_found anchor_rank neighbor_count expected_count matched_count neighbor_recall score
2 express express-create-application-callees What express does when constructing an application True 1 3 3 3 1.0 1.0
@@ -0,0 +1,3 @@
repo,commit,description,changed_files,naive_tokens,standard_tokens,graph_tokens,naive_to_graph_ratio,standard_to_graph_ratio
express,925a1dff1e42f1b393c977b8b77757fcf633e09f,fix: bump qs minimum to ^6.14.2 for CVE-2026-2391,1,682,82,1015,0.7,0.1
express,b4ab7d65d7724d9309b6faaaf82ad492da2a6d35,test: include edge case tests for res.type(),1,703,510,84930,0.0,0.0
1 repo commit description changed_files naive_tokens standard_tokens graph_tokens naive_to_graph_ratio standard_to_graph_ratio
2 express 925a1dff1e42f1b393c977b8b77757fcf633e09f fix: bump qs minimum to ^6.14.2 for CVE-2026-2391 1 682 82 1015 0.7 0.1
3 express b4ab7d65d7724d9309b6faaaf82ad492da2a6d35 test: include edge case tests for res.type() 1 703 510 84930 0.0 0.0
@@ -0,0 +1,3 @@
repo,commit,predicted_files,actual_files,true_positives,precision,recall,f1
fastapi,fa3588c38c7473aca7536b12d686102de4b0f407,1,1,1,1.0,1.0,1.0
fastapi,0227991a01e61bf5cdd93cc00e9e243f52b47a4a,2,1,1,0.5,1.0,0.667
1 repo commit predicted_files actual_files true_positives precision recall f1
2 fastapi fa3588c38c7473aca7536b12d686102de4b0f407 1 1 1 1.0 1.0 1.0
3 fastapi 0227991a01e61bf5cdd93cc00e9e243f52b47a4a 2 1 1 0.5 1.0 0.667
@@ -0,0 +1,3 @@
repo,task_id,nl_query,anchor_found,anchor_rank,neighbor_count,expected_count,matched_count,neighbor_recall,score
fastapi,fastapi-route-handler-callers,How fastapi binds a route handler to an APIRoute,True,6,1,1,1,1.0,1.0
fastapi,fastapi-get-dependant-callers,Where fastapi resolves dependency declarations into a tree,False,-1,0,2,0,0.0,0.0
1 repo task_id nl_query anchor_found anchor_rank neighbor_count expected_count matched_count neighbor_recall score
2 fastapi fastapi-route-handler-callers How fastapi binds a route handler to an APIRoute True 6 1 1 1 1.0 1.0
3 fastapi fastapi-get-dependant-callers Where fastapi resolves dependency declarations into a tree False -1 0 2 0 0.0 0.0
@@ -0,0 +1,3 @@
repo,commit,description,changed_files,naive_tokens,standard_tokens,graph_tokens,naive_to_graph_ratio,standard_to_graph_ratio
fastapi,fa3588c38c7473aca7536b12d686102de4b0f407,Fix typo for client_secret in OAuth2 form docstrings,1,6045,299,195653,0.0,0.0
fastapi,0227991a01e61bf5cdd93cc00e9e243f52b47a4a,Exclude spam comments from statistics in scripts/people.py,1,3844,735,133131,0.0,0.0
1 repo commit description changed_files naive_tokens standard_tokens graph_tokens naive_to_graph_ratio standard_to_graph_ratio
2 fastapi fa3588c38c7473aca7536b12d686102de4b0f407 Fix typo for client_secret in OAuth2 form docstrings 1 6045 299 195653 0.0 0.0
3 fastapi 0227991a01e61bf5cdd93cc00e9e243f52b47a4a Exclude spam comments from statistics in scripts/people.py 1 3844 735 133131 0.0 0.0
@@ -0,0 +1,3 @@
repo,commit,predicted_files,actual_files,true_positives,precision,recall,f1
flask,fbb6f0bc4c60a0bada0e03c3480d0ccf30a3c1df,34,10,10,0.294,1.0,0.455
flask,a29f88ce6f2f9843bd6fcbbfce1390a2071965d6,6,4,4,0.667,1.0,0.8
1 repo commit predicted_files actual_files true_positives precision recall f1
2 flask fbb6f0bc4c60a0bada0e03c3480d0ccf30a3c1df 34 10 10 0.294 1.0 0.455
3 flask a29f88ce6f2f9843bd6fcbbfce1390a2071965d6 6 4 4 0.667 1.0 0.8
@@ -0,0 +1,3 @@
repo,task_id,nl_query,anchor_found,anchor_rank,neighbor_count,expected_count,matched_count,neighbor_recall,score
flask,flask-dispatch-callers,Where Flask dispatches HTTP requests,True,3,1,1,1,1.0,1.0
flask,flask-exception-callers,Where Flask handles uncaught exceptions,True,5,1,1,1,1.0,1.0
1 repo task_id nl_query anchor_found anchor_rank neighbor_count expected_count matched_count neighbor_recall score
2 flask flask-dispatch-callers Where Flask dispatches HTTP requests True 3 1 1 1 1.0 1.0
3 flask flask-exception-callers Where Flask handles uncaught exceptions True 5 1 1 1 1.0 1.0
@@ -0,0 +1,3 @@
repo,commit,description,changed_files,naive_tokens,standard_tokens,graph_tokens,naive_to_graph_ratio,standard_to_graph_ratio
flask,fbb6f0bc4c60a0bada0e03c3480d0ccf30a3c1df,all teardown callbacks are called despite errors,10,72069,4656,426628,0.2,0.0
flask,a29f88ce6f2f9843bd6fcbbfce1390a2071965d6,document that headers must be set before streaming,4,12917,1136,116768,0.1,0.0
1 repo commit description changed_files naive_tokens standard_tokens graph_tokens naive_to_graph_ratio standard_to_graph_ratio
2 flask fbb6f0bc4c60a0bada0e03c3480d0ccf30a3c1df all teardown callbacks are called despite errors 10 72069 4656 426628 0.2 0.0
3 flask a29f88ce6f2f9843bd6fcbbfce1390a2071965d6 document that headers must be set before streaming 4 12917 1136 116768 0.1 0.0
@@ -0,0 +1,4 @@
repo,commit,predicted_files,actual_files,true_positives,precision,recall,f1
gin,052d1a79aafe3f04078a2716f8e77d4340308383,12,5,5,0.417,1.0,0.588
gin,472d086af2acd924cb4b9d7be0525f7d790f69bc,5,2,2,0.4,1.0,0.571
gin,5c00df8afadd06cc5be530dde00fe6d9fa4a2e4a,4,2,2,0.5,1.0,0.667
1 repo commit predicted_files actual_files true_positives precision recall f1
2 gin 052d1a79aafe3f04078a2716f8e77d4340308383 12 5 5 0.417 1.0 0.588
3 gin 472d086af2acd924cb4b9d7be0525f7d790f69bc 5 2 2 0.4 1.0 0.571
4 gin 5c00df8afadd06cc5be530dde00fe6d9fa4a2e4a 4 2 2 0.5 1.0 0.667
@@ -0,0 +1,3 @@
repo,task_id,nl_query,anchor_found,anchor_rank,neighbor_count,expected_count,matched_count,neighbor_recall,score
gin,gin-serve-http-callees,What does the gin engine do when serving an HTTP request,True,5,4,1,1,1.0,1.0
gin,gin-context-next-callers,Who advances the gin middleware chain via Context.Next,True,0,22,2,2,1.0,1.0
1 repo task_id nl_query anchor_found anchor_rank neighbor_count expected_count matched_count neighbor_recall score
2 gin gin-serve-http-callees What does the gin engine do when serving an HTTP request True 5 4 1 1 1.0 1.0
3 gin gin-context-next-callers Who advances the gin middleware chain via Context.Next True 0 22 2 2 1.0 1.0
@@ -0,0 +1,4 @@
repo,commit,description,changed_files,naive_tokens,standard_tokens,graph_tokens,naive_to_graph_ratio,standard_to_graph_ratio
gin,052d1a79aafe3f04078a2716f8e77d4340308383,feat(render): add PDF renderer and tests,5,44085,958,362689,0.1,0.0
gin,472d086af2acd924cb4b9d7be0525f7d790f69bc,fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath,2,13879,1347,105862,0.1,0.0
gin,5c00df8afadd06cc5be530dde00fe6d9fa4a2e4a,fix(render): write content length in Data.Render,2,4702,517,194669,0.0,0.0
1 repo commit description changed_files naive_tokens standard_tokens graph_tokens naive_to_graph_ratio standard_to_graph_ratio
2 gin 052d1a79aafe3f04078a2716f8e77d4340308383 feat(render): add PDF renderer and tests 5 44085 958 362689 0.1 0.0
3 gin 472d086af2acd924cb4b9d7be0525f7d790f69bc fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath 2 13879 1347 105862 0.1 0.0
4 gin 5c00df8afadd06cc5be530dde00fe6d9fa4a2e4a fix(render): write content length in Data.Render 2 4702 517 194669 0.0 0.0
@@ -0,0 +1,3 @@
repo,commit,predicted_files,actual_files,true_positives,precision,recall,f1
httpx,ae1b9f66238f75ced3ced5e4485408435de10768,3,3,3,1.0,1.0,1.0
httpx,b55d4635701d9dc22928ee647880c76b078ba3f2,7,4,4,0.571,1.0,0.727
1 repo commit predicted_files actual_files true_positives precision recall f1
2 httpx ae1b9f66238f75ced3ced5e4485408435de10768 3 3 3 1.0 1.0 1.0
3 httpx b55d4635701d9dc22928ee647880c76b078ba3f2 7 4 4 0.571 1.0 0.727
@@ -0,0 +1,3 @@
repo,task_id,nl_query,anchor_found,anchor_rank,neighbor_count,expected_count,matched_count,neighbor_recall,score
httpx,httpx-client-request-callers,Which HTTP verbs route through the httpx Client.request,True,0,16,6,6,1.0,1.0
httpx,httpx-async-request-tests,Tests covering the httpx async client request method,True,7,2,1,1,1.0,1.0
1 repo task_id nl_query anchor_found anchor_rank neighbor_count expected_count matched_count neighbor_recall score
2 httpx httpx-client-request-callers Which HTTP verbs route through the httpx Client.request True 0 16 6 6 1.0 1.0
3 httpx httpx-async-request-tests Tests covering the httpx async client request method True 7 2 1 1 1.0 1.0
@@ -0,0 +1,3 @@
repo,commit,description,changed_files,naive_tokens,standard_tokens,graph_tokens,naive_to_graph_ratio,standard_to_graph_ratio
httpx,ae1b9f66238f75ced3ced5e4485408435de10768,Expose FunctionAuth in __all__,3,16816,267,175941,0.1,0.0
httpx,b55d4635701d9dc22928ee647880c76b078ba3f2,Upgrade Python type checker mypy,4,7248,820,181687,0.0,0.0
1 repo commit description changed_files naive_tokens standard_tokens graph_tokens naive_to_graph_ratio standard_to_graph_ratio
2 httpx ae1b9f66238f75ced3ced5e4485408435de10768 Expose FunctionAuth in __all__ 3 16816 267 175941 0.1 0.0
3 httpx b55d4635701d9dc22928ee647880c76b078ba3f2 Upgrade Python type checker mypy 4 7248 820 181687 0.0 0.0