aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5417 Add back preview parameter to check permissionJulien HENRY2014-08-262-2/+97
* SONAR-5528 Fix UTJulien HENRY2014-08-261-9/+1
* SONAR-5528 Improve performance of syntax highlighting APIJulien HENRY2014-08-255-76/+109
* SONAR-5417 Load project referentials using WSJulien HENRY2014-08-2515-376/+76
* Fix quality flawJulien Lancelot2014-08-131-2/+3
* Load global and project referentials only one timeJulien Lancelot2014-08-052-10/+20
* SONAR-5389 Improve duplication APIJulien HENRY2014-08-0112-175/+56
* Don't do batch insert for duplication in order to avoid OOM errorJulien HENRY2014-07-318-60/+223
* Try to limit heap size by reusing String referencesJulien HENRY2014-07-312-7/+7
* SONAR-5389 New duplication APIJulien HENRY2014-07-3046-755/+964
* SONAR-5487 Check minimal required version of Oracle JDBC driver (11.2)Simon Brandhof2014-07-292-14/+1
* SONAR-5389 Improve loggingJulien HENRY2014-07-281-3/+8
* Add javadocJulien HENRY2014-07-281-0/+4
* SONAR-5389 Port symbolizable API to new batch APIJulien HENRY2014-07-2418-174/+477
* Fix some quality flawsJulien HENRY2014-07-241-2/+3
* SONAR-5389 Log reason why sensor is not executedJulien HENRY2014-07-242-11/+17
* SONAR-5389 Support syntax highlighting in the new sensor APIJulien HENRY2014-07-2425-40/+432
* SONAR-5389 Do not expose rule name in active rule as we may drop it soonJulien HENRY2014-07-241-3/+3
* SONAR-5417 Add rule name to active ruleJulien HENRY2014-07-236-15/+9
* Rename Analyzer -> SensorJulien HENRY2014-07-233-9/+6
* 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-2311-78/+48
* Move PastMeasureLoader as it is used by dev cockpitJulien HENRY2014-07-232-3/+4
* Add medium test for InputDirJulien HENRY2014-07-223-1/+12
* Fix RulesProfile UT.Julien HENRY2014-07-221-2/+4
* SONAR-5389 Allow to find an active rule by internal keyJulien HENRY2014-07-224-4/+79
* Fix issue after renaming Analyzer -> SensorJulien HENRY2014-07-221-1/+1
* SONAR-5389 Allow to create issues on directories and to override severity on ...Julien HENRY2014-07-2218-39/+310
* SONAR-5389 Add InputDir concept in batch APIJulien HENRY2014-07-2210-71/+94
* SONAR-5477 Load global referentials earlierJulien HENRY2014-07-2211-54/+180
* SONAR-5389 Fix issue after renaming of Analyzer -> SensorJulien HENRY2014-07-221-2/+2
* SONAR-5389 Rename Analyzer -> SensorJulien HENRY2014-07-2110-45/+52
* SONAR-5417 Add additional metric attributesJulien HENRY2014-07-212-1/+18
* SONAR-5319 Return SQALE Rating and SQALE Debt ratio in /api/component/app WSJulien Lancelot2014-07-212-6/+6
* SONAR-5389 Rename Analyzer -> SensorJulien HENRY2014-07-2123-194/+200
* SONAR-5417 Fix issue with percent metric best valueJulien HENRY2014-07-211-2/+2
* SONAR-5417 Fix manual measuresJulien HENRY2014-07-191-1/+3
* SONAR-5417 Need bestValue and optimizedBestValue on metric in batch protocolJulien HENRY2014-07-183-3/+8
* SONAR-5417 Metric ID is still neededJulien HENRY2014-07-183-4/+9
* SONAR-5417 Get active rules using batch protocolJulien HENRY2014-07-1823-576/+240
* SONAR-5417 Load metrics using project referentialJulien HENRY2014-07-1814-102/+291
* Fix UTJulien HENRY2014-07-171-4/+7
* SONAR-5417 Initial version of batch protocol + refactoring of settingsJulien HENRY2014-07-1713-149/+210
* Add comment on testJulien HENRY2014-07-161-0/+3
* SONAR-5445 Introduce new metric "SQALE Debt Ratio"Julien Lancelot2014-07-102-4/+10
* SONAR-5388 Method renamingJulien Lancelot2014-07-103-6/+6
* SONAR-5388 Rename propertiesJulien Lancelot2014-07-103-9/+9
* SONAR-5388 Some refactoringJulien Lancelot2014-07-102-9/+11
* SONAR-5388 Introduce the SQALE Rating metric in SonarQube CoreJulien Lancelot2014-07-097-29/+762
* Fix wrong importJulien HENRY2014-07-081-1/+1