[Checkins] [zopefoundation/Products.ZCatalog] 05deed: Initial support of catalog caching with plone.memo...

GitHub noreply at github.com
Mon Oct 17 15:34:52 CEST 2016


  Branch: refs/heads/andbag-zcatalog-caching
  Home:   https://github.com/zopefoundation/Products.ZCatalog
  Commit: 05deedefb5b8ef83830da88abe291b56d5e2e57e
      https://github.com/zopefoundation/Products.ZCatalog/commit/05deedefb5b8ef83830da88abe291b56d5e2e57e
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M setup.py
    M src/Products/PluginIndexes/interfaces.py
    M src/Products/ZCatalog/Catalog.py
    A src/Products/ZCatalog/cache.py

  Log Message:
  -----------
  Initial support of catalog caching with plone.memoize


  Commit: 8cc6c87428d0c2f04d6f4ef1af320b9676847087
      https://github.com/zopefoundation/Products.ZCatalog/commit/8cc6c87428d0c2f04d6f4ef1af320b9676847087
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Products/PluginIndexes/TopicIndex/FilteredSet.py
    M src/Products/PluginIndexes/TopicIndex/TopicIndex.py
    M src/Products/PluginIndexes/TopicIndex/tests.py

  Log Message:
  -----------
  Add getCounter logic to TopicIndex


  Commit: 4b43a3c7dfc8c206bd0d3ee72c0c7c6f2e5a44b3
      https://github.com/zopefoundation/Products.ZCatalog/commit/4b43a3c7dfc8c206bd0d3ee72c0c7c6f2e5a44b3
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Products/PluginIndexes/PathIndex/PathIndex.py
    M src/Products/PluginIndexes/PathIndex/tests.py

  Log Message:
  -----------
  Add getCounter logic to PathIndex


  Commit: 9bd0d7ddf7ff57ec6b3dc3b3adb858567580ddf3
      https://github.com/zopefoundation/Products.ZCatalog/commit/9bd0d7ddf7ff57ec6b3dc3b3adb858567580ddf3
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Products/PluginIndexes/BooleanIndex/BooleanIndex.py
    M src/Products/PluginIndexes/BooleanIndex/tests.py
    M src/Products/PluginIndexes/DateIndex/DateIndex.py
    M src/Products/PluginIndexes/DateIndex/tests.py
    M src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py
    M src/Products/PluginIndexes/DateRangeIndex/tests.py
    M src/Products/PluginIndexes/KeywordIndex/tests.py
    M src/Products/PluginIndexes/UUIDIndex/UUIDIndex.py
    M src/Products/PluginIndexes/UUIDIndex/tests.py
    M src/Products/PluginIndexes/tests/test_unindex.py
    M src/Products/PluginIndexes/unindex.py

  Log Message:
  -----------
  Fix getCounter if index is cleared


  Commit: 6cfc06190370387d2e6462a4cbc8ae89840b8aac
      https://github.com/zopefoundation/Products.ZCatalog/commit/6cfc06190370387d2e6462a4cbc8ae89840b8aac
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Products/ZCatalog/Catalog.py
    M src/Products/ZCatalog/cache.py

  Log Message:
  -----------
  Refactor caching


  Commit: 0ba935655959cf845a6c6e5fa3bd9bb667f4d025
      https://github.com/zopefoundation/Products.ZCatalog/commit/0ba935655959cf845a6c6e5fa3bd9bb667f4d025
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Products/PluginIndexes/unindex.py

  Log Message:
  -----------
  Add implements IIndexCounter


  Commit: 6d0ddbce6ff4e28389c91623e5ab7da740646ab0
      https://github.com/zopefoundation/Products.ZCatalog/commit/6d0ddbce6ff4e28389c91623e5ab7da740646ab0
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Products/ZCatalog/Catalog.py
    M src/Products/ZCatalog/cache.py

  Log Message:
  -----------
  Refactor decorator and cache key format


  Commit: de5cc81e2d430ca7c155af142865940c09020a7c
      https://github.com/zopefoundation/Products.ZCatalog/commit/de5cc81e2d430ca7c155af142865940c09020a7c
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Products/ZCatalog/tests/test_zcatalog.py

  Log Message:
  -----------
  Need unique id of catalog instance for caching support


  Commit: c72b1c6d13348466f007017c57eb2dd5858bf047
      https://github.com/zopefoundation/Products.ZCatalog/commit/c72b1c6d13348466f007017c57eb2dd5858bf047
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Products/ZCatalog/tests/test_catalog.py

  Log Message:
  -----------
  Fix catalog test for caching support


  Commit: 648d58c9c5659ac32068b57a01f6da0117290a3c
      https://github.com/zopefoundation/Products.ZCatalog/commit/648d58c9c5659ac32068b57a01f6da0117290a3c
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Products/ZCatalog/cache.py
    A src/Products/ZCatalog/tests/test_cache.py

  Log Message:
  -----------
  Initial cache tests


  Commit: 6ee6f3722604b7d0e34a31366a8044688478cf04
      https://github.com/zopefoundation/Products.ZCatalog/commit/6ee6f3722604b7d0e34a31366a8044688478cf04
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Products/ZCatalog/cache.py
    M src/Products/ZCatalog/tests/test_cache.py
    M src/Products/ZCatalog/tests/test_zcatalog.py

  Log Message:
  -----------
  Add more caching tests


Compare: https://github.com/zopefoundation/Products.ZCatalog/compare/f2e57eecaa44...6ee6f3722604


More information about the checkins mailing list