Skip to content
Snippets Groups Projects
  1. Jan 20, 2021
  2. Jan 13, 2021
  3. Sep 17, 2020
  4. Jul 06, 2020
    • David Douard's avatar
      Extract the extra_headers from metadata on the Revision model class · a7d9aca2
      David Douard authored
      Add a new extra_headers attribute on Revision and use it for computing
      the revision's id instead of extract it from the metadata field.
      
      Only accept (bytes, bytes) as extra_header.
      
      Add a post init hook to Revision to initialize this new attribute from
      given metadata, if any, for bw compat.
      
      Also amend the revision_d hyptothesis strategy to generate extra_headers.
      v0.4.0
      a7d9aca2
  5. Jun 29, 2020
  6. Jun 24, 2020
  7. Jun 23, 2020
  8. Jun 16, 2020
  9. Jun 03, 2020
  10. May 20, 2020
    • David Douard's avatar
      Add support for model object anonymization · 29312dff
      David Douard authored
      Simply add a BaseModel.anonymize() method. Default implementation returns
      None, meaning the object is not anonymizable.
      
      For Person, the method returns a Person whith hashed fullname (and unset
      name and email).
      
      For Revision and Release, the method returns an anonymized version of
      the object, i.e. with instance of Person replaced by anonymized ones.
      v0.2.0
      29312dff
  11. May 05, 2020
  12. Apr 29, 2020
  13. Apr 21, 2020
  14. Apr 20, 2020
  15. Apr 10, 2020
  16. Apr 08, 2020
    • David Douard's avatar
      Enable black · bf3f1cec
      David Douard authored
      - blackify all the python files,
      - enable black in pre-commit,
      - add a black tox environment.
      bf3f1cec
  17. Apr 02, 2020
  18. Apr 01, 2020
  19. Mar 31, 2020
  20. Mar 11, 2020
  21. Mar 02, 2020
  22. Feb 27, 2020
  23. Feb 07, 2020
  24. Feb 05, 2020
  25. Dec 02, 2019
  26. Nov 29, 2019
  27. Oct 30, 2019
  28. Oct 29, 2019
  29. Aug 22, 2019
  30. Aug 21, 2019
  31. Aug 19, 2019
Loading