[Checkins] [zopefoundation/Products.ZCatalog] bf9782: Fix 100 (#103)

Michael Howitz noreply at github.com
Thu Jul 30 08:24:05 CEST 2020


  Branch: refs/heads/rework_request_cache#94
  Home:   https://github.com/zopefoundation/Products.ZCatalog
  Commit: bf9782883bf143748d4b08fb42d11502fd7b21f6
      https://github.com/zopefoundation/Products.ZCatalog/commit/bf9782883bf143748d4b08fb42d11502fd7b21f6
  Author: Eric Wohnlich <eric.wohnlich at gmail.com>
  Date:   2020-05-08 (Fri, 08 May 2020)

  Changed paths:
    M CHANGES.rst
    M src/Products/PluginIndexes/FieldIndex/tests.py
    M src/Products/PluginIndexes/unindex.py

  Log Message:
  -----------
  Fix 100 (#103)

* proposed fix for #100, case where index value is changed to None after previously being indexed

* remove pycharm junk

* remove old comment as no longer relevant in BTrees. But we still want
to not index None values

* use assertRaises instead of try/except for expected KeyError

Co-authored-by: wohnlice <wohnlice at imsweb.com>


  Commit: c4e4cd55e17e2660e81795d4a8dc48278642a726
      https://github.com/zopefoundation/Products.ZCatalog/commit/c4e4cd55e17e2660e81795d4a8dc48278642a726
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M src/Products/PluginIndexes/CompositeIndex/tests/testCompositeIndex.py
    M src/Products/ZCTextIndex/BaseIndex.py
    M src/Products/ZCTextIndex/RiceCode.py
    M src/Products/ZCatalog/ZCatalog.py

  Log Message:
  -----------
  Fix linting issues (#106)

... which came with the new flake8 version.

modified:   src/Products/PluginIndexes/CompositeIndex/tests/testCompositeIndex.py
modified:   src/Products/ZCTextIndex/BaseIndex.py
modified:   src/Products/ZCTextIndex/RiceCode.py
modified:   src/Products/ZCatalog/ZCatalog.py


  Commit: 919bdb104173f1cefddf2e800cf2bd216c7acf92
      https://github.com/zopefoundation/Products.ZCatalog/commit/919bdb104173f1cefddf2e800cf2bd216c7acf92
  Author: Dieter Maurer <d-maurer at users.noreply.github.com>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M CHANGES.rst
    M src/Products/ZCatalog/ZCatalog.py
    M src/Products/ZCatalog/dtml/catalogView.dtml
    M src/Products/ZCatalog/interfaces.py
    M src/Products/ZCatalog/tests/test_zcatalog.py

  Log Message:
  -----------
  update `catalogView.dtml` to changed behavior for "empty searches" (#104)

* update `catalogView.dtml` to changed behavior for "empty searches"

* Fix issue reference in `CHANGES.rst`

* new method `searchAll` (similar to `getAllBrains` but as a sequence instead of an iterator); document `searchAll` and `getAllBrains` in the interface; more efficient `catalogView`

Co-authored-by: Michael Howitz <mh at gocept.com>


  Commit: ba4b10472a38f7bcab8d8afd7d82dd7cd049ece1
      https://github.com/zopefoundation/Products.ZCatalog/commit/ba4b10472a38f7bcab8d8afd7d82dd7cd049ece1
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M CHANGES.rst
    M src/Products/PluginIndexes/CompositeIndex/tests/testCompositeIndex.py
    M src/Products/PluginIndexes/FieldIndex/tests.py
    M src/Products/PluginIndexes/unindex.py
    M src/Products/ZCTextIndex/BaseIndex.py
    M src/Products/ZCTextIndex/RiceCode.py
    M src/Products/ZCatalog/ZCatalog.py
    M src/Products/ZCatalog/dtml/catalogView.dtml
    M src/Products/ZCatalog/interfaces.py
    M src/Products/ZCatalog/tests/test_zcatalog.py

  Log Message:
  -----------
  Merge branch 'master' into rework_request_cache#94


Compare: https://github.com/zopefoundation/Products.ZCatalog/compare/da5c1b1b6644...ba4b10472a38


More information about the checkins mailing list