Skip to content
Snippets Groups Projects
  1. Jul 02, 2020
  2. Jun 29, 2020
  3. Jun 24, 2020
  4. Jun 23, 2020
  5. Jun 22, 2020
  6. Jun 16, 2020
  7. Jun 15, 2020
  8. Jun 03, 2020
  9. May 29, 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 14, 2020
  12. May 05, 2020
  13. Apr 30, 2020
  14. Apr 29, 2020
  15. Apr 28, 2020
  16. Apr 27, 2020
  17. Apr 26, 2020
  18. Apr 24, 2020
  19. Apr 21, 2020
  20. Apr 20, 2020
  21. Apr 17, 2020
Loading