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