aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-3149-1420/+870
* Improve error message when issue is out of line range during issue trackingJulien HENRY2015-03-312-15/+10
* Revert "Remove all deprecated Violation APIs"Julien Lancelot2015-03-275-7/+111
* Remove all deprecated Violation APIsJulien HENRY2015-03-275-111/+7
* Fix some quality flawsJulien HENRY2015-03-2710-48/+18
* SONAR-6280 Use a range to represent duplication positionJulien HENRY2015-03-262-12/+21
* SONAR-6317 Feed SCM in compute report - batch sideJulien HENRY2015-03-2610-300/+162
* SONAR-6257 No need to store key in report for files and directoriesJulien HENRY2015-03-261-3/+6
* Improve batch medium tester to allow registration of several metricsJulien HENRY2015-03-261-0/+7
* SONAR-6257 Fix duplication issue when there's folder in project structure and...Julien Lancelot2015-03-251-1/+3
* SONAR-6280 Feed duplications in compute reportJulien HENRY2015-03-253-28/+95
* SONAR-6275 Add temporary field person_id on measure to keep devcockpit workingJulien HENRY2015-03-241-0/+4
* SONAR-6275 Fix MeasurePublisher (need to reload Metric details)Julien HENRY2015-03-231-1/+5
* SONAR-6275 Don't send measures that should not be persistedJulien HENRY2015-03-231-4/+32
* fix measure mapping on batch sideTeryk Bellahsene2015-03-231-5/+7
* SONAR-6275 Feed measures in compute reportJulien HENRY2015-03-237-235/+216
* persist measures on server side - SONAR-6253Teryk Bellahsene2015-03-202-2/+0
* Automatic merge from branch-5.1Jenkins CI2015-03-191-3/+5
|\
| * Fix regression in SourcePersisterJulien HENRY2015-03-181-3/+5
* | Fix lock of project table in devcockpitJulien HENRY2015-03-181-0/+2
* | Automatic merge from branch-5.1Jenkins CI2015-03-181-2/+2
|\|
| * Batch should set updated date to 0 on updated sources and Compute should upda...Julien Lancelot2015-03-181-2/+2
* | SONAR-6276 Fix NPE when an event has no descriptionJulien HENRY2015-03-171-2/+4
* | SONAR-6276 SONAR-6288 Feed events and version in analysis report and drop abi...Julien HENRY2015-03-1714-305/+145
* | SONAR-6261 Persist events in compute stackJulien Lancelot2015-03-172-6/+6
* | Apply naming convention for repeated protobuf attributesJulien HENRY2015-03-163-11/+6
* | SONAR-6262 Fix NPE in link publisher on ViewsJulien HENRY2015-03-161-1/+6
* | Automatic merge from masterJenkins CI2015-03-131-2/+5
|\|
| * SONAR-5473 Optimization: do not change file_sources.updated_atJulien HENRY2015-03-121-2/+5
* | SONAR-6273 Really fix NPE when working on projects with branchesJulien HENRY2015-03-121-1/+10
* | SONAR-6273 Fix NPE when working on projects with branchesJulien HENRY2015-03-121-1/+1
* | SONAR-6273 SONAR-6274 Feed links in compute report and remove links sensor APIJulien HENRY2015-03-128-242/+36
|/
* SONAR-6250 Fix use of sonar.branch on dotnet projectsJulien HENRY2015-03-091-7/+7
* Dependencies should be persisted early to have proper id in the DSMJulien HENRY2015-03-052-6/+1
* Fix quality flawsSimon Brandhof2015-03-054-11/+11
* SONAR-5945 close issues on deleted componentsJulien HENRY2015-03-043-12/+54
* Allow views to save any measure for remote views copyJulien HENRY2015-03-041-3/+4
* SONAR-5077 Display ncloc of files with no language in size widgetJulien HENRY2015-03-021-2/+4
* Refactor table ANALYSIS_REPORTS because of MySQL packet size limitationSimon Brandhof2015-03-022-12/+11
* SONAR-5927 Blacklist the build breaker plugin in preview modeJulien HENRY2015-02-253-9/+11
* SONAR-5927 Fix 404 when analyzing new fileJulien HENRY2015-02-259-60/+82
* Fix some quality flawsJulien HENRY2015-02-252-16/+28
* SONAR-5927, SONAR-6012 Rework incremental preview mode to speedup issue retri...Julien HENRY2015-02-2520-253/+372
* SONAR-5936 support property sonar.log.level on batchSimon Brandhof2015-02-241-16/+13
* Fix quality flawsSimon Brandhof2015-02-234-33/+27
* Fix quality flawsSimon Brandhof2015-02-231-18/+28
* Fix some quality flawsJulien HENRY2015-02-209-87/+50
* SONAR-6175 Validate that offsets provided for highlighting and symbol referen...Julien HENRY2015-02-203-3/+17
* SONAR-5931 Cleanup symbol reference APIJulien HENRY2015-02-207-21/+65
* SONAR-5931 Cleanup highlighting APIJulien HENRY2015-02-2011-125/+24