aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* SONAR-6812 Improve format of generated UUIDs for better usage of LuceneSimon Brandhof2015-08-2811-4/+403
|
* Revert "fix SONAR-6203 Manual Metrics of type Level and Text can't be ↵Stas Vilchik2015-08-271-12/+0
| | | | | | displayed using 'Custom Measures' widget" This reverts commit bc14bd9bdfa9c983a0dc21d6e2b2d0d9a3f487cd.
* fix SONAR-6203 Manual Metrics of type Level and Text can't be displayed ↵Stas Vilchik2015-08-271-0/+12
| | | | using 'Custom Measures' widget
* SONAR-4865 Apply some feedback on issue location APIJulien HENRY2015-08-261-1/+1
|
* SONAR-6797 apply feedbackStas Vilchik2015-08-251-4/+4
|
* add ContainerPopulator to be used by ComputeEngineContainerSébastien Lesaint2015-08-242-6/+37
| | | | by using a specific class to populate a container, one can reuse the ComputeEngineContainer without subclassing it
* SONAR-6796 apply feedbackStas Vilchik2015-08-211-4/+4
|
* SONAR-5322 Add description to "Page Size" parameters in measure filter widgetsStas Vilchik2015-08-181-0/+1
|
* fix incomplete assertionsSébastien Lesaint2015-08-181-1/+1
|