aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5389 Add a new dependency APIJulien HENRY2014-09-129-10/+204
* SONAR-5618 Close session after use in ComponentDataPersisterJulien HENRY2014-09-121-13/+17
* Fix some quality flawsJulien HENRY2014-09-112-39/+52
* Add logs to ease profiling of preview mode when downloading previous source codeJulien HENRY2014-09-101-0/+8
* SONAR-2860 Fix "Project is not yet initialized" error (lifecycle issue)Julien HENRY2014-09-092-3/+3
* SONAR-2860 Drop commons-configurationJulien HENRY2014-09-0516-207/+72
* SONAR-5389 New test API for batch 2.0Julien HENRY2014-09-0531-85/+633
* Merge branch 'master' into SONAR-5529Stephane Gamard2014-09-058-221/+168
|\
| * Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-1/+1
| * 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
* | SONAR-5590 Update projects.authorization_updated_at on project permission cha...Julien Lancelot2014-09-041-1/+2
* | SONAR-5589 Create column projects.authorization_updated_atJulien Lancelot2014-09-042-13/+10
|/
* Add details of persisters in profiling output to ease understandingJulien HENRY2014-08-299-6/+321
* SONAR-5547 Support branches when disabling automatic project creationJulien HENRY2014-08-292-3/+13
* 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-2712-42/+57
* Fix some quality flawsSimon Brandhof2014-08-261-2/+5
* SONAR-5528 One more optimization for highlighting API -> don't hit value cacheJulien HENRY2014-08-2610-36/+49
* SONAR-5528 Improve performance of persistit serialization for highlightingJulien HENRY2014-08-265-2/+99
* SONAR-5417 Handle permision error for project referential loaderJulien HENRY2014-08-264-40/+7
* 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-3047-755/+969
* 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