Skip to content
Snippets Groups Projects
  1. Jun 24, 2020
  2. Jun 23, 2020
  3. Jun 22, 2020
  4. Jun 16, 2020
  5. Jun 03, 2020
  6. May 29, 2020
  7. 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
  8. Apr 10, 2020
  9. 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
  10. Apr 02, 2020
  11. Apr 01, 2020
  12. Mar 31, 2020
  13. Mar 11, 2020
  14. Mar 04, 2020
  15. Mar 02, 2020
  16. Feb 27, 2020
  17. Feb 24, 2020
    • vlorentz's avatar
      Add to_model() method to from_disk.{Content,Directory}, to convert to canonical model objects. · 6da524cb
      vlorentz authored
      They will be used by loaders, so they can deal only with
      model objects, instead of having to do the same conversion themselves.
      
      This removes the `data` and `save_path` arguments of `from_file` and
      `from_disk`, as data loading is always deferred from now on.
      To access it, users are now expected to either open the data files
      themselves, or us `.to_model().with_data()`.
      6da524cb
  18. Feb 14, 2020
  19. Feb 07, 2020
  20. Feb 05, 2020
  21. Jan 30, 2020
  22. Jan 17, 2020
  23. Nov 29, 2019
  24. Oct 30, 2019
  25. Oct 29, 2019
  26. Oct 23, 2019
  27. Oct 18, 2019
  28. Sep 15, 2019
  29. Sep 04, 2019
Loading