aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-1814-1719/+0
* Add symbol references to the ReportViewer application.Julien HENRY2016-02-171-0/+21
* Fix project title in copyright headersSimon Brandhof2016-01-1314-14/+14
* Fix quality flaws5.4-M3Simon Brandhof2016-01-061-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0514-56/+56
* Add duplications in report viewerJulien HENRY2015-12-111-16/+33
* SONAR-7084 Analysis do not fail when a component do not have a pathTeryk Bellahsene2015-12-021-2/+6
* Improve report viewerDuarte Meneses2015-11-161-3/+10
* SONAR-6993 Rename DuplicationBlock into CpdTextBlockJulien Lancelot2015-11-123-7/+7
* SONAR-6922 Minor improvements on Scanner Report ViewerJulien HENRY2015-11-121-2/+3
* SONAR-6922 Fix some quality flaws and provide executable JARJulien HENRY2015-11-093-26/+48
* SONAR-6922 Initial version of report viewerJulien HENRY2015-11-093-0/+806
* SONAR-6988 Add cross project duplication info in batch reportJulien Lancelot2015-11-043-0/+15
* Remove unused json objectsDuarte Meneses2015-10-092-171/+0
* SONAR-6818 Split batch/project WS in several simpler WSDuarte Meneses2015-09-302-22/+5
* SONAR-6823 WS batch/project with protobuf and new behaviorsTeryk Bellahsene2015-09-302-26/+25
* SONAR-6835 Log scanner context when processing Compute Engine taskSimon Brandhof2015-09-291-0/+4
* SONAR-6843 Not fail when file has no sourceJulien Lancelot2015-09-221-3/+4
* SONAR-6835 Include batch analysis context in the report sent by the batchJulien HENRY2015-09-161-0/+4
* SONAR-6817 Issues mode should support analysis of projects not associatedDuarte Meneses2015-09-091-0/+4
* SONAR-6777 Project cache syncDuarte Meneses2015-08-121-0/+4
* use new rule WSDuarte Meneses2015-07-312-96/+0
* Write raw issues directly in protobuf reportJulien HENRY2015-07-311-0/+13
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-07-301-24/+1
* SONAR-6713 Load rules in global containerDuarte Meneses2015-07-282-0/+119
* SONAR-6684 remove unused measure fields from reportSimon Brandhof2015-07-231-13/+13
* Improve utility org.sonar.core.util.ProtobufSimon Brandhof2015-07-223-143/+22
* SONAR-6703 load common rule parameters from batch reportSimon Brandhof2015-07-204-75/+102
* Remove unused constants in FileStructureSimon Brandhof2015-07-201-3/+0
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-021-1/+0
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-022-23/+0
* Quality flawsSimon Brandhof2015-06-293-7/+17
* Fix quality flawsJulien Lancelot2015-06-031-6/+4
* SONAR-6590 use a CE specific interface to read batch reportSébastien Lesaint2015-06-011-14/+25
* SONAR-6553 Remove Java design WS and File dependencies persistence in Compute...Julien Lancelot2015-05-202-36/+0
* Fix quality flawsJulien Lancelot2015-05-131-5/+29
* Useless codeDavid Gageot2015-05-123-7/+7
* SONAR-6457 Feed dependencies in batch reportJulien HENRY2015-05-052-0/+13
* SONAR-6256 Add dependencies in batch reportJulien Lancelot2015-04-223-0/+33
* sanitize batch protocol domains relating to use of singular/pluralTeryk Bellahsene2015-04-203-15/+15
* separate test and coverage details in batch protocol - SONAR-6255Teryk Bellahsene2015-04-173-6/+23
* Move tests persistence from batch to compute - SONAR-6255Teryk Bellahsene2015-04-163-1/+16
* SONAR-6258 Read/write Highlighting using StreamingJulien Lancelot2015-04-092-14/+10
* SONAR-6277 Feed file sources in compute reportJulien HENRY2015-04-072-14/+20
* SONAR-6277 Replace ReportStream by CloseableIterator and remove FileStream (I...Julien Lancelot2015-04-025-203/+5
* SONAR-6319 Another perf improvementJulien HENRY2015-04-011-0/+5
* SONAR-6277 Add File source in reportJulien Lancelot2015-04-014-7/+99
* Allow ReportStream to call iterator() multiple timesJulien Lancelot2015-04-011-12/+7
* Improve message streamingJulien Lancelot2015-04-014-52/+121
* Simplify testsJulien Lancelot2015-03-311-10/+1