awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDecentralized Workflow State

Maintaining the state and lifecycle of a process within a distributed version control system.

Distinct from Decentralized Repository Managers: Candidates focus on P2P networks or blockchain, whereas this is specifically about managing a review lifecycle inside Git.

Explore 1 awesome GitHub repository matching software engineering & architecture · Decentralized Workflow State. Refine with filters or upvote what's useful.

Awesome Decentralized Workflow State GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/git-appraisegoogle 的头像

    google/git-appraise

    5,303在 GitHub 上查看↗

    git-appraise 是一个去中心化的代码审查工具和分布式审查工作流引擎。它允许团队通过将审查请求、评论和批准作为对象直接存储在 Git 仓库中来进行同行评审,从而消除了对中央服务器的需求。 该系统使用标准的 Git 推送和拉取操作在团队成员之间同步审查数据。它通过使用 Git 引用来跟踪审查的状态和身份,管理代码变更的整个生命周期——从最初的审查请求到最终合并。 该项目涵盖代码批准工作流,包括强制执行强制性审查者批准。它还作为持续集成结果和自动化静态分析的跟踪器,将构建结果记录为绑定到特定代码修订版的结构化对象。

    Maintains the entire review lifecycle and approval status within the Git repository instead of a central server.

    Go
    在 GitHub 上查看↗5,303
  1. Home
  2. Software Engineering & Architecture
  3. Decentralized Workflow State