An error occurred fetching the project authors.
  1. 23 Sep, 2023 1 commit
  2. 10 Nov, 2022 1 commit
  3. 28 Apr, 2022 1 commit
  4. 16 Jun, 2021 1 commit
    • Jérome Perrin's avatar
      software/grafana: fix smtp_verify_ssl option handling · 877ea405
      Jérome Perrin authored
      This software uses xml for parameters serialisation, so we can not use
      boolean type. As a result, smtp_verify_ssl was always "true" and disabling ssl
      verification was not working.
      
      When accessing the smtp server from localhost, grafana attempt STARTLS and
      verifies certificate, so scenarios of using localhost:25 as smtp server usually
      needed smtp_verify_ssl="false".
      877ea405
  5. 03 Mar, 2021 2 commits
    • Jérome Perrin's avatar
      software/grafana: fix loki and promtail listening on all IPs · 3f116631
      Jérome Perrin authored
      Both loki and promtail were not configured properly and listening on all IPs.
      This was partially because doc was wrong at the time, but also this was not
      done properly.
      3f116631
    • Jérome Perrin's avatar
      software/grafana: version up · 13818932
      Jérome Perrin authored
      update softwares to:
        - grafana 7.4.3
        - telegrah 1.17.3
        - influxdb 1.8.4
        - loki current master ( 2.1.0 )
      
      and components to:
        - golang 1.16
        - nodejs 14.16.0
        - yarn 1.22.10
        - python 3.7
      
      This new loki version supports parsing multi-line logs, as demonstrated in
      the updated test.
      
      Since this version we also remove cache at the end of build, which
      makes the software directory smaller and accessorily prevent test failures
      during the ldd checks from checkSoftware with some binaries in the cache.
      13818932
  6. 05 Aug, 2020 1 commit
  7. 28 Apr, 2020 1 commit
  8. 13 Apr, 2020 1 commit
    • Jérome Perrin's avatar
      software/grafana: promise to check influxdb is usable · d783653f
      Jérome Perrin authored
      This should fix this random failure with tests:
      
          ======================================================================
          FAIL: test_influxdb_api (test.TestInfluxDb)
          ----------------------------------------------------------------------
          Traceback (most recent call last):
            File "parts/slapos-repository/software/grafana/test/test.py", line 126, in test_influxdb_api
              [connection_params['influxdb-database']], result['series'][0]['values'])
          AssertionError: ['telegraf'] not found in [[u'_internal']]
      d783653f
  9. 03 Feb, 2020 2 commits
  10. 02 Feb, 2020 1 commit
    • Jérome Perrin's avatar
      software/grafana: version up and include loki/promtail · ab7ac63a
      Jérome Perrin authored
      This enable vieiwing applications logs directly in grafana, as long as
      loki agent can access the log file and the regular expressions to parse
      the logs are defined
      
      Other changes:
       - provision data sources automatically so that user do not have to add
         them manually
       - update TODO in README
       - introduce a SR test
       - switch to dep to install dependencies, because that's how these
        packages manage their dependencies.
      
      Versions up:
        grafana: v6.3.0
        telegraf: v1.11.1-0
        influxdb: v1.7.8rc1
      New:
        loki: v0.3.0
      ab7ac63a
  11. 19 Nov, 2019 1 commit
  12. 22 Jun, 2018 1 commit
  13. 09 Feb, 2018 1 commit
  14. 25 Jan, 2018 4 commits
  15. 17 Nov, 2017 1 commit
  16. 05 Nov, 2017 1 commit
  17. 30 Oct, 2017 1 commit
  18. 17 Oct, 2017 1 commit
  19. 11 Oct, 2017 1 commit
  20. 07 Sep, 2017 1 commit
  21. 21 Aug, 2017 1 commit
  22. 19 Jul, 2017 1 commit
  23. 22 Jun, 2017 1 commit
  24. 21 Jun, 2017 1 commit
  25. 20 Apr, 2017 1 commit
    • Rafael Monnerat's avatar
      slapos-master: Follow up recent changes on erp5 stack · c9a3ff91
      Rafael Monnerat authored
        Apply commits:
         stack.erp5: Drop unneeded executable permissions. (fe7ea950)
         stack.logrotate: Fix support for stopped processes.
         stack.erp5: Use an iterator to produce port numbers.
         software/erp5: if wendelin-core-zblk-fmt is not given, then use wendelin.core's default.
         software/erp5 & stack/erp5: Add a new parameter wendelin-core-zblk-fmt.
      c9a3ff91
  26. 12 Apr, 2017 1 commit
  27. 07 Apr, 2017 1 commit
  28. 03 Mar, 2017 1 commit
  29. 16 Feb, 2017 1 commit