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

apache / incubator-eagle / 483
39%

Build:
DEFAULT BRANCH: master
Ran 15 Mar 2017 10:12AM UTC
Jobs 1
Files 1403
Run time 1min
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
483

push

jenkins

Hao Chen
[EAGLE-957] Add dashboard metadata entities and services

# Add dashboard metadata entities and services
* org.apache.eagle.metadata.model.DashboardEntity
* org.apache.eagle.metadata.service.DashboardEntityService (Memory/JDBC)
* org.apache.eagle.metadata.resource.DashboardResource

# API

    DELETE  /rest/dashboards/{uuid} (org.apache.eagle.metadata.resource.DashboardResource)
    GET     /rest/dashboards (org.apache.eagle.metadata.resource.DashboardResource)
    GET     /rest/dashboards/{uuidOrName} (org.apache.eagle.metadata.resource.DashboardResource)
    POST    /rest/dashboards (org.apache.eagle.metadata.resource.DashboardResource)

# Example
* Create dashboard

	 	POST    /rest/dashboards

		{
		  "name": "Sample Dashboard",
		  "description": "This is a sample dashboard",
		  "settings": {
		  },
		  "charts": [
		    "{chartType: LINE}",
		    "{chartType: PIE}"
		  ]
		}

* Update dashboard

		POST    /rest/dashboards
		{
		  "uuid": "e24fd133-adc2-4dd2-b7aa-ebf4890b145a"
		  "name": "Sample Dashboard 2",
		  "description": "This is another sample dashboard"
		}

Author: Hao Chen <hao@apache.org>

Closes #873 from haoch/EAGLE-957.

16012 of 42413 relevant lines covered (37.75%)

113330.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 483.1 15 Mar 2017 10:12AM UTC 0
37.75
Source Files on build 483
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #483
  • ab5bf107 on github
  • Prev Build on master (#482)
  • Next Build on master (#484)
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