Skip to content
Snippets Groups Projects
  1. 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
  2. May 05, 2020
  3. Apr 29, 2020
  4. Apr 21, 2020
  5. Apr 20, 2020
  6. Apr 10, 2020
  7. 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
  8. Apr 02, 2020
  9. Apr 01, 2020
  10. Mar 31, 2020
  11. Mar 11, 2020
  12. Mar 02, 2020
  13. Feb 27, 2020
  14. Feb 07, 2020
  15. Feb 05, 2020
  16. Dec 02, 2019
  17. Nov 29, 2019
  18. Oct 30, 2019
  19. Oct 29, 2019
  20. Aug 22, 2019
  21. Aug 21, 2019
  22. Aug 19, 2019
  23. Jun 05, 2019
  24. Jun 03, 2019
  25. Apr 11, 2019
  26. Apr 09, 2019
  27. Apr 08, 2019
Loading