summaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* Fix some quality flawJulien HENRY2014-07-021-1/+5
* Fix some quality flawsSimon Brandhof2014-07-011-1/+1
* Fix quality flawsSimon Brandhof2014-07-011-3/+3
* Fix quality flawsSimon Brandhof2014-07-011-1/+0
* Fix some quality flawsJulien HENRY2014-07-011-15/+18
* Fix quality flawsSimon Brandhof2014-07-011-3/+3
* Fix some quality flawsSimon Brandhof2014-07-017-10/+11
* Fix some quality flawsSimon Brandhof2014-07-011-4/+10
* Fix some quality flawsSimon Brandhof2014-06-303-21/+33
* Fix some quality flawsJulien HENRY2014-06-304-6/+15
* Remove useless constructors with System2.INSTANCESimon Brandhof2014-06-303-8/+5
* SONAR-5007 fix link to profile changelogSimon Brandhof2014-06-252-8/+11
* SONAR-5007 add link to Q profile changelog in the events widgetSimon Brandhof2014-06-242-2/+11
* SONAR-5007 add EVENTS.EVENT_DATA to store links on quality profile changesSimon Brandhof2014-06-245-39/+86
* SONAR-5389 Fix some issues with analyzer -> sensor compatibility modeJulien HENRY2014-06-233-1/+21
* SONAR-5216 compare quality profile dates when batch detects profile changesSimon Brandhof2014-06-2319-110/+190
* Fix some quality flawsJulien HENRY2014-06-217-24/+202
* Add missing fileSimon Brandhof2014-06-201-0/+72
* SONAR-5007 remove org.sonar.api.batch.rules.QProfile from APISimon Brandhof2014-06-2016-19/+3
* SONAR-5007 do not display the profile version in the widget "description"Simon Brandhof2014-06-201-207/+107
* Fix UT after previous refactoringJulien HENRY2014-06-201-1/+3
* Fix some quality flawsJulien HENRY2014-06-203-7/+17
* SONAR-5007 do not generate event on QProfile change on first analysisSimon Brandhof2014-06-201-8/+8
* Fix some quality flawsJulien HENRY2014-06-2015-47/+39
* Fix some quality flawsJulien HENRY2014-06-2010-16/+154
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-2010-22/+17
* SONAR-5389 Add support of FileLinesContextFactory + publish analysisJulien HENRY2014-06-1924-40/+678
* SONAR-5007 add single unique key to quality profiles. Replace DB ID.Simon Brandhof2014-06-1923-572/+387
* SONAR-5389 Reintroduce Issue filtersJulien HENRY2014-06-199-28/+48
* SONAR-5389 Add medium testsJulien HENRY2014-06-1922-90/+1009
* SONAR-5389 Move LanguageJulien HENRY2014-06-197-30/+5
* SONAR-5389 Analyzer optimizerJulien HENRY2014-06-193-13/+156
* SONAR-5389 Fix some quality flawsJulien HENRY2014-06-195-25/+34
* SONAR-5389 Flag API as @BetaJulien HENRY2014-06-196-4/+85
* SONAR-5389 Skipe execution of Analyzers according to provided metadataJulien HENRY2014-06-197-20/+75
* 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