Commit Graph

5 Commits

Author SHA1 Message Date
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
Ryan McKinley
b3b64e24c2 Export: include section count in status updates (#52368) 2022-07-18 11:03:08 -04:00
Ryan McKinley
5fe1068f81 Export: Export plugin settings (#52129) 2022-07-13 12:36:14 -07:00
Ryan McKinley
5cb8010440 Export: support stopping exports (#51769) 2022-07-07 11:02:01 -07:00
Ryan McKinley
4fa606c600 Export: save all dashboards to git (#48233) 2022-07-05 10:54:07 -07:00