[Checkins] [zopefoundation/transaction] 14a25c: Support abort hooks (symmetrically to commit hooks...

Dieter Maurer noreply at github.com
Wed Jun 19 18:10:53 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/transaction
  Commit: 14a25c6f3e6eabe06087689102887cd816785e6c
      https://github.com/zopefoundation/transaction/commit/14a25c6f3e6eabe06087689102887cd816785e6c
  Author: dieter <dieter at handshake.de>
  Date:   2019-05-07 (Tue, 07 May 2019)

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

  Log Message:
  -----------
  Support abort hooks (symmetrically to commit hooks) #77


  Commit: 9c368d9e674052142e8115c7a6aba222ab50839b
      https://github.com/zopefoundation/transaction/commit/9c368d9e674052142e8115c7a6aba222ab50839b
  Author: dieter <dieter at handshake.de>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M transaction/tests/test__transaction.py

  Log Message:
  -----------
  add a test and two silly calls to keep `coveralls` happy


  Commit: 56b31bdbf505281dc18f61606c77e1a84d20339c
      https://github.com/zopefoundation/transaction/commit/56b31bdbf505281dc18f61606c77e1a84d20339c
  Author: dieter <dieter at handshake.de>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M transaction/tests/test__transaction.py

  Log Message:
  -----------
  more silly calls to get `coveralls` happy


  Commit: 5bdfbc87d8cb9fff19886e95fb2e6b1cd1fb0523
      https://github.com/zopefoundation/transaction/commit/5bdfbc87d8cb9fff19886e95fb2e6b1cd1fb0523
  Author: dieter <dieter at handshake.de>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M transaction/tests/test__transaction.py

  Log Message:
  -----------
  keep `coveralls` happy with `# pragma: no cover` rather than silly calls


  Commit: 5aef8c2a760d8734843809ab3e8f52ff3828e5c5
      https://github.com/zopefoundation/transaction/commit/5aef8c2a760d8734843809ab3e8f52ff3828e5c5
  Author: dieter <dieter at handshake.de>
  Date:   2019-06-19 (Wed, 19 Jun 2019)

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

  Log Message:
  -----------
  centralize hook call logic; clarify the case "abort hook with failing commit"


  Commit: dff1c948ae9f7a2ef2f869bd1a35afc994ef1776
      https://github.com/zopefoundation/transaction/commit/dff1c948ae9f7a2ef2f869bd1a35afc994ef1776
  Author: dieter <dieter at handshake.de>
  Date:   2019-06-19 (Wed, 19 Jun 2019)

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

  Log Message:
  -----------
  try to increase test coverage


  Commit: e8f93fab3f8a8b7b3990a2286cb52a1c3451f975
      https://github.com/zopefoundation/transaction/commit/e8f93fab3f8a8b7b3990a2286cb52a1c3451f975
  Author: dieter <dieter at handshake.de>
  Date:   2019-06-19 (Wed, 19 Jun 2019)

  Changed paths:
    M transaction/_compat.py

  Log Message:
  -----------
  try to increase test coverage


  Commit: 3df6914240ef950108ea9291b797cef8e77d5b9b
      https://github.com/zopefoundation/transaction/commit/3df6914240ef950108ea9291b797cef8e77d5b9b
  Author: dieter <dieter at handshake.de>
  Date:   2019-06-19 (Wed, 19 Jun 2019)

  Changed paths:
    M transaction/tests/test__transaction.py

  Log Message:
  -----------
  try to increase test coverage


  Commit: c76fd72845374fe97dbc195c9cb8489933ce4b84
      https://github.com/zopefoundation/transaction/commit/c76fd72845374fe97dbc195c9cb8489933ce4b84
  Author: Dieter Maurer <d-maurer at users.noreply.github.com>
  Date:   2019-06-19 (Wed, 19 Jun 2019)

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

  Log Message:
  -----------
  Merge pull request #81 from zopefoundation/abort_hooks_#77

Support abort hooks (symmetrically to commit hooks) #77


Compare: https://github.com/zopefoundation/transaction/compare/b1579531afaf...c76fd7284537


More information about the checkins mailing list