1 line
8.1 KiB
JSON
1 line
8.1 KiB
JSON
{"nodes": [{"id": "home_scheianu_digiserver_v2_app_utils_background_tasks_py", "label": "background_tasks.py", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L1", "complexity": 1, "loc": 1}, {"id": "background_tasks_run_background_task", "label": "run_background_task()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L9", "complexity": 2, "loc": 18}, {"id": "background_tasks_background_player_deployment", "label": "background_player_deployment()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L29", "complexity": 6, "loc": 88}, {"id": "background_tasks_rationale_1", "label": "Background task execution for long-running operations.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L1"}, {"id": "background_tasks_rationale_10", "label": "Run a function in a background thread, with a Flask app context pushed.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L10"}, {"id": "background_tasks_rationale_43", "label": "Deploy player code to host in background. Args: hostname: SSH h", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L43"}], "edges": [{"source": "home_scheianu_digiserver_v2_app_utils_background_tasks_py", "target": "threading", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L2", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_background_tasks_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L3", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_background_tasks_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L4", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_background_tasks_py", "target": "background_tasks_run_background_task", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L9", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_background_tasks_py", "target": "background_tasks_background_player_deployment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L29", "weight": 1.0}, {"source": "background_tasks_rationale_1", "target": "home_scheianu_digiserver_v2_app_utils_background_tasks_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L1", "weight": 1.0}, {"source": "background_tasks_rationale_10", "target": "background_tasks_run_background_task", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L10", "weight": 1.0}, {"source": "background_tasks_rationale_43", "target": "background_tasks_background_player_deployment", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L43", "weight": 1.0}], "raw_calls": [{"caller_nid": "background_tasks_run_background_task", "callee": "_get_current_object", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L13"}, {"caller_nid": "background_tasks_run_background_task", "callee": "Thread", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L24"}, {"caller_nid": "background_tasks_run_background_task", "callee": "start", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L25"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L68"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "utcnow", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L71"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L74"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "deploy_player_to_host", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L78"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L93"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L95"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L98"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L99"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L103"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L103"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L104"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L104"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L104"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L106"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "error", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L109"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L109"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L110"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L114"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L115"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L116"}, {"caller_nid": "background_tasks_background_player_deployment", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/background_tasks.py", "source_location": "L116"}]} |