🔍 Code Extractor

Search Components

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

Search Results for "infrastructure"

Found 15 matching component(s)

  • class Config_v2

    Configuration class that manages environment-based settings for a SharePoint to FileCloud synchronization application.

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

    configuration environment-variables sharepoint filecloud sync
  • function main_v7

    Main entry point function that orchestrates the contract validity analysis workflow by loading configuration, setting up logging, initializing the analyzer, running analysis, and reporting results.

    File: /tf/active/vicechatdev/contract_validity_analyzer/core/analyzer.py

    entry-point orchestration contract-analysis workflow configuration
  • function setup_logging

    Configures and initializes a Python logging system with both console and rotating file handlers, supporting customizable log levels, formats, and file rotation policies.

    File: /tf/active/vicechatdev/contract_validity_analyzer/utils/logging_utils.py

    logging configuration file-handling log-rotation console-output
  • function get_logger_v1

    A wrapper function that retrieves a logger instance from Python's logging module with the specified name.

    File: /tf/active/vicechatdev/contract_validity_analyzer/utils/logging_utils.py

    logging logger wrapper utility debugging
  • function ensure_directories

    Creates required directories for the application if they don't already exist, specifically DOCUMENTS_DIR and CHAT_SESSIONS_DIR.

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

    filesystem initialization setup directory-creation file-management
  • function init_database

    Initializes a Neo4j database with required schema constraints, creates an AuditTrail node, and migrates existing audit events.

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

    database initialization schema migration neo4j
  • function create_embedded_admin_panel

    Creates and returns an embedded AdminPanel instance configured for integration within other application interfaces without its own template or session manager.

    File: /tf/active/vicechatdev/CDocs/ui/admin_panel.py

    admin panel embedded ui dashboard
  • function send_test_email_v1

    Sends a test email to a local SMTP server (127.0.0.1:2525) to verify email forwarding functionality and service connectivity.

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

    email testing smtp integration-test email-forwarding
  • function main_v9

    Asynchronous main entry point function that initializes and runs an email forwarding SMTP server with logging, configuration validation, and graceful shutdown handling.

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

    async smtp email server entry-point
  • function _eval_panel

    Evaluates and initializes a panel component (function, template, or panel object) within a Bokeh document context, handling different panel types and modifying the document accordingly.

    File: /tf/active/vicechatdev/patches/server.py

    panel bokeh document server template
  • class Application

    A custom Bokeh Application subclass that extends BkApplication to integrate with Panel's state management system, handling session creation callbacks and document initialization with templates.

    File: /tf/active/vicechatdev/patches/server.py

    bokeh server application session-management document-initialization
  • class RootHandler

    A custom Tornado request handler that extends Bokeh's RootHandler to handle root URL requests with authentication and conditional redirection based on index file extensions.

    File: /tf/active/vicechatdev/patches/server.py

    tornado bokeh web-handler authentication routing
  • function init_doc

    Initializes a Bokeh document by registering session information and setting up document lifecycle event handlers for Panel applications.

    File: /tf/active/vicechatdev/patches/server.py

    bokeh document-initialization session-management server panel
  • function main_v3

    Entry point function that orchestrates a Q&A document updater application, loading configuration, setting up logging, and processing Q&A document updates with comprehensive status handling.

    File: /tf/active/vicechatdev/QA_updater/main.py

    entry-point orchestration qa-management document-updater logging
  • class InvoiceExtractionLogger

    A comprehensive logging configuration class for invoice extraction systems that provides console and file logging with optional JSON formatting, request tracking via correlation IDs, and configurable log levels.

    File: /tf/active/vicechatdev/invoice_extraction/utils/logging_utils.py

    logging configuration invoice-extraction json-logging request-tracking

Search Examples