8 مستودعات
Standardized workflows for evaluating and approving code or integration changes.
Distinguishing note: Focuses on the human-centric review workflow rather than automated testing.
Explore 8 awesome GitHub repositories matching software engineering & architecture · Review Processes. Refine with filters or upvote what's useful.
هذا المشروع عبارة عن دليل منسق من قبل المجتمع للبرمجيات مفتوحة المصدر المصممة للنشر في بيئات الخوادم الخاصة والمختبرات المنزلية. يعمل كمورد شامل لاكتشاف بدائل مستقلة ذاتية الاستضافة لخدمات السحابة السائدة، مما يمكن المستخدمين من الحفاظ على ملكية كاملة للبيانات والتحكم في بنيتهم التحتية الرقمية. يتم تنظيم الدليل من خلال تصنيف هرمي ينظم مجموعة واسعة من التطبيقات في فئات منطقية، تتراوح من إدارة الوسائط وتحليل البيانات إلى التواصل الخاص وأدوات إنتاجية الفريق. يتميز بعملية مراجعة أقران تعاونية، حيث يقوم أعضاء المجتمع بالتحقق من جودة وملاءمة كل طلب لضمان بقاء الدليل دقيقاً وموثوقاً. يغطي المشروع نطاقاً واسعاً من القدرات، بما في ذلك أتمتة البنية التحتية، ونشر الخدمات القائمة على الحاويات، وإدارة التكوين التصريحي. تساعد هذه الأدوات المستخدمين في الحفاظ على بيئات خادم قابلة للتكرار وإدارة تبعيات الخدمات المعقدة عبر الأجهزة الخاصة. يتم الحفاظ على الدليل كمستودع خاضع للتحكم في الإصدار، مما يضمن تتبع جميع التحديثات والتغييرات التي يقودها المجتمع وأنها شفافة.
Facilitates the submission, review, and voting process for formal proposals and policy changes during assemblies.
gstack is an AI agent framework and development workflow system designed to automate the software development lifecycle. It coordinates specialized AI personas to manage tasks across product design, engineering management, and quality assurance, transforming product intent into technical specifications and final releases. The project is distinguished by its deep integration of headless browser automation and semantic code memory. It utilizes a persistent Chromium daemon for web scraping and visual auditing, and implements a searchable knowledge base that logs architectural decisions and repos
Validates data flow and architectural edge cases to uncover hidden assumptions before implementation begins.
Zulip is an open-source, self-hosted chat platform designed for real-time team communication. It organizes conversations into threaded streams, allowing users to maintain focus and manage complex discussions within a private, secure infrastructure. The project provides full control over data, authentication, and server management, making it a comprehensive solution for organizations requiring a dedicated messaging environment. The platform distinguishes itself through a hybrid backend architecture that combines a robust web framework for standard requests with an asynchronous event-streaming
Defines the formal workflow for reviewing and approving new integrations.
Distroless provides a collection of security-hardened, minimal base container images designed to reduce attack surfaces by excluding non-essential system utilities, package managers, and shells. These images are constructed to contain only an application and its specific runtime dependencies, enforcing the principle of least privilege by configuring environments for non-root execution. The project distinguishes itself through a focus on supply chain integrity and reproducible builds. It utilizes declarative build configurations to track package versions and validates container image integrity
Enforces mandatory multi-party review processes for all repository changes.
AI-Trader is a framework for managing autonomous trading agents and executing simulated financial operations. It provides a structured environment for registering and authenticating agents, tracking their reputation, and managing simulated capital balances within a competitive market ecosystem. The platform distinguishes itself through integrated social trading and collaborative investment capabilities. Users can follow experienced participants to automatically mirror their market positions, or organize into teams to execute shared strategies, vote on collective investment proposals, and comp
Aggregates collective investment proposals and manages voting workflows within competitive trading environments.
Snapshot is a decentralized governance platform that enables DAOs and organizations to create and manage onchain voting systems. It supports both offchain signing and onchain execution, allowing votes to be submitted as signed messages to reduce gas costs while maintaining verifiability through onchain proposal execution on Ethereum and Starknet. The platform provides a modular strategy plugin system for voting power calculation and proposal validation, along with hierarchical space and role management for multi-tier governance structures. Snapshot distinguishes itself through several advance
Creates change suggestions for organizations, allowing eligible users to vote using configurable systems and timelines.
git-appraise هي أداة مراجعة كود لا مركزية ومحرك سير عمل مراجعة موزع. تسمح للفرق بإجراء مراجعات الأقران عن طريق تخزين طلبات المراجعة، والتعليقات، والموافقات ككائنات مباشرة داخل مستودعات Git، مما يلغي الحاجة إلى خادم مركزي. يقوم النظام بمزامنة بيانات المراجعة عبر أعضاء الفريق باستخدام عمليات دفع وسحب Git القياسية. يدير دورة الحياة الكاملة لتغيير الكود - من طلب المراجعة الأولي إلى الدمج النهائي - باستخدام مراجع Git لتتبع حالة وهوية المراجعات. يغطي المشروع سير عمل الموافقة على الكود، بما في ذلك فرض موافقات المراجعين الإلزامية. كما يعمل كمتتبع لنتائج التكامل المستمر والتحليل الثابت المؤتمت، ويسجل نتائج البناء ككائنات منظمة مرتبطة بمراجعات كود محددة.
Combines accepted reviews into the target branch while preserving the full history of the review process.
ArchUnit is a Java architecture testing library and automated validator that analyzes compiled bytecode to verify that source code adheres to predefined design rules. It functions as a testing framework that fails builds when the actual code structure violates architectural constraints. The library uses a fluent rule specification to define constraints and employs bytecode analysis to inspect class relationships and package dependencies. This allows for the automated detection of circular dependencies and the enforcement of dependency rules between packages. The tool covers a range of struct
Provides an automated framework that validates system architecture against predefined design rules.