chronograf/server
Tim Raymond 84cc43cc77 Implement a MountableRouter
The httprouter used in Chronograf did not support prefixing every route
with some basepath. This caused problems for those using the --basepath
parameter in combination with a load balancer that did not strip the
basepath prefix from requests that it forwarded onto Chronograf.

To support this, MountableRouter prefixes all routes at definition time
with the supplied prefix.
2017-04-03 17:06:21 -04:00
..
assets.go
builders.go Allow InfluxDB and Kapacitor configuration via ENV vars or CLI options (#1129) 2017-03-30 09:48:04 -07:00
dashboards.go Fix go dependency breaking master build 2017-03-24 13:34:56 -07:00
dashboards_test.go Create a new dashboard cell; Fix remaining bugs with Overlay (#1056) 2017-03-23 17:50:21 -07:00
databases.go Update rpResponse default to isDefault 2017-03-24 10:06:59 -07:00
databases_test.go Update RP JSON default to isDefault 2017-03-24 09:58:57 -07:00
hsts.go
influx.go
kapacitors.go
layout.go
layout_test.go
logger.go
logout.go
mappings.go
me.go
me_test.go
mountable_router.go Implement a MountableRouter 2017-04-03 17:06:21 -04:00
mountable_router_test.go Implement a MountableRouter 2017-04-03 17:06:21 -04:00
mux.go Add compression for InfluxQL query responses 2017-03-28 13:10:05 -05:00
permissions.go
permissions_test.go
proxy.go Fix kapacitor base64 auth as header was built incorrectly. 2017-03-30 15:32:02 -05:00
redoc.go
roles.go Update roles to check if role already exists 2017-03-10 17:24:52 -06:00
roles_test.go Update roles to check if role already exists 2017-03-10 17:24:52 -06:00
routes.go
server.go Allow InfluxDB and Kapacitor configuration via ENV vars or CLI options (#1129) 2017-03-30 09:48:04 -07:00
server_test.go Allow InfluxDB and Kapacitor configuration via ENV vars or CLI options (#1129) 2017-03-30 09:48:04 -07:00
service.go Add retention policies to the database response 2017-03-23 13:53:28 -07:00
sources.go Redirect to default source when deleting sources (#1074) 2017-03-28 08:53:11 -07:00
sources_test.go Fix sources test to include databases link 2017-03-23 14:06:52 -07:00
swagger.go
swagger.json Change password (#1120) 2017-03-29 17:40:46 -07:00
url_prefixer.go
url_prefixer_test.go
users.go Update user's roles validation 2017-03-10 18:06:06 -06:00
users_test.go
version.go