aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol
Commit message (Collapse)AuthorAgeFilesLines
* Automatic merge from branch-5.3Jenkins CI2015-12-181-2/+1
|\ | | | | | | | | | | * origin/branch-5.3: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.3-RC2
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-12-171-1/+1
| |
| * [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-3/+2
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-141-16/+33
|\| | | | | | | | | | | | | * origin/branch-5.3: Add duplications in report viewer fix bug when file header is not displated for only issue on the issues page change axes of the bubble chart on the technical debt overview
| * Add duplications in report viewerJulien HENRY2015-12-111-16/+33
| |
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* SONAR-7084 Analysis do not fail when a component do not have a pathTeryk Bellahsene2015-12-021-2/+6
|
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-301-4/+6
|
* Exclude Report Viewer from SQ analysisJulien HENRY2015-11-181-0/+5
|
* Improve report viewerDuarte Meneses2015-11-161-3/+10
|
* SONAR-6993 Replace hash of CpdTextBlock from a list of int to a stringJulien Lancelot2015-11-123-4/+4
| | | | Having a the hash represented as a list of int in the report brings too much complexity in the compute engine, as we need only a string.
* SONAR-6993 Rename DuplicationBlock into CpdTextBlockJulien Lancelot2015-11-126-18/+18
|
* SONAR-6922 Fix assembly sizeJulien HENRY2015-11-122-4/+25
|
* SONAR-6922 Minor improvements on Scanner Report ViewerJulien HENRY2015-11-122-2/+5
|
* SONAR-6922 Fix some quality flaws and provide executable JARJulien HENRY2015-11-094-26/+70
|
* SONAR-6989 Feed the file duplication index in the batch reportJulien HENRY2015-11-093-14/+5
|
* SONAR-6922 Initial version of report viewerJulien HENRY2015-11-093-0/+806
|
* SONAR-6988 Add cross project duplication info in batch reportJulien Lancelot2015-11-046-21/+105
| | | | | Add duplication blocks Add isCrossProjectDuplicationActivated boolen in metada
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-0/+15
|\
| * Do not deploy internal artifacts to maven central repoSimon Brandhof2015-10-291-0/+16
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-271-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC4Thomas Vérin2015-10-271-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
| |
* | Execute Protocol Buffer compiler during buildEvgeny Mandrikov2015-10-296-22754/+1
| | | | | | | | | | | | | | | | | | | | | | | | Dependency for compiler selected based on platform. Supported platforms are Windows/Linux x86/64 and Mac OS. Configuration in root POM to avoid duplication. This also makes version of compiler consistent with version of library. Previously it was 3.0.0-a3 and 3.0.0-beta-1 respectively, now both are 3.0.0-beta-1. And removes all existing auto generated files and scripts for their creation as well as their traces (such as comments and exclusions for SonarQube).
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-1/+1
|
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-4/+4
|
* Remove unused json objectsDuarte Meneses2015-10-093-213/+0
|
* Remove issue attributes from batchSimon Brandhof2015-10-072-267/+109
|
* 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-304-143/+27
|
* 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-222-3/+22
|
* SONAR-6835 Include batch analysis context in the report sent by the batchJulien HENRY2015-09-161-0/+4
|
* Exclude generated protobuf codebase from analysisSimon Brandhof2015-09-111-0/+4
|
* Upgrade protobuf lib to 3.0.0-beta-1Simon Brandhof2015-09-113-1636/+1587
|
* SONAR-6052 Drop secondary locations and rename execution flow -> flowJulien HENRY2015-09-102-715/+455
|
* 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-313-152/+0
|
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-312-532/+723
| | | | Also rework new issue API on batch side.
* Write raw issues directly in protobuf reportJulien HENRY2015-07-311-0/+13
| | | | Avoid intermediate storage in persistit
* Prepare upgrade to protobuf 3Simon Brandhof2015-07-303-0/+4
| | | | Files .proto must declare: syntax = "proto2";
* 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
|