46
edits
Line 143: | Line 143: | ||
(This section covers server-oriented add-ons that work with repositories and Bugzilla -- for add-ons that work with local working directoriesw and Bugzilla see the similarly named section in the End-User Utilities section) | (This section covers server-oriented add-ons that work with repositories and Bugzilla -- for add-ons that work with local working directoriesw and Bugzilla see the similarly named section in the End-User Utilities section) | ||
*[http://www.ez-sw.com/Easy_Flow_Detail.html Easy!Flow] (website) - '''''Free download & support''''' Easy!Flow™ is an all-in-one, project and process management solution for your software project teams. Major benefits: | *[http://www.ez-sw.com/Easy_Flow_Detail.html Easy!Flow] (website) - '''''Free download & support''''' Easy!Flow™ is an all-in-one, project and process management solution for your software project teams. Major benefits: | ||
**Stand-alone SCM client or SCM client for Eclipse and VS | **Stand-alone SCM client or SCM client for Eclipse and VS | ||
**Documents are under version control and, optionally, modifications can be tracked via change control | **Documents are under version control and, optionally, modifications can be tracked via change control | ||
**Easy to use and learn – context sensitive help | **Easy to use and learn – context sensitive help | ||
**Project planning and day-to-day project progress monitoring | **Project planning and day-to-day project progress monitoring | ||
**Requirement management | |||
**Time tracking, risk assessment, baseline control, query and report features allow you to better manage your project | **Time tracking, risk assessment, baseline control, query and report features allow you to better manage your project | ||
**Configurable process logic and rules at system- and project-level to guide project members to follow best practices | **Configurable process logic and rules at system- and project-level to guide project members to follow best practices | ||
Line 182: | Line 183: | ||
*[http://www.accurev.com/accubridge-bugzilla.html AccuBridge] (website) - Bidirectional integration with the [http://www.accurev.com/accurev.html AccuRev] SCM suite. | *[http://www.accurev.com/accubridge-bugzilla.html AccuBridge] (website) - Bidirectional integration with the [http://www.accurev.com/accurev.html AccuRev] SCM suite. | ||
*[http://www.theoldmonk.net/gitzilla/ GitZilla] (website) - Python based easy to use Git-Bugzilla integration [http://github.com/gera/gitzilla/ GitZilla-GitHub] (Git repo). | *[http://www.theoldmonk.net/gitzilla/ GitZilla] (website) - Python based easy to use Git-Bugzilla integration [http://github.com/gera/gitzilla/ GitZilla-GitHub] (Git repo). | ||
**Supports multiple bug references in commit messages. | **Supports multiple bug references in commit messages. | ||
**Support for checking bug statuses before allowing commits. | **Support for checking bug statuses before allowing commits. | ||
**Provides the update hook (for allowing/rejecting commits) and the post-receive hook (for adding comments to Bugzilla). | **Provides the update hook (for allowing/rejecting commits) and the post-receive hook (for adding comments to Bugzilla). | ||
**Supports per-user auth credentials when pushes are done via ssh. | **Supports per-user auth credentials when pushes are done via ssh. | ||
**Allows custom bug id capturing regexes. | **Allows custom bug id capturing regexes. | ||
**Allows customization of bugzilla comments formed from commit messages. | **Allows customization of bugzilla comments formed from commit messages. | ||
**Simple configuration requires using supplied hook scripts with a 4 line config. And this includes all of the above - driven by a config file. | **Simple configuration requires using supplied hook scripts with a 4 line config. And this includes all of the above - driven by a config file. | ||
**Also makes it possible to write custom hooks which do more than just integrate with Bugzilla by providing (Python) functions which handle all the Bugzilla integration. | **Also makes it possible to write custom hooks which do more than just integrate with Bugzilla by providing (Python) functions which handle all the Bugzilla integration. | ||
edits