- 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 30, 2021
-
-
Felix Sperling authored
-
- Dec 29, 2020
-
-
Aaron Johnson authored
* ensure compat with hide_version Grafana setting
-
- Sep 04, 2020
-
-
David Smith authored
-
- Aug 24, 2020
-
-
arthur.yueh authored
- #83 Fix tarfile options for python2 - #64 Remove empty folders when backup file (.tar.gz) created.
-
- Aug 17, 2020
-
-
Aaron Johnson authored
-
- Aug 13, 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
* 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 24, 2020
-
-
arthur.yueh authored
try to fix version check chokes problem according to grafana's current version format. https://github.com/ysde/grafana-backup-tool/issues/37
-
- 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
-
- Mar 19, 2019
-
-
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
-
- May 12, 2016
-
-
arthur.yueh authored
-