influxdb/server
Michael Desa c718847014 Wire up bolt db ConfigStore in Server 2017-12-13 10:46:08 -08:00
..
assets.go Move URLPrefixer setup to mux, add default 2017-01-27 19:14:21 -05:00
auth.go Change HTTP Status 401 to 403 in AuthorizedUser 2017-11-21 18:55:26 -05:00
auth_test.go Change HTTP Status 401 to 403 in AuthorizedUser 2017-11-21 18:55:26 -05:00
builders.go Make all Store names plural for consistency 2017-10-24 15:54:24 -07:00
builders_test.go Make all Store names plural for consistency 2017-10-24 15:54:24 -07:00
cells.go Merge branch 'master' into multitenancy 2017-12-06 19:05:16 -08:00
cells_test.go Merge branch 'master' into multitenancy 2017-12-06 19:05:16 -08:00
config.go Add PUT /config/:section route 2017-12-13 09:28:39 -08:00
config_test.go Add PUT /config/:section route 2017-12-13 09:28:39 -08:00
context.go Differentiate between SuperAdminContext and ServerContext 2017-11-10 11:09:16 -05:00
dashboards.go Add Organization ID to dashboards response 2017-11-13 23:28:41 -08:00
dashboards_test.go Merge branch 'master' into multitenancy 2017-12-06 19:05:16 -08:00
databases.go Refactor data stores into a common interface 2017-10-31 16:41:17 -04:00
databases_test.go Refactor data stores into a common interface 2017-10-31 16:41:17 -04:00
helpers.go Refactor setting writer Location header 2017-10-11 10:14:57 -07:00
hsts.go Add HSTS handler to add headers for upcoming TLS support 2017-02-12 18:21:49 -06:00
influx.go Refactor data stores into a common interface 2017-10-31 16:41:17 -04:00
kapacitors.go Merge branch 'master' into multitenancy 2017-11-14 00:05:18 -08:00
kapacitors_test.go Merge remote-tracking branch 'origin/master' into multitenancy 2017-12-05 11:43:23 -08:00
layout.go Remove Create/Update/Delete logic for Layouts 2017-12-05 17:11:16 -05:00
layout_test.go Refactor data stores into a common interface 2017-10-31 16:41:17 -04: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
me.go Merge branch 'multitenancy' into multitenancy_reset_current_org 2017-11-30 19:07:40 -08:00
me_test.go Merge branch 'multitenancy' into multitenancy_reset_current_org 2017-11-30 19:07:40 -08: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 Add PUT /config/:section route 2017-12-13 09:28:39 -08:00
organizations.go Address PR feedback. 2017-11-13 18:08:50 -08:00
organizations_test.go Address PR feedback. 2017-11-13 18:08:50 -08:00
path.go Fix PathEscape work for go 1.7 2017-04-07 15:32:35 -05:00
permissions.go Refactor data stores into a common interface 2017-10-31 16:41:17 -04:00
permissions_test.go Refactor data stores into a common interface 2017-10-31 16:41:17 -04: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 Merge branch 'master' into multitenancy 2017-11-14 00:05:18 -08:00
queries.go Merge remote-tracking branch 'origin/master' into multitenancy 2017-12-05 11:43:23 -08:00
queries_test.go Merge remote-tracking branch 'origin/master' into multitenancy 2017-12-05 11:43:23 -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
routes.go Add /config link to AllRoutes handler 2017-12-12 15:11:30 -08:00
routes_test.go Add /config link to AllRoutes handler 2017-12-12 15:11:30 -08:00
server.go Wire up bolt db ConfigStore in Server 2017-12-13 10:46:08 -08:00
service.go Merge branch 'master' into multitenancy 2017-12-05 13:00:48 -08:00
sources.go Merge branch 'multitenancy' into multitenancy_reset_current_org 2017-12-05 13:37:46 -08:00
sources_test.go Complete 9ef1e57 by removing Role concept from sources in server 2017-11-30 19:03:56 -08:00
stores.go Wire up bolt db ConfigStore in Server 2017-12-13 10:46:08 -08:00
stores_test.go Unscope sources by role 2017-11-29 17:32:41 -05:00
swagger.go Miscellaneous lint cleanup 2016-12-20 12:59:56 -08:00
swagger.json Update bumpversion with 1.4.0.0-beta1 2017-12-07 14:38:28 -06:00
templates.go Refactor data stores into a common interface 2017-10-31 16:41:17 -04:00
templates_test.go Refactor and simplify auto group by (:interval:) template variable 2017-11-09 10:02:24 -08:00
test_helpers.go Add jsonEqual to test helpers file 2017-10-11 14:33:55 -04: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 Allow admins to update a superadmins roles 2017-12-04 16:53:30 -05:00
users_test.go Allow admins to update a superadmins roles 2017-12-04 16:53:30 -05:00
version.go Update to fix go linter issues 2017-03-06 10:11:52 -06:00