aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* change ws path from /api/analysis_reports/* to /api/computation/*Teryk Bellahsene2015-01-081-1/+1
|
* SONAR-6014 Remove dependency on project ID.Julien HENRY2015-01-082-3/+5
|
* SONAR-6014 Fix persistence of dependenciesJulien HENRY2015-01-082-5/+8
|
* SONAR-6014 Drop deprecated violationsJulien HENRY2015-01-0715-551/+75
|
* SONAR-6014 Fix regression when persisting dependencies and start dropping ↵Julien HENRY2015-01-072-3/+4
| | | | violations
* SONAR-6014 Fix issue when saving dependenciesJulien HENRY2015-01-073-14/+25
|
* SONAR-6014 Isolate persistence of resources to ease its removal in preview modeJulien HENRY2015-01-0728-404/+396
|
* Move batch/upload_report to api/analysis_reports/submit_reportSimon Brandhof2015-01-071-1/+1
|
* SONAR-6014 Remove/Postpone DB dependenciesJulien HENRY2015-01-079-35/+58
|
* Cleanup after SONAR-5911 (issues are no more persisted on batch side)Julien HENRY2015-01-075-494/+0
|
* Use try-with-resources when possibleJulien HENRY2015-01-0712-85/+28
|
* Fix quality flawsSimon Brandhof2015-01-063-35/+18
|
* Fix quality flawsJulien Lancelot2015-01-062-8/+4
|
* SONAR-5911 issues persisted on server side and fix issue mappingTeryk Bellahsene2015-01-062-2/+2
|
* Automatic merge from branch-5.0Jenkins CI2015-01-061-5/+5
|\ | | | | | | | | | | * origin/branch-5.0: SONAR-6022 Update dead links pointing to documentation SONAR-5753 Update assertions isEqualTo("") -> isEmpty()
| * SONAR-5753 Update assertions isEqualTo("") -> isEmpty()Julien HENRY2015-01-061-5/+5
| |
* | Automatic merge from branch-5.0Jenkins CI2015-01-064-9/+10
|\| | | | | | | | | | | * origin/branch-5.0: SONAR-5753 Save empty string instead of null for root projects Remove wront comment about file.encoding=UTF-8 in sonar.properties
| * SONAR-5753 Save empty string instead of null for root projectsJulien HENRY2015-01-054-9/+10
| |
* | SONAR-5910 SONAR-5911 decompress report and deactivate issues persistence on ↵Teryk Bellahsene2015-01-052-2/+2
| | | | | | | | server side
* | Revert "Revert "SONAR-5911 persist issues on server side""Teryk Bellahsene2015-01-052-8/+4
| | | | | | | | This reverts commit e6bf968753bf2ec666aff3d802fa23c40ead8832.
* | Fix some quality flawsJulien HENRY2015-01-053-2/+20
| |
* | Revert "SONAR-5911 persist issues on server side"Julien Lancelot2014-12-292-4/+8
| | | | | | | | This reverts commit 0315dec02e79f8fc3f59d4e7d83710b02dc6735b.
* | SONAR-5911 persist issues on server sideTeryk Bellahsene2014-12-242-8/+4
| |
* | Fix issue when publishing components on ViewsJulien Lancelot2014-12-223-6/+101
| |
* | SONAR-5945 Improve export of components in report and fix uploadJulien HENRY2014-12-1910-14/+178
| |
* | Automatic merge from branch-5.0Jenkins CI2014-12-195-1/+93
|\| | | | | | | | | | | * origin/branch-5.0: SONAR-5878 Fix regression when parsing project properties Fix navigation between issues in a big file
| * SONAR-5878 Fix regression when parsing project propertiesJulien HENRY2014-12-195-1/+93
| |
* | Rename resources.json -> components.jsonJulien HENRY2014-12-181-1/+1
| |
* | SONAR-5903 Fix lost of rule tags and NPEJulien HENRY2014-12-181-1/+3
| |
* | SONAR-5945 Rename resource -> component in batch protocolJulien HENRY2014-12-183-18/+17
| |
* | Automatic merge from branch-5.0Jenkins CI2014-12-1710-21/+84
|\| | | | | | | | | | | | | | | | | * origin/branch-5.0: SONAR-5869 Restore built-in Java Colorizer support for test files SONAR-5867 Sort symbol references to avoid variations between consecutive runs Fix overlapping of issue message Fix pointer cursor on analysis reports page Fix problem with zero-sized component viewer
| * SONAR-5869 Restore built-in Java Colorizer support for test filesJulien HENRY2014-12-173-4/+35
| |
| * SONAR-5867 Sort symbol references to avoid variations between consecutive runsJulien HENRY2014-12-177-17/+49
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-161-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC35.0-RC3Eric Hartmann2014-12-161-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-151-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC25.0-RC2Eric Hartmann2014-12-151-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-111-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC15.0-RC1Eric Hartmann2014-12-111-1/+1
| |
* | SONAR-5945 Fix NPE when having issues on deleted resourcesJulien HENRY2014-12-171-2/+3
| |
* | SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-1743-632/+685
| |
* | SONAR-5910 create digest report step & delete unused experimental modeTeryk Bellahsene2014-12-161-2/+2
| |
* | SONAR-5903 Feed issues tagsJulien HENRY2014-12-121-3/+11
| |
* | SONAR-5896 Create database column to hold issue tagsJean-Baptiste Lievremont2014-12-103-0/+3
| |
* | Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|/
* Fix some quality flawsJulien HENRY2014-12-094-10/+6
|
* SONAR-5915 Escape project key when loading project referentialsJulien HENRY2014-12-092-5/+13
|
* Remove unused LOGGER in DefaultModuleFileSystemSimon Brandhof2014-12-091-4/+0
|
* Fix some quality flawsJulien HENRY2014-12-082-2/+3
|
* Fix regression concerning SONAR-5878 (custom working directory was not ↵Julien HENRY2014-12-054-16/+9
| | | | considered)