aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/src/test
Commit message (Expand)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-1810-925/+0
* Cut many dependencies on sonar-testing-harnessJulien HENRY2016-01-191-8/+8
* Fix project title in copyright headersSimon Brandhof2016-01-134-4/+4
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-054-16/+16
* SONAR-6993 Replace hash of CpdTextBlock from a list of int to a stringJulien Lancelot2015-11-122-3/+3
* SONAR-6993 Rename DuplicationBlock into CpdTextBlockJulien Lancelot2015-11-122-10/+10
* SONAR-6989 Feed the file duplication index in the batch reportJulien HENRY2015-11-092-5/+0
* SONAR-6988 Add cross project duplication info in batch reportJulien Lancelot2015-11-042-20/+78
* Remove unused json objectsDuarte Meneses2015-10-091-42/+0
* SONAR-6823 WS batch/project with protobuf and new behaviorsTeryk Bellahsene2015-09-302-117/+2
* SONAR-6843 Not fail when file has no sourceJulien Lancelot2015-09-221-0/+18
* use new rule WSDuarte Meneses2015-07-311-56/+0
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-07-301-2/+2
* SONAR-6713 Load rules in global containerDuarte Meneses2015-07-283-0/+58
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-232-11/+10
* SONAR-6684 remove unused measure fields from reportSimon Brandhof2015-07-231-52/+39
* Improve utility org.sonar.core.util.ProtobufSimon Brandhof2015-07-222-87/+12
* Remove useless usage of BatchReport.Measure.setDescription() and setVariation...Julien Lancelot2015-07-211-1/+0
* SONAR-6703 load common rule parameters from batch reportSimon Brandhof2015-07-203-62/+89
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-162-78/+78
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-022-39/+1
* SONAR-6259 Use component caches to get id or uuidJulien Lancelot2015-05-211-2/+0
* SONAR-6553 Remove Java design WS and File dependencies persistence in Compute...Julien Lancelot2015-05-202-71/+4
* Redundant throws clause in testsDavid Gageot2015-05-074-39/+39
* several tests with the same name SONAR-6255Teryk Bellahsene2015-04-281-2/+2
* persist tests in db - SONAR-6255Teryk Bellahsene2015-04-281-2/+2
* SONAR-6278 Feed tests in compute reportJulien HENRY2015-04-271-7/+5
* SONAR-6256 Add dependencies in batch reportJulien Lancelot2015-04-222-4/+70
* Reorganize unit testsJulien Lancelot2015-04-221-116/+116
* sanitize batch protocol domains relating to use of singular/pluralTeryk Bellahsene2015-04-202-17/+17
* separate test and coverage details in batch protocol - SONAR-6255Teryk Bellahsene2015-04-172-21/+51
* Move tests persistence from batch to compute - SONAR-6255Teryk Bellahsene2015-04-162-82/+98
* SONAR-6258 Read/write Highlighting using StreamingJulien Lancelot2015-04-092-35/+38
* Fix compilation issue after mergeJulien HENRY2015-04-071-4/+1
* SONAR-6277 Replace ReportStream by CloseableIterator and remove FileStream (I...Julien Lancelot2015-04-024-264/+41
* Restore some testsJulien Lancelot2015-04-011-0/+207
* SONAR-6277 Add File source in reportJulien Lancelot2015-04-015-22/+120
* Allow ReportStream to call iterator() multiple timesJulien Lancelot2015-04-011-7/+17
* Improve message streamingJulien Lancelot2015-04-013-23/+135
* Simplify testsJulien Lancelot2015-03-312-264/+82
* SONAR-6338 Stream reading / writing coverage messageJulien Lancelot2015-03-312-34/+83
* SONAR-6338 Coverage in computeJulien Lancelot2015-03-272-0/+65
* SONAR-6280 Use a range to represent duplication positionJulien HENRY2015-03-262-20/+22
* SONAR-6317 Feed SCM in compute report - batch sideJulien HENRY2015-03-262-11/+2
* SCM on server side - SONAR-6253 SONAR-6316Teryk Bellahsene2015-03-262-1/+38
* SONAR-6318 Highlighting in computeJulien Lancelot2015-03-262-1/+52
* SONAR-6320 Symbol in computeJulien Lancelot2015-03-262-1/+69
* SONAR-6257 Persist duplication measures in computeJulien Lancelot2015-03-252-1/+65
* Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert.Simon Brandhof2015-03-204-29/+88
* persist measures on server side - SONAR-6253Teryk Bellahsene2015-03-202-23/+55