Github PR Sanity

Improvements to Github's Pull Request list. See who's assigned, build statuses, files changed by type.

Github PR Sanityคืออะไร?

Github PR Sanity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย evilbuck และคุณลักษณะหลักของมันคือ "Improvements to Github's Pull Request list. See who's assigned, build statuses, files changed by type."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github PR Sanity

ดาวน์โหลดไฟล์ส่วนขยาย Github PR Sanity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        PR Sanity - A Pull Request enhancement to Github.com.

An opensource ( http://bit.ly/1f7hL9J ) Github.com extension that organizes the pull request screen for reviewers.

You'll get:
- assignees listed
- the number of pull requests assigned to each assignee
- filtering by assignee
- color coded  based on tests
- the number of files changed

Instead of clicking through to each pull request to only find that someone is assigned, or that it is 30 files big. You'll be able to quickly see which pull request you're willing to review.

Please help improve PR Sanity by filing issues or submitting pull requests to http://bit.ly/1f7hL9J

CHANGES

0.3.5
- updated for new github layout
- file counts working again

0.3.4
- fixed bug with assignees not showing

0.3.3
- fixed displaying of build status "error" as white text on a white-ish background
- better detection of build status
- summary of build status available on hover now

0.3.2
- removed the assignee's name from the pr
- added an "UNASSIGNED" label to PR's that are unassigned
- fixed bug with filtering PR's by assignee
- some styling for clearer meaning at a glance

0.3.0
- return to a more stock feel.
- cleaned up the spacing and negative space with file types
- fixed the assignee count display

0.2.0 - New Stuff
- you'll get a count by file extension of the top 5 file extensions in each Pull Request                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Github PR Sanity Github PR Sanity
ID elokgifloblclncghmmaonadojjgmhab
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/github-pr-sanity/elokgifloblclncghmmaonadojjgmhab
คำอธิบาย Improvements to Github's Pull Request list. See who's assigned, build statuses, files changed by type.
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.3.5
อัปเดตครั้งล่าสุด 2014-07-28
วันที่เผยแพร่ 2014-07-28
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา evilbuck
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/buck2769/pr-sanity
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github PR Sanity",
    "short_name": "PR Sanity",
    "version": "0.3.5",
    "description": "Improvements to Github's Pull Request list. See who's assigned, build statuses, files changed by type.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "underscore.js",
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "19": "icon19.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/octocat"
        }
    },
    "web_accessible_resources": [
        "images\/ajax-loader.gif",
        "dollar-sign.png",
        "cancel.png"
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/github.com 'unsafe-eval'; object-src 'self'"
}