Commit Graph

5 Commits

Author SHA1 Message Date
John L. Villalovos 4658934d22 Add unit test framework and one unit test
Add an initial unit test framework and one unit test. This way we can
ask people to add unit tests when they contribute code.

Change-Id: If52976e1992945a8e38af3cbad5b5f4389922d4c
2018-02-05 12:59:39 -08:00
Matthew Montgomery 6208bd982f Force SSL Configuration Parameter
Adds a new optional config parameter "force_ssl" that applies the SSL wrapper
regardless of the specified port. The previous logic only allowed for SSL
on port 6697. This change is intended to be backwards compatible with
existing configs.

Added *.egg  ignore patterns to .gitignore

Change-Id: I6fe6d9ad2d8461d759a63123af79f229b8f8b6f2
2014-05-23 08:39:55 -05:00
Monty Taylor 6c07bb6bc6 Migrate to pbr.
Change-Id: Id9c9837b040c634103bcc30d590e995c3b6c309d
2013-06-02 10:37:00 -04:00
Paul Belanger 1ffe945781 Create initial sphinx documentation
Change-Id: I79b4d880a8bf7021bb35b240ac040d78d78e3556
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
2012-11-25 19:27:01 -05:00
David Ostrovsky b2be72e69d Add setup.py to project.
Add a setup.py for the gerritbot project. This incorporates
openstack.common.setup/version as well for versioning. This change
also adds a tox.ini file and its lists of dependencies to gerritbot:
pyyaml, python-daemon and python-irclib.

Change-Id: Id9204a1ad452c8aa3c5ec5b697db4dd835e46405
2012-07-30 17:08:32 -07:00