aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix test false-positives when port is already in useSimon Brandhof2015-09-041-3/+3
|
* fix privileged plugin ClassLoader configurationSébastien Lesaint2015-08-292-20/+20
| | | | | 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-283-0/+134
|
* fix incomplete assertionsSébastien Lesaint2015-08-181-1/+1
|
* SONAR-6749 add serverExtension support to Plugin class loadersSébastien Lesaint2015-08-062-0/+70
|
* Support absent protobuf arrays in ProtobufJsonFormatSimon Brandhof2015-08-054-578/+1844
| | | | | | | | 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.
* 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
|
* Add ProtobufJsonFormat to convert protobuf messages to JSONSimon Brandhof2015-07-304-89/+1532
|
* fork Profiler into sonar-core to change return type of stop methodsSébastien Lesaint2015-07-293-0/+306
|
* Revert "SONAR-6746 Drop Plugin interface + batch cleanup"Simon Brandhof2015-07-291-1/+2
| | | | This reverts commit 70c24eb376e514098f228bef76194536995c4957.
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-07-281-2/+1
|
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-241-1/+20
|
* SONAR-6725 drop aggregation of measures of PACKAGES metricSébastien Lesaint2015-07-231-1/+1
|
* Improve readability of IssueWorkflowTestSimon Brandhof2015-07-221-26/+31
|
* Fix closing of resovled manual issueSimon Brandhof2015-07-222-54/+155
|
* Improve utility org.sonar.core.util.ProtobufSimon Brandhof2015-07-223-0/+751
|
* Add org.sonar.core.util.ContextExceptionSimon Brandhof2015-07-221-0/+99
|
* SONAR-6681 Move computation of Unit test related measures to CEJulien Lancelot2015-07-211-1/+1
|
* Rename SensorMetrics to BatchMetricsJulien Lancelot2015-07-211-3/+3
|
* Allow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batchJulien Lancelot2015-07-211-1/+1
|
* SONAR-6703 load common rule parameters from batch reportSimon Brandhof2015-07-201-0/+240
|
* 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-151-48/+0
|
* Filter metrics that can be read from the batchJulien Lancelot2015-07-151-0/+60
| | | | Only plugin metrics and some defined core metrics are allowed to be read from the batch
* FIX Redundant throws clauseDavid Gageot2015-07-074-12/+12
|
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-062-0/+105
|
* Extract module sonar-dbSimon Brandhof2015-07-04516-21460/+113
|
* Fix quality flawsJulien Lancelot2015-07-031-0/+20
|
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-028-339/+4
|
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-028-44/+531
|
* SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-027-442/+161
|
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-0219-135/+604
|
* Quality flawsSimon Brandhof2015-06-293-4/+10
| | | | | - do not declare multiple variables on same line - fix imports
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-192-4/+7
|\ | | | | Cleanup warnings
| * Cleanup warningsGabor Liptak2015-06-172-4/+7
| |
* | Fix MeasureDao on PostgreSQL and OracleJulien Lancelot2015-06-191-0/+2
| |
* | SONAR-6643 Fill measures with variationsJulien Lancelot2015-06-191-0/+50
| |
* | Refactor registration of metrics at server startupSimon Brandhof2015-06-183-147/+0
| | | | | | | | Replace Hibernate by MyBatis
* | SONAR-6588 Remove RuleFinder from batch bootstrap phaseSimon Brandhof2015-06-172-88/+0
| | | | | | | | | | That allows to drop CacheRuleFinder and the Hibernate entities Rule/RuleParam
* | Remove ability to get users from batchSimon Brandhof2015-06-172-15/+22
| | | | | | | | + drop Hibernate model "User"
* | Remove Hibernate entity "MeasureModel"Simon Brandhof2015-06-171-30/+8
|/
* Allow to insert multiple dtos at the same times for some daosJulien Lancelot2015-06-161-22/+58
|
* Increase some timeouts in testsSimon Brandhof2015-06-161-1/+1
|
* SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITYSimon Brandhof2015-06-121-15/+0
|
* SONAR-6557 Drop dependencies tableJulien Lancelot2015-06-125-49/+3
|
* SONAR-6557 Remove component and snapshot librariesJulien Lancelot2015-06-121-51/+0
|
* SONAR-6260 Apply PR feedbackJulien Lancelot2015-06-101-3/+3
|
* SONAR-6260 Remove snapshot and project persistence form batchJulien Lancelot2015-06-101-235/+0
|
* SONAR-6260 Create a PeriodsRepositoryJulien Lancelot2015-06-101-0/+51
| | | | The goal is to copy behaviour of PeriodsDefinition and TimeMachineConfiguration from batch in the Compute Engin