summaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5576 Display coverage exclusions in logsJulien HENRY2014-09-021-3/+5
* Rename for consistencyJulien HENRY2014-09-013-5/+5
* Fix some quality flawsJulien HENRY2014-09-016-217/+162
* Add details of persisters in profiling output to ease understandingJulien HENRY2014-08-298-6/+255
* SONAR-5547 Support branches when disabling automatic project creationJulien HENRY2014-08-291-2/+1
* Fix some quality flawsJulien HENRY2014-08-282-5/+5
* Replace bad imports of org.elasticsearch.common by guavaSimon Brandhof2014-08-281-2/+2
* Fix regression caused by SONAR-5349Julien HENRY2014-08-271-2/+3
* Fix some quality flawsJulien HENRY2014-08-278-25/+39
* Fix some quality flawsSimon Brandhof2014-08-261-2/+5
* SONAR-5528 One more optimization for highlighting API -> don't hit value cacheJulien HENRY2014-08-267-14/+21
* SONAR-5528 Improve performance of persistit serialization for highlightingJulien HENRY2014-08-264-1/+96
* SONAR-5417 Handle permision error for project referential loaderJulien HENRY2014-08-263-24/+3
* SONAR-5417 Add back preview parameter to check permissionJulien HENRY2014-08-261-2/+12
* SONAR-5528 Improve performance of syntax highlighting APIJulien HENRY2014-08-252-64/+42
* SONAR-5417 Load project referentials using WSJulien HENRY2014-08-2511-290/+50
* 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-0110-171/+50
* Don't do batch insert for duplication in order to avoid OOM errorJulien HENRY2014-07-314-52/+114
* Try to limit heap size by reusing String referencesJulien HENRY2014-07-312-7/+7
* SONAR-5389 New duplication APIJulien HENRY2014-07-3028-41/+896
* SONAR-5487 Check minimal required version of Oracle JDBC driver (11.2)Simon Brandhof2014-07-291-13/+0
* 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-2411-106/+174
* 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-2415-28/+175
* 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-233-12/+6
* Rename Analyzer -> SensorJulien HENRY2014-07-233-9/+6
* SONAR-5477 Plug global referential loader on remote WSJulien HENRY2014-07-237-60/+37
* Move PastMeasureLoader as it is used by dev cockpitJulien HENRY2014-07-232-3/+4
* Add medium test for InputDirJulien HENRY2014-07-222-0/+8
* SONAR-5389 Allow to find an active rule by internal keyJulien HENRY2014-07-221-1/+2
* 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-228-25/+117
* SONAR-5389 Add InputDir concept in batch APIJulien HENRY2014-07-228-62/+85
* 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-213-23/+32
* 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-211-2/+2
* SONAR-5389 Rename Analyzer -> SensorJulien HENRY2014-07-2114-129/+130
* 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-1814-325/+208