1. 05 Apr, 2022 1 commit
    • Rafael Monnerat's avatar
      slapos_jio: Improve failover with mismatched serialization · ee874ba1
      Rafael Monnerat authored
         Whenever a parameter is incompatible with the serialization (by the use or not of "_" special parameter) the form should display a textarea as a failover.
      
         Whenever the parameter editor fail to render the form, the selection box (with the software type) shouldn't be hidden, so the user can still change to a proper Software type with a proper serialization (as long it allow you to are requesting an instance and not editing).
      ee874ba1
  2. 04 Apr, 2022 1 commit
  3. 01 Apr, 2022 5 commits
  4. 30 Mar, 2022 23 commits
  5. 23 Mar, 2022 1 commit
    • Jérome Perrin's avatar
      standalone: strip ansi codes in logs · 3a62e218
      Jérome Perrin authored
      This fixes a bug when the program output contain some ansi code, like
      the \e[0;31m ansi code to display text in color on the terminal. These
      characters are not allowed in XML so if they end up in the XML-RPC
      messages this cause the underlying expat library to complain that the
      stream is not well-formed (invalid token).
      
      Fortunately, supervisor supports this and has a `strip_ansi` option that
      we can set in the config to prevent these problems.
      3a62e218
  6. 22 Mar, 2022 6 commits
  7. 21 Mar, 2022 2 commits
  8. 18 Mar, 2022 1 commit