influxdb/server
Andrew Watkins 562dc839af Display arguments and thier values
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-04-05 10:02:42 -07: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 merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01:00
auth_test.go merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01: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 Add "Scale" type to accepted cell color types 2018-03-26 19:09:09 -07:00
cells_test.go WIP change backend TableColumn to RenamableField and ColumnNames in TableOptions to FieldNames 2018-03-20 17:15:33 -07: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 Remove redundant limit value check from newMeasurementsLinks 2018-04-04 15:33:26 -07:00
databases_test.go Test Measurements api for 'prev' link when offset > limit 2018-04-04 16:19:54 -07: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
ifql.go Display arguments and thier values 2018-04-05 10:02:42 -07:00
influx.go Update influxdb write proxy to allow self-signed certificates 2018-01-09 11:09:13 -06:00
kapacitors.go Only add stateChangesOnly to new rules 2018-04-04 14:26:16 -07:00
kapacitors_test.go Merge branch 'master' into multiple-event-handlers 2017-12-08 12:20:40 -08:00
layout.go Provide default cell colors in layout 2018-03-13 20:36:43 -07:00
layout_test.go Provide default cell colors in layout 2018-03-13 20:36:43 -07:00
links.go Func item triggers a handler when it is clicked 2018-03-29 16:06:10 -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
mapping.go Remove extraneous fmt.Print statements 2018-03-23 15:03:01 -07:00
mapping_test.go merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01:00
me.go If a org is missing then don't add it to list 2018-04-04 15:25:58 -07:00
me_test.go Test for existing superadmin user in Principal auth0 group 2018-03-23 16:58:09 -07:00
middle.go merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01:00
middle_test.go merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01: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/rest-measurements 2018-04-04 16:21:16 -07:00
organizations.go merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01:00
organizations_test.go merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01: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 Reintroduce :interval: work 2018-04-03 16:52:34 -07: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 Func item triggers a handler when it is clicked 2018-03-29 16:06:10 -07:00
routes_test.go Fix tests related to new ifql ast link 2018-03-29 16:06:10 -07:00
server.go Change useidtoken to use-id-token for consistency 2018-03-28 13:31:24 -07:00
server_test.go Fix cell replacement to return query config 2017-12-19 13:43:39 -06:00
service.go Add mapPrincipalToSuperAdmin function 2018-03-23 15:48:34 -04:00
sources.go Merge pull request #3118 from influxdata/bugfix/flash-notifications 2018-04-04 11:13:17 -07:00
sources_test.go Update server tests 2018-04-03 16:38:52 -07:00
stores.go merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01: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 Merge branch 'master' into feature/rest-measurements 2018-04-04 16:21:16 -07: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 merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01:00
users_test.go merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01:00
version.go Update to fix go linter issues 2017-03-06 10:11:52 -06:00