| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix quality flaws | Julien Lancelot | 2014-04-30 | 3 | -10/+4 |
* | InputFiles were indexed twice | Julien HENRY | 2014-04-30 | 2 | -17/+12 |
* | Remove coupling with mybatis SqlSession by using internal DbSession. | Simon Brandhof | 2014-04-29 | 3 | -5/+7 |
* | Move batch class to core (to keep compatibility of views plugin w/ 4.1 API) | Jean-Baptiste Lievremont | 2014-04-29 | 1 | -26/+0 |
* | SONAR-5249 Merge measure_data and project_measure tables | Julien HENRY | 2014-04-29 | 16 | -302/+59 |
* | SONAR-5237 - Delegation from BaseIndex rather than BaseMapper | Stephane Gamard | 2014-04-28 | 1 | -2/+1 |
* | SONAR-5237 - fixed with IT tests for batch and server | Stephane Gamard | 2014-04-28 | 1 | -0/+3 |
* | Merge branch 'master' of https://github.com/SonarSource/sonarqube | Stephane Gamard | 2014-04-28 | 1 | -1/+4 |
* | SONAR-4927 Fix Build Breaker (remove alertLevel from new metric) | Jean-Baptiste Lievremont | 2014-04-25 | 1 | -1/+0 |
* | Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache" | Julien HENRY | 2014-04-25 | 21 | -489/+702 |
* | Fix bad import | Julien Lancelot | 2014-04-25 | 1 | -1/+1 |