Chris Goller
f8fe71c5b9
Add kapacitors endpoint (persist/proxy/rest)
2016-10-04 12:48:36 -05:00
Chris Goller
583d8b4f74
Add persistence to sources and use bolt by default
2016-09-30 15:39:27 -05:00
Chris Goller
283833afb1
Add interface and mock for sources
2016-09-29 17:09:22 -05:00
Tim Raymond
de37d8f598
Add Default param to Source
...
We want to be able to specify that a particular Source is the default
source. This has semantic meaning that the front end will manage.
2016-09-27 15:46:17 -07:00
Chris Goller
3d23803802
Update datasource to not require type.
2016-09-23 17:19:19 -07:00
Chris Goller
f70bd552e7
Update swagger and mock to have optional URL field for data source
2016-09-23 17:14:53 -07:00
Chris Goller
81c95f6b0d
Update Source to have a username and password in spec
2016-09-23 14:42:54 -07:00
Will Piers
64b658b633
WIP fixing the explorer
2016-09-22 11:17:49 -07:00
Chris Goller
2b17378e76
Update Database to be DB
2016-09-21 15:11:29 -07:00
Chris Goller
0a5330327f
Update query interface to take database and rp
2016-09-21 09:53:36 -07:00
Chris Goller
73d326d61d
Add default content to always go to index.html.
...
Add mock sources
Add links to sources
2016-09-19 19:08:32 -07:00
Chris Goller
26d721290c
Add API for monitored services.
...
Closes #49
The /sources/{id}/monitored endpoint will return an array of Services
describing services this data source has monitoring data for.
The response has a `TagKey` and `TagValue` that can be used to specifically
query for the service.
2016-09-15 11:28:51 -05:00
Tim Raymond
912acdd1e6
Auto-generate backend with stubbed ops
...
This was generated using go-swagger's `swagger` command. The specific
command used was:
`swagger generate server -f swagger.yaml --with-context`
Fixes #6
2016-09-12 15:12:30 -04:00