3.0.0-beta1

compared with
Version 20 by Robin Shen
on Jun 24, 2010 12:16.


Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 6 changes. View first change.

 h1. Quick links
 * [Installation Guide|Installation Guide]
 * [Upgrade Guide|Upgrade to 3.0.x]
 * [Documentation|Documentation Home]
 * [Download Link|http://www.pmease.com/downloads/]
  
 h1. Major improvements over 2.x
  h1. Third party integrations
  
h3. Third party integrations
  
 # [Integrate JIRA in QuickBuild] and [integrate QuickBuild in JIRA]
 #* Transform JIRA issue keys in SCM commit messages to issue links.
 #* Update JIRA issues based on commands found in SCM commit messages. For example, _fix TST-123 --time 2d --comment some comment_ tells QuickBuild to resolve issue _TST-123_ with a worklog of two days and a comment _some comment_. Issues will be updatede under the JIRA account associated with the SCM committer.
 #* Create JIRA issues under certain conditions and assign to certain person. For example, you may configure QuickBuild to create an issue for build failure and have it assigned to build engineer, or create issues for unit test failures and have them assigned to corresponding developers.
 #* Corresponding project versions in JIRA can be automatically released if certain build is successful. Further, build version can be pushed into JIRA as released project version if it does not exist already.
 #* Issues fixed in a build can be associated with corresponding JIRA versions automatically via _fix version/s_ field of the issue.
 #* Next build version in QuickBuild can be configured to use next unreleased version of corresponding JIRA project.
 #* A JIRA issues tab to display information of issues relating to current build, or comparison of two arbitrary builds. Issues can be searched by summary within QuickBuild.
 #* A QuickBuild plugin running at JIRA side to disclose SCM changes and builds information for an issue. User may view/diff changed files of issues directly from
 JIRA without FishEye being installed.
 # [Integrate with Trac]
 #* Transform Trac ticket numbers in SCM commit messages to ticket links.
 #* Update Trac tickets based on commands found in SCM commit messages. For example, _fix #123 --comment some comment_ tells QuickBuild to fix ticket _#123_ with a comment _some comment_. Tickets will be updatede under the Trac account associated with the SCM committer.
 #* Create Trac tickets under certain conditions and assign to certain person. For example, you may configure QuickBuild to create a ticket for build failure and have it assigned to build engineer, or create tickets for unit test failures and have them assigned to corresponding developers.
 #* Milestones in Trac can be automatically released if certain build is successful. Further, build version can be pushed into Trac as released milestone if it does not exist already.
 #* Tickets fixed in a build can be associated with corresponding Trac milestones automatically via _milestone_ field of the ticket.
 #* Next build version in QuickBuild can be configured to use next unreleased Trac milestone.
 #* A Trac tickets tab to display information of tickets relating to current build, or comparison of two arbitrary builds. Tickets can be searched by summary within QuickBuild.
 # [Integrate with Bugzilla]
 #* Transform Bugzill bug numbers in SCM commit messages to bug links.
 #* A Bugzilla bugs tab to display information of bugs relating to current build, or comparison of two arbitrary builds. Bugs can be searched by summary within QuickBuild.
 # Support to analyze and publish MSTest report.
  
h3. UI improvements
  h1. UI improvements
  
 # Inherited settings will be displayed directly in descendant configurations. This makes examination of inherited settings more easily and benefits steps, repositories, variables, promotions and notifications definitions.
 # Step drag&drop support when define build workflow.
 # Multiple promotion destinations can be defined, with the ability to assign each promotion destination a name. For example, you may define promotions such as _deploy to dev server_, _deploy to QA server_, _release_, and they will appear on build page as action buttons conditionally based on permission of current user.
 # Step success rate and duration statistics.
 # SCM Changes can now be searched.
 # A configuration specified dashboard to display brief information of a configuration, including description, next build version, overall success rate and average duration, as well as pending build requests.
 # A general commit message transformer to transform arbitrary snippet of SCM commit message freely. This feature is typically used to transform issue keys into issue links for issue trackers currently not supported by QuickBuild.
 # A build variables tab to display value of all used variables in a build.
 # Add option to clear passwords when backup database. This is useful when sending backup for diagnostics.
  
h3. Build engine improvements
  h1. Build engine improvements
  
 # The same step can now be reused in different composition steps.
 # Step can be repeated for different set of parameters, either parallelly, or sequentially. For example, you may create a singe test step to have it execute for each combination of possible databases and OS platforms, or have it run on every build agents. This greatly reduces number of steps needed in a build workflow and make it more flexible.
 # Spawned processes in build batch or shell script can now be killed.
 # Dependency builds triggered by QuickBuild repository or trigger build step can now respect queue settings.
  
h3. Other improvements
  h1. Other improvements
  
 # Tray monitor is improved to reflect build status in tray icon.
 # [RESTful API] is redesigned to be fast and stable.
  
 h1. Important notice when migrate from 2.x
  
 # Notifications are now inheritable, if not want to inherit, override and set condition as "Never Notify".
 # Promotions are now inheirtable, if not want to inherit, override and set condition as
 "Never Promote".
 # If build in a future time, use pre-queue script instead of pre-build script.
 # If prompt variable is not defined, it will default to the default value.
 # View log by step not possible for migrated builds.
 # Avoid calling configuration.getVar/getRepository/getStep. Always use vars.get, steps.get, and repositories.get
 # Step name changed to step path affects steps.get(...)
 # Rest API change.
 # configuration.scheduled changed to request.scheduled
 # QuickBuild monitor needs to be re-installed.
 # build move feature deleted.