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 |
|
Kristin Laemmert
|
945f015770
|
backend/datasources: move datasources models into the datasources service package (#51267)
* backend/datasources: move datasources models into the datasources service pkg
|
2022-06-27 12:23:15 -04:00 |
|
Kat Yang
|
3c3039f5b3
|
Chore: Remove Wrap (#50048)
* Chore: Remove Wrap and Wrapf
* Fix: Add error check
|
2022-06-03 09:24:24 +02:00 |
|
Will Browne
|
f135a5c8a4
|
Plugins: Refactor plugin resource call with and without data source (#48754)
* refactor plugin resource call with/without ds
* check err
* fix imports
* only validate req on ds path
* Update warn log
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
|
2022-05-06 10:58:02 +02:00 |
|