2 مستودعات
Shows the commit range where a reliably reproducible bug was introduced, narrowing to the exact commit with archived builds.
Distinct from Commit Range Filtering: Distinct from Commit Range Filtering: focuses on identifying regression ranges for bugs, not general commit range filtering.
Explore 2 awesome GitHub repositories matching development tools & productivity · Regression Range Identifiers. Refine with filters or upvote what's useful.
هذا المشروع عبارة عن مورد تعليمي شامل ودليل لتعلم نظام التحكم في الإصدار Git. يعمل كمصدر توثيق تقني لكتاب مدرسي يشرح الأساسيات، وتدفقات العمل المتقدمة، والبنية الداخلية لـ Git. تم تنظيم المشروع ككتاب إلكتروني متعدد التنسيقات، مع ملفات مصدرية مصممة ليتم تجميعها في تنسيقات نشر رقمية مختلفة، بما في ذلك HTML وPDF وEPUB وMobi. يستخدم خط أنابيب بناء مخصصاً لتوليد هذه المستندات والتحقق منها. يغطي المحتوى مجموعة واسعة من قدرات التحكم في الإصدار، بما في ذلك معالجة التاريخ، وإدارة المستودع، وتكامل النظام. يوفر تعليمات موجهة حول إدارة تدفق العمل—مثل التفرع، والدمج، وإعادة التأسيس—ويحلل الآليات الداخلية لنظام الملفات القابل للعنونة بالمحتوى وإصدار اللقطات.
Teaches how to use binary search to identify the specific commit that introduced a regression.
ClusterFuzz is an automated platform that runs coverage-guided fuzzers at scale to find security and stability bugs in software. It orchestrates libFuzzer and AFL++ across distributed clusters of worker bots, collecting coverage feedback to guide input mutation and discover crashes. The platform provides a web-based dashboard for configuring fuzzing jobs, monitoring progress, and inspecting crash reports, with role-based access control to restrict sensitive features. The system automates the full fuzzing lifecycle, from build pipeline integration and corpus management to crash triage and bug
Identifies the exact commit range where a regression was introduced using archived builds.