- Dec 01, 2021
-
-
Aaron Johnson authored
* added uid_support to datasource backups * break out uid_support for datasources Co-authored-by:
Aaron Johnson <aaron.johnson@crowdstrike.com>
-
- Sep 02, 2021
-
-
Felix Sperling authored
-
Felix Sperling authored
-
- Dec 29, 2020
-
-
Aaron Johnson authored
* ensure compat with hide_version Grafana setting
-
- Dec 14, 2020
-
-
Aaron Johnson authored
-
Aaron Johnson authored
* save dashboard using uid rather than dashboard name
-
- Sep 04, 2020
-
-
David Smith authored
-
- Sep 03, 2020
-
-
David Smith authored
This can make it easier to see changes when the backups are compared within version control. Note, this changes to always pretty-print the JSON. You might prefer that it's a configurable option.
-
- Aug 14, 2020
-
-
Aaron Johnson authored
-
- Aug 13, 2020
-
-
Aaron Johnson authored
-
Jürgen Löhel authored
This commit introduces the settings option client_cert. It is now possible to add a file path to a client certificate in the configuration file or as an environment variable. The default is None. * **config file:** ``` { "general": { ... "client_cert": "/home/user/.certs/grafana.pem" }, ... } ``` * **env variable:** CLIENT_CERT Signed-off-by:
Jürgen Löhel <juergen.loehel@inlyse.com>
-
- Jun 28, 2020
-
-
Aaron Johnson authored
* refactoring to use positional statements
-
- Jun 27, 2020
-
-
Aaron Johnson authored
* refactored, realized argparse is being used in individual commands... * added backup Makefile * removed backup_grafana.sh and restore_grafana.sh * removed docker_entry.sh * (Need to update README and CHANGELOG...) * (Need to add support for --verbose)
-
- Apr 28, 2020
-
-
Mikel authored
-
- Apr 25, 2020
- Apr 20, 2020
-
-
arthur.yueh authored
-
- Feb 26, 2020
-
-
arthur.yueh authored
-
arthur.yueh authored
-
- Jul 08, 2019
-
-
arthur.yueh authored
-
- May 13, 2019
-
-
Kalin KOZHUHAROV authored
Continue working on PR#25 (https://github.com/ysde/grafana-backup-tool/pull/25): * move all python into src/ * delete boilerplate restore_SOMETHING.sh scripts * update README.md * add some things to .gitignore
-
- Apr 19, 2019
-
-
arthur.yueh authored
-
- Apr 12, 2019
-
-
Robert Doering authored
-
- Mar 19, 2019
-
-
arthur.yueh authored
-
arthur.yueh authored
1.Make it python2 and python3 compatible 2.Try to solve special character when saving dashboard, folder problem 3.Add more verbose log message
-
- Aug 16, 2018
-
-
Matheus Figueredo authored
Folders are available since Grafana v.5.0.*. Create scripts to migrate folders and dashboards (with folders id)
-
- Sep 08, 2017
-
-
Miles Hampson authored
* Use the PEP 8 recommended whitespace formatting for .py files * Add intellij files to the .gitignore file patterns
-
- Oct 07, 2016
-
-
arthur.yueh authored
-
- May 12, 2016
-
-
arthur.yueh authored
-