[Checkins] [zopefoundation/z3c.autoinclude] 528d56: Added boolean operator to ZCMLInfo.

Maurits van Rees noreply at github.com
Sun Mar 8 22:50:24 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.autoinclude
  Commit: 528d56b95c0390f48f6d694152018b2703870411
      https://github.com/zopefoundation/z3c.autoinclude/commit/528d56b95c0390f48f6d694152018b2703870411
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M src/z3c/autoinclude/utils.py
    M src/z3c/autoinclude/utils.txt

  Log Message:
  -----------
  Added boolean operator to ZCMLInfo.

Report as False when none of the keys have values.


  Commit: 29b19ff455e0708b200729ace1ee99ef6d04d146
      https://github.com/zopefoundation/z3c.autoinclude/commit/29b19ff455e0708b200729ace1ee99ef6d04d146
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M src/z3c/autoinclude/utils.py
    M src/z3c/autoinclude/utils.txt

  Log Message:
  -----------
  Added create_report command in utils.py.

This creates a report of the auto included zcml.
It is a list of zcml snippets that would do the same thing.
When there is no zcml auto included, we include a comment.


  Commit: b0c02b359ecdc45c91e5af3c22a2bbcdc890cf51
      https://github.com/zopefoundation/z3c.autoinclude/commit/b0c02b359ecdc45c91e5af3c22a2bbcdc890cf51
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M CHANGES.rst
    M src/z3c/autoinclude/api.py
    M src/z3c/autoinclude/dependency.py
    M src/z3c/autoinclude/plugin.py

  Log Message:
  -----------
  With env var Z3C_AUTOINCLUDE_DEBUG, log which packages are being automatically included.

Do this in a form that you can copy to a `configure.zcml` file.


  Commit: 7086cd3058b3369d3172b36acd44dd1db77fc577
      https://github.com/zopefoundation/z3c.autoinclude/commit/7086cd3058b3369d3172b36acd44dd1db77fc577
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M src/z3c/autoinclude/utils.py

  Log Message:
  -----------
  Fixed Python 3 problems in the new code.


  Commit: 1170288f280607f799e665a7b2e34891ce5f0728
      https://github.com/zopefoundation/z3c.autoinclude/commit/1170288f280607f799e665a7b2e34891ce5f0728
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M src/z3c/autoinclude/utils.py

  Log Message:
  -----------
  easier way for removing an item from a list


  Commit: 5cbe07eb05eec44c482c7c01f124ad48c521aeb1
      https://github.com/zopefoundation/z3c.autoinclude/commit/5cbe07eb05eec44c482c7c01f124ad48c521aeb1
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M src/z3c/autoinclude/api.py

  Log Message:
  -----------
  Fixed logic in disable/enable_debug that was the wrong way around.


  Commit: e040f7cfc21610521c2b7529fe4118a998fe2294
      https://github.com/zopefoundation/z3c.autoinclude/commit/e040f7cfc21610521c2b7529fe4118a998fe2294
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M src/z3c/autoinclude/api.py
    A src/z3c/autoinclude/api.txt
    M src/z3c/autoinclude/tests/tests.py

  Log Message:
  -----------
  Fixed deleting non-existing environment variables.

Added simple tests for these.


  Commit: 91be705db85e5b4976a23dc1aa1d8d947fd8dcec
      https://github.com/zopefoundation/z3c.autoinclude/commit/91be705db85e5b4976a23dc1aa1d8d947fd8dcec
  Author: Maurits van Rees <m.van.rees at zestsoftware.nl>
  Date:   2020-03-08 (Sun, 08 Mar 2020)

  Changed paths:
    M CHANGES.rst
    M src/z3c/autoinclude/api.py
    A src/z3c/autoinclude/api.txt
    M src/z3c/autoinclude/dependency.py
    M src/z3c/autoinclude/plugin.py
    M src/z3c/autoinclude/tests/tests.py
    M src/z3c/autoinclude/utils.py
    M src/z3c/autoinclude/utils.txt

  Log Message:
  -----------
  Merge pull request #13 from zopefoundation/maurits/debug-log

Env var Z3C_AUTOINCLUDE_DEBUG: log included packages


Compare: https://github.com/zopefoundation/z3c.autoinclude/compare/86021057eaa9...91be705db85e


More information about the checkins mailing list