aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-07-284-13/+12
|
* Revert hacks related to sprint on removal of DecoratorSimon Brandhof2015-07-241-9/+5
| | | | | * forbid negative effort to fix on issues * enable VB in plugin tests
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-242-18/+75
|
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-231-0/+21
|
* SONAR-6725 drop aggregation of measures of PACKAGES metricSébastien Lesaint2015-07-232-3/+1
|
* Improve readability of IssueWorkflowTestSimon Brandhof2015-07-221-26/+31
|
* Fix closing of resovled manual issueSimon Brandhof2015-07-224-69/+204
|
* Improve utility org.sonar.core.util.ProtobufSimon Brandhof2015-07-225-0/+936
|
* Add org.sonar.core.util.ContextExceptionSimon Brandhof2015-07-222-0/+269
|
* SONAR-6376 ws plugins/installed and plugins/pending add category fieldTeryk Bellahsene2015-07-211-0/+57
| | | | - use Optional when retrieving an UpdateCenter
* SONAR-6681 Move computation of Unit test related measures to CEJulien Lancelot2015-07-212-3/+1
|
* SONAR-6679 Move computation of language ditribution measures to CEJulien Lancelot2015-07-211-1/+1
|
* Rename SensorMetrics to BatchMetricsJulien Lancelot2015-07-212-9/+8
|
* Allow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batchJulien Lancelot2015-07-212-1/+5
|
* Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-201-3/+4
|
* SONAR-6703 load common rule parameters from batch reportSimon Brandhof2015-07-203-2/+416
|
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-3/+3
|
* Drop use of ad-hoc MultiSets and use Guava's insteadTeryk Bellahsene2015-07-152-109/+0
|
* Add missing annotationsJulien Lancelot2015-07-151-0/+4
|
* Filter metrics that can be read from the batchJulien Lancelot2015-07-152-0/+245
| | | | Only plugin metrics and some defined core metrics are allowed to be read from the batch
* Fix issue tracking when comparing only hash of lineSimon Brandhof2015-07-091-1/+1
|
* SONAR-6697 filter available metricsStas Vilchik2015-07-081-0/+1
|
* SONAR-6697 add new custom measures pageStas Vilchik2015-07-081-0/+14
|
* Minor - fix log in PluginInfoSimon Brandhof2015-07-071-1/+1
|
* FIX Redundant throws clauseDavid Gageot2015-07-074-12/+12
|
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-064-0/+257
|
* Extract module sonar-dbSimon Brandhof2015-07-04867-50531/+290
|
* Fix stability of issue trackingSimon Brandhof2015-07-031-3/+2
|
* Fix quality flawsJulien Lancelot2015-07-031-1/+0
|
* Fix quality flawsJulien Lancelot2015-07-032-14/+36
|
* Fix stability of issue trackingSimon Brandhof2015-07-033-60/+52
|
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-0228-1196/+14
|
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-0220-106/+638
|
* SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-0221-676/+228
|
* SONAR-6623 count issuesSimon Brandhof2015-07-021-29/+0
|
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-0250-228/+2696
|
* Fix some quality flawsJulien HENRY2015-06-301-67/+66
|