hoschi/sweetp-service-github-issues

View on GitHub
fixtures/method_all_with_all_props.js

Summary

Maintainability
F
2 mos
Test Coverage
var nock = require('nock');

nock('http://localhost:8800')
    .get('/services/test-github-issues/password/manager/get?key=github')
    .reply(200, {
        "target": "/services/test-github-issues/password/manager/get",
        "query": "key=github",
        "service": {
            "username": "foo",
            "password": "foo"
        }
    }, {
        'content-type': 'application/json;charset=utf-8',
        'content-length': '172',
        server: 'Jetty(7.4.2.v20110526)'
    });


nock('https://api.github.com:443')
    .get('/repos/sweetp/dashboard/issues?state=all')
    .reply(200, [{
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/33",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/33/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/33/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/33/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/33",
        "id": 35300284,
        "number": 33,
        "title": "commit widget bug",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/2",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/2/labels",
            "id": 691133,
            "number": 2,
            "title": "0.1.1",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 4,
            "state": "closed",
            "created_at": "2014-06-14T15:55:11Z",
            "updated_at": "2014-06-14T15:58:47Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:33:33Z",
        "updated_at": "2014-06-14T15:56:19Z",
        "closed_at": "2014-06-14T15:56:19Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Commit short cut commits all projects after switched between different ones.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/32",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/32/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/32/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/32/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/32",
        "id": 35300190,
        "number": 32,
        "title": "add UI settings",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/backlog",
            "name": "backlog",
            "color": "5319e7"
        }, {
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:32:22Z",
        "updated_at": "2014-06-14T16:03:22Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Add \"UI\" settings in sweetp project config file:\r\n* branch colors: Map with regex as map-key and '#aabbcc' color value\r\n  as map-value → color branch label in sweetp dashboard with this color.\r\n  This would enable the user to give feature/release/... branches different colors\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/31",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/31/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/31/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/31/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/31",
        "id": 35299857,
        "number": 31,
        "title": "Add more status widgets",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/backlog",
            "name": "backlog",
            "color": "5319e7"
        }, {
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:29:02Z",
        "updated_at": "2014-06-14T16:03:22Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "code climate, travics, ..."
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/30",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/30/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/30/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/30/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/30",
        "id": 35299769,
        "number": 30,
        "title": "better ticket workflow?!",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/4",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/4/labels",
            "id": 691136,
            "number": 4,
            "title": "0.1.3",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 2,
            "closed_issues": 0,
            "state": "open",
            "created_at": "2014-06-14T16:01:16Z",
            "updated_at": "2014-06-14T16:01:42Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:28:07Z",
        "updated_at": "2014-07-12T19:22:44Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Use e.g. 'waffle.io'/'hboard.com' for easier ticket workflow?"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/29",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/29/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/29/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/29/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/29",
        "id": 35299734,
        "number": 29,
        "title": "setup continuous integration",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/4",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/4/labels",
            "id": 691136,
            "number": 4,
            "title": "0.1.3",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 2,
            "closed_issues": 0,
            "state": "open",
            "created_at": "2014-06-14T16:01:16Z",
            "updated_at": "2014-06-14T16:01:42Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:27:40Z",
        "updated_at": "2014-06-14T16:01:42Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Travis/CodeShip?! Generate `lcov` code coverage for [coveralls](https://coveralls.io/r/sweetp/dashboard)\r\n\r\nAlso run karma tests in chrome through 'sauce labs', also free for open source projects.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/28",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/28/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/28/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/28/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/28",
        "id": 35299572,
        "number": 28,
        "title": "add repo to code climate",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/3",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/3/labels",
            "id": 691135,
            "number": 3,
            "title": "0.1.2",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 1,
            "state": "closed",
            "created_at": "2014-06-14T16:00:12Z",
            "updated_at": "2014-06-14T16:02:12Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:25:47Z",
        "updated_at": "2014-06-14T16:00:21Z",
        "closed_at": "2014-06-14T15:59:28Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": ""
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/27",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/27/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/27/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/27/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/27",
        "id": 35299492,
        "number": 27,
        "title": "noop",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:24:57Z",
        "updated_at": "2014-06-14T15:58:01Z",
        "closed_at": "2014-06-14T15:58:01Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": ""
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/26",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/26/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/26/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/26/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/26",
        "id": 35299465,
        "number": 26,
        "title": "better error list directive",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/2",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/2/labels",
            "id": 691133,
            "number": 2,
            "title": "0.1.1",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 4,
            "state": "closed",
            "created_at": "2014-06-14T15:55:11Z",
            "updated_at": "2014-06-14T15:58:47Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:24:42Z",
        "updated_at": "2014-06-14T15:56:19Z",
        "closed_at": "2014-06-14T15:56:19Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Make error list directive transclude. This way we can put this switch\r\nstuff into the directive and put the actual content not displayed in\r\nerror case in the transcluding directive.\r\n                                                                         \r\nCheck commit widget, this doesnt transcluding itself through error list.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/25",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/25/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/25/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/25/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/25",
        "id": 35299434,
        "number": 25,
        "title": "better widget classes",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/backlog",
            "name": "backlog",
            "color": "5319e7"
        }, {
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:24:24Z",
        "updated_at": "2014-06-14T16:03:22Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Widget directive only adds a class name so all widgets can be styled\r\neasily. But this adds an additional nesting level to the DOM. Try to\r\nprevent this. E.g. make widget directive restrict to 'A' instead of\r\n'E'. Or make a JS class which can decorate an element with the class\r\nname.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/24",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/24/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/24/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/24/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/24",
        "id": 35299353,
        "number": 24,
        "title": "refresh on window focus",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:23:25Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": ""
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/23",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/23/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/23/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/23/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/23",
        "id": 35299313,
        "number": 23,
        "title": "commits count for release",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/backlog",
            "name": "backlog",
            "color": "5319e7"
        }, {
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:22:47Z",
        "updated_at": "2014-06-14T16:03:22Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Add widget to list number of commits not released yet. This are the\r\ncommits between the 'release' branch and the 'develop' branch.\r\nScmEnhacer config lists which branches are the develop and the\r\nrelease branch. Put this widget into project view, not commit view.\r\n                                                                      \r\nNote: A more major version would show also which tickets in between\r\nthese branches. Also it would be nice to see which commits going into\r\na release which have no ticket attached.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/22",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/22/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/22/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/22/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/22",
        "id": 35299270,
        "number": 22,
        "title": "Add inapp keyboard shortcuts for better usabillity",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:22:05Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "- [x] add test for wrapper, getConfigured ...\r\n- [x] add test for wrapper with settings\r\n- [x] configure combos in directive and show them in settings part of app\r\n- [x] test shortcuts directive (pretty stable instead of widgets)\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/21",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/21/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/21/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/21/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/21",
        "id": 35299218,
        "number": 21,
        "title": "fix closing windows",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/backlog",
            "name": "backlog",
            "color": "5319e7"
        }, {
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:21:29Z",
        "updated_at": "2014-06-14T16:03:22Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "When user closes main window, all main windows are closed. Only close\r\nthe main window closed by user and its child windows, not *all*\r\nwindows.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/20",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/20/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/20/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/20/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/20",
        "id": 35299172,
        "number": 20,
        "title": "limit git log",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:20:58Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Send limit for \"git log\" output to service instead of loading *all*\r\ncommits and slice it on client side. This also requires changes in\r\nthe git service itself.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/19",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/19/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/19/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/19/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/19",
        "id": 35299154,
        "number": 19,
        "title": "move commit widget",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:20:40Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Put commit widget into project view, because we have nothing interesting yet there."
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/18",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/18/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/18/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/18/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/18",
        "id": 35299074,
        "number": 18,
        "title": "git status widget",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:19:28Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Add directive for simple git status output to commit window.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/17",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/17/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/17/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/17/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/17",
        "id": 35299035,
        "number": 17,
        "title": "notification auto dismiss bug",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:18:57Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "When window gets closed, its JS context gets destroyed. For\r\nnotifications, this means the dismiss handler never gets called and\r\nnotifications of this window are not dismissed. Related to \\#16,\r\nbecause this can be solved with something which runs in main context?\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/16",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/16/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/16/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/16/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/16",
        "id": 35298939,
        "number": 16,
        "title": "use chrome messaging for global app event",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/backlog",
            "name": "backlog",
            "color": "5319e7"
        }, {
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:18:03Z",
        "updated_at": "2014-06-14T16:03:22Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "All angular services are created again when a window opens. This is\r\nunpreventable because this is a new HTML page and all ressources are\r\nadded again to that page. So the AppSettings 'save' event of the main\r\nwindow can't reach the second window. They have both its own\r\nAppSettings singleton.\r\n                                                                      \r\nUse background page messages to handle this accross content windows.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/15",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/15/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/15/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/15/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/15",
        "id": 35298843,
        "number": 15,
        "title": "navigation bug",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:16:55Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "When returning from project page to overview page, controller code\r\ngets executed again. This way the event handler for\r\n`AppSettings.save` gets added again and again. Prevent this!\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/14",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/14/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/14/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/14/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/14",
        "id": 35298796,
        "number": 14,
        "title": "invalid form styling",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:16:23Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Add styling for invalid settings form. Also helper messages of html5\r\nvalidation doesn't show up in chrome app. Check how to enable it or\r\nuse validation framework?\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/13",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/13/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/13/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/13/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/13",
        "id": 35298752,
        "number": 13,
        "title": "git commit widget",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:15:48Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Add window to show current git status and make a fixup commit, or\r\nnormal commit with a message. Windows should be opened by global\r\nshortcut.\r\n\r\n- [x] add app setting for standard dismiss delay\r\n- [x] test notification service\r\n- [x] when text entered, mark fixup buton as \"warning\"\r\n- [x] and add tooltip \"your message will not be used\"\r\n- [x] check how much text fits into a notification box, notifications for linux are no rich notifications it seems\r\n- [x] fix styling of input boxes in app setting, add margin or something\r\n- [x] close commit window on success\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/12",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/12/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/12/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/12/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/12",
        "id": 35298683,
        "number": 12,
        "title": "noop",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:14:54Z",
        "updated_at": "2014-06-14T15:58:01Z",
        "closed_at": "2014-06-14T15:58:01Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": ""
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/11",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/11/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/11/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/11/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/11",
        "id": 35298648,
        "number": 11,
        "title": "stored passwords list widget",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/backlog",
            "name": "backlog",
            "color": "5319e7"
        }, {
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:14:27Z",
        "updated_at": "2014-06-14T16:03:22Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Add widget to show a list of passwords stored in password safe if\r\nexisting. Add button for each key to get username/password. When\r\ncredentials retrieved, show buttons to put username or password into\r\nclipboard. (Use service to put into clipboard? or use chrome API? )\r\n                                                                     \r\nShow info message when user isn't authenticated yet and a button to\r\nrun authentication (java UI is ok for now? ).\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/10",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/10/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/10/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/10/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/10",
        "id": 35298592,
        "number": 10,
        "title": "Refactor refresh buttons of overview and project view to directive",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/backlog",
            "name": "backlog",
            "color": "5319e7"
        }, {
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:13:46Z",
        "updated_at": "2014-06-14T16:03:22Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": ""
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/9",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/9/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/9/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/9/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/9",
        "id": 35298460,
        "number": 9,
        "title": "build system",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/2",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/2/labels",
            "id": 691133,
            "number": 2,
            "title": "0.1.1",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 4,
            "state": "closed",
            "created_at": "2014-06-14T15:55:11Z",
            "updated_at": "2014-06-14T15:58:47Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:12:31Z",
        "updated_at": "2014-06-14T15:56:19Z",
        "closed_at": "2014-06-14T15:56:19Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Configure build system to bundle chrome app, currently some assets like css and fonts are missplaced also."
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/8",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/8/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/8/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/8/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/8",
        "id": 35298384,
        "number": 8,
        "title": "last opened project",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/backlog",
            "name": "backlog",
            "color": "5319e7"
        }, {
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "open",
        "assignee": null,
        "milestone": null,
        "comments": 0,
        "created_at": "2014-06-09T16:11:47Z",
        "updated_at": "2014-06-14T16:03:22Z",
        "closed_at": null,
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "Save last opened project on exit and open this project on startup.\r\nWhen there is no last project, show overview page.\r\nWhen last project was removed, show overview page.\r\nWhen projects are loaded in project controller, user can't switch to overview view because projects loading twice.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/7",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/7/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/7/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/7/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/7",
        "id": 35298294,
        "number": 7,
        "title": "Remove fake config in project main controller and use Sweetp service to get project from",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:10:50Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "- [X] get project from stored config or load from server\r\n- [X] remove fake config and call this method in controller\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/6",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/6/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/6/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/6/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/6",
        "id": 35298231,
        "number": 6,
        "title": "must-the-app-also-work-as-website",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:10:15Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": ""
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/5",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/5/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/5/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/5/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/5",
        "id": 35298131,
        "number": 5,
        "title": "Add a simple widget, which shows the last 5 entries of git history",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/1",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/1/labels",
            "id": 691132,
            "number": 1,
            "title": "0.1.0",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 15,
            "state": "closed",
            "created_at": "2014-06-14T15:54:43Z",
            "updated_at": "2014-06-14T15:58:44Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:09:22Z",
        "updated_at": "2014-06-14T15:57:41Z",
        "closed_at": "2014-06-14T15:57:41Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": "- [X] add refresh button to project page\r\n- [X] add widget for git log entries\r\n- [X] move widgets into directives\r\n- [X] fix broken tests\r\n- [X] add test for callService method, not controller (too much flux)\r\n- [X] only show widgets when .git setting exists in project config\r\n- [X] show errors in widgets, ignore TODO ^^\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/4",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/4/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/4/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/4/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/4",
        "id": 35297868,
        "number": 4,
        "title": "Make it beautiful enough before release",
        "user": {
            "login": "hoschi",
            "id": 163128,
            "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
            "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
            "url": "https://api.github.com/users/hoschi",
            "html_url": "https://github.com/hoschi",
            "followers_url": "https://api.github.com/users/hoschi/followers",
            "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
            "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
            "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
            "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
            "organizations_url": "https://api.github.com/users/hoschi/orgs",
            "repos_url": "https://api.github.com/users/hoschi/repos",
            "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
            "received_events_url": "https://api.github.com/users/hoschi/received_events",
            "type": "User",
            "site_admin": false
        },
        "labels": [{
            "url": "https://api.github.com/repos/sweetp/dashboard/labels/imported",
            "name": "imported",
            "color": "fef2c0"
        }],
        "state": "closed",
        "assignee": null,
        "milestone": {
            "url": "https://api.github.com/repos/sweetp/dashboard/milestones/2",
            "labels_url": "https://api.github.com/repos/sweetp/dashboard/milestones/2/labels",
            "id": 691133,
            "number": 2,
            "title": "0.1.1",
            "description": "",
            "creator": {
                "login": "hoschi",
                "id": 163128,
                "avatar_url": "https://avatars.githubusercontent.com/u/163128?",
                "gravatar_id": "362bc5adb9fbcbb4baa5ed34cf166059",
                "url": "https://api.github.com/users/hoschi",
                "html_url": "https://github.com/hoschi",
                "followers_url": "https://api.github.com/users/hoschi/followers",
                "following_url": "https://api.github.com/users/hoschi/following{/other_user}",
                "gists_url": "https://api.github.com/users/hoschi/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/hoschi/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/hoschi/subscriptions",
                "organizations_url": "https://api.github.com/users/hoschi/orgs",
                "repos_url": "https://api.github.com/users/hoschi/repos",
                "events_url": "https://api.github.com/users/hoschi/events{/privacy}",
                "received_events_url": "https://api.github.com/users/hoschi/received_events",
                "type": "User",
                "site_admin": false
            },
            "open_issues": 0,
            "closed_issues": 4,
            "state": "closed",
            "created_at": "2014-06-14T15:55:11Z",
            "updated_at": "2014-06-14T15:58:47Z",
            "due_on": null
        },
        "comments": 0,
        "created_at": "2014-06-09T16:06:27Z",
        "updated_at": "2014-06-14T15:56:19Z",
        "closed_at": "2014-06-14T15:56:19Z",
        "pull_request": {
            "url": null,
            "html_url": null,
            "diff_url": null,
            "patch_url": null
        },
        "body": ""
    }], {
        server: 'GitHub.com',
        date: 'Tue, 29 Jul 2014 10:26:47 GMT',
        'content-type': 'application/json; charset=utf-8',
        status: '200 OK',
        'x-ratelimit-limit': '5000',
        'x-ratelimit-remaining': '4999',
        'x-ratelimit-reset': '1406633207',
        'cache-control': 'private, max-age=60, s-maxage=60',
        etag: '"094f0f70c090ce12e44824f5459af2d8"',
        vary: 'Accept, Authorization, Cookie, X-GitHub-OTP',
        'x-github-media-type': 'github.beta; format=json',
        link: '<https://api.github.com/repositories/20643437/issues?state=all&page=2>; rel="next", <https://api.github.com/repositories/20643437/issues?state=all&page=2>; rel="last"',
        'x-xss-protection': '1; mode=block',
        'x-frame-options': 'deny',
        'content-security-policy': 'default-src \'none\'',
        'content-length': '81163',
        'access-control-allow-credentials': 'true',
        'access-control-expose-headers': 'ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval',
        'access-control-allow-origin': '*',
        'x-github-request-id': '1F112D86:334A:828A53C:53D776E7',
        'strict-transport-security': 'max-age=31536000; includeSubdomains',
        'x-content-type-options': 'nosniff',
        'x-served-by': '03d91026ad8428f4d9966d7434f9d82e'
    });