1. 26 Apr, 2023 2 commits
  2. 24 Apr, 2023 2 commits
  3. 20 Apr, 2023 1 commit
    • Łukasz Nowak's avatar
      software/rapid-cdn: Implement frontend log · cde4559a
      Łukasz Nowak authored
      The access log is useful for usual analysis, but CDN has to provide deep
      metrics regarding each request, thus implement the frontend log, which follows
      more or less HAProxy's httplog
      http://docs.haproxy.org/2.6/configuration.html#option%20httplog and can be
      correlated with a timestamp to access log.
      
      The URI string is dropped from the frontend log, as it's already supported by
      the access log. Thanks to this it's safe to use !!! (triple exclamation mark)
      to split the log line, as those characters are not expected to be found in
      usual metrics provided by HAProxy.
      cde4559a
  4. 17 Apr, 2023 27 commits
  5. 14 Apr, 2023 3 commits
    • Joanne Hugé's avatar
      ors-amarisoft: remove confusing 4G terminology · 76045cfa
      Joanne Hugé authored
      * Rename mme software type to core-network since mme is a 4G terminology
      * Rename template-lte-XXX to template-XXX since lte is a 4G terminology
      76045cfa
    • Joanne Hugé's avatar
      ors-amarisoft: remove cluster software types · 82e347c4
      Joanne Hugé authored
      * Remove gnb-epc and enb-epc software types and merge mme and epc together
      82e347c4
    • Jérome Perrin's avatar
      metabase: fix restoring backups · 8218f34a
      Jérome Perrin authored
      In practice, the restoration was always failing with errors like:
      
        pg_restore: [archiver (db)] could not execute query: ERROR: schema "???" already exists
      
      because the database was first initialized, but the usual restore
      scenario is:
       - instance is populated with initial data
       - data is replaced by restoring the data
      
      this also change the timeout to 5 seconds, 30 is too much
      8218f34a
  6. 08 Apr, 2023 1 commit
  7. 07 Apr, 2023 1 commit
  8. 06 Apr, 2023 3 commits