chronograf/server
Nathan Haugo 74f067844c Update changelog for 1.4.0.1 2018-01-25 13:09:45 -08:00
..
assets.go
auth.go Change Organization ID to string from uint64 2017-12-19 10:13:43 -08:00
auth_test.go Change Organization ID to string from uint64 2017-12-19 10:13:43 -08:00
builders.go Remove unused code related to excess prints 2017-12-19 13:24:05 -08: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 single-stat-colors-polish 2017-12-20 17:59:52 -08:00
cells_test.go Fix cell replacement to return query config 2017-12-19 13:43:39 -06:00
config.go Add PUT /config/:section route 2017-12-13 09:28:39 -08:00
config_test.go Rename superAdminFirstUserOnly to superAdminNewUsers & flip default logic accordingly 2017-12-13 14:49:49 -08:00
context.go Differentiate between SuperAdminContext and ServerContext 2017-11-10 11:09:16 -05:00
dashboards.go Change Organization ID to string from uint64 2017-12-19 10:13:43 -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
env.go Add /chronograf/v1/env endpoint to expose env vars 2018-01-03 11:52:40 -08:00
env_test.go Add /chronograf/v1/env endpoint to expose env vars 2018-01-03 11:52:40 -08:00
helpers.go Refactor setting writer Location header 2017-10-11 10:14:57 -07:00
hsts.go
influx.go Update influxdb write proxy to allow self-signed certificates 2018-01-09 11:09:13 -06:00
kapacitors.go Merge branch 'master' into multiple-event-handlers 2018-01-04 18:14:06 -08:00
kapacitors_test.go Merge branch 'master' into multiple-event-handlers 2017-12-08 12:20:40 -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 Add config.self & config.auth routes, update client routes & make PATCH a PUT 2017-12-13 13:54:23 -08:00
links_test.go
logger.go Fix logger and redirector to be flushers allowing HTTP chunking 2017-10-26 17:38:20 -05:00
logout.go
me.go Give SuperAdmin DefaultRole on PUT /me 2017-12-20 14:20:24 -08:00
me_test.go Change Organization ID to string from uint64 2017-12-19 10:13:43 -08:00
mountable_router.go
mountable_router_test.go
mux.go Add /chronograf/v1/env endpoint to expose env vars 2018-01-03 11:52:40 -08:00
organizations.go Change Organization ID to string from uint64 2017-12-19 10:13:43 -08:00
organizations_test.go Change Organization ID to string from uint64 2017-12-19 10:13:43 -08:00
path.go
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
proxy.go Update kapacitor proxy to allow self-signed certificates 2018-01-09 11:05:47 -06:00
queries.go Fix cell replacement to return query config 2017-12-19 13:43:39 -06: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
routes.go Add /chronograf/v1/env endpoint to expose env vars 2018-01-03 11:52:40 -08:00
routes_test.go Add /chronograf/v1/env endpoint to expose env vars 2018-01-03 11:52:40 -08:00
server.go Allow for different canned resource paths 2018-01-09 17:34:36 -05:00
server_test.go Fix cell replacement to return query config 2017-12-19 13:43:39 -06:00
service.go Add /chronograf/v1/env endpoint to expose env vars 2018-01-03 11:52:40 -08:00
sources.go Change Organization ID to string from uint64 2017-12-19 10:13:43 -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 Add filestore impl of kapacitor and source stores 2017-12-19 13:14:00 -08:00
swagger.go
swagger.json Update changelog for 1.4.0.1 2018-01-25 13:09:45 -08:00
templates.go Add multiple dashboard stores to server 2017-12-19 10:07:07 -08: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
url_prefixer_test.go
users.go Check specific case when SA changes their status 2017-12-20 16:34:31 -08:00
users_test.go Prevent SuperAdmin from modifying their own status 2017-12-20 15:17:08 -08:00
version.go