Commit 60734fb0 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'patch-28' into 'master'

New jobs sorting

See merge request gitlab-org/gitlab-ce!20337
parents 4854cfef a8b3478c
...@@ -32,15 +32,12 @@ Example of response ...@@ -32,15 +32,12 @@ Example of response
"title": "Test the CI integration." "title": "Test the CI integration."
}, },
"coverage": null, "coverage": null,
"created_at": "2015-12-24T15:51:21.802Z", "created_at": "2015-12-24T15:51:21.727Z",
"artifacts_file": { "artifacts_file": null,
"filename": "artifacts.zip", "finished_at": "2015-12-24T17:54:24.921Z",
"size": 1000 "artifacts_expire_at": "2016-01-23T17:54:24.921Z",
}, "id": 6,
"finished_at": "2015-12-24T17:54:27.895Z", "name": "rspec:other",
"artifacts_expire_at": "2016-01-23T17:54:27.895Z"
"id": 7,
"name": "teaspoon",
"pipeline": { "pipeline": {
"id": 6, "id": 6,
"ref": "master", "ref": "master",
...@@ -50,7 +47,7 @@ Example of response ...@@ -50,7 +47,7 @@ Example of response
"ref": "master", "ref": "master",
"runner": null, "runner": null,
"stage": "test", "stage": "test",
"started_at": "2015-12-24T17:54:27.722Z", "started_at": "2015-12-24T17:54:24.729Z",
"status": "failed", "status": "failed",
"tag": false, "tag": false,
"user": { "user": {
...@@ -79,12 +76,15 @@ Example of response ...@@ -79,12 +76,15 @@ Example of response
"title": "Test the CI integration." "title": "Test the CI integration."
}, },
"coverage": null, "coverage": null,
"created_at": "2015-12-24T15:51:21.727Z", "created_at": "2015-12-24T15:51:21.802Z",
"artifacts_file": null, "artifacts_file": {
"finished_at": "2015-12-24T17:54:24.921Z", "filename": "artifacts.zip",
"artifacts_expire_at": "2016-01-23T17:54:24.921Z", "size": 1000
"id": 6, },
"name": "rspec:other", "finished_at": "2015-12-24T17:54:27.895Z",
"artifacts_expire_at": "2016-01-23T17:54:27.895Z"
"id": 7,
"name": "teaspoon",
"pipeline": { "pipeline": {
"id": 6, "id": 6,
"ref": "master", "ref": "master",
...@@ -94,7 +94,7 @@ Example of response ...@@ -94,7 +94,7 @@ Example of response
"ref": "master", "ref": "master",
"runner": null, "runner": null,
"stage": "test", "stage": "test",
"started_at": "2015-12-24T17:54:24.729Z", "started_at": "2015-12-24T17:54:27.722Z",
"status": "failed", "status": "failed",
"tag": false, "tag": false,
"user": { "user": {
...@@ -148,15 +148,12 @@ Example of response ...@@ -148,15 +148,12 @@ Example of response
"title": "Test the CI integration." "title": "Test the CI integration."
}, },
"coverage": null, "coverage": null,
"created_at": "2015-12-24T15:51:21.802Z", "created_at": "2015-12-24T15:51:21.727Z",
"artifacts_file": { "artifacts_file": null,
"filename": "artifacts.zip", "finished_at": "2015-12-24T17:54:24.921Z",
"size": 1000 "artifacts_expire_at": "2016-01-23T17:54:24.921Z"
}, "id": 6,
"finished_at": "2015-12-24T17:54:27.895Z", "name": "rspec:other",
"artifacts_expire_at": "2016-01-23T17:54:27.895Z"
"id": 7,
"name": "teaspoon",
"pipeline": { "pipeline": {
"id": 6, "id": 6,
"ref": "master", "ref": "master",
...@@ -166,7 +163,7 @@ Example of response ...@@ -166,7 +163,7 @@ Example of response
"ref": "master", "ref": "master",
"runner": null, "runner": null,
"stage": "test", "stage": "test",
"started_at": "2015-12-24T17:54:27.722Z", "started_at": "2015-12-24T17:54:24.729Z",
"status": "failed", "status": "failed",
"tag": false, "tag": false,
"user": { "user": {
...@@ -195,12 +192,15 @@ Example of response ...@@ -195,12 +192,15 @@ Example of response
"title": "Test the CI integration." "title": "Test the CI integration."
}, },
"coverage": null, "coverage": null,
"created_at": "2015-12-24T15:51:21.727Z", "created_at": "2015-12-24T15:51:21.802Z",
"artifacts_file": null, "artifacts_file": {
"finished_at": "2015-12-24T17:54:24.921Z", "filename": "artifacts.zip",
"artifacts_expire_at": "2016-01-23T17:54:24.921Z" "size": 1000
"id": 6, },
"name": "rspec:other", "finished_at": "2015-12-24T17:54:27.895Z",
"artifacts_expire_at": "2016-01-23T17:54:27.895Z"
"id": 7,
"name": "teaspoon",
"pipeline": { "pipeline": {
"id": 6, "id": 6,
"ref": "master", "ref": "master",
...@@ -210,7 +210,7 @@ Example of response ...@@ -210,7 +210,7 @@ Example of response
"ref": "master", "ref": "master",
"runner": null, "runner": null,
"stage": "test", "stage": "test",
"started_at": "2015-12-24T17:54:24.729Z", "started_at": "2015-12-24T17:54:27.722Z",
"status": "failed", "status": "failed",
"tag": false, "tag": false,
"user": { "user": {
......
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