aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch
Commit message (Expand)AuthorAgeFilesLines
* Fix line count when file starts with a new lineJulien HENRY2014-10-091-0/+11
* Fix some quality flawsJulien HENRY2014-10-081-4/+1
* SONAR-5381 SONAR-3350 replace mysql MEDIUMTEXT columns by LONGTEXTSimon Brandhof2014-10-052-23/+27
* Add details of persisters in profiling output to ease understandingJulien HENRY2014-08-291-0/+66
* SONAR-5547 Support branches when disabling automatic project creationJulien HENRY2014-08-291-1/+12
* Fix some quality flawsJulien HENRY2014-08-274-17/+18
* SONAR-5528 One more optimization for highlighting API -> don't hit value cacheJulien HENRY2014-08-263-22/+28
* SONAR-5528 Improve performance of persistit serialization for highlightingJulien HENRY2014-08-261-1/+3
* SONAR-5417 Handle permision error for project referential loaderJulien HENRY2014-08-261-16/+4
* SONAR-5417 Add back preview parameter to check permissionJulien HENRY2014-08-261-0/+85
* SONAR-5528 Fix UTJulien HENRY2014-08-261-9/+1
* SONAR-5528 Improve performance of syntax highlighting APIJulien HENRY2014-08-253-12/+67
* SONAR-5417 Load project referentials using WSJulien HENRY2014-08-254-86/+26
* SONAR-5389 Improve duplication APIJulien HENRY2014-08-012-4/+6
* Don't do batch insert for duplication in order to avoid OOM errorJulien HENRY2014-07-312-8/+94
* SONAR-5389 New duplication APIJulien HENRY2014-07-3020-760/+114
* SONAR-5487 Check minimal required version of Oracle JDBC driver (11.2)Simon Brandhof2014-07-291-1/+1
* SONAR-5389 Port symbolizable API to new batch APIJulien HENRY2014-07-247-68/+303
* SONAR-5389 Support syntax highlighting in the new sensor APIJulien HENRY2014-07-2410-12/+257
* SONAR-5417 Add rule name to active ruleJulien HENRY2014-07-233-3/+3
* 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