Commit 5a20aa97 authored by Clement Ho's avatar Clement Ho

Merge branch '2690-eslint' into 'master'

Resolve "Remove disabled eslint rules from `spec/javascripts/pipelines/graph/linked_pipelines_mock_data.js`"

Closes #2690

See merge request gitlab-org/gitlab-ee!5170
parents 6aa5e3ff a46a58e1
/* 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": [{ triggered: [
"id": 132, {
"active": true, id: 132,
"path": "/gitlab-org/gitlab-ce/pipelines/132", active: true,
"project": { path: '/gitlab-org/gitlab-ce/pipelines/132',
"name": "GitLabCE" project: {
}, name: 'GitLabCE',
"details": { },
"status": { details: {
"icon": "icon_status_running", status: {
"text": "running", icon: 'icon_status_running',
"label": "running", text: 'running',
"group": "running", label: 'running',
"has_details": true, group: 'running',
"details_path": "/gitlab-org/gitlab-ce/pipelines/132", has_details: true,
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" details_path: '/gitlab-org/gitlab-ce/pipelines/132',
} favicon:
}, '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"flags": { },
"latest": false, },
"triggered": false, flags: {
"stuck": false, latest: false,
"yaml_errors": false, triggered: false,
"retryable": true, stuck: false,
"cancelable": true yaml_errors: false,
}, retryable: true,
"ref": { cancelable: true,
"name": "crowd", },
"path": "/gitlab-org/gitlab-ce/commits/crowd", ref: {
"tag": false, name: 'crowd',
"branch": true path: '/gitlab-org/gitlab-ce/commits/crowd',
}, tag: false,
"commit": { branch: true,
"id": "b9d58c4cecd06be74c3cc32ccfb522b31544ab2e", },
"short_id": "b9d58c4c", commit: {
"title": "getting user keys publically through http without any authentication, the github…", id: 'b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
"created_at": "2013-10-03T12:50:33.000+05:30", short_id: 'b9d58c4c',
"parent_ids": [ title: 'getting user keys publically through http without any authentication, the github…',
"e219cf7246c6a0495e4507deaffeba11e79f13b8" created_at: '2013-10-03T12:50:33.000+05:30',
], parent_ids: ['e219cf7246c6a0495e4507deaffeba11e79f13b8'],
"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", message:
"author_name": "devaroop", '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',
"author_email": "devaroop123@yahoo.co.in", author_name: 'devaroop',
"authored_date": "2013-10-02T20:39:29.000+05:30", author_email: 'devaroop123@yahoo.co.in',
"committer_name": "devaroop", authored_date: '2013-10-02T20:39:29.000+05:30',
"committer_email": "devaroop123@yahoo.co.in", committer_name: 'devaroop',
"committed_date": "2013-10-03T12:50:33.000+05:30", committer_email: 'devaroop123@yahoo.co.in',
"author_gravatar_url": "http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon", committed_date: '2013-10-03T12:50:33.000+05:30',
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e", author_gravatar_url:
"commit_path": "/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e" 'http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon',
}, commit_url:
"retry_path": "/gitlab-org/gitlab-ce/pipelines/132/retry", 'http://localhost:3000/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/132/cancel", commit_path: '/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
"created_at": "2017-05-24T14:46:24.644Z", },
"updated_at": "2017-05-24T14:48:55.226Z" retry_path: '/gitlab-org/gitlab-ce/pipelines/132/retry',
}, { cancel_path: '/gitlab-org/gitlab-ce/pipelines/132/cancel',
"id": 133, created_at: '2017-05-24T14:46:24.644Z',
"active": true, updated_at: '2017-05-24T14:48:55.226Z',
"path": "/gitlab-org/gitlab-ce/pipelines/133", },
"project": { {
"name": "GitLabCE" id: 133,
}, active: true,
"details": { path: '/gitlab-org/gitlab-ce/pipelines/133',
"status": { project: {
"icon": "icon_status_running", name: 'GitLabCE',
"text": "running", },
"label": "running", details: {
"group": "running", status: {
"has_details": true, icon: 'icon_status_running',
"details_path": "/gitlab-org/gitlab-ce/pipelines/133", text: 'running',
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" label: 'running',
} group: 'running',
}, has_details: true,
"flags": { details_path: '/gitlab-org/gitlab-ce/pipelines/133',
"latest": false, favicon:
"triggered": false, '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"stuck": false, },
"yaml_errors": false, },
"retryable": true, flags: {
"cancelable": true latest: false,
}, triggered: false,
"ref": { stuck: false,
"name": "crowd", yaml_errors: false,
"path": "/gitlab-org/gitlab-ce/commits/crowd", retryable: true,
"tag": false, cancelable: true,
"branch": true },
}, ref: {
"commit": { name: 'crowd',
"id": "b6bd4856a33df3d144be66c4ed1f1396009bb08b", path: '/gitlab-org/gitlab-ce/commits/crowd',
"short_id": "b6bd4856", tag: false,
"title": "getting user keys publically through http without any authentication, the github…", branch: true,
"created_at": "2013-10-02T20:39:29.000+05:30", },
"parent_ids": [ commit: {
"e219cf7246c6a0495e4507deaffeba11e79f13b8" id: 'b6bd4856a33df3d144be66c4ed1f1396009bb08b',
], short_id: 'b6bd4856',
"message": "getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n", title: 'getting user keys publically through http without any authentication, the github…',
"author_name": "devaroop", created_at: '2013-10-02T20:39:29.000+05:30',
"author_email": "devaroop123@yahoo.co.in", parent_ids: ['e219cf7246c6a0495e4507deaffeba11e79f13b8'],
"authored_date": "2013-10-02T20:39:29.000+05:30", message:
"committer_name": "devaroop", 'getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n',
"committer_email": "devaroop123@yahoo.co.in", author_name: 'devaroop',
"committed_date": "2013-10-02T20:39:29.000+05:30", author_email: 'devaroop123@yahoo.co.in',
"author_gravatar_url": "http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon", authored_date: '2013-10-02T20:39:29.000+05:30',
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b", committer_name: 'devaroop',
"commit_path": "/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b" committer_email: 'devaroop123@yahoo.co.in',
}, committed_date: '2013-10-02T20:39:29.000+05:30',
"retry_path": "/gitlab-org/gitlab-ce/pipelines/133/retry", author_gravatar_url:
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/133/cancel", 'http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon',
"created_at": "2017-05-24T14:46:24.648Z", commit_url:
"updated_at": "2017-05-24T14:48:59.673Z" 'http://localhost:3000/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b',
}, { commit_path: '/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b',
"id": 130, },
"active": true, retry_path: '/gitlab-org/gitlab-ce/pipelines/133/retry',
"path": "/gitlab-org/gitlab-ce/pipelines/130", cancel_path: '/gitlab-org/gitlab-ce/pipelines/133/cancel',
"project": { created_at: '2017-05-24T14:46:24.648Z',
"name": "GitLabCE" updated_at: '2017-05-24T14:48:59.673Z',
}, },
"details": { {
"status": { id: 130,
"icon": "icon_status_running", active: true,
"text": "running", path: '/gitlab-org/gitlab-ce/pipelines/130',
"label": "running", project: {
"group": "running", name: 'GitLabCE',
"has_details": true, },
"details_path": "/gitlab-org/gitlab-ce/pipelines/130", details: {
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" status: {
} icon: 'icon_status_running',
}, text: 'running',
"flags": { label: 'running',
"latest": false, group: 'running',
"triggered": false, has_details: true,
"stuck": false, details_path: '/gitlab-org/gitlab-ce/pipelines/130',
"yaml_errors": false, favicon:
"retryable": true, '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"cancelable": true },
}, },
"ref": { flags: {
"name": "crowd", latest: false,
"path": "/gitlab-org/gitlab-ce/commits/crowd", triggered: false,
"tag": false, stuck: false,
"branch": true yaml_errors: false,
}, retryable: true,
"commit": { cancelable: true,
"id": "6d7ced4a2311eeff037c5575cca1868a6d3f586f", },
"short_id": "6d7ced4a", ref: {
"title": "Whitespace fixes to patch", name: 'crowd',
"created_at": "2013-10-08T13:53:22.000-05:00", path: '/gitlab-org/gitlab-ce/commits/crowd',
"parent_ids": [ tag: false,
"1875141a963a4238bda29011d8f7105839485253" branch: true,
], },
"message": "Whitespace fixes to patch\n", commit: {
"author_name": "Dale Hamel", id: '6d7ced4a2311eeff037c5575cca1868a6d3f586f',
"author_email": "dale.hamel@srvthe.net", short_id: '6d7ced4a',
"authored_date": "2013-10-08T13:53:22.000-05:00", title: 'Whitespace fixes to patch',
"committer_name": "Dale Hamel", created_at: '2013-10-08T13:53:22.000-05:00',
"committer_email": "dale.hamel@invenia.ca", parent_ids: ['1875141a963a4238bda29011d8f7105839485253'],
"committed_date": "2013-10-08T13:53:22.000-05:00", message: 'Whitespace fixes to patch\n',
"author_gravatar_url": "http://www.gravatar.com/avatar/cd08930e69fa5ad1a669206e7bafe476?s=80&d=identicon", author_name: 'Dale Hamel',
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f", author_email: 'dale.hamel@srvthe.net',
"commit_path": "/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f" authored_date: '2013-10-08T13:53:22.000-05:00',
}, committer_name: 'Dale Hamel',
"retry_path": "/gitlab-org/gitlab-ce/pipelines/130/retry", committer_email: 'dale.hamel@invenia.ca',
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/130/cancel", committed_date: '2013-10-08T13:53:22.000-05:00',
"created_at": "2017-05-24T14:46:24.630Z", author_gravatar_url:
"updated_at": "2017-05-24T14:49:45.091Z" 'http://www.gravatar.com/avatar/cd08930e69fa5ad1a669206e7bafe476?s=80&d=identicon',
}, { commit_url:
"id": 131, 'http://localhost:3000/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f',
"active": true, commit_path: '/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f',
"path": "/gitlab-org/gitlab-ce/pipelines/132", },
"project": { retry_path: '/gitlab-org/gitlab-ce/pipelines/130/retry',
"name": "GitLabCE" cancel_path: '/gitlab-org/gitlab-ce/pipelines/130/cancel',
}, created_at: '2017-05-24T14:46:24.630Z',
"details": { updated_at: '2017-05-24T14:49:45.091Z',
"status": { },
"icon": "icon_status_running", {
"text": "running", id: 131,
"label": "running", active: true,
"group": "running", path: '/gitlab-org/gitlab-ce/pipelines/132',
"has_details": true, project: {
"details_path": "/gitlab-org/gitlab-ce/pipelines/132", name: 'GitLabCE',
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" },
} details: {
}, status: {
"flags": { icon: 'icon_status_running',
"latest": false, text: 'running',
"triggered": false, label: 'running',
"stuck": false, group: 'running',
"yaml_errors": false, has_details: true,
"retryable": true, details_path: '/gitlab-org/gitlab-ce/pipelines/132',
"cancelable": true favicon:
}, '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"ref": { },
"name": "crowd", },
"path": "/gitlab-org/gitlab-ce/commits/crowd", flags: {
"tag": false, latest: false,
"branch": true triggered: false,
}, stuck: false,
"commit": { yaml_errors: false,
"id": "b9d58c4cecd06be74c3cc32ccfb522b31544ab2e", retryable: true,
"short_id": "b9d58c4c", cancelable: true,
"title": "getting user keys publically through http without any authentication, the github…", },
"created_at": "2013-10-03T12:50:33.000+05:30", ref: {
"parent_ids": [ name: 'crowd',
"e219cf7246c6a0495e4507deaffeba11e79f13b8" path: '/gitlab-org/gitlab-ce/commits/crowd',
], tag: false,
"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", branch: true,
"author_name": "devaroop", },
"author_email": "devaroop123@yahoo.co.in", commit: {
"authored_date": "2013-10-02T20:39:29.000+05:30", id: 'b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
"committer_name": "devaroop", short_id: 'b9d58c4c',
"committer_email": "devaroop123@yahoo.co.in", title: 'getting user keys publically through http without any authentication, the github…',
"committed_date": "2013-10-03T12:50:33.000+05:30", created_at: '2013-10-03T12:50:33.000+05:30',
"author_gravatar_url": "http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon", parent_ids: ['e219cf7246c6a0495e4507deaffeba11e79f13b8'],
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e", message:
"commit_path": "/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e" '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',
}, author_name: 'devaroop',
"retry_path": "/gitlab-org/gitlab-ce/pipelines/132/retry", author_email: 'devaroop123@yahoo.co.in',
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/132/cancel", authored_date: '2013-10-02T20:39:29.000+05:30',
"created_at": "2017-05-24T14:46:24.644Z", committer_name: 'devaroop',
"updated_at": "2017-05-24T14:48:55.226Z" committer_email: 'devaroop123@yahoo.co.in',
}, { committed_date: '2013-10-03T12:50:33.000+05:30',
"id": 134, author_gravatar_url:
"active": true, 'http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon',
"path": "/gitlab-org/gitlab-ce/pipelines/133", commit_url:
"project": { 'http://localhost:3000/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
"name": "GitLabCE" commit_path: '/gitlab-org/gitlab-ce/commit/b9d58c4cecd06be74c3cc32ccfb522b31544ab2e',
}, },
"details": { retry_path: '/gitlab-org/gitlab-ce/pipelines/132/retry',
"status": { cancel_path: '/gitlab-org/gitlab-ce/pipelines/132/cancel',
"icon": "icon_status_running", created_at: '2017-05-24T14:46:24.644Z',
"text": "running", updated_at: '2017-05-24T14:48:55.226Z',
"label": "running", },
"group": "running", {
"has_details": true, id: 134,
"details_path": "/gitlab-org/gitlab-ce/pipelines/133", active: true,
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" path: '/gitlab-org/gitlab-ce/pipelines/133',
} project: {
}, name: 'GitLabCE',
"flags": { },
"latest": false, details: {
"triggered": false, status: {
"stuck": false, icon: 'icon_status_running',
"yaml_errors": false, text: 'running',
"retryable": true, label: 'running',
"cancelable": true group: 'running',
}, has_details: true,
"ref": { details_path: '/gitlab-org/gitlab-ce/pipelines/133',
"name": "crowd", favicon:
"path": "/gitlab-org/gitlab-ce/commits/crowd", '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"tag": false, },
"branch": true },
}, flags: {
"commit": { latest: false,
"id": "b6bd4856a33df3d144be66c4ed1f1396009bb08b", triggered: false,
"short_id": "b6bd4856", stuck: false,
"title": "getting user keys publically through http without any authentication, the github…", yaml_errors: false,
"created_at": "2013-10-02T20:39:29.000+05:30", retryable: true,
"parent_ids": [ cancelable: true,
"e219cf7246c6a0495e4507deaffeba11e79f13b8" },
], ref: {
"message": "getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n", name: 'crowd',
"author_name": "devaroop", path: '/gitlab-org/gitlab-ce/commits/crowd',
"author_email": "devaroop123@yahoo.co.in", tag: false,
"authored_date": "2013-10-02T20:39:29.000+05:30", branch: true,
"committer_name": "devaroop", },
"committer_email": "devaroop123@yahoo.co.in", commit: {
"committed_date": "2013-10-02T20:39:29.000+05:30", id: 'b6bd4856a33df3d144be66c4ed1f1396009bb08b',
"author_gravatar_url": "http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon", short_id: 'b6bd4856',
"commit_url": "http://localhost:3000/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b", title: 'getting user keys publically through http without any authentication, the github…',
"commit_path": "/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b" created_at: '2013-10-02T20:39:29.000+05:30',
}, parent_ids: ['e219cf7246c6a0495e4507deaffeba11e79f13b8'],
"retry_path": "/gitlab-org/gitlab-ce/pipelines/133/retry", message:
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/133/cancel", 'getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys\n',
"created_at": "2017-05-24T14:46:24.648Z", author_name: 'devaroop',
"updated_at": "2017-05-24T14:48:59.673Z" author_email: 'devaroop123@yahoo.co.in',
}, { authored_date: '2013-10-02T20:39:29.000+05:30',
"id": 135, committer_name: 'devaroop',
"active": true, committer_email: 'devaroop123@yahoo.co.in',
"path": "/gitlab-org/gitlab-ce/pipelines/130", committed_date: '2013-10-02T20:39:29.000+05:30',
"project": { author_gravatar_url:
"name": "GitLabCE" 'http://www.gravatar.com/avatar/35df4b155ec66a3127d53459941cf8a2?s=80&d=identicon',
}, commit_url:
"details": { 'http://localhost:3000/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b',
"status": { commit_path: '/gitlab-org/gitlab-ce/commit/b6bd4856a33df3d144be66c4ed1f1396009bb08b',
"icon": "icon_status_running", },
"text": "running", retry_path: '/gitlab-org/gitlab-ce/pipelines/133/retry',
"label": "running", cancel_path: '/gitlab-org/gitlab-ce/pipelines/133/cancel',
"group": "running", created_at: '2017-05-24T14:46:24.648Z',
"has_details": true, updated_at: '2017-05-24T14:48:59.673Z',
"details_path": "/gitlab-org/gitlab-ce/pipelines/130", },
"favicon": "/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico" {
} id: 135,
}, active: true,
"flags": { path: '/gitlab-org/gitlab-ce/pipelines/130',
"latest": false, project: {
"triggered": false, name: 'GitLabCE',
"stuck": false, },
"yaml_errors": false, details: {
"retryable": true, status: {
"cancelable": true icon: 'icon_status_running',
}, text: 'running',
"ref": { label: 'running',
"name": "crowd", group: 'running',
"path": "/gitlab-org/gitlab-ce/commits/crowd", has_details: true,
"tag": false, details_path: '/gitlab-org/gitlab-ce/pipelines/130',
"branch": true favicon:
}, '/assets/ci_favicons/dev/favicon_status_running-c3ad2fc53ea6079c174e5b6c1351ff349e99ec3af5a5622fb77b0fe53ea279c1.ico',
"commit": { },
"id": "6d7ced4a2311eeff037c5575cca1868a6d3f586f", },
"short_id": "6d7ced4a", flags: {
"title": "Whitespace fixes to patch", latest: false,
"created_at": "2013-10-08T13:53:22.000-05:00", triggered: false,
"parent_ids": [ stuck: false,
"1875141a963a4238bda29011d8f7105839485253" yaml_errors: false,
], retryable: true,
"message": "Whitespace fixes to patch\n", cancelable: true,
"author_name": "Dale Hamel", },
"author_email": "dale.hamel@srvthe.net", ref: {
"authored_date": "2013-10-08T13:53:22.000-05:00", name: 'crowd',
"committer_name": "Dale Hamel", path: '/gitlab-org/gitlab-ce/commits/crowd',
"committer_email": "dale.hamel@invenia.ca", tag: false,
"committed_date": "2013-10-08T13:53:22.000-05:00", branch: true,
"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: {
"commit_path": "/gitlab-org/gitlab-ce/commit/6d7ced4a2311eeff037c5575cca1868a6d3f586f" id: '6d7ced4a2311eeff037c5575cca1868a6d3f586f',
}, short_id: '6d7ced4a',
"retry_path": "/gitlab-org/gitlab-ce/pipelines/130/retry", title: 'Whitespace fixes to patch',
"cancel_path": "/gitlab-org/gitlab-ce/pipelines/130/cancel", created_at: '2013-10-08T13:53:22.000-05:00',
"created_at": "2017-05-24T14:46:24.630Z", parent_ids: ['1875141a963a4238bda29011d8f7105839485253'],
"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