awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesRemote Hotfix Delivery

Rapid distribution of critical bug fixes to production devices without a full binary update.

Distinct from Remote Binary Updaters: Focuses on urgent logic hotfixes via OTA bundles rather than general binary updater tools.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Remote Hotfix Delivery. Refine with filters or upvote what's useful.

Awesome Remote Hotfix Delivery GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/react-native-code-pushAvatar von Microsoft

    Microsoft/react-native-code-push

    9,133Auf GitHub ansehen↗

    This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It enables the distribution of JavaScript bundles and remote assets directly to devices, allowing updates to be applied without requiring a full application store release. The system provides infrastructure for staged rollouts, A/B testing, and remote hotfix deployment by directing specific user segments or percentages to different code versions. It ensures stability through a client-side rollback manager that automatically reverts to a previous stable version if a new update ca

    Rapidly delivers critical bug fixes to production mobile users without requiring a full binary update.

    C
    Auf GitHub ansehen↗9,133
  • xirong/my-gitAvatar von xirong

    xirong/my-git

    7,396Auf GitHub ansehen↗

    my-git ist ein umfassendes Framework und Referenzhandbuch für die Git-Versionskontrollverwaltung, Repository-Governance und Software-Release-Management. Es bietet einen strukturierten Ansatz für die Verwaltung des Softwareentwicklungslebenszyklus, von der ersten Feature-Verzweigung bis zur finalen Bereitstellung in der Produktion. Das Projekt zeichnet sich durch ein spezialisiertes KI-gestütztes Entwicklungsframework aus. Dies umfasst Workflows für die Verwaltung von KI-generiertem Code mittels automatisierter Diff-Reviews, absichtsbasiertem Commit-Splitting sowie Governance-Modellen für Multi-Agenten-Koordination und Sitzungsisolierung unter Verwendung von Worktrees. Die Codebasis deckt ein breites Spektrum an Engineering-Praktiken ab, einschließlich CI/CD-Pipeline-Automatisierung, Enterprise-Repository-Governance und fortgeschrittenen Wiederherstellungsverfahren zur Wiederherstellung verlorener Commits oder zum Bereinigen sensibler Daten. Es beschreibt zudem detailliert Kollaborationsmuster wie Trunk-based Development, Stacked Pull Requests und gestufte Genehmigungssysteme. Das Repository dient als technische Referenz und Anleitung für die Implementierung standardisierter Branching-Strategien und Repository-Sicherheitsrichtlinien.

    Provides a structured approach to deploying urgent production fixes with mandatory rollback plans.

    Python
    Auf GitHub ansehen↗7,396
  • microsoft/code-pushAvatar von microsoft

    microsoft/code-push

    4,415Auf GitHub ansehen↗

    Code-push ist ein Cloud-basierter Over-the-Air-Update-Dienst, der JavaScript- und Asset-Updates an mobile Anwendungen ausliefert. Er ermöglicht die Verteilung von Anwendungs-Binaries und Hotfixes, ohne dass eine vollständige Neuinstallation der App oder der traditionelle App-Store-Review-Prozess erforderlich ist. Das System zeichnet sich durch gezielte Deployment-Funktionen aus, die es ermöglichen, Updates an spezifische Benutzergruppen und Kohorten auszuliefern. Es unterstützt die Synchronisation aktiver Release-Versionen zwischen einem Cloud-Backend und dem installierten Client, um Deployment-Zustände über verschiedene Umgebungen hinweg zu verwalten. Die Plattform deckt ein breites Spektrum an operativen Funktionen ab, einschließlich der Verwaltung von Anwendungs-Metadaten, der Automatisierung von Deployment-Lebenszyklen und der Erfassung von Gesundheits- und Stabilitätsmetriken. Sie bietet Tools zur Überwachung von Release-Adoptionsraten, zum Abrufen von Installationszahlen und zum Sammeln von Crash-Reports, um die Auswirkungen von Updates zu analysieren. Das Projekt ist in TypeScript implementiert.

    Ships critical bug fixes directly from release branches to active deployments via OTA bundles.

    TypeScriptcodepushcordovareact
    Auf GitHub ansehen↗4,415
  • wemobiledev/articleAvatar von WeMobileDev

    WeMobileDev/article

    4,395Auf GitHub ansehen↗

    This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full

    Explains the evolution and implementation of Android hotfix solutions for runtime patching of deployed applications.

    Auf GitHub ansehen↗4,395
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Management
  4. Installation and Package Management
  5. Binary and Source Installation
  6. Remote Binary Updaters
  7. Remote Hotfix Delivery

Unter-Tags erkunden

  • Emergency Hotfix ExecutionProcedures for deploying urgent production fixes using minimal diffs and structured rollback plans. **Distinct from Remote Hotfix Delivery:** Focuses on the process of emergency version control fixes rather than the technical delivery of OTA bundles.
  • Multi-Channel Delivery StrategiesStrategies for distributing hotfix patches through pull or push channels to specific user segments or versions. **Distinct from Remote Hotfix Delivery:** Distinct from Remote Hotfix Delivery: focuses on the channel selection and targeting logic (user segments, versions) rather than the general OTA distribution mechanism.