chronograf/server
ivankudibal 3b2ac592e7 chore: prepare for 1.8.9 release 2020-12-04 06:49:43 +01:00
..
annotations.go fix: add snowflake id, validate annotation endtime 2020-01-23 11:15:32 -07:00
annotations_test.go Add support for user-defined annotation tags 2018-08-06 08:47:19 -07:00
assets.go Move URLPrefixer setup to mux, add default 2017-01-27 19:14:21 -05:00
auth.go feat: add ability to authenticate single superadmin user (#5400) 2020-02-28 14:14:46 -07:00
auth_test.go feat: add ability to authenticate single superadmin user (#5400) 2020-02-28 14:14:46 -07:00
builders.go chore: add some sweet sweet tests for filestore dashboards 2020-02-07 14:03:24 -07:00
builders_test.go chore: remove remaining layout cruft 2020-01-23 11:15:32 -07:00
cells.go Stop cells with raw/no format selected from getting changed to base 10 2019-02-12 12:35:52 -08:00
cells_test.go chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07:00
config.go Add auth config link to global application config response links 2018-07-10 16:13:37 -07:00
config_test.go Add auth config link to global application config response links 2018-07-10 16:13:37 -07:00
context.go fix(go1.15): require non-nil parent in context.WithValue 2020-11-13 14:40:20 +01:00
dashboards.go fix: update api to serve dashboard ids as a string 2020-01-31 14:35:39 -07:00
dashboards_test.go chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07:00
databases.go Remove redundant limit value check from newMeasurementsLinks 2018-04-04 15:33:26 -07:00
databases_test.go chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07:00
env.go feat: add flag to disable host list page 2020-02-10 13:50:28 -08:00
env_test.go feat: add flag to disable host list page 2020-02-10 13:50:28 -08:00
flux.go feat(v2): modify flux proxy to add org parameter to /api/v2/query 2020-11-24 20:24:44 +01:00
helpers.go chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07:00
influx.go fix(flux): create unique link for querying flux (#4755) 2018-11-06 14:18:37 -08:00
influx_test.go Pass uuid to proxy requests for determining which responses are relevant 2018-08-08 14:05:42 -07:00
kapacitors.go fix(kapacitors): return the first error if possible without modifications upon multiple kapacitor updates 2020-06-17 05:04:51 +02:00
kapacitors_test.go fix(kapacitor): test enforcement of one active kapacitor 2020-06-17 05:04:51 +02:00
layout.go Provide default cell colors in layout 2018-03-13 20:36:43 -07:00
layout_test.go chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07:00
links.go Move LogViewer from Config to OrganizationConfig links response 2018-07-12 11:28:22 -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
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 chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07:00
me_test.go chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -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 chore(server): repair Test_MountableRouter_PrefixesPuts to use http 2020-11-26 12:00:17 +01:00
mux.go feat(server): allow to configure basic authentication 2020-09-28 18:20:21 +02:00
org_config.go Add log viewer link to organization config response 2018-07-10 16:05:11 -07:00
org_config_test.go Add log viewer link to organization config response 2018-07-10 16:05:11 -07:00
organizations.go merged upstream, updated comments, added GroupFromClaims() 2018-02-20 09:47:42 +01:00
organizations_test.go chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07: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 Rename PrefixedRedirect to FlushingHandler & comment 2018-04-20 18:40:09 -07:00
protoboards.go feat: protoboard api 2018-08-14 14:29:10 -07:00
protoboards_test.go fix: update logic to work properly with existing template variables 2020-02-18 13:34:25 -08:00
proxy.go fix(servers): apply default timeouts in server connections 2020-10-29 20:03:34 +01:00
queries.go Remove tempVars from backend queries response 2018-06-28 13:19:32 -07:00
queries_test.go Remove tempVars from backend queries response 2018-06-28 13:19:32 -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 chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07:00
routes.go feat: add flag to redirect login page to specified OAuth IdP (#5380) 2020-02-13 11:37:41 -07:00
routes_test.go feat: add flag to redirect login page to specified OAuth IdP (#5380) 2020-02-13 11:37:41 -07:00
server.go feat(etcd): allow to configure ETCD with client certificate 2020-11-18 20:22:19 +01:00
server_test.go fix: remove common public-url config from oauth validation check (#5475) 2020-05-05 15:42:41 -06:00
service.go chore: add a KV layer prior to adding an etcd implementation (#5349) 2020-01-21 09:26:23 -07:00
services.go chore: add a KV layer prior to adding an etcd implementation (#5349) 2020-01-21 09:26:23 -07:00
sources.go feat(sources): keep client preference when retrieving source version 2020-11-30 07:47:00 +01:00
sources_test.go fix(go1.15): require non-nil parent in context.WithValue 2020-11-13 14:40:20 +01:00
stores.go chore: remove v2 related code 2020-01-21 13:57:09 -07:00
stores_test.go Add filestore impl of kapacitor and source stores 2017-12-19 13:14:00 -08:00
swagger.go chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07:00
swagger.json chore: prepare for 1.8.9 release 2020-12-04 06:49:43 +01:00
templates.go Enable creation of text template variables 2018-07-11 15:10:56 -07:00
templates_test.go Add map as a template variable value type to the backend 2018-07-02 17:45:44 -07:00
test_helpers.go Add jsonEqual to test helpers file 2017-10-11 14:33:55 -04:00
tls_options.go feat(etcd): allow to configure ETCD with client certificate 2020-11-18 20:22:19 +01:00
tls_options_test.cert feat(server): allow to configure TLS ciphers and versions (#5591) 2020-10-06 21:23:28 +02:00
tls_options_test.go feat(etcd): allow to configure ETCD with client certificate 2020-11-18 20:22:19 +01:00
tls_options_test.key feat(server): allow to configure TLS ciphers and versions (#5591) 2020-10-06 21:23:28 +02:00
url_prefixer.go Rewrite Worker script paths according to basepath 2018-08-29 09:34:37 -07: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 chore: add a KV layer prior to adding an etcd implementation (#5349) 2020-01-21 09:26:23 -07:00
valid_text_templates.go fix: alert rule message text template parsing (#5228) 2019-08-20 14:13:41 -04:00