aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* add missing package-info.java in sonar-coreSébastien Lesaint2015-08-134-0/+100
|
* SONAR-6777 Project cache syncDuarte Meneses2015-08-121-0/+9
|
* SONAR-6775 Drop old sonar.dryRun propertyDuarte Meneses2015-08-121-6/+4
|
* SONAR-6331 add project overviewStas Vilchik2015-08-101-0/+32
|
* SONAR-6778 Document that global differential periods (1, 2 and 3) support a ↵Fabrice Bellingard2015-08-061-2/+3
| | | | hard-coded version
* SONAR-6749 add serverExtension support to Plugin class loadersSébastien Lesaint2015-08-065-7/+101
|
* Add column LOCATIONS to db table ISSUESSimon Brandhof2015-08-051-1/+10
|
* Support absent protobuf arrays in ProtobufJsonFormatSimon Brandhof2015-08-055-596/+2050
| | | | | | | | Protobuf does not support concept of absent arrays (repeated field). It does not distinguish empty arrays from absent arrays. ProtobufJsonFormat introduces a naming convention to mark an empty array field as absent. In this case the field is not output to JSON.
* Fix some quality flawsJulien HENRY2015-08-051-3/+3
|
* SONAR-6761 Drop incremental modeDuarte Meneses2015-08-051-2/+2
|
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-311-0/+5
| | | | Also rework new issue API on batch side.
* show a message when there are no quality profilesStas Vilchik2015-07-311-0/+1
|
* Prepare upgrade to protobuf 3Simon Brandhof2015-07-301-0/+1
| | | | Files .proto must declare: syntax = "proto2";
* New WS api/rules/list for batchSimon Brandhof2015-07-301-0/+14
|
* Remove classes badly committedSimon Brandhof2015-07-301-2/+2
|
* Add ProtobufJsonFormat to convert protobuf messages to JSONSimon Brandhof2015-07-305-89/+1626
|
* fork Profiler into sonar-core to change return type of stop methodsSébastien Lesaint2015-07-296-0/+677
|
* Revert "SONAR-6746 Drop Plugin interface + batch cleanup"Simon Brandhof2015-07-294-12/+13
| | | | This reverts commit 70c24eb376e514098f228bef76194536995c4957.
* show a warning when delete a quality profile with descendantsStas Vilchik2015-07-281-0/+2
|