| { | |
| "repo_root": "C:\\repos\\v3\\elasticsearch", | |
| "files_scanned": 3, | |
| "modules_parsed": 3, | |
| "function_graph": { | |
| ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata": [], | |
| ".buildkite.scripts.lucene-snapshot.remove-verification-metadata": [], | |
| "dev-tools.prepare_release_update_documentation": [ | |
| { | |
| "id": "dev-tools.prepare_release_update_documentation.run", | |
| "name": "run", | |
| "lineno": 27, | |
| "scope": null, | |
| "is_async": false | |
| }, | |
| { | |
| "id": "dev-tools.prepare_release_update_documentation.ensure_checkout_is_clean", | |
| "name": "ensure_checkout_is_clean", | |
| "lineno": 31, | |
| "scope": null, | |
| "is_async": false | |
| }, | |
| { | |
| "id": "dev-tools.prepare_release_update_documentation.process_file", | |
| "name": "process_file", | |
| "lineno": 54, | |
| "scope": null, | |
| "is_async": false | |
| }, | |
| { | |
| "id": "dev-tools.prepare_release_update_documentation.find_release_version", | |
| "name": "find_release_version", | |
| "lineno": 79, | |
| "scope": null, | |
| "is_async": false | |
| }, | |
| { | |
| "id": "dev-tools.prepare_release_update_documentation.add_pending_files", | |
| "name": "add_pending_files", | |
| "lineno": 88, | |
| "scope": null, | |
| "is_async": false | |
| }, | |
| { | |
| "id": "dev-tools.prepare_release_update_documentation.commit_feature_flags", | |
| "name": "commit_feature_flags", | |
| "lineno": 95, | |
| "scope": null, | |
| "is_async": false | |
| }, | |
| { | |
| "id": "dev-tools.prepare_release_update_documentation.update_reference_docs", | |
| "name": "update_reference_docs", | |
| "lineno": 101, | |
| "scope": null, | |
| "is_async": false | |
| }, | |
| { | |
| "id": "dev-tools.prepare_release_update_documentation.update_reference_docs.callback", | |
| "name": "callback", | |
| "lineno": 105, | |
| "scope": "update_reference_docs", | |
| "is_async": false | |
| } | |
| ] | |
| }, | |
| "class_graph": { | |
| ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata": [], | |
| ".buildkite.scripts.lucene-snapshot.remove-verification-metadata": [], | |
| "dev-tools.prepare_release_update_documentation": [] | |
| }, | |
| "module_graph": { | |
| ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata": { | |
| "path": "C:\\repos\\v3\\elasticsearch\\.buildkite\\scripts\\cuvs-snapshot\\remove-verification-metadata.py", | |
| "parent": ".buildkite.scripts.cuvs-snapshot", | |
| "is_package": false, | |
| "in_cyclic_loop": false, | |
| "cyclic_cluster_id": null | |
| }, | |
| ".buildkite.scripts.lucene-snapshot.remove-verification-metadata": { | |
| "path": "C:\\repos\\v3\\elasticsearch\\.buildkite\\scripts\\lucene-snapshot\\remove-verification-metadata.py", | |
| "parent": ".buildkite.scripts.lucene-snapshot", | |
| "is_package": false, | |
| "in_cyclic_loop": false, | |
| "cyclic_cluster_id": null | |
| }, | |
| "dev-tools.prepare_release_update_documentation": { | |
| "path": "C:\\repos\\v3\\elasticsearch\\dev-tools\\prepare_release_update_documentation.py", | |
| "parent": "dev-tools", | |
| "is_package": false, | |
| "in_cyclic_loop": false, | |
| "cyclic_cluster_id": null | |
| } | |
| }, | |
| "import_graph": { | |
| ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata": [], | |
| ".buildkite.scripts.lucene-snapshot.remove-verification-metadata": [], | |
| "dev-tools.prepare_release_update_documentation": [] | |
| }, | |
| "dependency_graph": { | |
| "re": { | |
| "used_by": [ | |
| ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata", | |
| ".buildkite.scripts.lucene-snapshot.remove-verification-metadata", | |
| "dev-tools.prepare_release_update_documentation" | |
| ], | |
| "import_count": 3 | |
| }, | |
| "fnmatch": { | |
| "used_by": [ | |
| "dev-tools.prepare_release_update_documentation" | |
| ], | |
| "import_count": 1 | |
| }, | |
| "subprocess": { | |
| "used_by": [ | |
| "dev-tools.prepare_release_update_documentation" | |
| ], | |
| "import_count": 1 | |
| }, | |
| "tempfile": { | |
| "used_by": [ | |
| "dev-tools.prepare_release_update_documentation" | |
| ], | |
| "import_count": 1 | |
| }, | |
| "os": { | |
| "used_by": [ | |
| "dev-tools.prepare_release_update_documentation" | |
| ], | |
| "import_count": 1 | |
| }, | |
| "shutil": { | |
| "used_by": [ | |
| "dev-tools.prepare_release_update_documentation" | |
| ], | |
| "import_count": 1 | |
| } | |
| }, | |
| "declared_dependencies": {}, | |
| "call_graph": { | |
| ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata": [], | |
| ".buildkite.scripts.lucene-snapshot.remove-verification-metadata": [], | |
| "dev-tools.prepare_release_update_documentation": [ | |
| { | |
| "caller": "dev-tools.prepare_release_update_documentation.add_pending_files", | |
| "callee": "dev-tools.prepare_release_update_documentation.run", | |
| "lineno": 92, | |
| "resolution": "direct_name_call" | |
| }, | |
| { | |
| "caller": "dev-tools.prepare_release_update_documentation.commit_feature_flags", | |
| "callee": "dev-tools.prepare_release_update_documentation.run", | |
| "lineno": 96, | |
| "resolution": "direct_name_call" | |
| }, | |
| { | |
| "caller": "dev-tools.prepare_release_update_documentation.update_reference_docs", | |
| "callee": "dev-tools.prepare_release_update_documentation.process_file", | |
| "lineno": 110, | |
| "resolution": "direct_name_call" | |
| }, | |
| { | |
| "caller": "dev-tools.prepare_release_update_documentation.update_reference_docs", | |
| "callee": "<builtin>.list.append", | |
| "lineno": 111, | |
| "resolution": "local_builtin_method_call" | |
| }, | |
| { | |
| "caller": "dev-tools.prepare_release_update_documentation.<module>", | |
| "callee": "dev-tools.prepare_release_update_documentation.find_release_version", | |
| "lineno": 115, | |
| "resolution": "direct_name_call" | |
| }, | |
| { | |
| "caller": "dev-tools.prepare_release_update_documentation.<module>", | |
| "callee": "dev-tools.prepare_release_update_documentation.ensure_checkout_is_clean", | |
| "lineno": 119, | |
| "resolution": "direct_name_call" | |
| }, | |
| { | |
| "caller": "dev-tools.prepare_release_update_documentation.<module>", | |
| "callee": "dev-tools.prepare_release_update_documentation.update_reference_docs", | |
| "lineno": 121, | |
| "resolution": "direct_name_call" | |
| }, | |
| { | |
| "caller": "dev-tools.prepare_release_update_documentation.<module>", | |
| "callee": "dev-tools.prepare_release_update_documentation.add_pending_files", | |
| "lineno": 124, | |
| "resolution": "direct_name_call" | |
| }, | |
| { | |
| "caller": "dev-tools.prepare_release_update_documentation.<module>", | |
| "callee": "dev-tools.prepare_release_update_documentation.commit_feature_flags", | |
| "lineno": 125, | |
| "resolution": "direct_name_call" | |
| } | |
| ] | |
| }, | |
| "cyclic_clusters": [], | |
| "unresolved": [ | |
| { | |
| "module": ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata", | |
| "lineno": 3, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .compile(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata", | |
| "lineno": 9, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .read(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata", | |
| "lineno": 10, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .sub(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata", | |
| "lineno": 11, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .seek(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata", | |
| "lineno": 12, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .truncate(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.cuvs-snapshot.remove-verification-metadata", | |
| "lineno": 13, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .write(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.lucene-snapshot.remove-verification-metadata", | |
| "lineno": 3, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .compile(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.lucene-snapshot.remove-verification-metadata", | |
| "lineno": 9, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .read(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.lucene-snapshot.remove-verification-metadata", | |
| "lineno": 10, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .sub(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.lucene-snapshot.remove-verification-metadata", | |
| "lineno": 11, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .seek(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.lucene-snapshot.remove-verification-metadata", | |
| "lineno": 12, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .truncate(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": ".buildkite.scripts.lucene-snapshot.remove-verification-metadata", | |
| "lineno": 13, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .write(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 28, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .system(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 33, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .check_output(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 38, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .decode(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 38, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .check_output(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 55, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 60, | |
| "pattern": "name_call_unresolved", | |
| "note": "Call to 'line_callback(...)' not found in local, imported, or builtin symbols." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 62, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .write(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 63, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .close(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 66, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .remove(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 68, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .move(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 72, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .remove(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 82, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .search(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 84, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .group(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 106, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .replace(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 107, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .walk(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 108, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .filter(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 109, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .join(...) - target object type not statically resolved." | |
| }, | |
| { | |
| "module": "dev-tools.prepare_release_update_documentation", | |
| "lineno": 111, | |
| "pattern": "attribute_call", | |
| "note": "Call via attribute access .join(...) - target object type not statically resolved." | |
| } | |
| ], | |
| "governance_gate": "APPROVED" | |
| } |