- Jun 28, 2019
-
-
Andrew Erickson authored
-
- Jun 25, 2019
- Jun 21, 2019
-
-
Dan Rue authored
Without --rm, subsequent runs will fail with an error such as: docker: Error response from daemon: Conflict. The container name "/grafana-backup-tool" is already in use by container "e8a6c8a7b717dd52402ea75c7189002bbb80836ae641df1e9865e0f1ec7835b7". You have to remove (or rename) that container to be able to reuse that name. See 'docker run --help'.
-
- Jun 19, 2019
-
-
arthur.yueh authored
-
arthur.yueh authored
-
arthur.yueh authored
-
- May 28, 2019
-
-
ysde authored
Preparing release v0.1.0, see CHANGELOG.md
-
- May 22, 2019
-
-
Kalin KOZHUHAROV authored
-
arthur.yueh authored
-
ysde authored
handle situation where response[1] is a dict not str. Fixes crash in issue #27
-
- May 20, 2019
-
-
Leon Silcott 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
-
- May 03, 2019
-
-
ysde authored
-
- Apr 25, 2019
-
-
ysde authored
correction of typos in README.md
-
- Apr 24, 2019
-
-
Dmitriy Kharchenko authored
-
- Apr 19, 2019
-
-
arthur.yueh authored
-
- Apr 16, 2019
-
-
arthur.yueh authored
-
ysde authored
Write only one compressed archive and fixed some problems
-
- Apr 12, 2019
-
-
Robert Doering authored
-
Robert Döring authored
-
- Mar 22, 2019
-
-
arthur.yueh authored
-
- Mar 21, 2019
-
- Mar 20, 2019
-
-
arthur.yueh authored
- Mar 19, 2019
-
-
ysde authored
-
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 29, 2018
- Aug 17, 2018
-
-
Matheus Figueredo authored
-
Matheus Figueredo authored
-
- Aug 16, 2018
-
-
Matheus Figueredo authored
Folders are available since Grafana v.5.0.*. Create scripts to migrate folders and dashboards (with folders id)
-
- Dec 01, 2017
-
-
arthur.yueh authored
-
ysde authored
Dashboard replacement
-
- Sep 08, 2017
-
-
Miles Hampson authored
A 412 failure from grafana prevents passing a dashboard with a slug that is already present (i.e. restoring from a backup) to createDashboard.py. Handle this by always deleting dashboards with the same name from grafana prior to POSTing the new dashboard.
-
Miles Hampson authored
* Use the PEP 8 recommended whitespace formatting for .py files * Add intellij files to the .gitignore file patterns
-
- Sep 01, 2017
-
-
ysde authored
fix typo
-