influxdb/server
Michael Desa a81498f57a Change NewUsersNotSuperAdmin to SuperAdminFirstUserOnly 2017-11-30 15:01:52 -05:00
..
assets.go Move URLPrefixer setup to mux, add default 2017-01-27 19:14:21 -05:00
auth.go Expose some organization routes to admins 2017-11-10 12:48:10 -05:00
auth_test.go Change UserKey to UserContextKey 2017-11-10 11:18:06 -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 Refactor data stores into a common interface 2017-10-31 16:41:17 -04:00
cells_test.go Refactor data stores into a common interface 2017-10-31 16:41:17 -04: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 Add organizations to newDashboardResponse tests 2017-11-13 23:37:50 -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 branch 'master' into multitenancy 2017-11-14 00:05:18 -08:00
layout.go Add default org logic to OrganizationsStore 2017-11-06 10:14:12 -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
mappings.go Refactor data stores into a common interface 2017-10-31 16:41:17 -04:00
me.go Change NewUsersNotSuperAdmin to SuperAdminFirstUserOnly 2017-11-30 15:01:52 -05:00
me_test.go Change NewUsersNotSuperAdmin to SuperAdminFirstUserOnly 2017-11-30 15:01:52 -05: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 Change MeOrganization to UpdateMe 2017-11-10 16:17:46 -05: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 branch 'master' into multitenancy 2017-11-14 00:05:18 -08:00
queries_test.go Add mock.Store to queries test 2017-11-16 13:01:20 -08:00
queryconfig.go Update rawtext in queryconfig to be null and not omitempty 2017-04-07 17:32:10 -05:00
redoc.go Miscellaneous lint cleanup 2016-12-20 12:59:56 -08:00
routes.go Add organizations and users routes to allRoutes 2017-11-01 12:59:07 -04:00
routes_test.go Fix routes tests 2017-11-01 14:09:58 -04:00
server.go Change NewUsersNotSuperAdmin to SuperAdminFirstUserOnly 2017-11-30 15:01:52 -05:00
service.go Change NewUsersNotSuperAdmin to SuperAdminFirstUserOnly 2017-11-30 15:01:52 -05:00
sources.go Fix ValidSourceRequestComment 2017-11-10 12:20:58 -05:00
sources_test.go Fix ValidSourceRequest to modify pointer when needed 2017-11-10 12:15:04 -05:00
stores.go Use raw organizations store is user is super admin 2017-11-10 15:33:28 -05:00
stores_test.go Use raw organizations store is user is super admin 2017-11-10 15:33:28 -05:00
swagger.go Miscellaneous lint cleanup 2016-12-20 12:59:56 -08:00
swagger.json Merge pull request #2140 from influxdata/feature/kapa-insecure 2017-10-26 10:40:28 -04:00
templates.go Refactor data stores into a common interface 2017-10-31 16:41:17 -04:00
templates_test.go Add support for :autoGroupBy: template variable 2017-06-13 14:59:56 -04: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 Accept name,provider,scheme in UpdateUser if unchanged 2017-11-22 15:20:48 -05:00
users_test.go Accept name,provider,scheme in UpdateUser if unchanged 2017-11-22 15:20:48 -05:00
version.go Update to fix go linter issues 2017-03-06 10:11:52 -06:00