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.