aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5389 Sort analyzers according to metrics used/producedJulien HENRY2014-06-192-12/+13
* Fix MeasurePersisterTestSimon Brandhof2014-06-191-6/+3
* Fix some quality flawsSimon Brandhof2014-06-191-11/+7
* SONAR-5389 Improve analyzer APIJulien HENRY2014-06-183-23/+74
* SONAR-5389 Drop batch-api moduleJulien HENRY2014-06-1832-86/+123
* Try to improve performance of MeasurePersisterJulien HENRY2014-06-184-7/+160
* SONAR-5233 Speed up migrationJulien HENRY2014-06-173-27/+78
* Fix some quality flawsSimon Brandhof2014-06-173-12/+13
* SONAR-5389 Allow to register unpackaged pluginsJulien HENRY2014-06-163-1/+28
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-1685-752/+1384
* SONAR-5007 delete unused class RulesDaoSimon Brandhof2014-06-121-2/+0
* SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATEJulien Lancelot2014-06-122-3/+3
* SONAR-5351 Create a migration to replace rules.parent_id to rules.template_idJulien Lancelot2014-06-123-5/+6
* SONAR-5007 remove Hibernate entities RulesProfile, ActiveRule andSimon Brandhof2014-06-115-40/+33
* SONAR-5389 Initial version of the new sensor modeJulien HENRY2014-06-1012-39/+825
* Separate bootstrap settings and task settingsJulien HENRY2014-06-1031-484/+605
* Restore deprecated API still used by SQ Runner 2.3Julien HENRY2014-06-091-0/+9
* Remove deprecated stuffJulien HENRY2014-06-092-42/+0
* Remove deprepcated stuffJulien HENRY2014-06-093-266/+0
* Remove deprecated stuff.Julien HENRY2014-06-094-196/+0
* SONAR-5233 Fix potential resource key conflict during 4.2 migrationJulien HENRY2014-06-091-2/+20
* SONAR-5007 improve medium testsSimon Brandhof2014-05-291-1/+1
* SONAR-5216 Rename new metric profiles -> quality_profilesJulien HENRY2014-05-276-41/+41
* Fix log formatJulien HENRY2014-05-261-2/+4
* Fix NPE in QProfileEventsDecorator with Views pluginSimon Brandhof2014-05-231-1/+2
* SONAR-5007 add ACTIVE_RULES.CREATED_AT / UPDATED_AT and sanitize DAOsSimon Brandhof2014-05-231-2/+2
* Fix UTJulien HENRY2014-05-201-2/+1
* SONAR-5216 Fix NPE when module with no source fileJulien HENRY2014-05-201-5/+3
* SONAR-5216 Generate profile events for multi language projectsJulien HENRY2014-05-195-18/+395
* SONAR-5216 Store and display used quality profiles for multi-language analysisJulien HENRY2014-05-197-18/+425
* SONAR-5064 Remove active rule notesSimon Brandhof2014-05-131-4/+2
* SONAR-5277 Increase size of project_measures.text_valueJulien HENRY2014-05-122-6/+4
* SONAR-5007 add columns RULES.TAGS and SYSTEM_TAGSSimon Brandhof2014-05-0712-15/+15
* SONAR-5130 Show distribution of LOC and TechDebt by languageJulien Lancelot2014-05-073-0/+214
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-076-63/+124
* SONAR-5189 Use custom version of persisititJulien HENRY2014-05-074-5497/+11
* Revert "SONAR-5189 Reintroduce a memory cache for measure in decorators"Julien HENRY2014-05-076-123/+62
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-076-62/+123
* SONAR-5189 Remove KryoJulien HENRY2014-05-072-9/+0
* Update messageJulien Lancelot2014-05-061-24/+4
* SONAR-5189 Temporary fix of persistIt bugsJulien HENRY2014-05-065-46/+5505
* Fix SnapshotCache to not contains libraries.Julien HENRY2014-05-052-1/+8
* SONAR-3437 Enable batch mode when saving measures into DBJulien HENRY2014-05-052-10/+7
* Revert "SONAR-3437 Enable batch mode when saving measures into DB"Julien Lancelot2014-05-022-7/+10
* SONAR-3437 Enable batch mode when saving measures into DBJulien HENRY2014-05-012-10/+7
* SONAR-3437 Fix use of persistit with 3-Tuple keys. This allow to restoreJulien HENRY2014-05-016-162/+135
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-3021-424/+608
* Fix quality flawsJulien Lancelot2014-04-303-10/+4
* InputFiles were indexed twiceJulien HENRY2014-04-302-17/+12
* Remove coupling with mybatis SqlSession by using internal DbSession.Simon Brandhof2014-04-293-5/+7