2 रिपॉजिटरी
Programmable interfaces for performing core version control operations like cloning, committing, and synchronization.
Distinct from Git and Version Control: The candidates are either curated lists or GUI clients; this is a programmable API for repository management.
Explore 2 awesome GitHub repositories matching repository format · Version Control APIs. Refine with filters or upvote what's useful.
यह प्रोजेक्ट Go एप्लिकेशन के लिए Git वर्ज़न कंट्रोल सिस्टम का एक नेटिव इम्प्लीमेंटेशन है। यह एक प्रोग्रामेबल API और लो-लेवल प्लंबिंग टूलसेट प्रदान करता है, जिससे डेवलपर्स बाहरी सिस्टम बाइनरी या C बाइंडिंग्स की आवश्यकता के बिना रिपॉजिटरी को मैनेज कर सकते हैं, ऑब्जेक्ट ग्राफ में बदलाव कर सकते हैं और वर्ज़न कंट्रोल ऑपरेशन कर सकते हैं। यह लाइब्रेरी अपने लचीले स्टोरेज और नेटवर्क लेयर्स के लिए जानी जाती है, जिसमें एक वर्चुअल फाइल सिस्टम शामिल है जो डिस्क I/O को बायपास करने के लिए इन-मेमोरी रिपॉजिटरी मैनेजमेंट की सुविधा देता है। यह प्लगेबल नेटवर्क ट्रांसपोर्ट और इंटरफेस-आधारित स्टोरेज बैकएंड को सपोर्ट करती है, जिससे डेटा ऑब्जेक्ट्स और रेफरेंस को स्टोर और एक्सचेंज करने के लिए कस्टम प्रोप्राइटरी इम्प्लीमेंटेशन बनाए जा सकते हैं। इसकी क्षमताओं में हाई-लेवल रिपॉजिटरी मैनेजमेंट—जैसे क्लोनिंग, कमिटिंग, पुशिंग और पुलिंग—के साथ-साथ विस्तृत हिस्ट्री और एट्रिब्यूशन एनालिसिस शामिल है। इसमें कमिट साइनिंग और क्रिप्टोग्राफिक सिग्नेचर वेरिफिकेशन के लिए सुरक्षा फीचर्स, और सबमॉड्यूल मैनेजमेंट व रिपॉजिटरी कंटेंट सर्च के लिए यूटिलिटीज भी शामिल हैं।
A set of programmable interfaces for performing cloning, committing, pushing, and pulling operations on Git repositories.
ChartMuseum is a centralized server for hosting, versioning, and distributing Kubernetes package repositories. It functions as a Kubernetes package manager and an OCI compatible registry, providing a system to manage the full lifecycle of software artifacts from upload and versioning to verification and deletion. The project supports multitenant repository hosting by organizing packages into isolated namespaces for different teams and organizations. It utilizes a storage abstraction layer that allows packages to be persisted to local filesystems or S3 compatible cloud object stores, including
Provides API endpoints for uploading new releases, deleting old versions, and retrieving chart metadata.