[Checkins] [zopefoundation/transaction] 09c1d0: - The transaction ``user`` and ``description`` att...

GitHub noreply at github.com
Fri Nov 11 20:58:58 CET 2016


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

  Changed paths:
    M CHANGES.rst
    M transaction/_transaction.py
    M transaction/interfaces.py
    M transaction/tests/test__transaction.py

  Log Message:
  -----------
  - The transaction ``user`` and ``description`` attributes are now
  defined to be text (unicode) as apposed to Python the ``str`` type.

- Added the ``extended_info`` transaction attribute which contains
  transaction meta data.  (The ``_extension`` attribute is retained as
  an alias for backward compatibility.)

  The transaction interface, ``ITransaction``, now requires
  ``extended_info`` keys to be text (unicode) and values to be
  JSON-serializable.


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

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Note droppiing of setUser from ITransaction and possible backward incompatibility.


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

  Changed paths:
    M transaction/_transaction.py
    M transaction/tests/test__transaction.py

  Log Message:
  -----------
  Make user and description properties and check to make sure that they're unicode

Convert to unicode if bytes are given.


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

  Changed paths:
    M CHANGES.rst
    M transaction/_transaction.py
    M transaction/interfaces.py
    M transaction/tests/test__transaction.py

  Log Message:
  -----------
  Merge pull request #28 from zopefoundation/meta-data-26-27

Transaction meta data cleanup


Compare: https://github.com/zopefoundation/transaction/compare/085ab4fb0521...beed23b31b37


More information about the checkins mailing list