Skip to content
Snippets Groups Projects
  1. Jun 28, 2019
  2. Jun 25, 2019
  3. Jun 21, 2019
    • Dan Rue's avatar
      Update README.md: Use --rm with docker run · 8f50667e
      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'.
      8f50667e
  4. Jun 19, 2019
  5. May 28, 2019
  6. May 22, 2019
  7. May 20, 2019
  8. May 13, 2019
  9. May 03, 2019
  10. Apr 25, 2019
  11. Apr 24, 2019
  12. Apr 19, 2019
  13. Apr 16, 2019
  14. Apr 12, 2019
  15. Mar 22, 2019
  16. Mar 21, 2019
  17. Mar 20, 2019
  18. Mar 19, 2019
  19. Aug 29, 2018
  20. Aug 17, 2018
  21. Aug 16, 2018
  22. Dec 01, 2017
  23. Sep 08, 2017
    • Miles Hampson's avatar
      Allow pre-existing dashboards to be updated · fba9e251
      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.
      fba9e251
    • Miles Hampson's avatar
      Style and tooling issues · 16c2dd18
      Miles Hampson authored
      * Use the PEP 8 recommended whitespace formatting for .py files
      * Add intellij files to the .gitignore file patterns
      16c2dd18
  24. Sep 01, 2017
Loading