Skip to content

Commit 3e0b7af

Browse files
committed
Initial commit (#154).
1 parent 6098c82 commit 3e0b7af

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[
2+
{
3+
"active": true,
4+
"description": "shared-runner-1",
5+
"id": 1,
6+
"is_shared": true,
7+
"name": "runner-1",
8+
"online": true,
9+
"status": "online"
10+
},
11+
{
12+
"active": true,
13+
"description": "shared-runner-2",
14+
"id": 3,
15+
"is_shared": true,
16+
"name": "runner-2",
17+
"online": false,
18+
"status": "offline"
19+
},
20+
{
21+
"active": true,
22+
"description": "test-1-20150125",
23+
"id": 6,
24+
"is_shared": false,
25+
"name": "runner-3",
26+
"online": true,
27+
"status": "paused"
28+
},
29+
{
30+
"active": true,
31+
"description": "test-2-20150125",
32+
"id": 8,
33+
"is_shared": false,
34+
"name": "runner-4",
35+
"online": false,
36+
"status": "offline"
37+
}
38+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"active": true,
3+
"architecture": "all",
4+
"description": "test-1-20150125",
5+
"id": 6,
6+
"is_shared": false,
7+
"contacted_at": "2016-01-25T16:39:48.066Z",
8+
"name": "runner-1",
9+
"online": true,
10+
"status": "online",
11+
"platform": "n/a",
12+
"projects": [
13+
{
14+
"id": 1,
15+
"name": "GitLab Community Edition",
16+
"name_with_namespace": "GitLab.org / GitLab Community Edition",
17+
"path": "gitlab-ce",
18+
"path_with_namespace": "gitlab-org/gitlab-ce"
19+
}
20+
],
21+
"token": "205086a8e3b9a2b818ffac9b89d102",
22+
"revision": "123",
23+
"tag_list": [
24+
"ruby",
25+
"mysql"
26+
],
27+
"version": "1.2.3",
28+
"access_level": "ref_protected"
29+
}

0 commit comments

Comments
 (0)