1. 08 Aug, 2023 1 commit
    • Xavier Thompson's avatar
      software/ors-amarisoft: Send xlog with fluentbit · b1cfade6
      Xavier Thompson authored
      Forward enb.xlog to another fluentd or fluentbit server using fluentd's
      forward protocol.
      
      Currently, TLS is enabled and a pre-shared secret key is used for
      authentication, but certificate verification is disabled.
      b1cfade6
  2. 27 Jul, 2023 1 commit
  3. 21 Jul, 2023 8 commits
  4. 20 Jul, 2023 1 commit
  5. 19 Jul, 2023 7 commits
  6. 18 Jul, 2023 5 commits
  7. 17 Jul, 2023 1 commit
  8. 13 Jul, 2023 3 commits
  9. 10 Jul, 2023 1 commit
  10. 05 Jul, 2023 4 commits
  11. 04 Jul, 2023 5 commits
  12. 03 Jul, 2023 2 commits
  13. 28 Jun, 2023 1 commit
    • Xavier Thompson's avatar
      software/theia: Wait for proxy restart in import · 63078069
      Xavier Thompson authored
      Resiliency import script had a race condition where the proxy might not
      have finished restarting before formatting the partitions, causing the
      import script to randomly fail during format because the proxy is down
      when format tries to send it updated computer information.
      
      See merge request !1406
      63078069