grafana/pkg/util
Ezequiel Victorero 42d75ac737
Dashboards: Add feature restore dashboards backend (#83131)
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2024-05-16 14:36:26 -03:00
..
cmd Packaging: Added deprecation warnings when running grafana-cli or grafana-server; the grafana command should be used instead. (#66976) 2023-04-20 19:51:50 +02:00
cmputil Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
errutil QueryService: Return application/json and better errors (#84234) 2024-03-19 15:52:15 +02:00
osutil Settings: Fix data race when dynamically overriding settings with environment variables (#81667) 2024-02-05 12:25:54 -03:00
proxyutil Chore: Fix error handling in postDashboard, remove UserDisplayDTO, fix live redis client initialization (#87206) 2024-05-06 14:17:34 -04:00
retryer Database: Don't sleep 10ms before every request (#64832) 2023-03-27 11:17:05 +02:00
ring Unified Storage: added pkg/util/ring package to handle queueing of notifications (#84657) 2024-04-11 19:32:31 -03:00
ticker Alerting: Extract ticker into shared package (#55703) 2022-09-26 12:35:33 -05:00
xorm Chore: Upgrade go from 1.21.0 to 1.21.10 (#87479) 2024-05-09 15:57:08 +03:00
contextutil_test.go Chore: Add context util that allow to provide cause of cancellation (#53918) 2022-08-24 10:24:41 -04:00
contextutil.go Chore: Replace go-multierror with errors package (#66432) 2023-06-19 12:29:45 +03:00
encoding_test.go Utils: Reimplement util.GetRandomString to avoid modulo bias (#64481) 2023-04-20 10:24:02 -04:00
encoding.go Utils: Reimplement util.GetRandomString to avoid modulo bias (#64481) 2023-04-20 10:24:02 -04:00
encryption_test.go
encryption.go
filepath_test.go Plugins: Make file system path handling in tests OS agnostic (#79651) 2023-12-19 11:01:48 +01:00
filepath.go Plugins: Always load decoupled frontend assets from builds (#81873) 2024-03-13 12:40:09 +01:00
ip_address_test.go
ip_address.go Chore: Remove Wrapf (#50128) 2022-06-06 22:30:31 +02:00
json_test.go JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 2024-02-09 16:35:58 +01:00
json.go JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 2024-02-09 16:35:58 +01:00
md5_test.go
md5.go
pointer.go Chore: Remove xorcare/pointer dependency (#63900) 2023-03-06 05:23:15 -05:00
reverse_test.go Nested Folders: Add tests for store methods (#57662) 2022-11-03 14:21:41 +01:00
reverse.go Nested Folders: Add tests for store methods (#57662) 2022-11-03 14:21:41 +01:00
shortid_generator_test.go Migrate wrong datasource UIDs (#86598) 2024-05-03 13:32:07 +02:00
shortid_generator.go Migrate wrong datasource UIDs (#86598) 2024-05-03 13:32:07 +02:00
split_email_test.go
split_email.go
strings_test.go Util: Support parsing and splitting strings enclosed in quotes in util.SplitString (#85735) 2024-04-09 10:35:57 +02:00
strings.go Dashboards: Add feature restore dashboards backend (#83131) 2024-05-16 14:36:26 -03:00
svg.go Chore: remove the entity kind registry (#79178) 2023-12-06 14:00:53 -08:00
tls_test.go HTTP: Add TLS version configurability for Grafana server (#67482) 2023-05-08 17:11:36 +02:00
tls.go HTTP: Add TLS version configurability for Grafana server (#67482) 2023-05-08 17:11:36 +02:00
url_test.go
url.go
validation_test.go
validation.go