aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5389 Reset measure and issue builders after creation of object to allow...Julien HENRY2014-07-231-1/+3
* SONAR-5477 Plug global referential loader on remote WSJulien HENRY2014-07-234-18/+11
* Add medium test for InputDirJulien HENRY2014-07-221-1/+4
* Fix RulesProfile UT.Julien HENRY2014-07-221-2/+4
* SONAR-5389 Allow to find an active rule by internal keyJulien HENRY2014-07-223-3/+77
* SONAR-5389 Allow to create issues on directories and to override severity on ...Julien HENRY2014-07-228-14/+184
* SONAR-5389 Add InputDir concept in batch APIJulien HENRY2014-07-222-9/+9
* SONAR-5389 Rename Analyzer -> SensorJulien HENRY2014-07-217-22/+20
* SONAR-5319 Return SQALE Rating and SQALE Debt ratio in /api/component/app WSJulien Lancelot2014-07-211-4/+4
* SONAR-5389 Rename Analyzer -> SensorJulien HENRY2014-07-219-65/+70
* SONAR-5417 Get active rules using batch protocolJulien HENRY2014-07-189-251/+32
* SONAR-5417 Load metrics using project referentialJulien HENRY2014-07-181-33/+14
* Fix UTJulien HENRY2014-07-171-4/+7
* SONAR-5417 Initial version of batch protocol + refactoring of settingsJulien HENRY2014-07-175-46/+96
* Add comment on testJulien HENRY2014-07-161-0/+3
* SONAR-5445 Introduce new metric "SQALE Debt Ratio"Julien Lancelot2014-07-101-3/+7
* SONAR-5388 Method renamingJulien Lancelot2014-07-101-4/+4
* SONAR-5388 Rename propertiesJulien Lancelot2014-07-102-6/+6
* SONAR-5388 Introduce the SQALE Rating metric in SonarQube CoreJulien Lancelot2014-07-093-0/+404
* SONAR-5433 Do not loose exception when indexing FSJulien HENRY2014-07-041-1/+25
* SONAR-5419 sonar.sources and sonar.tests should support a mixed list of files...Julien HENRY2014-07-035-49/+291
* Remove useless constructors with System2.INSTANCESimon Brandhof2014-06-301-0/+2
* SONAR-5007 fix link to profile changelogSimon Brandhof2014-06-251-2/+2
* SONAR-5007 add link to Q profile changelog in the events widgetSimon Brandhof2014-06-241-1/+2
* SONAR-5007 add EVENTS.EVENT_DATA to store links on quality profile changesSimon Brandhof2014-06-241-9/+26
* SONAR-5216 compare quality profile dates when batch detects profile changesSimon Brandhof2014-06-238-55/+88
* Fix some quality flawsJulien HENRY2014-06-211-0/+162
* SONAR-5007 remove org.sonar.api.batch.rules.QProfile from APISimon Brandhof2014-06-206-7/+0
* SONAR-5007 do not display the profile version in the widget "description"Simon Brandhof2014-06-201-207/+107
* Fix some quality flawsJulien HENRY2014-06-202-4/+3
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-209-13/+13
* SONAR-5389 Add support of FileLinesContextFactory + publish analysisJulien HENRY2014-06-194-424/+180
* SONAR-5007 add single unique key to quality profiles. Replace DB ID.Simon Brandhof2014-06-1910-343/+297
* SONAR-5389 Reintroduce Issue filtersJulien HENRY2014-06-191-0/+14
* SONAR-5389 Add medium testsJulien HENRY2014-06-199-17/+877
* SONAR-5389 Analyzer optimizerJulien HENRY2014-06-191-0/+117
* SONAR-5389 Fix some quality flawsJulien HENRY2014-06-192-10/+21
* SONAR-5389 Skipe execution of Analyzers according to provided metadataJulien HENRY2014-06-191-3/+3
* Fix MeasurePersisterTestSimon Brandhof2014-06-191-6/+3
* SONAR-5389 Drop batch-api moduleJulien HENRY2014-06-185-5/+10
* Try to improve performance of MeasurePersisterJulien HENRY2014-06-181-6/+63
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-1623-291/+136
* SONAR-5007 remove Hibernate entities RulesProfile, ActiveRule andSimon Brandhof2014-06-111-8/+6
* SONAR-5389 Initial version of the new sensor modeJulien HENRY2014-06-103-16/+183
* Separate bootstrap settings and task settingsJulien HENRY2014-06-1014-248/+219
* Remove deprecated stuffJulien HENRY2014-06-091-4/+0
* Remove deprepcated stuffJulien HENRY2014-06-091-71/+0
* Remove deprecated stuff.Julien HENRY2014-06-091-48/+0
* SONAR-5216 Rename new metric profiles -> quality_profilesJulien HENRY2014-05-273-34/+34
* Fix UTJulien HENRY2014-05-201-2/+1