| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-5389 Fix some quality flaws | Julien HENRY | 2014-06-19 | 5 | -25/+34 |
* | SONAR-5389 Flag API as @Beta | Julien HENRY | 2014-06-19 | 6 | -4/+85 |
* | SONAR-5389 Skipe execution of Analyzers according to provided metadata | Julien HENRY | 2014-06-19 | 7 | -20/+75 |
* | SONAR-5389 Sort analyzers according to metrics used/produced | Julien HENRY | 2014-06-19 | 2 | -12/+13 |
* | Fix MeasurePersisterTest | Simon Brandhof | 2014-06-19 | 1 | -6/+3 |
* | Fix some quality flaws | Simon Brandhof | 2014-06-19 | 1 | -11/+7 |
* | SONAR-5389 Improve analyzer API | Julien HENRY | 2014-06-18 | 3 | -23/+74 |
* | SONAR-5389 Drop batch-api module | Julien HENRY | 2014-06-18 | 32 | -86/+123 |
* | Try to improve performance of MeasurePersister | Julien HENRY | 2014-06-18 | 4 | -7/+160 |
* | SONAR-5233 Speed up migration | Julien HENRY | 2014-06-17 | 3 | -27/+78 |
* | Fix some quality flaws | Simon Brandhof | 2014-06-17 | 3 | -12/+13 |
* | SONAR-5389 Allow to register unpackaged plugins | Julien HENRY | 2014-06-16 | 3 | -1/+28 |
* | SONAR-5389 New Analyzer API | Julien HENRY | 2014-06-16 | 85 | -752/+1384 |
* | SONAR-5007 delete unused class RulesDao | Simon Brandhof | 2014-06-12 | 1 | -2/+0 |
* | SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATE | Julien Lancelot | 2014-06-12 | 2 | -3/+3 |
* | SONAR-5351 Create a migration to replace rules.parent_id to rules.template_id | Julien Lancelot | 2014-06-12 | 3 | -5/+6 |
* | SONAR-5007 remove Hibernate entities RulesProfile, ActiveRule and | Simon Brandhof | 2014-06-11 | 5 | -40/+33 |
* | SONAR-5389 Initial version of the new sensor mode | Julien HENRY | 2014-06-10 | 12 | -39/+825 |
* | Separate bootstrap settings and task settings | Julien HENRY | 2014-06-10 | 31 | -484/+605 |
* | Restore deprecated API still used by SQ Runner 2.3 | Julien HENRY | 2014-06-09 | 1 | -0/+9 |
* | Remove deprecated stuff | Julien HENRY | 2014-06-09 | 2 | -42/+0 |
* | Remove deprepcated stuff | Julien HENRY | 2014-06-09 | 3 | -266/+0 |
* | Remove deprecated stuff. | Julien HENRY | 2014-06-09 | 4 | -196/+0 |
* | SONAR-5233 Fix potential resource key conflict during 4.2 migration | Julien HENRY | 2014-06-09 | 1 | -2/+20 |
* | SONAR-5007 improve medium tests | Simon Brandhof | 2014-05-29 | 1 | -1/+1 |
* | SONAR-5216 Rename new metric profiles -> quality_profiles | Julien HENRY | 2014-05-27 | 6 | -41/+41 |
* | Fix log format | Julien HENRY | 2014-05-26 | 1 | -2/+4 |
* | Fix NPE in QProfileEventsDecorator with Views plugin | Simon Brandhof | 2014-05-23 | 1 | -1/+2 |
* | SONAR-5007 add ACTIVE_RULES.CREATED_AT / UPDATED_AT and sanitize DAOs | Simon Brandhof | 2014-05-23 | 1 | -2/+2 |
* | Fix UT | Julien HENRY | 2014-05-20 | 1 | -2/+1 |
* | SONAR-5216 Fix NPE when module with no source file | Julien HENRY | 2014-05-20 | 1 | -5/+3 |
* | SONAR-5216 Generate profile events for multi language projects | Julien HENRY | 2014-05-19 | 5 | -18/+395 |
* | SONAR-5216 Store and display used quality profiles for multi-language analysis | Julien HENRY | 2014-05-19 | 7 | -18/+425 |
* | SONAR-5064 Remove active rule notes | Simon Brandhof | 2014-05-13 | 1 | -4/+2 |
* | SONAR-5277 Increase size of project_measures.text_value | Julien HENRY | 2014-05-12 | 2 | -6/+4 |
* | SONAR-5007 add columns RULES.TAGS and SYSTEM_TAGS | Simon Brandhof | 2014-05-07 | 12 | -15/+15 |
* | SONAR-5130 Show distribution of LOC and TechDebt by language | Julien Lancelot | 2014-05-07 | 3 | -0/+214 |
* | SONAR-5189 Reintroduce a memory cache for measure in decorators | Julien HENRY | 2014-05-07 | 6 | -63/+124 |
* | SONAR-5189 Use custom version of persisitit | Julien HENRY | 2014-05-07 | 4 | -5497/+11 |
* | Revert "SONAR-5189 Reintroduce a memory cache for measure in decorators" | Julien HENRY | 2014-05-07 | 6 | -123/+62 |
* | SONAR-5189 Reintroduce a memory cache for measure in decorators | Julien HENRY | 2014-05-07 | 6 | -62/+123 |
* | SONAR-5189 Remove Kryo | Julien HENRY | 2014-05-07 | 2 | -9/+0 |
* | Update message | Julien Lancelot | 2014-05-06 | 1 | -24/+4 |
* | SONAR-5189 Temporary fix of persistIt bugs | Julien HENRY | 2014-05-06 | 5 | -46/+5505 |
* | Fix SnapshotCache to not contains libraries. | Julien HENRY | 2014-05-05 | 2 | -1/+8 |
* | SONAR-3437 Enable batch mode when saving measures into DB | Julien HENRY | 2014-05-05 | 2 | -10/+7 |
* | Revert "SONAR-3437 Enable batch mode when saving measures into DB" | Julien Lancelot | 2014-05-02 | 2 | -7/+10 |
* | SONAR-3437 Enable batch mode when saving measures into DB | Julien HENRY | 2014-05-01 | 2 | -10/+7 |
* | SONAR-3437 Fix use of persistit with 3-Tuple keys. This allow to restore | Julien HENRY | 2014-05-01 | 6 | -162/+135 |
* | SONAR-3437, SONAR-5189 Store measures in a persistit cache | Julien HENRY | 2014-04-30 | 21 | -424/+608 |