My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 04, 2009
    r451 (fix a minor bug in classifier. modified some documentations) committed by zsxking   -   fix a minor bug in classifier. modified some documentations
    fix a minor bug in classifier. modified some documentations

Earlier this year

  • Nov 06, 2009
    r450 ([No log message]) committed by zsxking   -   [No log message]
    [No log message]
  • Nov 06, 2009
    r449 (projectbrowser.portfolio.definitions.dir now default to be ~...) committed by zsxking   -   projectbrowser.portfolio.definitions.dir now default to be ~/.hackystat/projectbrowser. removed Issue from default vital signs.
    projectbrowser.portfolio.definitions.dir now default to be ~/.hackystat/projectbrowser. removed Issue from default vital signs.
  • Oct 30, 2009
    r448 (add StreamDeviationClassifier. Set it to be the default colo...) committed by zsxking   -   add StreamDeviationClassifier. Set it to be the default coloring method of Churn. All classifier added a boolean parameter call scaleWithGranularity.
    add StreamDeviationClassifier. Set it to be the default coloring method of Churn. All classifier added a boolean parameter call scaleWithGranularity.
  • Oct 30, 2009
    r447 (Removing Trajectory as a page displayed by default. ) committed by philipmjohnson   -   Removing Trajectory as a page displayed by default.
    Removing Trajectory as a page displayed by default.
  • Oct 29, 2009
    r446 ('Update to common.build.xml') committed by philipmjohnson   -   'Update to common.build.xml'
    'Update to common.build.xml'
  • Oct 26, 2009
    r445 (Changed Complexity's default threshold to [3, 5] Changed Cou...) committed by zsxking   -   Changed Complexity's default threshold to [3, 5] Changed Coupling's default threshold to [20, 30] Changed Churn's default coloring method to Participation. Lowered the threshold of Build and Test by a half.
    Changed Complexity's default threshold to [3, 5] Changed Coupling's default threshold to [20, 30] Changed Churn's default coloring method to Participation. Lowered the threshold of Build and Test by a half.
  • Aug 12, 2009
    r444 (Add issue measurement. Now detail panel will check the measu...) committed by zsxking   -   Add issue measurement. Now detail panel will check the measure in intialization.
    Add issue measurement. Now detail panel will check the measure in intialization.
  • Aug 10, 2009
    r443 ([Issue 125]Add Issue analysis to DPD page.) committed by zsxking   -   [ Issue 125 ]Add Issue analysis to DPD page.
    [ Issue 125 ]Add Issue analysis to DPD page.
  • Aug 10, 2009
    issue 125 (Add Issue DPD page.) Status changed by zsxking   -  
    Status: Fixed
    Status: Fixed
  • Aug 10, 2009
    issue 125 (Add Issue DPD page.) reported by zsxking   -   Add Issue analysis to DPD page.
    Add Issue analysis to DPD page.
  • Jul 22, 2009
    r442 ('Removing 1.5 source/target stuff from compile') committed by philipmjohnson   -   'Removing 1.5 source/target stuff from compile'
    'Removing 1.5 source/target stuff from compile'
  • Jul 21, 2009
    r441 ('Updating checkstyle') committed by philipmjohnson   -   'Updating checkstyle'
    'Updating checkstyle'
  • Jul 20, 2009
    r440 ('Commiting revised common.build.xml and ripple effects.') committed by philipmjohnson   -   'Commiting revised common.build.xml and ripple effects.'
    'Commiting revised common.build.xml and ripple effects.'
  • Jul 15, 2009
    r439 (Adding joda-time as dependency for wicket.) committed by philipmjohnson   -   Adding joda-time as dependency for wicket.
    Adding joda-time as dependency for wicket.
  • Jul 12, 2009
    r438 ('Using Ivy for JavaMail.') committed by philipmjohnson   -   'Using Ivy for JavaMail.'
    'Using Ivy for JavaMail.'
  • Jul 10, 2009
    r437 ('Updating common.build.xml') committed by philipmjohnson   -   'Updating common.build.xml'
    'Updating common.build.xml'
  • Jul 10, 2009
    r436 ('Refactoring for common.build.xml; now requires Ant 1.7.1') committed by philipmjohnson   -   'Refactoring for common.build.xml; now requires Ant 1.7.1'
    'Refactoring for common.build.xml; now requires Ant 1.7.1'
  • Jul 10, 2009
    r435 ('Adding build and lib to ignore list') committed by philipmjohnson   -   'Adding build and lib to ignore list'
    'Adding build and lib to ignore list'
  • Jul 09, 2009
    r434 ('Fixing verify and dist targets.') committed by philipmjohnson   -   'Fixing verify and dist targets.'
    'Fixing verify and dist targets.'
  • Jul 09, 2009
    r433 ('Finishing Javadoc') committed by philipmjohnson   -   'Finishing Javadoc'
    'Finishing Javadoc'
  • Jul 04, 2009
    r432 ('Updates for transitive publish.') committed by philipmjohnson   -   'Updates for transitive publish.'
    'Updates for transitive publish.'
  • Jul 02, 2009
    r431 (Fixes.) committed by philipmjohnson   -   Fixes.
    Fixes.
  • Jun 30, 2009
    r430 (Got rid of env var import.) committed by philipmjohnson   -   Got rid of env var import.
    Got rid of env var import.
  • Jun 30, 2009
    r429 (Updates for Ivy.) committed by philipmjohnson   -   Updates for Ivy.
    Updates for Ivy.
  • Jun 29, 2009
    r428 (Ivy updates.) committed by philipmjohnson   -   Ivy updates.
    Ivy updates.
  • Jun 29, 2009
    r427 (Ivy stuff.) committed by philipmjohnson   -   Ivy stuff.
    Ivy stuff.
  • Jun 25, 2009
    r426 (Fix to registration message.) committed by philipmjohnson   -   Fix to registration message.
    Fix to registration message.
  • Feb 03, 2009
    issue 124 (Within range classifier) reported by zsxking   -   Within range classifier will consider a value within a smaller range to be good, a value within a bigger range to be average, and out of these range to be bad. The trend will be preferred to be stable. Vibrate within average range will be average, and vibrate out of average range will be red. It will be useful for Churn.
    Within range classifier will consider a value within a smaller range to be good, a value within a bigger range to be average, and out of these range to be bad. The trend will be preferred to be stable. Vibrate within average range will be average, and vibrate out of average range will be red. It will be useful for Churn.
  • Feb 03, 2009
    issue 123 (Provide trends-only classifier) reported by zsxking   -   A trends-only will only classifier the stream by its trend, either increase to be good or bad. It will not classifier the value, thus no need to provide thresholds for it. It will be useful when the preference of the trend is known but the exact meaning of a given data is not clear, such as coupling and complexity.
    A trends-only will only classifier the stream by its trend, either increase to be good or bad. It will not classifier the value, thus no need to provide thresholds for it. It will be useful when the preference of the trend is known but the exact meaning of a given data is not clear, such as coupling and complexity.

Older

  • Dec 09, 2008
    r425 (Updated simdata.jar to reflect changes to utilities.jar.) committed by philipmjohnson   -   Updated simdata.jar to reflect changes to utilities.jar.
    Updated simdata.jar to reflect changes to utilities.jar.
  • Dec 08, 2008
    r424 (When not logging, the drill down link on portfolio page will...) committed by zsxking   -   When not logging, the drill down link on portfolio page will back to bookmarkable page link.
    When not logging, the drill down link on portfolio page will back to bookmarkable page link.
  • Dec 02, 2008
    r423 (Fix bug that when stream classifier is not stream trend, the...) committed by zsxking   -   Fix bug that when stream classifier is not stream trend, the NA color will be white, not gray.
    Fix bug that when stream classifier is not stream trend, the NA color will be white, not gray.
  • Dec 01, 2008
    issue 121 (Telemetry table column headers not aligned with data) Status changed by zsxking   -  
    Status: Fixed
    Status: Fixed
  • Dec 01, 2008
    r422 (issue 121 fixed telemetry column alignment) committed by zsxking   -   issue 121 fixed telemetry column alignment
    issue 121 fixed telemetry column alignment
  • Dec 01, 2008
    issue 121 (Telemetry table column headers not aligned with data) reported by philipmjohnson   -   See the attached screen image. The telemetry data is not aligned with the column headers. It looks like the "Unit" column is missing (or maybe doesn't need to be there at all in this case).
    See the attached screen image. The telemetry data is not aligned with the column headers. It looks like the "Unit" column is missing (or maybe doesn't need to be there at all in this case).
  • Nov 27, 2008
    issue 120 (CSS formatting for Projects page is messed up) Status changed by zsxking   -  
    Status: Fixed
    Status: Fixed
  • Nov 26, 2008
    r421 (Fix CSS for projects page. Now Portfolio page use its own sp...) committed by zsxking   -   Fix CSS for projects page. Now Portfolio page use its own specified CSS file. The Show Configuration button in portfolio input panel no longer hide the configuration panel. Now when configuration panel is visible, the Show Configuration button and OK button in portfolio input panel will be disabled. Users have to click OK in the configuration panel to finish their configurations.
    Fix CSS for projects page. Now Portfolio page use its own specified CSS file. The Show Configuration button in portfolio input panel no longer hide the configuration panel. Now when configuration panel is visible, the Show Configuration button and OK button in portfolio input panel will be disabled. Users have to click OK in the configuration panel to finish their configurations.
  • Nov 26, 2008
    issue 120 (CSS formatting for Projects page is messed up) reported by philipmjohnson   -   It appears that the recent changes to CSS formatting for the Portfolio page impacted negatively on the Projects page. This needs to be corrected immediately. It would be good to have page-specific CSS so that this doesn't happen in future. See attached screen shot.
    It appears that the recent changes to CSS formatting for the Portfolio page impacted negatively on the Projects page. This needs to be corrected immediately. It would be good to have page-specific CSS so that this doesn't happen in future. See attached screen shot.
  • Nov 25, 2008
    r420 (small change) committed by zsxking   -   small change
    small change
  • Nov 25, 2008
    r419 (fixed a bug when comparing measures to find out if changes a...) committed by zsxking   -   fixed a bug when comparing measures to find out if changes are made when saving.
    fixed a bug when comparing measures to find out if changes are made when saving.
  • Nov 25, 2008
    issue 119 (Support for validator in classifier specified configuration ...) reported by zsxking   -   Currently classifier specified configurations do not have validator in it. Find a way to add form validator to necessary configuration panels. May be need to modify the interface somehow.
    Currently classifier specified configurations do not have validator in it. Find a way to add form validator to necessary configuration panels. May be need to modify the interface somehow.
  • Nov 25, 2008
    r418 (small change in layout of configuration panel.) committed by zsxking   -   small change in layout of configuration panel.
    small change in layout of configuration panel.
  • Nov 25, 2008
    r417 (Fixing the sensordata page to display only those days within...) committed by philipmjohnson   -   Fixing the sensordata page to display only those days within the project start/end dates.
    Fixing the sensordata page to display only those days within the project start/end dates.
  • Nov 24, 2008
    r416 (Fixing Trajectory input panel layout. Right panel indent.) committed by seninp   -   Fixing Trajectory input panel layout. Right panel indent.
    Fixing Trajectory input panel layout. Right panel indent.
  • Nov 24, 2008
    r415 (Fixing Trajectory input panel layout.) committed by seninp   -   Fixing Trajectory input panel layout.
    Fixing Trajectory input panel layout.
  • Nov 24, 2008
    issue 113 (Support sortable portfolio columns) Status changed by zsxking   -  
    Status: Fixed
    Status: Fixed
  • Nov 24, 2008
    issue 107 (Check data type in parameters as well) Status changed by zsxking   -  
    Status: Fixed
    Status: Fixed
  • Nov 24, 2008
    r414 (Issue 107, add data compatible checking in check parameters....) committed by zsxking   -   Issue 107 , add data compatible checking in check parameters. Issue 113 , add support of sortable columns.
    Issue 107 , add data compatible checking in check parameters. Issue 113 , add support of sortable columns.
  • Nov 24, 2008
    issue 76 (Nicer CSS) Status changed by zsxking   -   It is more better now.
    Status: Fixed
    It is more better now.
    Status: Fixed
 
Hosted by Google Code