summaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6778 Document that global differential periods (1, 2 and 3) support a h...Fabrice Bellingard2015-08-061-2/+3
* 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
* 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
* show a message when there are no quality profilesStas Vilchik2015-07-311-0/+1
* Prepare upgrade to protobuf 3Simon Brandhof2015-07-301-0/+1
* 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
* 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
* 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
* 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
* 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