Skip to content
  1. Jun 05, 2021
  2. May 14, 2021
  3. Apr 28, 2021
  4. Apr 11, 2021
  5. Apr 05, 2021
  6. Mar 24, 2021
  7. Mar 06, 2021
  8. Mar 05, 2021
  9. Mar 03, 2021
  10. Mar 01, 2021
  11. Feb 27, 2021
  12. Feb 26, 2021
  13. 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
  14. 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
  15. Sep 23, 2020
  16. Sep 06, 2020
  17. Aug 26, 2020
  18. Aug 07, 2020
  19. Jul 15, 2020
  20. Jun 03, 2020