Commit Graph

18 Commits (21ec6cd72f6dc666a28650cb4cd8e661c486038e)

Author SHA1 Message Date
Chris Goller 21ec6cd72f Add layouts endpoint and storage 2016-10-05 23:43:13 -05:00
Chris Goller 53537041a9 Fix exploration update time; fix exploration PATCH to be RFC 7396; update exploration PATCH to return 200 and body. 2016-10-04 15:33:32 -05:00
Chris Goller 83ee76adda Update sources take multiple URLs for future load-balancing 2016-09-29 18:07:54 -05:00
Chris Goller f3805c2130 Add interface and mock for sources 2016-09-29 17:09:22 -05:00
gunnaraasen e45dbdc630 Refactor the exploration store 2016-09-29 09:38:35 -04:00
gunnaraasen 5c4a602083 Fix ExplorationID and UserID in mock 2016-09-28 11:45:24 -04:00
Chris Goller 8a86288538 Update explorations handlers to PATCH and POST correctly 2016-09-26 19:32:11 -05:00
Chris Goller dd547e792a Update datasource to not require type. 2016-09-23 17:19:19 -07:00
Chris Goller f4a69f137d Update swagger and mock to have optional URL field for data source 2016-09-23 17:14:53 -07:00
Chris Goller 5762359f24 Update Source to have a username and password in spec 2016-09-23 14:42:54 -07:00
Will Piers 04f3c1d529 WIP fixing the explorer 2016-09-22 11:17:49 -07:00
Chris Goller 96a6aaa2fa Fix typo for autogenerated code 2016-09-21 15:37:01 -07:00
Chris Goller acdd1992e6 Update Database to be DB 2016-09-21 15:11:29 -07:00
Chris Goller a1645a45f8 Add simple influx backend through cli option. 2016-09-21 15:03:07 -07:00
Chris Goller 1d4d3668d8 Update query interface to take database and rp 2016-09-21 09:53:36 -07:00
Chris Goller aa1a23d9b7 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 ea96c1c292 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
Chris Goller 5dbfce783c Move mock handlers to mock and implement proxy.
Signed-off-by: Will Piers <wpiers0405@gmail.com>
2016-09-12 18:32:44 -05:00