Skip to content
  1. Nov 17, 2020
    • Florent Viard's avatar
      tools/har-to-old: Fixes typo in extracted file names ".response.txt" · 478a7cd0
      Florent Viard authored and hydrargyrum's avatar hydrargyrum committed
      For a given web request, there use to be 2 metadata files generated:
      
          001-200-3-request.txt
          001-200-3-response.txt
      
      But, there is a typo in the code, and instead the generated files are:
      
          001-200-3-request.txt
          001-200-3.response.txt
      
      This change fixes the typo to get back the original behavior.
      478a7cd0
    • Florent Viard's avatar
      tools/har-to-old: Replace the "prefix" argument with an optional "destdir" · 7ef2fa3e
      Florent Viard authored and hydrargyrum's avatar hydrargyrum committed
      The previous syntax for har-to-old was:
      
          usage: har-to-old.py [-h] file prefix
      
      Change it to:
      
          usage: har-to-old.py [-h] file [destdir]
      
      - prefix renamed in destdir, as it was not really a prefix but the
      name(/path) to the destination folder for extracted files
      - automatically create the destdir folder if it does not exist
      - if destdir is not provided, use the file name without extension
      7ef2fa3e
  2. Oct 28, 2020
    • ntome's avatar
      tools/hooks/run-flake8.py: use flake8-import-order plugin · 9c714c91
      ntome authored and hydrargyrum's avatar hydrargyrum committed
      But it's pep8 rule keeps application-imports in the same group as
      relative-imports. Changing it is not a matter of configuration but defining
      our own style, which is tedious as it would require a setuptools entrypoint
      just for that, so we inject manually the style.
      9c714c91
  3. Sep 23, 2020
  4. Sep 06, 2020
  5. Aug 26, 2020
  6. Aug 07, 2020
  7. Jul 15, 2020
  8. Jun 03, 2020
  9. May 22, 2020
  10. May 08, 2020
  11. May 07, 2020
  12. Mar 18, 2020
  13. Mar 05, 2020
  14. Feb 20, 2020
  15. Feb 12, 2020