hoschi/sweetp-service-github-issues

View on GitHub
fixtures/method_all_state_closed.js

Summary

Maintainability
F
1 wk
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": "bar"
        }
    }, {
        '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=closed')
    .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/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/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/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/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/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/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/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": ""
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/3",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/3/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/3/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/3/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/3",
        "id": 35297483,
        "number": 3,
        "title": "settings local storage",
        "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": [],
        "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:02:29Z",
        "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 *settings service*.\r\nSave settings in local storage and read them out of it on first read atempt.\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/2",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/2/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/2/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/2/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/2",
        "id": 35297411,
        "number": 2,
        "title": "Get projects from sweetp server REST endpoint",
        "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": [],
        "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:01: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": "- [X] add reload button to reload projects when a new one is added to sweetp server\r\n- [X] reload button is disabled when loading projects\r\n- [X] test overview controller\r\n"
    }, {
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/1",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/1/labels{/name}",
        "comments_url": "https://api.github.com/repos/sweetp/dashboard/issues/1/comments",
        "events_url": "https://api.github.com/repos/sweetp/dashboard/issues/1/events",
        "html_url": "https://github.com/sweetp/dashboard/issues/1",
        "id": 35297305,
        "number": 1,
        "title": "mockup",
        "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": [],
        "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:00: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": "First mock up how the app should look."
    }], {
        server: 'GitHub.com',
        date: 'Tue, 29 Jul 2014 10:30:19 GMT',
        'content-type': 'application/json; charset=utf-8',
        status: '200 OK',
        'x-ratelimit-limit': '5000',
        'x-ratelimit-remaining': '4990',
        'x-ratelimit-reset': '1406633207',
        'cache-control': 'private, max-age=60, s-maxage=60',
        etag: '"f3d9b601829bc3773f1460fe5ee9005d"',
        vary: 'Accept, Authorization, Cookie, X-GitHub-OTP',
        'x-github-media-type': 'github.beta; format=json',
        'x-xss-protection': '1; mode=block',
        'x-frame-options': 'deny',
        'content-security-policy': 'default-src \'none\'',
        'content-length': '64449',
        '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:3349:57403B9:53D777BA',
        'strict-transport-security': 'max-age=31536000; includeSubdomains',
        'x-content-type-options': 'nosniff',
        'x-served-by': '3061975e1f37121b3751604ad153c687'
    });