log tests/test-check-interfaces.py @ 37545:93397c4633f6

age author description
Mon, 09 Apr 2018 19:35:04 -0700 Gregory Szorc wireproto: extract HTTP version 2 code to own module
Thu, 05 Apr 2018 15:18:23 -0700 Gregory Szorc filelog: declare that filelog implements a storage interface
Fri, 30 Mar 2018 18:53:17 -0700 Gregory Szorc repository: port peer interfaces to zope.interface
Fri, 23 Mar 2018 16:24:53 -0700 Gregory Szorc wireproto: port protocol handler to zope.interface
Wed, 21 Mar 2018 19:48:36 -0700 Gregory Szorc repository: define interface for local repositories
Wed, 07 Mar 2018 20:41:59 -0800 Gregory Szorc httppeer: refactor how httppeer is created (API)
Wed, 21 Feb 2018 14:02:23 -0800 Gregory Szorc sshpeer: defer pipe buffering and stderr sidechannel binding
Tue, 06 Feb 2018 11:31:25 -0800 Gregory Szorc sshpeer: implement peer for version 2 of wire protocol
Tue, 06 Feb 2018 10:57:56 -0800 Gregory Szorc sshpeer: rename sshpeer class to sshv1peer (API)
Mon, 05 Feb 2018 09:14:32 -0800 Gregory Szorc sshpeer: move handshake outside of sshpeer
Mon, 05 Feb 2018 14:17:24 -0800 Gregory Szorc sshpeer: clean up API for sshpeer.__init__ (API)
Mon, 05 Feb 2018 14:05:59 -0800 Gregory Szorc sshpeer: establish SSH connection before class instantiation
Sun, 04 Feb 2018 19:23:40 -0800 Gregory Szorc sshpeer: move ssh command and repo creation logic out of __init__
Fri, 18 Aug 2017 20:20:38 -0700 Gregory Szorc tests: add interface checks for bundle, statichttp, and union peers
Thu, 10 Aug 2017 21:00:30 -0700 Gregory Szorc tests: verify that peer instances only expose interface members