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.