grafana/pkg/util
Karl Persson 8bcd9c2594
Identity: Remove typed id (#91801)
* Refactor identity struct to store type in separate field

* Update ResolveIdentity to take string representation of typedID

* Add IsIdentityType to requester interface

* Use IsIdentityType from interface

* Remove usage of TypedID

* Remote typedID struct

* fix GetInternalID
2024-08-13 10:18:28 +02:00
..
cmd
cmputil
errhttp
osutil
proxyutil Identity: Remove typed id (#91801) 2024-08-13 10:18:28 +02:00
retryer
ring
testutil Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 2024-07-26 16:39:23 +03:00
ticker
xorm Chore: Add go workspace scripts (#91707) 2024-08-08 16:51:17 -04:00
contextutil.go
contextutil_test.go
encoding.go
encoding_test.go
encryption.go
encryption_test.go
filepath.go
filepath_test.go
ip_address.go
ip_address_test.go
json.go
json_test.go
md5.go
md5_test.go
pointer.go
reverse.go
reverse_test.go
shortid_generator.go Repurpose wrong datasource UID feature flag (#89363) 2024-06-20 12:56:39 +02:00
shortid_generator_test.go Repurpose wrong datasource UID feature flag (#89363) 2024-06-20 12:56:39 +02:00
split_email.go
split_email_test.go
strings.go chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
strings_test.go
svg.go
tls.go chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
tls_test.go
uri_sanitize.go Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 2024-06-24 14:53:42 +02:00
uri_sanitize_test.go Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 2024-06-24 14:53:42 +02:00
url.go
url_test.go
validation.go
validation_test.go