aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* [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-094-24/+15
|
* SONAR-6830 apply feedbackStas Vilchik2015-10-091-0/+9
|
* 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-6834 apply feedbackStas Vilchik2015-10-051-0/+21
|
* SONAR-6848 Merge the "Bulk Deletion" and "Provisioning" pagesStas Vilchik2015-10-021-1/+1
|
* 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-292-0/+138
|
* Add to sonar.log the beginning and end of CE tasksSimon Brandhof2015-09-294-2/+14
|
* SONAR-5770 apply feedbackStas Vilchik2015-09-281-0/+3
|
* fix quality flawsSébastien Lesaint2015-09-281-25/+45
|
* SONAR-6860 Add the "technical debt ratio on new code" measure in the ↵Stas Vilchik2015-09-281-0/+1
| | | | "Technical Debt Synopsis" widget
* add support for message arguments to ProfilerSébastien Lesaint2015-09-284-55/+167
| | | | also removed as much string building as possible internally
* Add some preconditions to IssueDtoSimon Brandhof2015-09-272-3/+3
|
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-3/+0
| | | | | | - add WS api/ce/logs - add boolean field 'logs' to the responses of the WS that return tasks - purge log files (max nb of files per project can be configured)
* SONAR-6859 update description of sonar.technicalDebt.ratingGridSébastien Lesaint2015-09-251-5/+5
|
* SONAR-5770 add a analysis status to the component's headerStas Vilchik2015-09-251-0/+19
|
* 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
| | | | and also drop the associated language specific size metric properties
* 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
|
* SONAR-6219 apply feedback for the timeline widgetStas Vilchik2015-09-181-3/+3
|
* Improve javadoc of ProtobufJsonFormatSimon Brandhof2015-09-171-3/+93
|
* Improve protobuf to json converterSimon Brandhof2015-09-174-839/+4566
| | | | | - replace bool field *PresentIfEmpty by a wrapper of repeated fields - support arrays/maps in map values
* SONAR-6687 Treemap should not show items with zero sizeStas Vilchik2015-09-161-0/+1
|
* SONAR-6748 Display a warning when open non-existent file/ruleStas Vilchik2015-09-161-0/+2
|
* SONAR-6331 revert overview pageStas Vilchik2015-09-161-32/+0
|
* SONAR-6251 Rename "Exclusions" settings category to "Analysis Scope"Stas Vilchik2015-09-151-1/+1
|
* SONAR-6284 force project widgets displayed on global dashboards to select a ↵Stas Vilchik2015-09-151-0/+1
| | | | project
* SONAR-6219 Show timeline widget on measures with no valueslschoelens2015-09-151-0/+2
|
* SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rulesStas Vilchik2015-09-151-0/+2
|
* SONAR-6160 Show a notification when user reaches the last issue / ruleStas Vilchik2015-09-151-0/+1
|
* improve formatting of LEVEL measuresStas Vilchik2015-09-151-0/+4
|
* Allow server-side plugins to use javax.servletSimon Brandhof2015-09-141-0/+1
|
* fix SONAR-6788 The language of manual rules is displayed as "undefined" in ↵Stas Vilchik2015-09-111-0/+1
| | | | the select box of the rules facet on the issues page
* Upgrade protobuf lib to 3.0.0-beta-1Simon Brandhof2015-09-114-876/+2055
|
* SONAR-6052 Drop secondary locations and rename execution flow -> flowJulien HENRY2015-09-101-6/+1
|
* fix typo in the l10n messagesStas Vilchik2015-09-101-1/+1
|
* SONAR-6495 WS permissions/search_templates search for permission templatesTeryk Bellahsene2015-09-041-0/+11
|
* Add CloseableIterator#wrap(CloseableIterator, AutoCloseable...)Simon Brandhof2015-09-042-2/+77
|
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-09-044-13/+12
|
* Fix test false-positives when port is already in useSimon Brandhof2015-09-041-3/+3
|
* Fix quality flawsSimon Brandhof2015-09-021-1/+1
|
* Fix quality flawsSimon Brandhof2015-09-021-3/+3
|
* SONAR-6730 Add issues in Measure APIJulien Lancelot2015-08-311-6/+1
|
* fix privileged plugin ClassLoader configurationSébastien Lesaint2015-08-295-54/+60
| | | | | rename PluginClassloaderDef#serverExtension to PluginClassloaderDef#privileged to avoid confusion with the ServerExtension class and annotations rename PluginClassloaderDef to PluginClassLoaderDef (capital L)