Skip to content
Snippets Groups Projects
  1. Feb 22, 2022
  2. Feb 21, 2022
    • Antoine Lambert's avatar
      common/swh_templatetags: Fix parsing issue in urlize_header_links · 937a1d59
      Antoine Lambert authored
      If one of the URL links to parse contains a comma character, the parsing
      was incorrect.
      
      So fix that issue by updating the regexp use to format the links for
      display in the API Web UI.
      
      Related to T3967
      937a1d59
    • Antoine Lambert's avatar
      requirements: Workaround another ImportError when running pytest · 55aa143d
      Antoine Lambert authored
      When calling "./bin/install" from swh-environment in a freshly created
      venv, for some reason pip will end up installing flask==1.1.2 when
      processing swh-web (likely related to the venv state after installing
      other swh modules).
      
      That flask version is quite outdated and will fail to import the json
      module from the version of itsdangerous installed in the venv.
      
      So as a workaround pin flask to the first version that does not trigger
      that ImportError issue.
      55aa143d
  3. Feb 18, 2022
  4. Feb 17, 2022
    • Antoine Lambert's avatar
      browse/utils: Robustify content encoding detection · d9944bdd
      Antoine Lambert authored
      When attempting to re-encode non UTF-8 textual content, use chardet
      to find the encoding first and use it if the detection confidence
      is really high.
      
      Previously some encoding like SHIFT_JIS (for japanese language) were
      not correctly detected and thus content were badly rendered in the
      browse Web UI.
      d9944bdd
  5. Feb 15, 2022
  6. Feb 14, 2022
  7. Feb 11, 2022
  8. Feb 10, 2022
  9. Feb 07, 2022
  10. Feb 05, 2022
  11. Feb 04, 2022
  12. Feb 03, 2022
  13. Feb 02, 2022
Loading