aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol
Commit message (Expand)AuthorAgeFilesLines
* use new rule WSDuarte Meneses2015-07-313-152/+0
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-312-532/+723
* Write raw issues directly in protobuf reportJulien HENRY2015-07-311-0/+13
* Prepare upgrade to protobuf 3Simon Brandhof2015-07-303-0/+4
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-07-302-26/+3
* Change format of copyright headers in .proto filesSimon Brandhof2015-07-303-57/+51
* SONAR-6713 Load rules in global containerDuarte Meneses2015-07-285-0/+177
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-234-324/+2563
* Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-dbSimon Brandhof2015-07-233-8791/+0
* SONAR-6684 remove Issue.tags from batch reportSimon Brandhof2015-07-232-257/+72
* SONAR-6684 remove unused measure fields from reportSimon Brandhof2015-07-234-785/+86
* Improve utility org.sonar.core.util.ProtobufSimon Brandhof2015-07-226-236/+34
* 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-2010-3938/+2340
* Remove unused constants in FileStructureSimon Brandhof2015-07-201-3/+0
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-163-84/+92
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-023-148/+51
* SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-022-664/+401
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-026-2606/+160
* Quality flawsSimon Brandhof2015-06-293-7/+17
* SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITYSimon Brandhof2015-06-122-226/+137
* SONAR-6260 Remove snapshot id from batch reportJulien Lancelot2015-06-102-325/+132
* SONAR-6568 remove events from batchSimon Brandhof2015-06-082-1429/+82
* 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-6589 Remove projectKey from ComputationContextJulien Lancelot2015-05-272-0/+62
* SONAR-6259 Use component caches to get id or uuidJulien Lancelot2015-05-213-5297/+3085
* SONAR-6553 Remove Java design WS and File dependencies persistence in Compute...Julien Lancelot2015-05-206-5381/+4894
* Fix quality flawsJulien Lancelot2015-05-131-5/+29
* SONAR-6281 Add description in Component reportJulien Lancelot2015-05-133-170/+396
* Useless codeDavid Gageot2015-05-126-97/+77
* Redundant throws clause in testsDavid Gageot2015-05-074-39/+39
* update WS to rely on new tests - SONAR-6255Teryk Bellahsene2015-05-072-41/+146
* Fix protobuf mergeJean-Baptiste Lievremont2015-05-054-1335/+1094
* SONAR-6521 Add protobuf declaration for usersJean-Baptiste Lievremont2015-05-052-1/+783
* SONAR-6457 Feed dependencies in batch reportJulien HENRY2015-05-052-0/+13
* Cleanup batch side from specific code for devcockpit and viewsJulien HENRY2015-05-045-1136/+1224
* Remove useless ResourceSnapshotMapper and rename folder dependency to designJulien Lancelot2015-04-281-10/+170
* several tests with the same name SONAR-6255Teryk Bellahsene2015-04-283-70/+228
* persist tests in db - SONAR-6255Teryk Bellahsene2015-04-287-1209/+3040
* SONAR-6338 Add some docs in the coverage batch reportJulien Lancelot2015-04-281-2/+7
* SONAR-6278 Feed tests in compute reportJulien HENRY2015-04-278-1476/+1397
* SONAR-6392 Drop measure trendsSimon Brandhof2015-04-232-154/+74
* SONAR-6256 Add dependencies in batch reportJulien Lancelot2015-04-227-5/+2461
* Reorganize unit testsJulien Lancelot2015-04-221-116/+116
* sanitize batch protocol domains relating to use of singular/pluralTeryk Bellahsene2015-04-207-244/+244
* separate test and coverage details in batch protocol - SONAR-6255Teryk Bellahsene2015-04-179-893/+1521
* SONAR-6258 Remove hack setting updated_at to 0 by only indexing file sources ...Julien Lancelot2015-04-171-0/+48
* Move tests persistence from batch to compute - SONAR-6255Teryk Bellahsene2015-04-1611-88/+5694
* SONAR-6258 Read/write Highlighting using StreamingJulien Lancelot2015-04-096-1102/+227