aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-1450: Add first implementation of NewViolationsDecoratorGodin2010-12-012-5/+38
* SONAR-1450: Add first implementation of NewViolationsDecoratorGodin2010-11-303-7/+71
* SONAR-1450: Add first implementation of NewViolationsDecoratorGodin2010-11-307-48/+173
* SONAR-1450: Add createdAt to Violation classGodin2010-11-303-10/+33
* database migration : remove/update some scripts that are used only in release...simonbrandhof2010-11-3014-244/+0
* database migration : remove/update some scripts that are used only in release...simonbrandhof2010-11-3020-222/+1
* database migration : remove scripts that are used only in releases <= 1.10simonbrandhof2010-11-3041-921/+11
* SONAR-249 add missing filessimonbrandhof2010-11-303-10/+10
* SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)simonbrandhof2010-11-30110-396/+505
* Fix violations reported on Nemo, fix JavaDocsGodin2010-11-309-73/+67
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-3017-67/+104
* SONAR-249 add variation values to Ruby APIsimonbrandhof2010-11-3030-130/+318
* SONAR-1450: Add the column RULE_FAILURES.CREATED_ATGodin2010-11-306-16/+30
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-305-45/+52
* SONAR-1450: Revert some changes made yesterdayGodin2010-11-305-39/+19
* SONAR-249 fix detection of "best value measures" in delayed mode - add unit t...simonbrandhof2010-11-306-11/+76
* SONAR-249 fix detection of "best value measures" in delayed modesimonbrandhof2010-11-301-19/+27
* Fix violations reported on NemoGodin2010-11-307-43/+51
* SONAR-1760: Improve performance of NoSonarFilterLoaderGodin2010-11-293-21/+36
* add missing filesimonbrandhof2010-11-291-0/+20
* SONAR-1450 add the parameter "boolean checkOlder" to ResourcePersister#getLas...simonbrandhof2010-11-297-14/+22
* SONAR-249 add the class TimeMachineConfigurationsimonbrandhof2010-11-297-30/+140
* Fix SquidVisitorNotifierGodin2010-11-291-24/+12
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-2934-189/+394
* Instead of 'bypassExclusionMechanism' use 'bypassExclusion' in CheckMessageGodin2010-11-293-7/+7
* Instead of 'force' use more meaningful name 'bypassExclusionMechanism' in Che...Godin2010-11-293-7/+7
* SONAR-1817: Squid rule to create violation on each NOSONAR tag occurenceGodin2010-11-291-3/+4
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-2912-47/+149
* SONAR-249 decrease complexitysimonbrandhof2010-11-293-35/+60
* SONAR-249 always save measures with diff values, even if best valuesimonbrandhof2010-11-293-14/+36
* SONAR-249 add the decorator to calculate differential values of measures.simonbrandhof2010-11-2914-38/+673
* SONAR-249 do not save measures with best value when using the delayed modesimonbrandhof2010-11-293-14/+23
* Don't use deprecated APIGodin2010-11-291-26/+28
* SONAR-971: Change description of Checkstyle TodoComment rule, because it can'...Godin2010-11-291-1/+1
* SONAR-2017 Log execution time of decoratorssimonbrandhof2010-11-283-6/+123
* SONAR-2015: Improve unit testGodin2010-11-281-0/+14
* SONAR-2015: Improve unit testGodin2010-11-281-4/+20
* SONAR-2015: Fix inconsistency between Undocumented API measure and Undocument...Godin2010-11-283-5/+30
* Fix violations reported on NemoGodin2010-11-282-5/+8
* Fix violations reported on NemoGodin2010-11-2616-45/+45
* SONAR-1760: Support the annotation "@SuppressWarnings" at class and method levelGodin2010-11-269-1/+208
* * Use AnnotationUtility from checkstyleGodin2010-11-262-17/+7
* SONAR-1817: Add unit testGodin2010-11-261-0/+44
* SONAR-1930, SONAR-1845, SONAR-1931: Improve unit testsGodin2010-11-263-0/+3
* SONAR-1817: Squid rule to create violation on each NOSONAR tag occurenceGodin2010-11-269-19/+97
* SONAR-1405: The API must optionally allow plugins to add rule violations on l...Godin2010-11-266-25/+51
* dbcleaner plugin: add commentsimonbrandhof2010-11-261-0/+7
* dbcleaner plugin: fix unit tests when locale with first day of week is mondaysimonbrandhof2010-11-262-4/+4
* dbcleaner plugin: rename the class IntegrationTest to DefaultPeriodCleanerTestsimonbrandhof2010-11-263-2/+2
* SONAR-249 fix issue with the metric duplications_data : sensorContext.saveRes...simonbrandhof2010-11-261-2/+2