Linux 软件免费装
Banner图

GitHub Pipeline

开发者 TransitScreen
更新时间 2016年1月30日 03:38
PHP版本: 4.2 及以上
WordPress版本: 4.4.1
版权: GPLv2 or later
版权网址: 版权信息

标签

dashboard GitHub Git Waffle

下载

1.2 1.1 1.2.1 1.2.2 1.2.3

详情介绍:

Pipeline is a Wordpress plugin which allows you to create a dashboard for your gitHub project. The intended use case for this tool is to provide an intuitive interface for non-technical members of the team. It is not intended to be a SCRUM board, or a full-featured project management tool. The name Pipeline refers to the fact that we make it easy to "pipe in" information from gitHub. Which information you pipe in, and how you present it, is entirely up to you. Requirements: 快速开始
  1. Activate the plugin
  2. Add your GitHub repository information to the plugin settings page under Settings > gitHub.
  3. If the GitHub repository is private,
  4. In the repository settings page, Register an application
  5. Copy the Client ID and Client Secret into the plugin settings page. Click the button to "Authorize Github."
  6. Add shortcodes to pages to start presenting gitHub information
短码 [gh_issues labels="foo,bar" state="all|OPEN|closed" per_page="NULL|#" show_body="FALSE|true|toggle" ] [gh_milestones state="OPEN|closed|all"] sort="DUE_ON|completeness" direction="ASC|desc" [gh_searchform labels="foo,bar" state="ALL|open|closed"] NOTE: The GitHub API only allows 10 unauthenticated requests pre minute to the search API. If you register an app (required for private repositories) the limit is increased to 30 requests per minute. You can also use [gh_searchform] in combination with [gh_issues]. The issues will appear on the page until the user enters a search, then the page will display the results from the search. 分页 By default, issues will not be paginated and all results will appear on a single screen. This can be cumbersome if there are a lot of screens. The optional per_page=n attribute will cause the results to be paginated into groups of n issues. The maximum size page length is 50 (this is a quirk of the GitHub API). 小提示 Acknowlegements. This tool wraps the lovely PHP GitHub API by KNP Labs

安装:

  1. Install and activate the plugin
  2. Add your GitHub repository information to the plugin settings page under Settings > gitHub.
  3. If the GitHub repository is private,
  4. In the repository settings page, Register an application
  5. Copy the Client ID and Client Secret into the plugin settings page. Click the button to "Authorize Github."
  6. Add shortcodes to pages to start presenting gitHub information

更新日志:

1.2.2 1.2.1