Commit Graph

6 Commits (master)

Author SHA1 Message Date
Antonin Kral b6a5dd4132 introduced new configuration option 'chengelogcmd' to be able to ommit list of changed files from the log message 2010-09-16 12:41:22 +04:00
Devendra Gera 7c8f173732 initialize pybugz via overridable init_bugzilla helper
custom hooks can now provide an external init_bugzilla helper when invoking
the gitzilla.hooks.{post_receive,update} hooks. The init_bugzilla function
is passed the bugzilla URL, the username and the password and is expected
to return an instance of bugz.bugzilla.Bugz (from pybugz).

This may be used, among other things, to extend the range of auth options
available to other than those provided by gitzilla. For example, one could
easy implement HTTP Basic auth.
2010-03-14 03:23:32 +05:30
Devendra Gera ec5b69b691 Make the update hook check Bugzilla auth even without allowed_bug_states set 2010-03-14 03:19:26 +05:30
Devendra Gera e6c1bc0b7f Allow bugzilla username and password to be None and use cookie auth
For custom hooks using gitzilla.hooks.post_receive and
gitzilla.hooks.update, cookie auth can be used now. The cookie file is
generated by pybugz and is at ~/.bugz_cookie
2010-03-14 03:07:43 +05:30
Devendra Gera db482dcd6d Minor changes to logging and error reporting. 2010-03-14 02:58:40 +05:30
Devendra Gera c0abda84b7 Initial gitzilla commit. 2010-03-08 00:01:45 +05:30