[Checkins] [zopefoundation/zc.monitor] 9f6190: Changed the tests to create new connections rather...

GitHub noreply at github.com
Tue Mar 12 13:31:11 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zc.monitor
  Commit: 9f61904f7f388da0123e3de055c707d658297f02
      https://github.com/zopefoundation/zc.monitor/commit/9f61904f7f388da0123e3de055c707d658297f02
  Author: Jim Fulton <jim at zope.com>
  Date:   2009-10-28 (Wed, 28 Oct 2009)

  Changed paths:
    M src/zc/monitor/README.txt

  Log Message:
  -----------
  Changed the tests to create new connections rather than using closed
connections. Apparentlu. NGI ignored a test connections closed state
and doesn't now. The current ngi behavior is an improvement, although
it should probably raise an exception when writing to a closed
connection.


  Commit: 41a29d9049b66732cc3284ec22d580ad140bd590
      https://github.com/zopefoundation/zc.monitor/commit/41a29d9049b66732cc3284ec22d580ad140bd590
  Author: Benji York <benji at benjiyork.com>
  Date:   2009-10-28 (Wed, 28 Oct 2009)

  Changed paths:
    M src/zc/monitor/CHANGES.txt
    M src/zc/monitor/README.txt
    M src/zc/monitor/__init__.py
    M src/zc/monitor/tests.py

  Log Message:
  -----------
  add the "MORE" mode so commands can co-opt user interaction


  Commit: 829cb94f5783328a658a14ab4c277de2b88aa08a
      https://github.com/zopefoundation/zc.monitor/commit/829cb94f5783328a658a14ab4c277de2b88aa08a
  Author: Benji York <benji at benjiyork.com>
  Date:   2009-10-29 (Thu, 29 Oct 2009)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  set version on trunk to 0


  Commit: ce845b428fdbbb7af73f45cd19049c996f4b49e8
      https://github.com/zopefoundation/zc.monitor/commit/ce845b428fdbbb7af73f45cd19049c996f4b49e8
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-01-17 (Sun, 17 Jan 2010)

  Changed paths:
    M src/zc/monitor/CHANGES.txt
    M src/zc/monitor/__init__.py

  Log Message:
  -----------
  - Added an ``address`` option to ``start`` to be able to specify an adapter to bind to


  Commit: a6cd9ffe686dc4e619e452a2d5e52bd4bacab33e
      https://github.com/zopefoundation/zc.monitor/commit/a6cd9ffe686dc4e619e452a2d5e52bd4bacab33e
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-01-24 (Sun, 24 Jan 2010)

  Changed paths:
    M src/zc/monitor/__init__.py

  Log Message:
  -----------
  overloaded start, parameter can be:
- int:port
- tuple:(address, port)
- string:unix domain socket
tests needed....


  Commit: 3f669f12e20a0bcf8c97f9f4cd600996d4825052
      https://github.com/zopefoundation/zc.monitor/commit/3f669f12e20a0bcf8c97f9f4cd600996d4825052
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-01-24 (Sun, 24 Jan 2010)

  Changed paths:
    M src/zc/monitor/README.txt
    M src/zc/monitor/__init__.py

  Log Message:
  -----------
  added test for start()... only caveat is I cannot get rid of the async thread


  Commit: a9301b23a81b881e7e72e3da21041548571983c4
      https://github.com/zopefoundation/zc.monitor/commit/a9301b23a81b881e7e72e3da21041548571983c4
  Author: Michael Howitz <mh at gocept.com>
  Date:   2011-03-28 (Mon, 28 Mar 2011)

  Changed paths:
    M src/zc/monitor/CHANGES.txt
    M src/zc/monitor/tests.py

  Log Message:
  -----------
  Using Python's ``doctest`` module instead of depreacted ``zope.testing.doctest``.


  Commit: 3ad1297caecf613284bcb567e6e2c7130eb92f30
      https://github.com/zopefoundation/zc.monitor/commit/3ad1297caecf613284bcb567e6e2c7130eb92f30
  Author: Michael Howitz <mh at gocept.com>
  Date:   2011-03-28 (Mon, 28 Mar 2011)

  Changed paths:
    A COPYRIGHT.txt
    A LICENSE.txt
    M src/zc/monitor/__init__.py
    M src/zc/monitor/interfaces.py
    M src/zc/monitor/tests.py

  Log Message:
  -----------
  Conform to repository policy.


  Commit: 3c6fff54efe7d5b4a01b1f29f54ec48522c49299
      https://github.com/zopefoundation/zc.monitor/commit/3c6fff54efe7d5b4a01b1f29f54ec48522c49299
  Author: Jim Fulton <jim at zope.com>
  Date:   2011-12-10 (Sat, 10 Dec 2011)

  Changed paths:
    M src/zc/monitor/__init__.py

  Log Message:
  -----------
  Get rid of deprecation warning.


  Commit: adf1120564daf1f589cd14af80a3a5aa11943110
      https://github.com/zopefoundation/zc.monitor/commit/adf1120564daf1f589cd14af80a3a5aa11943110
  Author: Jim Fulton <jim at zope.com>
  Date:   2011-12-10 (Sat, 10 Dec 2011)

  Changed paths:
    M src/zc/monitor/CHANGES.txt
    M src/zc/monitor/README.txt
    M src/zc/monitor/__init__.py

  Log Message:
  -----------
  ``start`` now returns the address being listened on, which is useful
when binding to port 0.


  Commit: 33bc4ae930e8b3cf049f145a0d23ff1ce7532b13
      https://github.com/zopefoundation/zc.monitor/commit/33bc4ae930e8b3cf049f145a0d23ff1ce7532b13
  Author: Jim Fulton <jim at zope.com>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    M src/zc/monitor/CHANGES.txt
    M src/zc/monitor/README.txt
    M src/zc/monitor/__init__.py

  Log Message:
  -----------
  Added a simplified registration interface.


  Commit: e80357f79b0f94b7771c85318107c511fb20b67f
      https://github.com/zopefoundation/zc.monitor/commit/e80357f79b0f94b7771c85318107c511fb20b67f
  Author: Jim Fulton <jim at zope.com>
  Date:   2011-12-12 (Mon, 12 Dec 2011)

  Changed paths:
    M src/zc/monitor/README.txt
    M src/zc/monitor/__init__.py

  Log Message:
  -----------
  Added a function to register the basic commands and removed the
examples of using zope.component.


  Commit: f9896f472e9efd63b1c2933b0098b30b971670b8
      https://github.com/zopefoundation/zc.monitor/commit/f9896f472e9efd63b1c2933b0098b30b971670b8
  Author: Jim Fulton <jim at zope.com>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M src/zc/monitor/__init__.py

  Log Message:
  -----------
  Don't import zc.ngi until we need to.


  Commit: f46eeeb1af12c2392bb61e60a28af458dc26caad
      https://github.com/zopefoundation/zc.monitor/commit/f46eeeb1af12c2392bb61e60a28af458dc26caad
  Author: Fred Drake <fdrake at acm.org>
  Date:   2012-04-27 (Fri, 27 Apr 2012)

  Changed paths:
    M src/zc/monitor/CHANGES.txt
    M src/zc/monitor/__init__.py
    M src/zc/monitor/tests.py
    A src/zc/monitor/unix-sockets.txt

  Log Message:
  -----------
  re-create Unix domain sockets when binding,
to avoid losing the monitor on alternating restarts


Compare: https://github.com/zopefoundation/zc.monitor/compare/9f61904f7f38^...f46eeeb1af12


More information about the checkins mailing list