JIRA is a proprietary bug tracking system from Atlassian.
This module implements an Object Oriented wrapper around JIRA's SOAP API. Moreover, it implements some other methods to make it easier to do some common operations.
Copyright 2009 CPqD.
SVN-Hooks is a framework for creating Subversion hooks.
It comes with a bunch of plugins (actually, sub-modules of SVN::Hooks) that implement some of the most used standalone Subversion hooks available, such as pre-commit hooks for enforcing:
the log message format, property settings, the
... [More] repository structure, restrictions on the modification of repository areas (e.g., /tags) restrictions on filenames, and the integration with ticketing systems. It also comes with post-commit hooks for
sending commit emails, and updating configuration files in the server from changes made in the repository. But as a framework, it can be extended to implement all types of hooks.
It can also be very fast for two reasons. First because it uses the SVN::Look module to cache all calls to the svnlook com [Less]
The svnlook command is the workhorse of Subversion hook scripts, being used to gather all sorts of information about a repository, its revisions, and its transactions. The SVN::Look module provides a simple object oriented interface to a specific svnlook invocation, to make it easier to hook writers
... [More] to get and use the information they need. Moreover, all the information gathered buy calling the svnlook command is cached in the object, avoiding repetitious calls.
Copyright (C) 2008, CPqD. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy