aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5772 New executable_lines_data metricJulien HENRY2016-02-221-13/+8
* Refactor a bit ComponentContainerSimon Brandhof2016-02-121-7/+18
* SONAR-7125 use efficient delete dir code in core, batch and serverSébastien Lesaint2016-02-121-5/+3
* SONAR-7125 add FileUtils in sonar-core with efficient delete methodsSébastien Lesaint2016-02-121-0/+185
* Fix shutdown of server after DB migrationSimon Brandhof2016-02-111-15/+25
* SONAR-7216 Update allow users to signup descriptionJulien Lancelot2016-02-031-2/+2
* SONAR-5582 drop jfreechartSimon Brandhof2016-02-021-1/+0
* squid:S1213 members of an interface decleration or class should appear in a p...Zeeshan Asghar2016-01-291-3/+2
* squid:S2209 static members should be accessed staticallyZeeshan Asghar2016-01-291-1/+1
* SONAR-7219 Remove sonar.security.updateUserAttributes propertyJulien Lancelot2016-01-271-7/+0
* Cut dependency between sonar-core and sonar-homeJulien HENRY2016-01-191-2/+8
* Fix project title in copyright headersSimon Brandhof2016-01-1395-95/+95
* Automatic merge from branch-5.3Jenkins CI2016-01-061-0/+1
|\
| * SONAR-7093 Allow projects to define their leak periodJulien Lancelot2016-01-061-0/+1
* | Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0595-393/+380
|/
* SONAR-6968 Bad error message when analyzer detects that no language plugins a...Duarte Meneses2015-12-101-1/+1
* Fix minor quality flawsSimon Brandhof2015-12-071-2/+0
* SONAR-7098 Always feed issues authorsJulien Lancelot2015-12-071-3/+39
* SONAR-7028 Update default value of sonar.technicalDebt.ratingGridJulien Lancelot2015-12-031-2/+2
* Improve javadoc and randomness of fast uid generationDuarte Meneses2015-11-201-1/+4
* SONAR-7027 make DevCockpit run as a privileged pluginSébastien Lesaint2015-11-171-1/+1
* SONAR-6976 Branch should not allow \n characterDuarte Meneses2015-11-161-1/+1
* SONAR-7003 Refactor batch issue trackingDuarte Meneses2015-11-114-31/+106
* SONAR-6991 remove duplicated_lines_density from metrics allowed in reportSébastien Lesaint2015-11-101-3/+1
* fix some quality flawsSébastien Lesaint2015-11-101-1/+1
* SONAR-6978 Provide enhanced issue locations (start/end) offset in issues modeDuarte Meneses2015-11-092-4/+0
* SONAR-6989 Feed the file duplication index in the batch reportJulien HENRY2015-11-091-34/+23
* Display more details about component that fail to be instanciatedJulien HENRY2015-11-051-1/+33
* SONAR-6211 Skip project key validation in issues modeDuarte Meneses2015-11-031-0/+9
* SONAR-6355 Period 1 is now the leak periodJulien Lancelot2015-10-301-13/+27
* SONAR-4865 Keep issue locations on existing issuesJulien Lancelot2015-10-212-13/+34
* SONAR-6926 remove Cross Project Duplication properties declarationSébastien Lesaint2015-10-191-32/+34
* SONAR-6397 read changeset from DB only if File is unmodifiedSébastien Lesaint2015-10-144-15/+138
* Improve message when trying to install a non-plugin JARSimon Brandhof2015-10-131-2/+7
* add protected setParent method to ComponentContainerSébastien Lesaint2015-10-091-0/+4
* Create a shortcut to add secondary issue locationsJulien HENRY2015-10-071-0/+5
* SONAR-6818 Split batch/project WS in several simpler WSDuarte Meneses2015-09-301-10/+15
* SONAR-6835 Log scanner context when processing Compute Engine taskSimon Brandhof2015-09-291-0/+55
* Add to sonar.log the beginning and end of CE tasksSimon Brandhof2015-09-293-2/+13
* fix quality flawsSébastien Lesaint2015-09-281-25/+45
* add support for message arguments to ProfilerSébastien Lesaint2015-09-283-48/+160
* Add some preconditions to IssueDtoSimon Brandhof2015-09-272-3/+3
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-3/+0
* SONAR-6859 update description of sonar.technicalDebt.ratingGridSébastien Lesaint2015-09-251-5/+5
* SONAR-6859 update property sonar.technicalDebt.developmentCost desc.Sébastien Lesaint2015-09-251-2/+2
* SONAR-6859 deprecate debt size metric propertySébastien Lesaint2015-09-251-17/+0
* SONAR-6736 refactor step names and descriptionsSimon Brandhof2015-09-221-2/+4
* SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"Simon Brandhof2015-09-181-8/+0
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-182-1/+11
* Improve javadoc of ProtobufJsonFormatSimon Brandhof2015-09-171-3/+93