- Sep 02, 2021
-
-
Felix Sperling authored
-
- Apr 14, 2021
-
- Mar 22, 2021
-
-
Neal Clark authored
-
- Nov 10, 2020
-
-
ysde authored
Update for issue https://github.com/ysde/grafana-backup-tool/issues/106
-
- Oct 24, 2020
- Oct 21, 2020
-
-
Thorsten Klein authored
-
- Sep 04, 2020
-
-
David Smith authored
-
- Aug 29, 2020
-
-
Sébastien authored
-
- Aug 24, 2020
-
-
arthur.yueh authored
- #83 Fix tarfile options for python2 - #64 Remove empty folders when backup file (.tar.gz) created.
-
- Aug 13, 2020
-
-
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>
-
- Jul 29, 2020
-
-
Aaron Johnson authored
-
- Jul 24, 2020
-
-
Aaron Johnson authored
-
- Jul 03, 2020
-
-
Aaron Johnson authored
* Remove ability to use yaml for configuration in favor of json * Remove conf module * README.me updates
-
- Jul 01, 2020
-
-
Aaron Johnson authored
* replaced pathlib with os.path * added JSON config support
-
- Jun 28, 2020
-
-
Aaron Johnson authored
-
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)
-