Carl Bergquist
|
b88206d98f
|
Cache: Refactor cache clients to use byte array (#62930)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
|
2023-02-08 10:30:20 +01:00 |
|
Serge Zaitsev
|
7dbd2cd139
|
Chore: Fix goimports grouping (#62426)
fix goimports ordering
|
2023-01-30 09:34:18 +01:00 |
|
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 |
|
idafurjes
|
b8852ef6a3
|
Chore: Remove context.TODO() (#43409)
* Remove context.TODO() from services
* Fix live test
* Remove context.TODO
|
2021-12-22 11:02:42 +01:00 |
|
Vladimir Kochnev
|
39a3b0d0b0
|
Auth: support JWT Authentication (#29995)
|
2021-03-31 08:40:44 -07:00 |
|