chronograf/server
Jakub Bednář 00e71abf55
chore(build): upgrade Go to 1.22.7 (#6108)
* chore: upgrade Ubuntu image due the EOL
2024-09-20 14:05:55 +02:00
..
config chore: refactor TLS configuration to avoid circular dependencies 2021-03-04 07:36:42 +01:00
annotations.go feat(server): add new color property to annotation 2022-06-24 10:17:23 +02:00
annotations_test.go feat(server): add new color property to annotation 2022-06-24 10:17:23 +02:00
assets.go chore: update inline docs 2022-04-05 14:10:54 +02:00
auth.go chore(server): staticcheck - remove useless return 2022-04-21 22:41:00 +02:00
auth_test.go chore(server): modify authorization tests to include complete test matrix 2022-04-21 22:41:00 +02:00
builders.go feat(server): allow to setup influxdb v2 connection on CLI 2021-04-19 12:07:56 +02: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(server): use ValidUniqueTemplateVariables fn 2021-06-05 08:20:51 +02:00
dashboards_test.go chore: fix staticcheck errors 2021-06-05 08:20:51 +02:00
databases.go fix(server/databases): ignore databases with retention policies that cannot be listed 2020-12-16 07:46:41 +01:00
databases_test.go chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07:00
env.go feat(server): add --custom-auto-refresh option 2021-04-20 20:36:39 +02:00
env_test.go feat(server): test customAutoRefresh env retrieval 2021-04-20 20:36:39 +02:00
flux.go chore(server): make the campground cleaner 2021-04-14 16:31:11 +02:00
helpers.go chore: tidy prior to kv refactor (#5342) 2020-01-09 08:49:42 -07:00
influx.go fix: set active database from query (#6103) 2024-07-19 12:29:17 +02:00
influx_test.go fix: set active database from query (#6103) 2024-07-19 12:29:17 +02:00
kapacitors.go fix(kapacitor): restore proper id generation 2022-03-15 08:31:47 +01:00
kapacitors_test.go feat(server): remove hipchat 2021-03-15 18:27:51 +01: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 execute HTTP get through v2 proxy 2022-08-18 12:38:38 +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 chore(server): repair staticcheck errors 2022-04-21 22:41:00 +02:00
organizations_test.go chore(server): repair staticcheck errors 2022-04-21 22:41:00 +02: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 chore(build): upgrade Go to 1.22.7 (#6108) 2024-09-20 14:05:55 +02: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(oauth): add possibility to specify OAuthLogoutEndpoint for logout from OAuth Identity provider (#6073) 2024-02-02 10:12:44 +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 chore(server): remove rendundant if 2022-05-11 10:17:17 +02:00
sources_test.go chore(server): repair tests 2021-03-19 15:57:14 +01:00
stores.go feat(server): add reader role 2022-04-21 22:41:00 +02:00
stores_test.go Add filestore impl of kapacitor and source stores 2017-12-19 13:14:00 -08:00
swagger.go chore: update inline docs 2022-04-05 14:10:54 +02:00
swagger.json chore: prepare for 1.10.5 release (#6096) 2024-05-31 11:17:43 +02:00
templates.go fix(server): use ValidUniqueTemplateVariables in templates API 2021-06-05 08:20:51 +02:00
templates_test.go feat(server): validate flux template type variable upon update/save 2021-03-11 21:04:40 +01:00
test_helpers.go Add jsonEqual to test helpers file 2017-10-11 14:33:55 -04:00
url_prefixer.go fix(ui): repair BASEPATH handling 2022-09-12 09:43:20 +02:00
url_prefixer_test.go fix(ui): repair BASEPATH handling 2022-09-12 09:43:20 +02:00
users.go chore(server): repair staticcheck errors 2022-04-21 22:41:00 +02:00
users_test.go chore(server): repair staticcheck errors 2022-04-21 22:41:00 +02:00
valid_text_templates.go fix: alert rule message text template parsing (#5228) 2019-08-20 14:13:41 -04:00