| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SONAR-1450: Add first implementation of NewViolationsDecorator | Godin | 2010-12-01 | 2 | -5/+38 |
* | SONAR-1450: Add first implementation of NewViolationsDecorator | Godin | 2010-11-30 | 3 | -7/+71 |
* | SONAR-1450: Add first implementation of NewViolationsDecorator | Godin | 2010-11-30 | 7 | -48/+173 |
* | SONAR-1450: Add createdAt to Violation class | Godin | 2010-11-30 | 3 | -10/+33 |
* | database migration : remove/update some scripts that are used only in release... | simonbrandhof | 2010-11-30 | 14 | -244/+0 |
* | database migration : remove/update some scripts that are used only in release... | simonbrandhof | 2010-11-30 | 20 | -222/+1 |
* | database migration : remove scripts that are used only in releases <= 1.10 | simonbrandhof | 2010-11-30 | 41 | -921/+11 |
* | SONAR-249 add missing files | simonbrandhof | 2010-11-30 | 3 | -10/+10 |
* | SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3) | simonbrandhof | 2010-11-30 | 110 | -396/+505 |
* | Fix violations reported on Nemo, fix JavaDocs | Godin | 2010-11-30 | 9 | -73/+67 |
* | SONAR-1450: Add support for incremental review of incoming violations | Godin | 2010-11-30 | 17 | -67/+104 |
* | SONAR-249 add variation values to Ruby API | simonbrandhof | 2010-11-30 | 30 | -130/+318 |
* | SONAR-1450: Add the column RULE_FAILURES.CREATED_AT | Godin | 2010-11-30 | 6 | -16/+30 |
* | SONAR-1450: Add support for incremental review of incoming violations | Godin | 2010-11-30 | 5 | -45/+52 |
* | SONAR-1450: Revert some changes made yesterday | Godin | 2010-11-30 | 5 | -39/+19 |
* | SONAR-249 fix detection of "best value measures" in delayed mode - add unit t... | simonbrandhof | 2010-11-30 | 6 | -11/+76 |
* | SONAR-249 fix detection of "best value measures" in delayed mode | simonbrandhof | 2010-11-30 | 1 | -19/+27 |
* | Fix violations reported on Nemo | Godin | 2010-11-30 | 7 | -43/+51 |
* | SONAR-1760: Improve performance of NoSonarFilterLoader | Godin | 2010-11-29 | 3 | -21/+36 |
* | add missing file | simonbrandhof | 2010-11-29 | 1 | -0/+20 |
* | SONAR-1450 add the parameter "boolean checkOlder" to ResourcePersister#getLas... | simonbrandhof | 2010-11-29 | 7 | -14/+22 |
* | SONAR-249 add the class TimeMachineConfiguration | simonbrandhof | 2010-11-29 | 7 | -30/+140 |
* | Fix SquidVisitorNotifier | Godin | 2010-11-29 | 1 | -24/+12 |
* | SONAR-249 improve core components to load rules and metrics | simonbrandhof | 2010-11-29 | 34 | -189/+394 |
* | Instead of 'bypassExclusionMechanism' use 'bypassExclusion' in CheckMessage | Godin | 2010-11-29 | 3 | -7/+7 |
* | Instead of 'force' use more meaningful name 'bypassExclusionMechanism' in Che... | Godin | 2010-11-29 | 3 | -7/+7 |
* | SONAR-1817: Squid rule to create violation on each NOSONAR tag occurence | Godin | 2010-11-29 | 1 | -3/+4 |
* | SONAR-1450: Add support for incremental review of incoming violations | Godin | 2010-11-29 | 12 | -47/+149 |
* | SONAR-249 decrease complexity | simonbrandhof | 2010-11-29 | 3 | -35/+60 |
* | SONAR-249 always save measures with diff values, even if best value | simonbrandhof | 2010-11-29 | 3 | -14/+36 |
* | SONAR-249 add the decorator to calculate differential values of measures. | simonbrandhof | 2010-11-29 | 14 | -38/+673 |
* | SONAR-249 do not save measures with best value when using the delayed mode | simonbrandhof | 2010-11-29 | 3 | -14/+23 |
* | Don't use deprecated API | Godin | 2010-11-29 | 1 | -26/+28 |
* | SONAR-971: Change description of Checkstyle TodoComment rule, because it can'... | Godin | 2010-11-29 | 1 | -1/+1 |
* | SONAR-2017 Log execution time of decorators | simonbrandhof | 2010-11-28 | 3 | -6/+123 |
* | SONAR-2015: Improve unit test | Godin | 2010-11-28 | 1 | -0/+14 |
* | SONAR-2015: Improve unit test | Godin | 2010-11-28 | 1 | -4/+20 |
* | SONAR-2015: Fix inconsistency between Undocumented API measure and Undocument... | Godin | 2010-11-28 | 3 | -5/+30 |
* | Fix violations reported on Nemo | Godin | 2010-11-28 | 2 | -5/+8 |
* | Fix violations reported on Nemo | Godin | 2010-11-26 | 16 | -45/+45 |
* | SONAR-1760: Support the annotation "@SuppressWarnings" at class and method level | Godin | 2010-11-26 | 9 | -1/+208 |
* | * Use AnnotationUtility from checkstyle | Godin | 2010-11-26 | 2 | -17/+7 |
* | SONAR-1817: Add unit test | Godin | 2010-11-26 | 1 | -0/+44 |
* | SONAR-1930, SONAR-1845, SONAR-1931: Improve unit tests | Godin | 2010-11-26 | 3 | -0/+3 |
* | SONAR-1817: Squid rule to create violation on each NOSONAR tag occurence | Godin | 2010-11-26 | 9 | -19/+97 |
* | SONAR-1405: The API must optionally allow plugins to add rule violations on l... | Godin | 2010-11-26 | 6 | -25/+51 |
* | dbcleaner plugin: add comment | simonbrandhof | 2010-11-26 | 1 | -0/+7 |
* | dbcleaner plugin: fix unit tests when locale with first day of week is monday | simonbrandhof | 2010-11-26 | 2 | -4/+4 |
* | dbcleaner plugin: rename the class IntegrationTest to DefaultPeriodCleanerTest | simonbrandhof | 2010-11-26 | 3 | -2/+2 |
* | SONAR-249 fix issue with the metric duplications_data : sensorContext.saveRes... | simonbrandhof | 2010-11-26 | 1 | -2/+2 |