aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6257 Fix duplication issue when there's folder in project structure and...Julien Lancelot2015-03-251-1/+5
* SONAR-6280 Feed duplications in compute reportJulien HENRY2015-03-252-39/+123
* SONAR-6275 Add temporary field person_id on measure to keep devcockpit workingJulien HENRY2015-03-241-1/+3
* SONAR-6275 Fix MeasurePublisher (need to reload Metric details)Julien HENRY2015-03-231-1/+9
* SONAR-6275 Don't send measures that should not be persistedJulien HENRY2015-03-231-0/+24
* SONAR-6275 Feed measures in compute reportJulien HENRY2015-03-234-369/+163
* Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert.Simon Brandhof2015-03-201-11/+7
* SONAR-6276 SONAR-6288 Feed events and version in analysis report and drop abi...Julien HENRY2015-03-177-186/+103
* Revert "Remove use of DateUtils.truncate since it is not efficient"Julien HENRY2015-03-171-2/+4
* Apply naming convention for repeated protobuf attributesJulien HENRY2015-03-163-15/+15
* Remove use of DateUtils.truncate since it is not efficientJulien HENRY2015-03-161-4/+2
* SONAR-6273 Really fix NPE when working on projects with branchesJulien HENRY2015-03-121-3/+4
* SONAR-6273 SONAR-6274 Feed links in compute report and remove links sensor APIJulien HENRY2015-03-124-123/+72
* SONAR-6250 Fix use of sonar.branch on dotnet projectsJulien HENRY2015-03-091-0/+144
* Fix quality flawsSimon Brandhof2015-03-052-5/+5
* SONAR-5945 close issues on deleted componentsJulien HENRY2015-03-041-0/+166
* SONAR-5077 Display ncloc of files with no language in size widgetJulien HENRY2015-03-021-0/+15
* Refactor table ANALYSIS_REPORTS because of MySQL packet size limitationSimon Brandhof2015-03-021-5/+3
* SONAR-5927 Blacklist the build breaker plugin in preview modeJulien HENRY2015-02-252-7/+16
* SONAR-5927 Fix 404 when analyzing new fileJulien HENRY2015-02-255-24/+26
* Fix some quality flawsJulien HENRY2015-02-251-0/+76
* SONAR-5927, SONAR-6012 Rework incremental preview mode to speedup issue retri...Julien HENRY2015-02-258-81/+427
* SONAR-5936 support property sonar.log.level on batchSimon Brandhof2015-02-241-16/+53
* Fix some quality flawsJulien HENRY2015-02-202-9/+49
* SONAR-6175 Validate that offsets provided for highlighting and symbol referen...Julien HENRY2015-02-204-3/+8
* SONAR-5931 Cleanup symbol reference APIJulien HENRY2015-02-202-11/+11
* SONAR-5931 Cleanup highlighting APIJulien HENRY2015-02-203-50/+2
* SONAR-5931 Cleanup new issue APIJulien HENRY2015-02-201-3/+3
* SONAR-5931 Cleanup new issue APIJulien HENRY2015-02-192-3/+4
* SONAR-5931 Remove beta test APIJulien HENRY2015-02-191-128/+0
* SONAR-5772 Force coverage measure computation by defaultJulien HENRY2015-02-191-2/+2
* SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.levelSimon Brandhof2015-02-191-19/+0
* SONAR-5595 When analysing a new multi modules project, permission should not ...Julien HENRY2015-02-181-0/+13
* SONAR-5552 Display how many files are excluded from the analysisJulien HENRY2015-02-182-2/+36
* Move CPD properties to make them back into UIJulien HENRY2015-02-181-1/+1
* SONAR-5931 Cleanup dependency APIJulien HENRY2015-02-173-24/+32
* SONAR-6176 Display DSM even when there is no dependencyJulien HENRY2015-02-173-14/+8
* SONAR-6190 Dumping profiler info into a file fails when module key contains a...Julien HENRY2015-02-171-1/+1
* SONAR-6000 Truncate duplication data to avoid exceeding persistit cache max sizeJulien HENRY2015-02-171-4/+45
* SONAR-6068 Make persisit iterators "reusable"Julien HENRY2015-02-171-8/+21
* SONAR-6000 Try to decrease size of duplications in persistitJulien HENRY2015-02-169-100/+80
* SONAR-6000 Merge cpd core plugin into the batchJulien HENRY2015-02-168-0/+811
* SONAR-6118 Module UUID path on projects and modules must contain the componen...Julien HENRY2015-02-131-16/+23
* SONAR-6172 Do not fail when a file has no blame informationJulien HENRY2015-02-132-8/+2
* Ignore source file information that is set on an unknown lineSimon Brandhof2015-02-121-0/+50
* SONAR-6182 Log a warning when unmappable character is detected in a fileJulien HENRY2015-02-123-2/+18
* Restore deprecated methods on Resource APIJulien HENRY2015-02-111-0/+88
* Revert move of Period component since it is used by devcockpitJulien HENRY2015-02-111-2/+2
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-1062-419/+360
* SONAR-6068 Improve performance of FileSystem query operationJulien HENRY2015-02-1013-63/+266