Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abhigyanpatwari/GitNexus
/ endpoints
Endpoints
36 in github.com/abhigyanpatwari/GitNexus
⨍
Functions
14,938
◇
Types & classes
3,725
↳
Endpoints
36
Route
audit
router.get("/audit")
gitnexus/test/fixtures/fastapi-prefix-app/admin/users.py:None
Route
create_user
router.post("/create")
gitnexus/test/fixtures/fastapi-prefix-app/api/users.py:None
Route
create_user
router.post("/users")
gitnexus/test/fixtures/lang-resolution/fastapi-depends/app/api/users.py:None
Route
create_widget
router.post(API_V1_WIDGETS_GET)
gitnexus/test/fixtures/fastapi-composed-app/app/routes.py:None
Route
create_widget_v2
router.post(API_V1_WIDGETS_GET)
gitnexus/test/fixtures/fastapi-composed-app/app/prefixed.py:None
Route
get_item
router.get("/{item_id}")
gitnexus/test/fixtures/fastapi-prefix-app/api/items.py:None
Route
get_user
router.get("/users")
gitnexus/test/fixtures/lang-resolution/fastapi-depends/app/api/users.py:None
Route
handler_a
router.get(SHARED)
gitnexus/test/fixtures/fastapi-composed-app/pkg_a/routes.py:None
Route
handler_b
router.get(SHARED)
gitnexus/test/fixtures/fastapi-composed-app/pkg_b/routes.py:None
Route
health
router.get("/literal/health")
gitnexus/test/fixtures/fastapi-composed-app/app/routes.py:None
Route
info
router.get("/info")
gitnexus/test/fixtures/fastapi-prefix-app/relative.py:None
Route
leaf
router.get(MID + "/leaf")
gitnexus/test/fixtures/fastapi-composed-app/deep/leaf.py:None
Route
list_calls
router.get("/list")
gitnexus/test/fixtures/fastapi-prefix-app/api/calls.py:None
Route
list_calls
router.get("/calls")
gitnexus/test/fixtures/lang-resolution/fastapi-depends/app/api/calls.py:None
Route
list_local
router.get("")
gitnexus/test/fixtures/fastapi-prefix-app/local.py:None
Route
list_users
router.get("/list")
gitnexus/test/fixtures/fastapi-prefix-app/api/users.py:None
Route
remove_widget
router.delete(UNKNOWN_ROUTE_CONST)
gitnexus/test/fixtures/fastapi-composed-app/app/routes.py:None
Route
root_users_landing
router.get("/landing")
gitnexus/test/fixtures/fastapi-prefix-app/users.py:None
Route
snap_route
app.get(SNAP)
gitnexus/test/fixtures/fastapi-composed-app/app/snapshot.py:None
Route
test_capture_patch_materializes_only_the_bounded_prefix
pytest.mark.skipif(os.name == "nt", reason="sandbox patch streaming uses POSIX executable paths")
eval/tests/test_workflow_bench_sessions.py:None
Route
test_clone_controlled_mcp_replacement_is_never_executed_or_credentialed
pytest.mark.skipif( os.environ.get("GITNEXUS_REQUIRE_BWRAP_CANARY") != "1", reason="real Bubblewrap ca
eval/tests/test_proposer_sandbox.py:None
Route
test_prebuilt_graph_and_harness_assets_are_rejected
pytest.mark.parametrize( "task", [ {"sandbox_copy": [".gitnexus/lbug"]}, {"sandbox_cop
eval/tests/test_sanitized_graph.py:None
Route
test_promotion_apply_rejects_mismatched_evidence_bindings
pytest.mark.parametrize( ("field", "value"), [ ("benchmark_model", "other"), ("propose
eval/tests/test_evolve.py:None
Route
test_real_bubblewrap_blocks_repo_skill_edits_and_home_shadowing
pytest.mark.skipif( os.environ.get("GITNEXUS_REQUIRE_BWRAP_CANARY") != "1", reason="real Bubblewrap ca
eval/tests/test_proposer_sandbox.py:None
Route
test_real_bubblewrap_claude_strictly_validates_staged_plugin
pytest.mark.skipif( os.environ.get("GITNEXUS_REQUIRE_CLAUDE_CANARY") != "1", reason="real Bubblewrap/C
eval/tests/test_ce_plugin_runtime.py:None
Route
test_real_bubblewrap_denies_parent_read_and_allows_clone_write
pytest.mark.skipif( os.environ.get("GITNEXUS_REQUIRE_BWRAP_CANARY") != "1", reason="real Bubblewrap ca
eval/tests/test_proposer_sandbox.py:None
Route
test_real_bubblewrap_runs_node_from_outside_the_bound_trees
pytest.mark.skipif( os.environ.get("GITNEXUS_REQUIRE_BWRAP_CANARY") != "1", reason="real Bubblewrap ca
eval/tests/test_proposer_sandbox.py:None
Route
test_real_bubblewrap_runs_npx_from_outside_the_bound_trees
pytest.mark.skipif( os.environ.get("GITNEXUS_REQUIRE_BWRAP_CANARY") != "1", reason="real Bubblewrap ca
eval/tests/test_proposer_sandbox.py:None
Route
test_real_bubblewrap_runtime_mount_imports_cli_without_exposing_checkout
pytest.mark.skipif( os.environ.get("GITNEXUS_REQUIRE_BWRAP_CANARY") != "1", reason="real Bubblewrap ca
eval/tests/test_workflow_bench_sessions.py:None
Route
test_real_bubblewrap_verifier_cannot_rewrite_credited_source_or_oracle
pytest.mark.skipif( os.environ.get("GITNEXUS_REQUIRE_BWRAP_CANARY") != "1", reason="real Bubblewrap ca
eval/tests/test_proposer_sandbox.py:None
Route
test_real_claude_bare_auth_inner_sandbox_and_mcp_permissions
pytest.mark.skipif( os.environ.get("GITNEXUS_REQUIRE_CLAUDE_CANARY") != "1", reason="real Claude/Bash/
eval/tests/test_proposer_sandbox.py:None
Route
test_run_claude_fails_closed_on_bad_reports
pytest.mark.parametrize( ("stdout", "expected_ok"), [ (VALID_REPORT, True), ("", False
eval/tests/test_workflow_bench_sessions.py:None
Route
test_skill_invocation_parses_supported_exact_identifier_fields
pytest.mark.parametrize( "skill_input", [ {"skill": "gitnexus-work"}, {"command": "/gi
eval/tests/test_workflow_bench_sessions.py:None
Route
test_skill_invocation_rejects_prefix_suffix_and_argument_mentions
pytest.mark.parametrize( "skill_input", [ {"skill": "gitnexus-work-extra"}, {"skill":
eval/tests/test_workflow_bench_sessions.py:None
Route
test_task_asset_targets_never_follow_clone_symlink_parents
pytest.mark.skipif(os.name == "nt", reason="dirfd no-follow target canary is POSIX-only")
eval/tests/test_proposer_sandbox.py:None
Route
test_verifier_infrastructure_states_are_not_candidate_quality
pytest.mark.parametrize( "state", [ "input-failure", "timeout", "forced-kill",
eval/tests/test_runner_hardening.py:None