Skip to content
Snippets Groups Projects
  1. Oct 19, 2023
    • Julian Rother's avatar
      PEP 440 conformance for development builds · ca27aaf0
      Julian Rother authored
      Recent setuptools releases refuse to build packages with invalid version
      strings. So instead of using the bare commit hash as the version, we now
      build proper version strings like X.Y.Z.dev-git.COMMIT for CI development
      builds and X.Y.Z for release builds (same as before).
      ca27aaf0
  2. Feb 22, 2022
  3. Dec 11, 2021
  4. Dec 08, 2021
  5. Dec 05, 2021
  6. Dec 03, 2021
  7. Dec 02, 2021
  8. Nov 26, 2021
  9. Nov 25, 2021
  10. Nov 23, 2021
  11. Nov 17, 2021
  12. Nov 14, 2021
    • Julian Rother's avatar
      Rewrite of schema code, change of Object interface · 5abe3469
      Julian Rother authored
      Attribute type and object class definitions are now parsed from their string
      representation. Extensible filters are now supported.
      
      Somewhat unrelated: Object.match_search and Object.get_search_result_entry
      are replaced with Object.search. Object.compare_dn and Object.match_compare
      are replaced with Object.compare.
      
      Schema and object code now has extensive unit tests.
      5abe3469
  13. Nov 01, 2021
  14. Oct 29, 2021
  15. Oct 23, 2021
  16. Oct 21, 2021
  17. Oct 19, 2021
  18. Aug 26, 2021
  19. Aug 04, 2021
  20. Jul 29, 2021
  21. Jul 28, 2021
Loading