influxdb/server
Luke Morris d51dbc8e8f Bump version number 2018-02-28 23:23:27 -08:00
..
annotations.go Merge pull request #2825 from influxdata/feature/annotation-tests 2018-02-21 12:23:00 -06:00
annotations_test.go Add initial tests for REST annotations 2018-02-20 08:34:23 -06:00
assets.go Move URLPrefixer setup to mux, add default 2017-01-27 19:14:21 -05:00
auth.go Populate links response with organiation on JWT 2018-01-17 12:26:28 -05:00
auth_test.go Nest user routes under organization 2018-01-16 16:45:58 -05: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 make empty axes bounds [,] instead of [] 2018-02-23 16:24:54 -08:00
cells_test.go update tests to account for empty bounds change 2018-02-23 16:48:25 -08: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 update tests to account for empty bounds change 2018-02-23 16:48:25 -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 Add HSTS handler to add headers for upcoming TLS support 2017-02-12 18:21:49 -06:00
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 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
mapping.go Merge branch 'master' into feature/mappings 2018-02-09 11:42:07 -08:00
mapping_test.go Remove Public; Improve Tab Names 2018-02-09 16:00:27 -08:00
me.go Merge branch 'master' into feature/mappings 2018-02-09 11:42:07 -08:00
me_test.go Remove Public; Improve Tab Names 2018-02-09 16:00:27 -08:00
middle.go Fix RouteMatchesPrincipal if org isnt on principal 2018-01-17 12:42:32 -05:00
middle_test.go Fix RouteMatchesPrincipal if org isnt on principal 2018-01-17 12:42:32 -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 Merge branch 'master' into feature/annotationz-pre-pl-with-master 2018-02-15 12:03:10 -08:00
organizations.go Remove Public; Improve Tab Names 2018-02-09 16:00:27 -08:00
organizations_test.go Remove Public; Improve Tab Names 2018-02-09 16:00:27 -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 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 Revert :interval: work 2018-02-28 20:47:16 -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 Populate links response with organiation on JWT 2018-01-17 12:26:28 -05:00
routes_test.go Nest user routes under organization 2018-01-16 16:45:58 -05:00
server.go Add correct implementation of mappings 2018-02-05 14:54:39 -05:00
server_test.go Fix cell replacement to return query config 2017-12-19 13:43:39 -06:00
service.go Update meta nodes to respect insecure skip verify 2018-02-14 13:25:08 -08:00
sources.go Merge pull request #2846 from influxdata/feature/annotations 2018-02-27 13:05:39 -08:00
sources_test.go Update influxdb annotation store to support update/delete 2018-01-18 21:50:46 -06:00
stores.go Add correct implementation of mappings 2018-02-05 14:54:39 -05:00
stores_test.go Add filestore impl of kapacitor and source stores 2017-12-19 13:14:00 -08:00
swagger.go Miscellaneous lint cleanup 2016-12-20 12:59:56 -08:00
swagger.json Bump version number 2018-02-28 23:23:27 -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 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 user to delete themselves 2018-02-07 09:46:08 -05:00
users_test.go Allow user to delete themselves 2018-02-07 09:46:08 -05:00
version.go Update to fix go linter issues 2017-03-06 10:11:52 -06:00