1. 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
  2. 02 Mar, 2021 2 commits
    • Jérome Perrin's avatar
      component/nodejs: new version 14.16.0 · 20abfb99
      Jérome Perrin authored
      20abfb99
    • Jérome Perrin's avatar
      stack/nodejs: add yarn · cb334146
      Jérome Perrin authored
      Instead of having softwares install yarn, unify this in nodejs stack.
      
      Yarn usage is similar to nodejs usage, if a specific version is needed,
      software should use macro to expose which yarn version to use, example:
      
          [yarn]
          <= yarn-1.17.3
      
      Then sections can use yarn by having ${yarn:location}/bin/ in their path.
      
      yarn will use the default [nodejs], so to another nodejs version, the same
      pattern can be used:
      
          [nodejs]
          <= nodejs-10.6.0
      cb334146
  3. 01 Mar, 2021 7 commits
  4. 26 Feb, 2021 8 commits
  5. 25 Feb, 2021 8 commits
  6. 24 Feb, 2021 4 commits
  7. 22 Feb, 2021 9 commits