🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "diagnostics"

Found 45 matching component(s)

  • function show_problematic_flocks

    Analyzes and displays problematic flocks from a dataset by identifying those with systematic timing issues in their treatment records, categorizing them by severity and volume.

    File: /tf/active/vicechatdev/data_quality_dashboard.py

    data-quality reporting diagnostics livestock-management data-validation
  • function test_chroma_collections

    A diagnostic function that tests connectivity to ChromaDB instances across multiple connection methods and lists all available collections with their metadata.

    File: /tf/active/vicechatdev/test_chroma_collections.py

    chromadb database-testing diagnostics connection-testing vector-database
  • function main_v32

    Entry point function that executes a comprehensive test suite for Chroma DB collections, including collection listing and creation tests, followed by troubleshooting suggestions.

    File: /tf/active/vicechatdev/test_chroma_collections.py

    testing debugging chroma-db database collections
  • function health_check

    A Flask route handler that provides a health check endpoint returning the application's status and current timestamp.

    File: /tf/active/vicechatdev/leexi/app.py

    health-check monitoring flask endpoint api
  • class SyncDiagnostics

    A diagnostic class that analyzes and reports on synchronization issues between SharePoint and FileCloud, identifying missing files and root causes of sync failures.

    File: /tf/active/vicechatdev/SPFCsync/deep_diagnostics.py

    diagnostics sync-analysis sharepoint filecloud troubleshooting
  • function main_v17

    Executes a diagnostic analysis for file synchronization issues, analyzes missing files, and saves the results to a JSON file.

    File: /tf/active/vicechatdev/SPFCsync/deep_diagnostics.py

    diagnostics file-synchronization sharepoint filecloud analysis
  • function test_filecloud_integration

    Integration test function that verifies the SharePoint Graph API client works correctly with FileCloud synchronization service by creating a sync service instance and testing document retrieval.

    File: /tf/active/vicechatdev/SPFCsync/test_graph_client.py

    integration-test sharepoint filecloud sync graph-api
  • function test_configuration

    A test function that validates configuration settings by importing and calling the Config.validate_config() method, printing the result and returning a boolean status.

    File: /tf/active/vicechatdev/SPFCsync/test_connections.py

    testing configuration validation setup diagnostics
  • function test_filecloud_operations

    Tests FileCloud basic operations by creating a test folder to verify connectivity and authentication with a FileCloud server.

    File: /tf/active/vicechatdev/SPFCsync/test_connections.py

    testing filecloud integration-test diagnostics cloud-storage
  • function test_sharepoint_token

    Tests SharePoint OAuth2 authentication by acquiring an access token using client credentials flow and validates it with a SharePoint API call.

    File: /tf/active/vicechatdev/SPFCsync/diagnose_sharepoint.py

    sharepoint oauth2 authentication azure-ad access-token
  • function test_sharepoint_api_call

    Tests SharePoint REST API connectivity by making an authenticated GET request to retrieve basic site information and validates the access token and permissions.

    File: /tf/active/vicechatdev/SPFCsync/diagnose_sharepoint.py

    sharepoint api-testing authentication oauth rest-api
  • function main_v44

    Orchestrates a comprehensive SharePoint connection diagnostic tool that validates Azure AD authentication and SharePoint access by running multiple tests and reporting results.

    File: /tf/active/vicechatdev/SPFCsync/diagnose_sharepoint.py

    diagnostics sharepoint azure-ad authentication testing
  • function test_site_drive_access

    Tests access to a SharePoint site's document library (drives) via Microsoft Graph API and attempts to access the first drive's root items.

    File: /tf/active/vicechatdev/SPFCsync/check_tenant_config.py

    microsoft-graph sharepoint api-testing authentication document-library
  • function health_v1

    Flask route handler that provides a health check endpoint returning the operational status of the application and its core components (RAG engine and document indexer).

    File: /tf/active/vicechatdev/docchat/app.py

    health-check monitoring diagnostics flask rest-api
  • function check_configuration

    A comprehensive configuration verification function that checks and displays the status of all DocChat system settings, including API keys, models, ChromaDB connection, directories, and LLM initialization.

    File: /tf/active/vicechatdev/docchat/verify_setup.py

    configuration verification diagnostics setup validation
  • function check_dependencies

    Validates the installation status of all required Python packages for the DocChat application by attempting to import each dependency and logging the results.

    File: /tf/active/vicechatdev/docchat/integration.py

    dependency-check validation installation package-management flask
  • function get_integration_status

    Retrieves the integration status of the DocChat blueprint within a Flask application, including registration status, configuration details, and dependency checks.

    File: /tf/active/vicechatdev/docchat/integration.py

    flask blueprint integration status-check diagnostics
  • function test_config_loading

    A test function that validates configuration loading by instantiating a Config object and verifying access to key configuration parameters across FileCloud, LLM, and output settings.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_implementation.py

    testing configuration validation diagnostics setup-verification
  • function debug_download

    A diagnostic function that downloads a PDF document from FileCloud, analyzes its content to verify it's a valid PDF, and tests text extraction capabilities.

    File: /tf/active/vicechatdev/contract_validity_analyzer/debug_download.py

    debugging diagnostics filecloud pdf download
  • function check_static_files

    Scans a 'static' directory for CSS and JavaScript files and prints their modification times relative to the current time.

    File: /tf/active/vicechatdev/vice_ai/dev_tools.py

    file-system diagnostics static-files monitoring development-tools
  • function check_debug_endpoint

    Queries a debug endpoint to retrieve and display cache information from a web server, including debug mode status, cache buster values, and static file versions.

    File: /tf/active/vicechatdev/vice_ai/dev_tools.py

    debugging cache monitoring http web-server
  • function debug_section_retrieval

    A debugging utility function that tests database section retrieval by querying a specific text section and printing detailed diagnostic information about the section and its chat session association.

    File: /tf/active/vicechatdev/vice_ai/debug_section_retrieval.py

    debugging database testing diagnostics section-retrieval
  • function health

    Flask route handler that provides a health check endpoint returning the application's operational status, chat engine availability, and current timestamp.

    File: /tf/active/vicechatdev/vice_ai/app.py

    health-check monitoring flask api-endpoint diagnostics
  • function debug_cache_info

    Flask debug endpoint that provides comprehensive cache busting information including static file versions, modification times, and cache buster values.

    File: /tf/active/vicechatdev/vice_ai/app.py

    flask debug cache-busting static-files endpoint
  • function initialize_system

    Initializes the CDocs document management system by setting up database connections, FileCloud integration, document sharing validation, and API routes.

    File: /tf/active/vicechatdev/CDocs/initialize_system.py

    initialization system-startup database filecloud api-routes
  • function test_connection

    Tests the database connection by executing a simple query and validating the result.

    File: /tf/active/vicechatdev/CDocs/db/db_operations.py

    database connection-test health-check neo4j validation
  • function validate_schema

    Validates that a Neo4j database schema contains all required constraints and node labels for a controlled document management system.

    File: /tf/active/vicechatdev/CDocs/db/schema_manager.py

    database validation schema neo4j graph-database
  • function ensure_analysis_results_consistency

    Validates and ensures that analysis results for a given session are properly stored in the database and accessible, performing consistency checks on generated files.

    File: /tf/active/vicechatdev/full_smartstat/app.py

    validation consistency-check session-management data-integrity analysis-verification
  • function debug_session_results

    Flask debug endpoint that retrieves and categorizes analysis session results, providing detailed file summaries and metadata for troubleshooting purposes.

    File: /tf/active/vicechatdev/full_smartstat/app.py

    debug flask endpoint session-management file-categorization
  • function main_v67

    A debugging utility function that analyzes and displays execution tracking information for a specific session in a statistical analysis service.

    File: /tf/active/vicechatdev/full_smartstat/debug_execution_tracking.py

    debugging diagnostics session-tracking execution-analysis database-inspection
  • function test_odbc_driver

    Tests the availability of ODBC drivers on the system, specifically checking for SQL Server drivers and returning a boolean indicating whether SQL Server drivers are found.

    File: /tf/active/vicechatdev/full_smartstat/test_odbc.py

    odbc database driver-detection sql-server diagnostics
  • function test_pyodbc_import

    A diagnostic function that tests whether the pyodbc library can be imported and displays its version information and ODBC compatibility details.

    File: /tf/active/vicechatdev/full_smartstat/test_odbc.py

    testing diagnostics database pyodbc import-check
  • function main_v40

    Orchestrates and executes a suite of ODBC connectivity tests for SQL Server, providing formatted output and a summary of test results.

    File: /tf/active/vicechatdev/full_smartstat/test_odbc.py

    testing odbc sql-server connectivity database
  • function test_authentication

    Tests Azure AD authentication for a VendorEmailExtractor instance by attempting to authenticate and providing detailed troubleshooting guidance on failure.

    File: /tf/active/vicechatdev/find_email/test_vendor_extractor.py

    authentication azure-ad testing diagnostics troubleshooting
  • function test_mailbox_access

    Tests the ability to access and retrieve mailboxes from Microsoft Graph API through a VendorEmailExtractor instance, displaying results and troubleshooting information.

    File: /tf/active/vicechatdev/find_email/test_vendor_extractor.py

    testing microsoft-graph mailbox diagnostics permissions
  • function test_email_search

    Tests the email search functionality of a VendorEmailExtractor instance by searching for emails containing common business terms in the first available mailbox.

    File: /tf/active/vicechatdev/find_email/test_vendor_extractor.py

    testing email search microsoft-graph mailbox
  • function test_configuration_v2

    A test function that validates configuration settings by calling settings.validate_config() and prints the result with success/failure indicators.

    File: /tf/active/vicechatdev/email-forwarder/test_service.py

    testing configuration validation diagnostics setup
  • function test_email_handler

    A test function that initializes an EmailHandler instance and verifies it can retrieve statistics, printing success or failure messages.

    File: /tf/active/vicechatdev/email-forwarder/test_service.py

    testing unit-test email handler initialization
  • function check_port

    Checks if a specific port on a given host is open and accepting TCP connections.

    File: /tf/active/vicechatdev/email-forwarder/check_service.py

    network port-scanning connectivity tcp socket
  • function test_imports

    A diagnostic function that tests the availability and correct import of all critical project modules including configuration, logging utilities, and email forwarding components.

    File: /tf/active/vicechatdev/email-forwarder/test_imports.py

    testing diagnostics imports health-check validation
  • function test_configuration_v3

    A test function that validates the presence and loading of required Microsoft 365 and SMTP configuration settings from a settings module.

    File: /tf/active/vicechatdev/email-forwarder/test_imports.py

    configuration validation testing microsoft-365 oauth
  • function test_smtp_connection

    Tests the SMTP connection to a local email forwarder service running on port 2525 by establishing a connection and performing an EHLO handshake.

    File: /tf/active/vicechatdev/email-forwarder/test_e2e.py

    smtp email connection-test health-check network
  • function check_service_stats

    Validates that the email forwarding service can retrieve operational statistics by instantiating an EmailHandler and calling its get_stats() method.

    File: /tf/active/vicechatdev/email-forwarder/test_e2e.py

    health-check diagnostics service-monitoring email-service statistics
  • function log_warning

    Logs a warning message using a named logger instance for the EmailForwarder application.

    File: /tf/active/vicechatdev/email-forwarder/src/utils/logger.py

    logging warning email-forwarder monitoring diagnostics
  • function log_debug

    A logging utility function that writes debug-level messages to a logger named 'EmailForwarder'.

    File: /tf/active/vicechatdev/email-forwarder/src/utils/logger.py

    logging debug utility email-forwarding diagnostics

Search Examples