• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

skydive-project / skydive / 644
38%

Build:
DEFAULT BRANCH: master
Ran 31 Jan 2017 08:42PM UTC
Jobs 1
Files 109
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
644

push

travis-ci

Jenkins 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">&quot;&gt;api: add api to access configuration values, read only

Below is lookup example of config value for &amp;quot;logging.default&amp;quot;:

  var key = &amp;quot;logging.default&amp;quot;
  var path = &amp;quot;/api/config/&amp;quot; + key
  $.ajax({
  dataType: &amp;quot;json&amp;quot;,
  url: path,
  contentType: &amp;quot;application/json; charset=utf-8&amp;quot;,
  method: &amp;#39;GET&amp;#39;,
  success: function(value) {
	  $.notify({ message: key + &amp;quot;=&amp;quot; + value },{type:&amp;#39;success&amp;#39; });
  },
  error: function(res) {
	  $.notify({message: &amp;#39;Config API test error: &amp;#39; + res.responseText
	  },{type: &#39;danger&#39;});
  }
  }); // 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 &lt;dorfman@il.ibm.com&gt;
Reviewed-on: https://softwarefactory-project.io/r/6280
Reviewed-by: Sylvain Afchain &lt;safchain@gmail.com&gt;
Tested-by: Sylvain Afchain &lt;safchain@gmail.com&gt;
Workflow: Sylvain Afchain &lt;safchain@gmail.com>
Tested-by: Jenkins CI <jenkins@softwarefactory-project.io>

8342 of 14996 relevant lines covered (55.63%)

457.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 644.1 31 Jan 2017 08:42PM UTC 0
55.63
Travis Job 644.1
Source Files on build 644
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #644
  • 89b633e6 on github
  • Prev Build on master (#643)
  • Next Build on master (#645)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc