2 रिपॉजिटरी
Tools that examine structured details of pull requests such as title, body, author, and branch names for automated analysis.
Distinct from Pull Request Automation: Distinct from Pull Request Automation: focuses on extracting and inspecting PR metadata rather than managing or merging PRs.
Explore 2 awesome GitHub repositories matching part of an awesome list · Metadata Extraction Tools. Refine with filters or upvote what's useful.
Gitql एक SQL क्वेरी इंजन और मेटाडेटा सर्च टूल है जिसे वर्ज़न कंट्रोल सिस्टम से जानकारी खोजने और पुनः प्राप्त करने के लिए डिज़ाइन किया गया है। यह एक स्ट्रक्चर्ड क्वेरी लैंग्वेज प्रदान करता है जो उपयोगकर्ताओं को मानक कमांड लाइन इंटरफ़ेस कमांड्स के बजाय एक औपचारिक सिंटैक्स का उपयोग करके प्रोजेक्ट इतिहास से एसेट्स को फ़िल्टर और निकालने की अनुमति देता है। टूल एक इंटरैक्टिव डेटा एक्सप्लोरर के रूप में कार्य करता है, जिसमें रीयल-टाइम में रिपॉजिटरी डेटा का मूल्यांकन करने के लिए एक कमांड प्रॉम्प्ट इंटरफ़ेस है। यह वर्ज़न कंट्रोल एंटिटीज, जैसे कमिट्स और टैग्स, को वर्चुअल रिलेशनल टेबल्स में मैप करता है, जिससे इतिहास का ऑडिट करने और रिपॉजिटरी मेटाडेटा का विश्लेषण करने के लिए अनुक्रमिक क्वेरीज़ के निष्पादन को सक्षम किया जाता है। सिस्टम रिपॉजिटरी एसेट रिट्रीवल के लिए व्यापक क्षमताओं को कवर करता है, जिसमें पुल रिक्वेस्ट्स, इश्यूज़ और चर्चाओं से जानकारी निकालना शामिल है। इसमें यह पहचानने के लिए रिपॉजिटरी स्कीमा अन्वेषण के लिए मैकेनिज्म भी शामिल है कि कौन सी डेटा टेबल्स क्वेरी के लिए उपलब्ध हैं।
Retrieves specific metadata from repository assets such as pull requests, issues, and discussions using SQL queries.
Examines structured details of pull requests such as title, body, author, and branch names for automated analysis.