grafana/pkg/services/searchV2
Emil Tullstedt b287047052
Chore: Upgrade Go to 1.19.1 (#54902)
* WIP

* Set public_suffix to a pre Ruby 2.6 version

* we don't need to install python

* Stretch->Buster

* Bump versions in lib.star

* Manually update linter

Sort of messy, but the .mod-file need to contain all dependencies that
use 1.16+ features, otherwise they're assumed to be compiled with
-lang=go1.16 and cannot access generics et al.

Bingo doesn't seem to understand that, but it's possible to manually
update things to get Bingo happy.

* undo reformatting

* Various lint improvements

* More from the linter

* goimports -w ./pkg/

* Disable gocritic

* Add/modify linter exceptions

* lint + flatten nested list

Go 1.19 doesn't support nested lists, and there wasn't an obvious workaround.
https://go.dev/doc/comment#lists
2022-09-12 12:03:49 +02:00
..
dslookup Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
extract Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
testdata Search: Add substring matcher (#54813) 2022-09-08 12:10:30 +02: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 RBAC: Split up service into several components (#54002) 2022-08-24 13:29:17 +02:00
bluge.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02: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: Add substring matcher (#54813) 2022-09-08 12:10:30 +02:00
index.go Search: use SQL search as a fallback during bluge's initial indexing (#54095) 2022-08-26 12:36:41 +04: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 Search: use SQL search as a fallback during bluge's initial indexing (#54095) 2022-08-26 12:36:41 +04:00
service.go Search: use SQL search as a fallback during bluge's initial indexing (#54095) 2022-08-26 12:36:41 +04:00
stub.go Search: use SQL search as a fallback during bluge's initial indexing (#54095) 2022-08-26 12:36:41 +04:00
substring_query.go Search: Add substring matcher (#54813) 2022-09-08 12:10:30 +02:00
types.go Search: use SQL search as a fallback during bluge's initial indexing (#54095) 2022-08-26 12:36:41 +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