Skip to content
Snippets Groups Projects
  1. Dec 01, 2021
  2. Sep 02, 2021
  3. Sep 04, 2020
  4. Sep 03, 2020
    • David Smith's avatar
      Pretty-Print JSON in backups. · 4096600f
      David Smith authored
      This can make it easier to see changes when the backups are compared within version control.
      
      Note, this changes to always pretty-print the JSON.  You might prefer that it's a configurable option.
      4096600f
  5. Aug 13, 2020
    • Jürgen Löhel's avatar
      Introduces the settings option client_cert · 1b860f8d
      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: default avatarJürgen Löhel <juergen.loehel@inlyse.com>
      1b860f8d
  6. Jun 28, 2020
  7. Jun 27, 2020
    • Aaron Johnson's avatar
      change to alpine docker base · e1c540b8
      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)
      e1c540b8
  8. Apr 28, 2020
  9. Apr 25, 2020
  10. Apr 20, 2020
  11. May 13, 2019
  12. Apr 19, 2019
  13. Mar 19, 2019
  14. Sep 08, 2017
    • 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
  15. Oct 07, 2016
  16. May 12, 2016
Loading