-
-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updating the runners API * Fixing rubocop offences
- Loading branch information
1 parent
5610c38
commit 030d896
Showing
6 changed files
with
143 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"id": 3, | ||
"description": "Shared", | ||
"ip_address": "127.0.0.1", | ||
"active": true, | ||
"is_shared": true, | ||
"name": "gitlab-runner", | ||
"online": null, | ||
"status": "not_connected" | ||
}, | ||
{ | ||
"id": 6, | ||
"description": "Test", | ||
"ip_address": "127.0.0.1", | ||
"active": true, | ||
"is_shared": true, | ||
"name": "gitlab-runner", | ||
"online": false, | ||
"status": "offline" | ||
}, | ||
{ | ||
"id": 8, | ||
"description": "Test 2", | ||
"ip_address": "127.0.0.1", | ||
"active": true, | ||
"is_shared": false, | ||
"name": "gitlab-runner", | ||
"online": null, | ||
"status": "not_connected" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters