5 Repos
Systems that manage library versions and updates through Git repositories with pull-request-based contributions.
Distinct from Git-Based Repositories: Distinct from Git-Based Repositories: focuses on pull-request-driven asset management, not general version control.
Explore 5 awesome GitHub repositories matching devops & infrastructure · Pull-Request-Based Asset Managers. Refine with filters or upvote what's useful.
cdnjs is a free, community-maintained content delivery network that hosts thousands of open-source frontend libraries. It delivers popular JavaScript and CSS assets from a global CDN to speed up website performance and reduce server load, with each library version stored as an immutable snapshot under a predictable directory structure. The platform provides a RESTful JSON API for programmatic access to library metadata, version details, and search functionality. This API returns structured data with HTTP cache headers, including immutable version details cached for nearly a year and library m
Manages library versions and updates through a Git repository with pull-request-based contributions.
Xget ist ein Edge-basierter Netzwerk-Proxy und Request-Router, der darauf ausgelegt ist, die Konnektivität zu optimieren und die Latenz für Remote-Ressourcen zu reduzieren. Er fungiert als leistungsstarke Schnittstelle für KI-Inferenz-API-Anfragen, Container-Registry-Mirroring und die Beschleunigung von Git-Repository-Operationen sowie Software-Paket-Mirrors. Das System zeichnet sich durch protokollbewusstes Proxying aus, das Authentifizierung und Header für Git- und Container-Registries bewahrt. Es nutzt regelbasierte URL-Transformation, um Anfragen auf beschleunigte Upstream-Provider-Endpunkte abzubilden, und verwendet einen Response-Rewriting-Mechanismus, um sicherzustellen, dass Abhängigkeiten über den Proxy heruntergeladen werden. Umfassende Funktionen umfassen Edge-basiertes Response-Caching für unveränderliche Artefakte, Request-Zuverlässigkeit durch lineares Backoff-Retry und Performance-Überwachung, die über Response-Header bereitgestellt wird. Das Projekt bietet zudem eine Befehlszeilenschnittstelle zum Abrufen von Dateien und Ordnern aus Webquellen in den lokalen Speicher. Die Engine unterstützt die Bereitstellung über serverlose Edge-Runtimes, containerisiertes Hosting oder selbst gehostete Container-Ausführung.
Proxies image pulls from public and private container registries to accelerate deployment pipelines.
ProgrammingVTuberLogos is a collection of high-quality graphic assets and icons representing various programming languages, developer tooling, and software ecosystems. It serves as a standardized library of PNG images designed for use in digital media. The repository provides a set of logos specifically tailored for digital broadcast asset libraries, such as livestream overlays. These assets are also used for software branding and technical content creation, including tutorials and educational documentation. The collection supports the retrieval of stylized imagery for programming presentati
Uses a Git-based workflow to track changes and maintain history for all visual design assets.
js.org is a community-maintained domain registry that provides free, short subdomains under the js.org namespace for JavaScript-related projects and personal sites. It operates as a pull-request-based system where developers claim subdomains by submitting changes to a central repository, with approvals typically processed within 24 hours. The service routes subdomains to any hosting provider that supports custom domains through DNS CNAME record configuration. The registry is designed to work seamlessly with GitHub Pages, allowing users to map their sites to custom subdomains by adding a CNAME
Manages subdomain assignments through a community-maintained registry updated via pull requests.
CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th
Continues pulling from a configured mirror registry when the primary registry is blocked.