- Jan 12, 2022
-
-
Felix authored
* add option to change all editors to viewers and back. essentially making it read-only * restore file that got lost * update versions * Revert "update versions" This reverts commit 37e2589cae06d3ea71f373cb38bd6fe5a21f9e1f. * update versions * two fixes for folder names with dashes and alerts-channels * fix a bug with the folder uid and id logic * fix naming
-
- Dec 26, 2021
-
-
Aaron Johnson authored
* added utf8 encode to response.text * testing * fixed Unicode Error in get_first_dashboard_by_page * fix python2 Unicode errors for emoji compat * Revert "testing" This reverts commit 9f96d4433bb2491f3b615750b6654a693bc5cc08. * ensure emoji backups work in py2 * fix flake8 F821 undefined name unicode * switch to to_python2_and_3_compatible_string * simplify python3 utf8 conversion Co-authored-by:
Aaron Johnson <aaron.johnson@crowdstrike.com>
-
- 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 30, 2020
-
-
Steffen Uhlig authored
-
- Jun 28, 2020
-
-
Aaron Johnson authored
* updated README.md * fixed missing debug argument for create modules * updated CHANGELOG.md
-
Aaron Johnson authored
* refactored to used positional arguments
-
- 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)
-