5 repository-uri
Callbacks executed during the application startup process to inject plugins or global context.
Distinct from Application Framework Extensions: Distinct from Application Framework Extensions by specifically targeting the initialization phase before the first render.
Explore 5 awesome GitHub repositories matching software engineering & architecture · Initialization Extensions. Refine with filters or upvote what's useful.
Inertia is a server-driven frontend framework designed to create monolithic single page applications. It acts as a state synchronization protocol and client-side routing bridge, allowing developers to build interactive experiences using modern JavaScript component libraries while keeping routing and controllers on the server. This approach eliminates the need for a separate REST or GraphQL API layer by passing data from server controllers to frontend components as props via JSON payloads. The framework distinguishes itself by utilizing adapter-based integration to link various backend environ
Allows injecting plugins or setting global context values via a callback that runs before the application renders.
Acra is an Android crash reporting framework and diagnostic data collector designed to detect failures and capture device diagnostics, system logs, and application state. It serves as an embeddable library for capturing and processing crash reports, providing a pipeline to send this data to custom backends or via email. The project features a plugin-based sender architecture that allows reports to be routed through HTTP endpoints, email clients, or proprietary backend implementations. It includes a user-controlled reporting system with preference toggles and interactive dialogs to manage user
Ensures reporting initialization occurs after multidex installation to prevent startup failures.
Strider este un server CI/CD conceput pentru a automatiza construirea, testarea și desfășurarea software-ului prin pipeline-uri de integrare și livrare continuă. Funcționează ca un sistem de build containerizat care execută sarcini în containere izolate pentru a menține medii consistente pe diferite mașini gazdă. Platforma implementează un model de configurare ca cod (configuration as code), gestionând setările proiectului și variabilele de mediu prin fișiere controlate prin versiuni pentru a asigura fluxuri de lucru reproductibile. De asemenea, se integrează cu servere de directoare externe prin LDAP pentru a gestiona identitățile utilizatorilor și permisiunile de acces administrativ. Sistemul include un API de automatizare RESTful pentru gestionarea stării interne și declanșarea pipeline-urilor prin cereri web. Suportă execuția concurentă a job-urilor pentru a reduce timpul de procesare și oferă un model de extensie bazat pe plugin-uri pentru adăugarea de hook-uri personalizate și elemente de interfață utilizator.
Bootstraps the system by loading extensions from the filesystem and applying a custom configuration object.
Viewers is a zero-footprint DICOMweb medical imaging viewer and a modular plugin framework. It serves as a diagnostic interface for rendering 2D and 3D medical images, providing a web-based clinical workflow engine to automate image layouts and toolsets. The project distinguishes itself through a highly extensible architecture that allows for the development of custom clinical workflows, specialized viewing modes, and the integration of external functional extensions. It includes a dedicated command line interface for managing these plugins and supports white-labeling through a comprehensive
Executes setup tasks and registers event listeners before modules are fully registered.
Behat is a behavior-driven development framework and test automation tool for PHP. It functions as a Gherkin test runner that maps natural language feature files to executable PHP methods to verify that software implementation aligns with business requirements. The framework enables the definition of application behavior using a structured, human-readable format based on user stories, supporting localized keywords for non-English speaking stakeholders. It distinguishes itself through a driver-based browser simulation layer for user interface verification and specialized integrations for the S
Provides a plugin system to add custom configuration options and initialization logic to the execution environment.