Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix test false-positives when port is already in use | Simon Brandhof | 2015-09-04 | 1 | -3/+3 | |
| | ||||||
* | fix privileged plugin ClassLoader configuration | Sébastien Lesaint | 2015-08-29 | 2 | -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 Lucene | Simon Brandhof | 2015-08-28 | 3 | -0/+134 | |
| | ||||||
* | fix incomplete assertions | Sébastien Lesaint | 2015-08-18 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6749 add serverExtension support to Plugin class loaders | Sébastien Lesaint | 2015-08-06 | 2 | -0/+70 | |
| | ||||||
* | Support absent protobuf arrays in ProtobufJsonFormat | Simon Brandhof | 2015-08-05 | 4 | -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 3 | Simon Brandhof | 2015-07-30 | 1 | -0/+1 | |
| | | | | Files .proto must declare: syntax = "proto2"; | |||||
* | New WS api/rules/list for batch | Simon Brandhof | 2015-07-30 | 1 | -0/+14 | |
| | ||||||
* | Add ProtobufJsonFormat to convert protobuf messages to JSON | Simon Brandhof | 2015-07-30 | 4 | -89/+1532 | |
| | ||||||
* | fork Profiler into sonar-core to change return type of stop methods | Sébastien Lesaint | 2015-07-29 | 3 | -0/+306 | |
| | ||||||
* | Revert "SONAR-6746 Drop Plugin interface + batch cleanup" | Simon Brandhof | 2015-07-29 | 1 | -1/+2 | |
| | | | | This reverts commit 70c24eb376e514098f228bef76194536995c4957. | |||||
* | SONAR-6746 Drop Plugin interface + batch cleanup | Julien HENRY | 2015-07-28 | 1 | -2/+1 | |
| | ||||||
* | SONAR-6577 Offline mode in preview mode | Duarte Meneses | 2015-07-24 | 1 | -1/+20 | |
| | ||||||
* | SONAR-6725 drop aggregation of measures of PACKAGES metric | Sébastien Lesaint | 2015-07-23 | 1 | -1/+1 | |
| | ||||||
* | Improve readability of IssueWorkflowTest | Simon Brandhof | 2015-07-22 | 1 | -26/+31 | |
| | ||||||
* | Fix closing of resovled manual issue | Simon Brandhof | 2015-07-22 | 2 | -54/+155 | |
| | ||||||
* | Improve utility org.sonar.core.util.Protobuf | Simon Brandhof | 2015-07-22 | 3 | -0/+751 | |
| | ||||||
* | Add org.sonar.core.util.ContextException | Simon Brandhof | 2015-07-22 | 1 | -0/+99 | |
| | ||||||
* | SONAR-6681 Move computation of Unit test related measures to CE | Julien Lancelot | 2015-07-21 | 1 | -1/+1 | |
| | ||||||
* | Rename SensorMetrics to BatchMetrics | Julien Lancelot | 2015-07-21 | 1 | -3/+3 | |
| | ||||||
* | Allow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batch | Julien Lancelot | 2015-07-21 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6703 load common rule parameters from batch report | Simon Brandhof | 2015-07-20 | 1 | -0/+240 | |
| | ||||||
* | Rename variables "sut" to "underTest" in tests | Simon Brandhof | 2015-07-16 | 1 | -3/+3 | |
| | ||||||
* | Drop use of ad-hoc MultiSets and use Guava's instead | Teryk Bellahsene | 2015-07-15 | 1 | -48/+0 | |
| | ||||||
* | Filter metrics that can be read from the batch | Julien Lancelot | 2015-07-15 | 1 | -0/+60 | |
| | | | | Only plugin metrics and some defined core metrics are allowed to be read from the batch | |||||
* | FIX Redundant throws clause | David Gageot | 2015-07-07 | 4 | -12/+12 | |
| | ||||||
* | Move some classes from sonar-server to sonar-db | Simon Brandhof | 2015-07-06 | 2 | -0/+105 | |
| | ||||||
* | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 516 | -21460/+113 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2015-07-03 | 1 | -0/+20 | |
| | ||||||
* | SONAR-6588 drop db connection from batch | Simon Brandhof | 2015-07-02 | 8 | -339/+4 | |
| | ||||||
* | SONAR-6588 move computation of debt to Compute Engine | Simon Brandhof | 2015-07-02 | 8 | -44/+531 | |
| | ||||||
* | SONAR-6588 integrate issues to Compute Engine | Simon Brandhof | 2015-07-02 | 7 | -442/+161 | |
| | ||||||
* | SONAR-6623 extract issue tracking algorithm from batch | Simon Brandhof | 2015-07-02 | 19 | -135/+604 | |
| | ||||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 3 | -4/+10 | |
| | | | | | - do not declare multiple variables on same line - fix imports | |||||
* | Merge pull request #366 from gliptak/warnings1 | Sébastien Lesaint | 2015-06-19 | 2 | -4/+7 | |
|\ | | | | | Cleanup warnings | |||||
| * | Cleanup warnings | Gabor Liptak | 2015-06-17 | 2 | -4/+7 | |
| | | ||||||
* | | Fix MeasureDao on PostgreSQL and Oracle | Julien Lancelot | 2015-06-19 | 1 | -0/+2 | |
| | | ||||||
* | | SONAR-6643 Fill measures with variations | Julien Lancelot | 2015-06-19 | 1 | -0/+50 | |
| | | ||||||
* | | Refactor registration of metrics at server startup | Simon Brandhof | 2015-06-18 | 3 | -147/+0 | |
| | | | | | | | | Replace Hibernate by MyBatis | |||||
* | | SONAR-6588 Remove RuleFinder from batch bootstrap phase | Simon Brandhof | 2015-06-17 | 2 | -88/+0 | |
| | | | | | | | | | | That allows to drop CacheRuleFinder and the Hibernate entities Rule/RuleParam | |||||
* | | Remove ability to get users from batch | Simon Brandhof | 2015-06-17 | 2 | -15/+22 | |
| | | | | | | | | + drop Hibernate model "User" | |||||
* | | Remove Hibernate entity "MeasureModel" | Simon Brandhof | 2015-06-17 | 1 | -30/+8 | |
|/ | ||||||
* | Allow to insert multiple dtos at the same times for some daos | Julien Lancelot | 2015-06-16 | 1 | -22/+58 | |
| | ||||||
* | Increase some timeouts in tests | Simon Brandhof | 2015-06-16 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITY | Simon Brandhof | 2015-06-12 | 1 | -15/+0 | |
| | ||||||
* | SONAR-6557 Drop dependencies table | Julien Lancelot | 2015-06-12 | 5 | -49/+3 | |
| | ||||||
* | SONAR-6557 Remove component and snapshot libraries | Julien Lancelot | 2015-06-12 | 1 | -51/+0 | |
| | ||||||
* | SONAR-6260 Apply PR feedback | Julien Lancelot | 2015-06-10 | 1 | -3/+3 | |
| | ||||||
* | SONAR-6260 Remove snapshot and project persistence form batch | Julien Lancelot | 2015-06-10 | 1 | -235/+0 | |
| | ||||||
* | SONAR-6260 Create a PeriodsRepository | Julien Lancelot | 2015-06-10 | 1 | -0/+51 | |
| | | | | The goal is to copy behaviour of PeriodsDefinition and TimeMachineConfiguration from batch in the Compute Engin |