|
Ran
|
Jobs
1
|
Files
109
|
Run time
6s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/skydive-project/skydive/commit/<a class=hub.com/skydive-project/skydive/commit/89b633e69315dcec4262a7fac1bb922c1c944f65">89b633e69<a href="https://github.com/skydive-project/skydive/commit/89b633e69315dcec4262a7fac1bb922c1c944f65">">api: add api to access configuration values, read only Below is lookup example of config value for &quot;logging.default&quot;: var key = &quot;logging.default&quot; var path = &quot;/api/config/&quot; + key $.ajax({ dataType: &quot;json&quot;, url: path, contentType: &quot;application/json; charset=utf-8&quot;, method: &#39;GET&#39;, success: function(value) { $.notify({ message: key + &quot;=&quot; + value },{type:&#39;success&#39; }); }, error: function(res) { $.notify({message: &#39;Config API test error: &#39; + res.responseText },{type: 'danger'}); } }); // end of ajax Change-Id: I</a><a class="double-link" href="https://github.com/skydive-project/skydive/commit/<a class="double-link" href="https://github.com/skydive-project/skydive/commit/a65a60db1bc5aa8ecb54f30b421acaa098cb1923">a65a60db1</a>">a65a60db1</a><a href="https://github.com/skydive-project/skydive/commit/89b633e69315dcec4262a7fac1bb922c1c944f65"> Signed-off-by: Konstantin Dorfman <dorfman@il.ibm.com> Reviewed-on: https://softwarefactory-project.io/r/6280 Reviewed-by: Sylvain Afchain <safchain@gmail.com> Tested-by: Sylvain Afchain <safchain@gmail.com> Workflow: Sylvain Afchain <safchain@gmail.com> Tested-by: Jenkins CI <jenkins@softwarefactory-project.io>
8342 of 14996 relevant lines covered (55.63%)
457.3 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 644.1 | 0 |
55.63 |
Travis Job 644.1 |