influxdb/server
Nathan Haugo e5afdc3c23 Merge pull request #2410 from influxdata/gauge-cell-type
Gauge Dashboard Cell
2017-12-05 13:26:02 -08:00
..
assets.go Move URLPrefixer setup to mux, add default 2017-01-27 19:14:21 -05:00
auth.go Update oauth2 Authenticator signatures to use extend 2017-04-17 11:49:45 -05:00
auth_test.go Update oauth2 Authenticator signatures to use extend 2017-04-17 11:49:45 -05:00
builders.go Allow InfluxDB and Kapacitor configuration via ENV vars or CLI options (#1129) 2017-03-30 09:48:04 -07:00
builders_test.go Bypass URLPrefixer if http.Flusher is unavailable 2017-04-04 10:33:14 -04:00
cells.go Merge branch 'master' into gauge-cell-type 2017-11-27 16:08:42 -06:00
cells_test.go Merge branch 'master' into gauge-cell-type 2017-12-05 12:12:16 -08:00
dashboards.go Copy missing properties from Dashboards 2017-07-31 17:24:43 -04:00
dashboards_test.go Merge branch 'master' into gauge-cell-type 2017-11-27 16:08:42 -06:00
databases.go Admin Databases Page no longer breaks if a db is missing an rp (#1179) 2017-04-04 14:42:24 -07:00
databases_test.go Update kapacitors rule's to use AST and kapacitor directly 2017-04-05 20:04:42 -05:00
hsts.go Add HSTS handler to add headers for upcoming TLS support 2017-02-12 18:21:49 -06:00
influx.go Update influx Authorization Headers for write and query path 2017-07-25 12:13:46 -05:00
kapacitors.go Merge pull request #2140 from influxdata/feature/kapa-insecure 2017-10-26 10:40:28 -04:00
kapacitors_test.go Update oauth logout to include basepath 2017-12-01 15:35:39 -06:00
layout.go Ensure "x", "y", and "y2" axes present 2017-08-10 13:53:07 -07:00
layout_test.go Ensure "x", "y", and "y2" axes present 2017-08-10 13:53:07 -07:00
links.go Conserve memory allocation for customLinks slice 2017-06-27 12:00:05 -07:00
links_test.go Clarify error output for missing Name or URL 2017-06-27 13:40:26 -07:00
logger.go Fix logger and redirector to be flushers allowing HTTP chunking 2017-10-26 17:38:20 -05:00
logout.go Fix OAuth when using Basepath 2017-05-08 14:40:50 -07:00
mappings.go Add server error logging 2016-11-19 11:41:06 -06:00
me.go Fix PathEscape work for go 1.7 2017-04-07 15:32:35 -05:00
me_test.go Update user/role responses to return empty arrays 2017-03-10 13:24:48 -06:00
mountable_router.go Fix OAuth when using Basepath 2017-05-08 14:40:50 -07:00
mountable_router_test.go Implement a MountableRouter 2017-04-03 17:06:21 -04:00
mux.go Update oauth logout to include basepath 2017-12-01 15:35:39 -06:00
path.go Fix PathEscape work for go 1.7 2017-04-07 15:32:35 -05:00
permissions.go Update user/role responses to return empty arrays 2017-03-10 13:24:48 -06:00
permissions_test.go Update user/role responses to return empty arrays 2017-03-10 13:24:48 -06:00
prefixing_redirector.go Fix logger and redirector to be flushers allowing HTTP chunking 2017-10-26 17:38:20 -05:00
prefixing_redirector_test.go Fix infinite spinner with /chronograf basepath 2017-05-09 12:12:42 -07:00
proxy.go Fix kapacitor proxy to accept url query parameters 2017-10-26 17:38:03 -05:00
queries.go WIP Add shifts to queryConifg on backend 2017-11-10 11:06:48 -08:00
queries_test.go Fix broken test due to stupid new line 2017-11-21 11:34:26 -08:00
queryconfig.go Add processing of incoming queryConfig 2017-11-10 16:02:08 -08:00
queryconfig_test.go Add test for queryConfig validation 2017-11-10 16:02:35 -08:00
redoc.go Miscellaneous lint cleanup 2016-12-20 12:59:56 -08:00
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 Pass through CustomLinks error message directly 2017-06-26 18:02:22 -05:00
routes_test.go Only test one CustomLink to avoid map key order failing test 2017-06-26 16:12:54 -05:00
server.go Add GENERIC_API_KEY to override of oauth2 responses to support azure 2017-11-21 16:55:03 -06:00
service.go Add basic auth or JWT tokens for meta queries 2017-12-04 18:07:08 -06:00
sources.go Allow for empty MetaURL in UpdateSource 2017-12-05 13:04:31 -05:00
sources_test.go Add JWT shared secret influxdb auth 2017-07-19 01:39:06 -05:00
swagger.go Miscellaneous lint cleanup 2016-12-20 12:59:56 -08:00
swagger.json Merge branch 'master' into gauge-cell-type 2017-12-05 12:12:16 -08:00
templates.go Add measurements and databases to template variables 2017-04-20 14:32:02 -05:00
templates_test.go Refactor and simplify auto group by (:interval:) template variable 2017-11-09 10:02:24 -08:00
url_prefixer.go Bypass URLPrefixer if http.Flusher is unavailable 2017-04-04 10:33:14 -04:00
url_prefixer_test.go Add test for creating NewSources via server flag 2017-07-07 12:56:12 -07:00
users.go Update user's roles validation 2017-03-10 18:06:06 -06:00
users_test.go Update user/role responses to return empty arrays 2017-03-10 13:24:48 -06:00
version.go Update to fix go linter issues 2017-03-06 10:11:52 -06:00