Commit a46a58e1 authored by Filipa Lacerda's avatar Filipa Lacerda

Enables eslint in mock data file

parent 31eb5747
/* eslint-disable quote-props, quotes, comma-dangle */
export default { export default {
"triggered_by": { triggered_by: {
"id": 129, id: 129,
"active": true, active: true,
"path": "/gitlab-org/gitlab-ce/pipelines/129", path: '/gitlab-org/gitlab-ce/pipelines/129',
"project": { project: {
"name": "GitLabCE" name: 'GitLabCE',
}, },
"details": { details: {
"status": { status: {
"icon": "icon_status_running", icon: 'icon_status_running',
"text": "running", text: 'running',
"label": "running", label: 'running',
"group": "running", group: 'running',
"has_details": true, has_details: true,
"details_path": "/gitlab-org/gitlab-ce/pipelines/129", details_path: '/gitlab-org/gitlab-ce/pipelines/129',
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" favicon:
} '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
}, },
"flags": { },
"latest": false, flags: {
"triggered": false, latest: false,
"stuck": false, triggered: false,
"yaml_errors": false, stuck: false,
"retryable": true, yaml_errors: false,
"cancelable": true retryable: true,
}, cancelable: true,
"ref": { },
"name": "7-5-stable", ref: {
"path": "/gitlab-org/gitlab-ce/commits/7-5-stable", name: '7-5-stable',
"tag": false, path: '/gitlab-org/gitlab-ce/commits/7-5-stable',
"branch": true tag: false,
}, branch: true,
"commit": { },
"id": "23433d4d8b20d7e45c103d0b6048faad38a130ab", commit: {
"short_id": "23433d4d", id: '23433d4d8b20d7e45c103d0b6048faad38a130ab',
"title": "Version 7.5.0.rc1", short_id: '23433d4d',
"created_at": "2014-11-17T15:44:14.000+01:00", title: 'Version 7.5.0.rc1',
"parent_ids": [ created_at: '2014-11-17T15:44:14.000+01:00',
"30ac909f30f58d319b42ed1537664483894b18cd" parent_ids: ['30ac909f30f58d319b42ed1537664483894b18cd'],
], message: 'Version 7.5.0.rc1\n',
"message": "Version 7.5.0.rc1\n", author_name: 'Jacob Vosmaer',
"author_name": "Jacob Vosmaer", author_email: 'contact@jacobvosmaer.nl',
"author_email": "contact@jacobvosmaer.nl", authored_date: '2014-11-17T15:44:14.000+01:00',
"authored_date": "2014-11-17T15:44:14.000+01:00", committer_name: 'Jacob Vosmaer',
"committer_name": "Jacob Vosmaer", committer_email: 'contact@jacobvosmaer.nl',
"committer_email": "contact@jacobvosmaer.nl", committed_date: '2014-11-17T15:44:14.000+01:00',
"committed_date": "2014-11-17T15:44:14.000+01:00", author_gravatar_url:
"author_gravatar_url": "http://www.gravatar.com/avatar/e66d11c0eedf8c07b3b18fca46599807?s=80&d=identicon", 'http://www.gravatar.com/avatar/e66d11c0eedf8c07b3b18fca46599807?s=80&d=identicon',
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/23433d4d8b20d7e45c103d0b6048faad38a130ab", commit_url:
"commit_path": "/gitlab-org/gitlab-ce/commit/23433d4d8b20d7e45c103d0b6048faad38a130ab" 'http://localhost:3000/gitlab-org/gitlab-ce/commit/23433d4d8b20d7e45c103d0b6048faad38a130ab',
}, commit_path: '/gitlab-org/gitlab-ce/commit/23433d4d8b20d7e45c103d0b6048faad38a130ab',
"retry_path": "/gitlab-org/gitlab-ce/pipelines/129/retry", },
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/129/cancel", retry_path: '/gitlab-org/gitlab-ce/pipelines/129/retry',
"created_at": "2017-05-24T14:46:20.090Z", cancel_path: '/gitlab-org/gitlab-ce/pipelines/129/cancel',
"updated_at": "2017-05-24T14:46:29.906Z" created_at: '2017-05-24T14:46:20.090Z',
}, updated_at: '2017-05-24T14:46:29.906Z',
"triggered": [{ },
"id": 132, triggered: [
"active": true, {
"path": "/gitlab-org/gitlab-ce/pipelines/132", id: 132,
"project": { active: true,
"name": "GitLabCE" path: '/gitlab-org/gitlab-ce/pipelines/132',
}, project: {
"details": { name: 'GitLabCE',
"status": { },
"icon": "icon_status_running", details: {
"text": "running", status: {
"label": "running", icon: 'icon_status_running',
"group": "running", text: 'running',
"has_details": true, label: 'running',
"details_path": "/gitlab-org/gitlab-ce/pipelines/132", group: 'running',
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" has_details: true,
} details_path: '/gitlab-org/gitlab-ce/pipelines/132',
}, favicon:
"flags": { '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"latest": false, },
"triggered": false, },
"stuck": false, flags: {
"yaml_errors": false, latest: false,
"retryable": true, triggered: false,
"cancelable": true stuck: false,
}, yaml_errors: false,
"ref": { retryable: true,
"name": "crowd", cancelable: true,
"path": "/gitlab-org/gitlab-ce/commits/crowd", },
"tag": false, ref: {
"branch": true name: 'crowd',
}, path: '/gitlab-org/gitlab-ce/commits/crowd',
"commit": { tag: false,
"id": "b9d58c4cecd06be74c3cc32ccfb522b31544ab2e", branch: true,
"short_id": "b9d58c4c", },
"title": "getting user keys publically through http without any authentication, the github…", commit: {
"created_at": "2013-10-03T12:50:33.000+05:30", id: 'b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
"parent_ids": [ short_id: 'b9d58c4c',
"e219cf7246c6a0495e4507deaffeba11e79f13b8" title: 'getting user keys publically through http without any authentication, the github…',
], created_at: '2013-10-03T12:50:33.000+05:30',
"message": "getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n\nchangelog updated to include ssh key retrieval feature update\n", parent_ids: ['e219cf7246c6a0495e4507deaffeba11e79f13b8'],
"author_name": "devaroop", message:
"author_email": "devaroop123@yahoo.co.in", 'getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n\nchangelog updated to include ssh key retrieval feature update\n',
"authored_date": "2013-10-02T20:39:29.000+05:30", author_name: 'devaroop',
"committer_name": "devaroop", author_email: 'devaroop123@yahoo.co.in',
"committer_email": "devaroop123@yahoo.co.in", authored_date: '2013-10-02T20:39:29.000+05:30',
"committed_date": "2013-10-03T12:50:33.000+05:30", committer_name: 'devaroop',
"author_gravatar_url": "http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon", committer_email: 'devaroop123@yahoo.co.in',
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e", committed_date: '2013-10-03T12:50:33.000+05:30',
"commit_path": "/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e" author_gravatar_url:
}, 'http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon',
"retry_path": "/gitlab-org/gitlab-ce/pipelines/132/retry", commit_url:
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/132/cancel", 'http://localhost:3000/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
"created_at": "2017-05-24T14:46:24.644Z", commit_path: '/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
"updated_at": "2017-05-24T14:48:55.226Z" },
}, { retry_path: '/gitlab-org/gitlab-ce/pipelines/132/retry',
"id": 133, cancel_path: '/gitlab-org/gitlab-ce/pipelines/132/cancel',
"active": true, created_at: '2017-05-24T14:46:24.644Z',
"path": "/gitlab-org/gitlab-ce/pipelines/133", updated_at: '2017-05-24T14:48:55.226Z',
"project": { },
"name": "GitLabCE" {
}, id: 133,
"details": { active: true,
"status": { path: '/gitlab-org/gitlab-ce/pipelines/133',
"icon": "icon_status_running", project: {
"text": "running", name: 'GitLabCE',
"label": "running", },
"group": "running", details: {
"has_details": true, status: {
"details_path": "/gitlab-org/gitlab-ce/pipelines/133", icon: 'icon_status_running',
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" text: 'running',
} label: 'running',
}, group: 'running',
"flags": { has_details: true,
"latest": false, details_path: '/gitlab-org/gitlab-ce/pipelines/133',
"triggered": false, favicon:
"stuck": false, '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"yaml_errors": false, },
"retryable": true, },
"cancelable": true flags: {
}, latest: false,
"ref": { triggered: false,
"name": "crowd", stuck: false,
"path": "/gitlab-org/gitlab-ce/commits/crowd", yaml_errors: false,
"tag": false, retryable: true,
"branch": true cancelable: true,
}, },
"commit": { ref: {
"id": "b6bd4856a33df3d144be66c4ed1f1396009bb08b", name: 'crowd',
"short_id": "b6bd4856", path: '/gitlab-org/gitlab-ce/commits/crowd',
"title": "getting user keys publically through http without any authentication, the github…", tag: false,
"created_at": "2013-10-02T20:39:29.000+05:30", branch: true,
"parent_ids": [ },
"e219cf7246c6a0495e4507deaffeba11e79f13b8" commit: {
], id: 'b6bd4856a33df3d144be66c4ed1f1396009bb08b',
"message": "getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n", short_id: 'b6bd4856',
"author_name": "devaroop", title: 'getting user keys publically through http without any authentication, the github…',
"author_email": "devaroop123@yahoo.co.in", created_at: '2013-10-02T20:39:29.000+05:30',
"authored_date": "2013-10-02T20:39:29.000+05:30", parent_ids: ['e219cf7246c6a0495e4507deaffeba11e79f13b8'],
"committer_name": "devaroop", message:
"committer_email": "devaroop123@yahoo.co.in", 'getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n',
"committed_date": "2013-10-02T20:39:29.000+05:30", author_name: 'devaroop',
"author_gravatar_url": "http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon", author_email: 'devaroop123@yahoo.co.in',
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b", authored_date: '2013-10-02T20:39:29.000+05:30',
"commit_path": "/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b" committer_name: 'devaroop',
}, committer_email: 'devaroop123@yahoo.co.in',
"retry_path": "/gitlab-org/gitlab-ce/pipelines/133/retry", committed_date: '2013-10-02T20:39:29.000+05:30',
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/133/cancel", author_gravatar_url:
"created_at": "2017-05-24T14:46:24.648Z", 'http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon',
"updated_at": "2017-05-24T14:48:59.673Z" commit_url:
}, { 'http://localhost:3000/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b',
"id": 130, commit_path: '/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b',
"active": true, },
"path": "/gitlab-org/gitlab-ce/pipelines/130", retry_path: '/gitlab-org/gitlab-ce/pipelines/133/retry',
"project": { cancel_path: '/gitlab-org/gitlab-ce/pipelines/133/cancel',
"name": "GitLabCE" created_at: '2017-05-24T14:46:24.648Z',
}, updated_at: '2017-05-24T14:48:59.673Z',
"details": { },
"status": { {
"icon": "icon_status_running", id: 130,
"text": "running", active: true,
"label": "running", path: '/gitlab-org/gitlab-ce/pipelines/130',
"group": "running", project: {
"has_details": true, name: 'GitLabCE',
"details_path": "/gitlab-org/gitlab-ce/pipelines/130", },
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" details: {
} status: {
}, icon: 'icon_status_running',
"flags": { text: 'running',
"latest": false, label: 'running',
"triggered": false, group: 'running',
"stuck": false, has_details: true,
"yaml_errors": false, details_path: '/gitlab-org/gitlab-ce/pipelines/130',
"retryable": true, favicon:
"cancelable": true '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
}, },
"ref": { },
"name": "crowd", flags: {
"path": "/gitlab-org/gitlab-ce/commits/crowd", latest: false,
"tag": false, triggered: false,
"branch": true stuck: false,
}, yaml_errors: false,
"commit": { retryable: true,
"id": "6d7ced4a2311eeff037c5575cca1868a6d3f586f", cancelable: true,
"short_id": "6d7ced4a", },
"title": "Whitespace fixes to patch", ref: {
"created_at": "2013-10-08T13:53:22.000-05:00", name: 'crowd',
"parent_ids": [ path: '/gitlab-org/gitlab-ce/commits/crowd',
"1875141a963a4238bda29011d8f7105839485253" tag: false,
], branch: true,
"message": "Whitespace fixes to patch\n", },
"author_name": "Dale Hamel", commit: {
"author_email": "dale.hamel@srvthe.net", id: '6d7ced4a2311eeff037c5575cca1868a6d3f586f',
"authored_date": "2013-10-08T13:53:22.000-05:00", short_id: '6d7ced4a',
"committer_name": "Dale Hamel", title: 'Whitespace fixes to patch',
"committer_email": "dale.hamel@invenia.ca", created_at: '2013-10-08T13:53:22.000-05:00',
"committed_date": "2013-10-08T13:53:22.000-05:00", parent_ids: ['1875141a963a4238bda29011d8f7105839485253'],
"author_gravatar_url": "http://www.gravatar.com/avatar/cd08930e69fa5ad1a669206e7bafe476?s=80&d=identicon", message: 'Whitespace fixes to patch\n',
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f", author_name: 'Dale Hamel',
"commit_path": "/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f" author_email: 'dale.hamel@srvthe.net',
}, authored_date: '2013-10-08T13:53:22.000-05:00',
"retry_path": "/gitlab-org/gitlab-ce/pipelines/130/retry", committer_name: 'Dale Hamel',
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/130/cancel", committer_email: 'dale.hamel@invenia.ca',
"created_at": "2017-05-24T14:46:24.630Z", committed_date: '2013-10-08T13:53:22.000-05:00',
"updated_at": "2017-05-24T14:49:45.091Z" author_gravatar_url:
}, { 'http://www.gravatar.com/avatar/cd08930e69fa5ad1a669206e7bafe476?s=80&d=identicon',
"id": 131, commit_url:
"active": true, 'http://localhost:3000/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f',
"path": "/gitlab-org/gitlab-ce/pipelines/132", commit_path: '/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f',
"project": { },
"name": "GitLabCE" retry_path: '/gitlab-org/gitlab-ce/pipelines/130/retry',
}, cancel_path: '/gitlab-org/gitlab-ce/pipelines/130/cancel',
"details": { created_at: '2017-05-24T14:46:24.630Z',
"status": { updated_at: '2017-05-24T14:49:45.091Z',
"icon": "icon_status_running", },
"text": "running", {
"label": "running", id: 131,
"group": "running", active: true,
"has_details": true, path: '/gitlab-org/gitlab-ce/pipelines/132',
"details_path": "/gitlab-org/gitlab-ce/pipelines/132", project: {
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" name: 'GitLabCE',
} },
}, details: {
"flags": { status: {
"latest": false, icon: 'icon_status_running',
"triggered": false, text: 'running',
"stuck": false, label: 'running',
"yaml_errors": false, group: 'running',
"retryable": true, has_details: true,
"cancelable": true details_path: '/gitlab-org/gitlab-ce/pipelines/132',
}, favicon:
"ref": { '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"name": "crowd", },
"path": "/gitlab-org/gitlab-ce/commits/crowd", },
"tag": false, flags: {
"branch": true latest: false,
}, triggered: false,
"commit": { stuck: false,
"id": "b9d58c4cecd06be74c3cc32ccfb522b31544ab2e", yaml_errors: false,
"short_id": "b9d58c4c", retryable: true,
"title": "getting user keys publically through http without any authentication, the github…", cancelable: true,
"created_at": "2013-10-03T12:50:33.000+05:30", },
"parent_ids": [ ref: {
"e219cf7246c6a0495e4507deaffeba11e79f13b8" name: 'crowd',
], path: '/gitlab-org/gitlab-ce/commits/crowd',
"message": "getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n\nchangelog updated to include ssh key retrieval feature update\n", tag: false,
"author_name": "devaroop", branch: true,
"author_email": "devaroop123@yahoo.co.in", },
"authored_date": "2013-10-02T20:39:29.000+05:30", commit: {
"committer_name": "devaroop", id: 'b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
"committer_email": "devaroop123@yahoo.co.in", short_id: 'b9d58c4c',
"committed_date": "2013-10-03T12:50:33.000+05:30", title: 'getting user keys publically through http without any authentication, the github…',
"author_gravatar_url": "http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon", created_at: '2013-10-03T12:50:33.000+05:30',
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e", parent_ids: ['e219cf7246c6a0495e4507deaffeba11e79f13b8'],
"commit_path": "/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e" message:
}, 'getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n\nchangelog updated to include ssh key retrieval feature update\n',
"retry_path": "/gitlab-org/gitlab-ce/pipelines/132/retry", author_name: 'devaroop',
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/132/cancel", author_email: 'devaroop123@yahoo.co.in',
"created_at": "2017-05-24T14:46:24.644Z", authored_date: '2013-10-02T20:39:29.000+05:30',
"updated_at": "2017-05-24T14:48:55.226Z" committer_name: 'devaroop',
}, { committer_email: 'devaroop123@yahoo.co.in',
"id": 134, committed_date: '2013-10-03T12:50:33.000+05:30',
"active": true, author_gravatar_url:
"path": "/gitlab-org/gitlab-ce/pipelines/133", 'http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon',
"project": { commit_url:
"name": "GitLabCE" 'http://localhost:3000/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
}, commit_path: '/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
"details": { },
"status": { retry_path: '/gitlab-org/gitlab-ce/pipelines/132/retry',
"icon": "icon_status_running", cancel_path: '/gitlab-org/gitlab-ce/pipelines/132/cancel',
"text": "running", created_at: '2017-05-24T14:46:24.644Z',
"label": "running", updated_at: '2017-05-24T14:48:55.226Z',
"group": "running", },
"has_details": true, {
"details_path": "/gitlab-org/gitlab-ce/pipelines/133", id: 134,
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" active: true,
} path: '/gitlab-org/gitlab-ce/pipelines/133',
}, project: {
"flags": { name: 'GitLabCE',
"latest": false, },
"triggered": false, details: {
"stuck": false, status: {
"yaml_errors": false, icon: 'icon_status_running',
"retryable": true, text: 'running',
"cancelable": true label: 'running',
}, group: 'running',
"ref": { has_details: true,
"name": "crowd", details_path: '/gitlab-org/gitlab-ce/pipelines/133',
"path": "/gitlab-org/gitlab-ce/commits/crowd", favicon:
"tag": false, '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"branch": true },
}, },
"commit": { flags: {
"id": "b6bd4856a33df3d144be66c4ed1f1396009bb08b", latest: false,
"short_id": "b6bd4856", triggered: false,
"title": "getting user keys publically through http without any authentication, the github…", stuck: false,
"created_at": "2013-10-02T20:39:29.000+05:30", yaml_errors: false,
"parent_ids": [ retryable: true,
"e219cf7246c6a0495e4507deaffeba11e79f13b8" cancelable: true,
], },
"message": "getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n", ref: {
"author_name": "devaroop", name: 'crowd',
"author_email": "devaroop123@yahoo.co.in", path: '/gitlab-org/gitlab-ce/commits/crowd',
"authored_date": "2013-10-02T20:39:29.000+05:30", tag: false,
"committer_name": "devaroop", branch: true,
"committer_email": "devaroop123@yahoo.co.in", },
"committed_date": "2013-10-02T20:39:29.000+05:30", commit: {
"author_gravatar_url": "http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon", id: 'b6bd4856a33df3d144be66c4ed1f1396009bb08b',
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b", short_id: 'b6bd4856',
"commit_path": "/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b" title: 'getting user keys publically through http without any authentication, the github…',
}, created_at: '2013-10-02T20:39:29.000+05:30',
"retry_path": "/gitlab-org/gitlab-ce/pipelines/133/retry", parent_ids: ['e219cf7246c6a0495e4507deaffeba11e79f13b8'],
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/133/cancel", message:
"created_at": "2017-05-24T14:46:24.648Z", 'getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n',
"updated_at": "2017-05-24T14:48:59.673Z" author_name: 'devaroop',
}, { author_email: 'devaroop123@yahoo.co.in',
"id": 135, authored_date: '2013-10-02T20:39:29.000+05:30',
"active": true, committer_name: 'devaroop',
"path": "/gitlab-org/gitlab-ce/pipelines/130", committer_email: 'devaroop123@yahoo.co.in',
"project": { committed_date: '2013-10-02T20:39:29.000+05:30',
"name": "GitLabCE" author_gravatar_url:
}, 'http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon',
"details": { commit_url:
"status": { 'http://localhost:3000/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b',
"icon": "icon_status_running", commit_path: '/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b',
"text": "running", },
"label": "running", retry_path: '/gitlab-org/gitlab-ce/pipelines/133/retry',
"group": "running", cancel_path: '/gitlab-org/gitlab-ce/pipelines/133/cancel',
"has_details": true, created_at: '2017-05-24T14:46:24.648Z',
"details_path": "/gitlab-org/gitlab-ce/pipelines/130", updated_at: '2017-05-24T14:48:59.673Z',
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" },
} {
}, id: 135,
"flags": { active: true,
"latest": false, path: '/gitlab-org/gitlab-ce/pipelines/130',
"triggered": false, project: {
"stuck": false, name: 'GitLabCE',
"yaml_errors": false, },
"retryable": true, details: {
"cancelable": true status: {
}, icon: 'icon_status_running',
"ref": { text: 'running',
"name": "crowd", label: 'running',
"path": "/gitlab-org/gitlab-ce/commits/crowd", group: 'running',
"tag": false, has_details: true,
"branch": true details_path: '/gitlab-org/gitlab-ce/pipelines/130',
}, favicon:
"commit": { '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"id": "6d7ced4a2311eeff037c5575cca1868a6d3f586f", },
"short_id": "6d7ced4a", },
"title": "Whitespace fixes to patch", flags: {
"created_at": "2013-10-08T13:53:22.000-05:00", latest: false,
"parent_ids": [ triggered: false,
"1875141a963a4238bda29011d8f7105839485253" stuck: false,
yaml_errors: false,
retryable: true,
cancelable: true,
},
ref: {
name: 'crowd',
path: '/gitlab-org/gitlab-ce/commits/crowd',
tag: false,
branch: true,
},
commit: {
id: '6d7ced4a2311eeff037c5575cca1868a6d3f586f',
short_id: '6d7ced4a',
title: 'Whitespace fixes to patch',
created_at: '2013-10-08T13:53:22.000-05:00',
parent_ids: ['1875141a963a4238bda29011d8f7105839485253'],
message: 'Whitespace fixes to patch\n',
author_name: 'Dale Hamel',
author_email: 'dale.hamel@srvthe.net',
authored_date: '2013-10-08T13:53:22.000-05:00',
committer_name: 'Dale Hamel',
committer_email: 'dale.hamel@invenia.ca',
committed_date: '2013-10-08T13:53:22.000-05:00',
author_gravatar_url:
'http://www.gravatar.com/avatar/cd08930e69fa5ad1a669206e7bafe476?s=80&d=identicon',
commit_url:
'http://localhost:3000/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f',
commit_path: '/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f',
},
retry_path: '/gitlab-org/gitlab-ce/pipelines/130/retry',
cancel_path: '/gitlab-org/gitlab-ce/pipelines/130/cancel',
created_at: '2017-05-24T14:46:24.630Z',
updated_at: '2017-05-24T14:49:45.091Z',
},
], ],
"message": "Whitespace fixes to patch\n",
"author_name": "Dale Hamel",
"author_email": "dale.hamel@srvthe.net",
"authored_date": "2013-10-08T13:53:22.000-05:00",
"committer_name": "Dale Hamel",
"committer_email": "dale.hamel@invenia.ca",
"committed_date": "2013-10-08T13:53:22.000-05:00",
"author_gravatar_url": "http://www.gravatar.com/avatar/cd08930e69fa5ad1a669206e7bafe476?s=80&d=identicon",
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f",
"commit_path": "/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f"
},
"retry_path": "/gitlab-org/gitlab-ce/pipelines/130/retry",
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/130/cancel",
"created_at": "2017-05-24T14:46:24.630Z",
"updated_at": "2017-05-24T14:49:45.091Z"
}],
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment