Skip to content
Snippets Groups Projects
  1. Nov 09, 2023
  2. Oct 09, 2023
  3. Sep 19, 2023
    • Raphaël Gomès's avatar
      Add random directory sampling policy · 5f1d163b
      Raphaël Gomès authored
      This makes use of the discovery algorithm introduced in
      ``swh-model``, which should help speed up large (think Linux
      kernel or way larger) scans.
      
      Most of the time is spent walking the on-disk directory and hashing,
      which is where the new optimizations in ``swh-model==6.5.0`` should come
      in handy. Python is close to its limit in that regard, some future
      endeavor should look into setting up SWH for native extensions.
  4. May 11, 2023
  5. Mar 29, 2023
  6. Feb 17, 2023
  7. Feb 16, 2023
  8. Feb 06, 2023
  9. Feb 02, 2023
  10. Dec 19, 2022
  11. Oct 19, 2022
  12. Oct 18, 2022
  13. Sep 29, 2022
  14. Sep 28, 2022
    • Pierre-Yves David's avatar
      output: pick "summary" as the default · f4f09177
      Pierre-Yves David authored
      This should be less scary than "text" for a first contact.
      f4f09177
    • Pierre-Yves David's avatar
      output: add a "summary" output · 6e3a0bbe
      Pierre-Yves David authored
      This is a small and minimal output to display some information without
      overwhelming the user with a wall of text.
      
      Example output:
      
      ```
      Files:                     89
                  known:         40   ( 44%)
      directories:               11
            fully-known:          3   ( 27%)
        partially-known:          0   (  0%)
      ```
      
      It can most probably be improved, but this can come later.
      6e3a0bbe
  15. Sep 23, 2022
  16. May 12, 2022
  17. Apr 26, 2022
  18. Apr 21, 2022
  19. Apr 08, 2022
  20. Apr 06, 2022
  21. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · 23955378
      Antoine Lambert authored
      Due to test modules being copied in subdirectories of the
      build directory by setuptools, it makes pytest fail by raising
      ImportPathMismatchError exceptions when invoked from root
      directory of the module.
      
      So ignore the build folder to discover tests.
      23955378
  22. Feb 10, 2022
  23. Feb 07, 2022
  24. Jan 19, 2022
Loading