grafana/pkg/services/searchV2
Jo 062d255124
Handle ioutil deprecations (#53526)
* replace ioutil.ReadFile -> os.ReadFile

* replace ioutil.ReadAll -> io.ReadAll

* replace ioutil.TempFile -> os.CreateTemp

* replace ioutil.NopCloser -> io.NopCloser

* replace ioutil.WriteFile -> os.WriteFile

* replace ioutil.TempDir -> os.MkdirTemp

* replace ioutil.Discard -> io.Discard
2022-08-10 15:37:51 +02:00
..
dslookup Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
extract Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
testdata Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
allowed_actions_test.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
allowed_actions.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
auth.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
bluge.go Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
extender.go Search: support alpha + and enterprise sorting values (#49362) 2022-05-23 10:05:15 -07:00
filter.go Search: Allowed actions (#52529) 2022-07-22 17:42:43 -07:00
index_test.go Search: Downgrade Bluge, refactor code (#51560) 2022-07-04 11:33:07 +03:00
index.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
ngram_test.go Search: Filter punctuation and tokenize camel case (#51165) 2022-06-30 16:30:44 -07:00
ngram.go Search: Filter punctuation and tokenize camel case (#51165) 2022-06-30 16:30:44 -07:00
search_service_mock.go Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
service.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
stub.go Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
types.go Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
usage.go Search: fix logging statements (#51633) 2022-07-01 15:38:31 -07:00
utils.go Search: limit max size of batches during indexing (#49187) 2022-05-19 18:57:26 +03:00