[Checkins] [zopefoundation/ZEO] 5c8e48: Fixed: ZEO needed changes to work with recent tran...

GitHub noreply at github.com
Fri Nov 18 20:08:37 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 5c8e487a22d69c600298671471af30876f68f892
      https://github.com/zopefoundation/ZEO/commit/5c8e487a22d69c600298671471af30876f68f892
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/scripts/timeout.py
    M src/ZEO/scripts/zeoreplay.py
    M src/ZEO/tests/Cache.py
    M src/ZEO/tests/CommitLockTests.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/IterationTests.py
    M src/ZEO/tests/ThreadTests.py
    M src/ZEO/tests/ZEO4/StorageServer.py
    M src/ZEO/tests/testZEO.py

  Log Message:
  -----------
  Fixed: ZEO needed changes to work with recent transaction changes.


  Commit: 4438aef43206eff79087cff4f22eea95774de715
      https://github.com/zopefoundation/ZEO/commit/4438aef43206eff79087cff4f22eea95774de715
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M src/ZEO/ClientStorage.py

  Log Message:
  -----------
  Go back to using the transactuon (and now transaction meta data) custom data api


  Commit: df13013f07c13328fe8da31815ef190110a44c4e
      https://github.com/zopefoundation/ZEO/commit/df13013f07c13328fe8da31815ef190110a44c4e
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M src/ZEO/tests/Cache.py
    M src/ZEO/tests/InvalidationTests.py

  Log Message:
  -----------
  Make sure we pass text to note


  Commit: f1c0f3a7c7b094dd5adbd16527d2952b537ab864
      https://github.com/zopefoundation/ZEO/commit/f1c0f3a7c7b094dd5adbd16527d2952b537ab864
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Require recent ZODB fixes


  Commit: ec23bd8b5674821e0bfc8eaa0598d38d236a69b8
      https://github.com/zopefoundation/ZEO/commit/ec23bd8b5674821e0bfc8eaa0598d38d236a69b8
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into work-with-transaction-changes

Conflicts:
	CHANGES.rst
	setup.py


  Commit: 4d75c428299eb94720944b36a9ec722321e1f35e
      https://github.com/zopefoundation/ZEO/commit/4d75c428299eb94720944b36a9ec722321e1f35e
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/scripts/timeout.py
    M src/ZEO/scripts/zeoreplay.py
    M src/ZEO/tests/Cache.py
    M src/ZEO/tests/CommitLockTests.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/InvalidationTests.py
    M src/ZEO/tests/IterationTests.py
    M src/ZEO/tests/ThreadTests.py
    M src/ZEO/tests/ZEO4/StorageServer.py
    M src/ZEO/tests/testZEO.py

  Log Message:
  -----------
  Merge pull request #79 from zopefoundation/work-with-transaction-changes

Fixed: ZEO needed changes to work with recent transaction changes.


Compare: https://github.com/zopefoundation/ZEO/compare/bc74c389d2e1...4d75c428299e


More information about the checkins mailing list