influxdb/services/meta
Ayan George 2529799abb
refactor: Change ToLower comparisons to EqualFold (#18147)
When comparing strings in a case-insensitive way, strings.EqualFold() is
(almost?) always faster than comparing the results of strings.ToLower().

In addition, strings.EqualFold() never causes an allocation.

This patch replaces case-insensitive string comparisons that use
strings.ToLower() with a strings.EqualFold() call.
2020-05-18 19:46:59 -04:00
..
internal Update restore functionality to run in online mode, consume Enterprise backup files. (#9207) 2018-01-10 13:59:18 -05:00
client.go fix(meta): remove double index increment of set meta 2020-01-14 11:11:43 +08:00
client_test.go Remove IsAdmin() method from meta.User interface 2018-02-13 16:59:22 -08:00
config.go Report subset of config values in SHOW DIAGNOSTICS 2017-03-14 11:34:19 -07:00
config_test.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
context.go feat(flux): Add user authentication and authorization support 2018-12-19 14:46:12 -07:00
data.go refactor: Change ToLower comparisons to EqualFold (#18147) 2020-05-18 19:46:59 -04:00
data_internal_test.go remove unused NewShardOwner func 2017-05-25 11:37:08 -04:00
data_test.go fix #10110: limit db & rp name length to 255 2018-12-17 16:58:28 -05:00
errors.go fix #10110: limit db & rp name length to 255 2018-12-17 16:58:28 -05:00
meta_test.go Update authentication cache to work for clusters 2016-02-12 07:16:57 -05:00
query_authorizer.go feat(flux): Add user authentication and authorization support 2018-12-19 14:46:12 -07:00
write_authorizer.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00