aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* validate analysis modeDuarte Meneses2015-08-071-6/+6
* SONAR-6754 Add support of execution flow in XooJulien HENRY2015-08-051-0/+14
* SONAR-6761 Drop incremental modeDuarte Meneses2015-08-055-185/+4
* Rework new measure APIJulien HENRY2015-08-042-21/+23
* Improve qualityDuarte Meneses2015-08-044-6/+43
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-08-044-21/+85
* Declare multiline rule in XooJulien HENRY2015-08-031-1/+0
* SONAR-6770 Improve logging of cache usageDuarte Meneses2015-08-037-46/+58
* SONAR-6772 Do not save JSON report by defaultJulien HENRY2015-08-031-16/+25
* fix issues callback with multiple analysisDuarte Meneses2015-07-311-0/+102
* Fix local issue tracking when there are issues on modules/foldersJulien HENRY2015-07-311-5/+7
* use new rules WSDuarte Meneses2015-07-314-8/+5
* use new rule WSDuarte Meneses2015-07-315-52/+40
* SONAR-6723 Use SQ version in cache keysDuarte Meneses2015-07-313-8/+6
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-3112-71/+127
* Write raw issues directly in protobuf reportJulien HENRY2015-07-3115-459/+215
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-07-307-10/+137
* Fix rules handling with duplicated internalKeyDuarte Meneses2015-07-291-0/+1
* Revert "SONAR-6746 Drop Plugin interface + batch cleanup"Simon Brandhof2015-07-293-6/+55
* SONAR-6713 Load rules in global containerDuarte Meneses2015-07-2816-27/+254
* SONAR-6729 Analysis should fail when no quality profileJulien Lancelot2015-07-281-3/+32
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-07-283-55/+6
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-242-18/+42
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-2423-287/+813
* Add @deprecated and all formulas api and remove some decorator usage in testJulien Lancelot2015-07-241-60/+0
* SONAR-6695 Remove decorators execution from the batchJulien Lancelot2015-07-233-311/+0
* Fix NPE when using old Issuable APIJulien HENRY2015-07-231-5/+11
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-2311-131/+161
* SONAR-6605 forgotten Formula in CoreMetrics for Metrics moved to CESébastien Lesaint2015-07-232-13/+5
* SONAR-6676 remove Decorators for FILES and DIRECTORIES metricsSébastien Lesaint2015-07-233-203/+2
* SONAR-6684 remove unused measure fields from reportSimon Brandhof2015-07-231-9/+6
* Improve utility org.sonar.core.util.ProtobufSimon Brandhof2015-07-221-4/+8
* Remove useless usage of BatchReport.Measure.setDescription() and setVariation...Julien Lancelot2015-07-211-12/+18
* SONAR-6681 Remove UnitTestDecorator form the batchJulien Lancelot2015-07-212-88/+1
* MeasuresPublisher should not filter measures to put in the reportJulien Lancelot2015-07-211-35/+5
* SONAR-6679 Remove computation of language distribution measures from batchJulien Lancelot2015-07-212-153/+1
* SONAR-6703 load common rule parameters from batch reportSimon Brandhof2015-07-204-38/+105
* SONAR-6678 Remove duplication decorators from the batchJulien Lancelot2015-07-173-158/+2
* Fix medium tests and improve temp foldersDuarte Meneses2015-07-172-6/+16
* Disable JMX in PersistitDuarte Meneses2015-07-171-2/+0
* SONAR-6682 Remove computation of comment density measures from the batchJulien Lancelot2015-07-151-76/+0
* Automatic merge from branch-5.1Jenkins CI2015-07-091-7/+16
|\
| * SONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always n...Simon Brandhof2015-07-091-7/+16
* | SONAR-6677 remove coverage Decorators from batchSébastien Lesaint2015-07-099-940/+0
* | FIX Redundant throws clauseDavid Gageot2015-07-072-2/+2
* | Unused importsDavid Gageot2015-07-071-1/+0
* | SONAR-6680 Remove quality profile decorator from batchJulien Lancelot2015-07-071-91/+0
* | Extract module sonar-dbSimon Brandhof2015-07-046-401/+5
* | SONAR-6680 Move computation of measure Quality Profile to Compute EngineJulien Lancelot2015-07-032-27/+2
* | SONAR-6588 drop db connection from batchSimon Brandhof2015-07-0221-1377/+25