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