-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding GitHub data source with Travis/Coveralls support
- Loading branch information
Showing
8 changed files
with
543 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
{ | ||
"version": 1, | ||
"allow_edit": true, | ||
"plugins": [], | ||
"panes": [ | ||
{ | ||
"title": "libswiftnav", | ||
"width": 1, | ||
"row": { | ||
"3": 1 | ||
}, | ||
"col": { | ||
"3": 1 | ||
}, | ||
"col_width": 1, | ||
"widgets": [ | ||
{ | ||
"type": "text_widget", | ||
"settings": { | ||
"title": "Pull Requests", | ||
"size": "regular", | ||
"value": "datasources[\"libswiftnav\"][\"num_pull_requests\"]", | ||
"animate": true | ||
} | ||
}, | ||
{ | ||
"type": "text_widget", | ||
"settings": { | ||
"title": "Open Issues", | ||
"size": "regular", | ||
"value": "datasources[\"libswiftnav\"][\"num_open_issues\"]", | ||
"animate": true | ||
} | ||
}, | ||
{ | ||
"type": "indicator", | ||
"settings": { | ||
"title": "Build Status (master)", | ||
"value": "datasources[\"libswiftnav\"][\"build_status\"]", | ||
"on_text": "passing" | ||
} | ||
}, | ||
{ | ||
"type": "text_widget", | ||
"settings": { | ||
"title": "Code Coverage", | ||
"size": "regular", | ||
"value": "datasources[\"libswiftnav\"][\"code_coverage\"]", | ||
"animate": true, | ||
"units": "%" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "piksi_firmware", | ||
"width": 1, | ||
"row": { | ||
"3": 1 | ||
}, | ||
"col": { | ||
"3": 2 | ||
}, | ||
"col_width": 1, | ||
"widgets": [ | ||
{ | ||
"type": "text_widget", | ||
"settings": { | ||
"title": "Pull Requests", | ||
"size": "regular", | ||
"value": "datasources[\"piksi_firmware\"][\"num_pull_requests\"]", | ||
"animate": true | ||
} | ||
}, | ||
{ | ||
"type": "text_widget", | ||
"settings": { | ||
"title": "Open Issues", | ||
"size": "regular", | ||
"value": "datasources[\"piksi_firmware\"][\"num_open_issues\"]", | ||
"animate": true | ||
} | ||
}, | ||
{ | ||
"type": "indicator", | ||
"settings": { | ||
"title": "Build Status (master)", | ||
"value": "datasources[\"piksi_firmware\"][\"build_status\"]", | ||
"on_text": "passing" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"datasources": [ | ||
{ | ||
"name": "libswiftnav", | ||
"type": "GitHub", | ||
"settings": { | ||
"user": "swift-nav", | ||
"repo": "libswiftnav", | ||
"auth": false, | ||
"client_id": "", | ||
"client_secret": "", | ||
"use_travis": true, | ||
"use_coveralls": true, | ||
"branch": "master", | ||
"refresh": 120 | ||
} | ||
}, | ||
{ | ||
"name": "piksi_firmware", | ||
"type": "GitHub", | ||
"settings": { | ||
"user": "swift-nav", | ||
"repo": "piksi_firmware", | ||
"auth": false, | ||
"client_id": "", | ||
"client_secret": "", | ||
"use_travis": true, | ||
"use_coveralls": false, | ||
"branch": "master", | ||
"refresh": 120 | ||
} | ||
} | ||
], | ||
"columns": 3 | ||
} |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.