Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add column LOCATIONS to db table ISSUES | Simon Brandhof | 2015-08-05 | 1 | -1/+10 |
| | |||||
* | Support absent protobuf arrays in ProtobufJsonFormat | Simon Brandhof | 2015-08-05 | 5 | -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 flaws | Julien HENRY | 2015-08-05 | 1 | -3/+3 |
| | |||||
* | SONAR-6761 Drop incremental mode | Duarte Meneses | 2015-08-05 | 1 | -2/+2 |
| | |||||
* | SONAR-6052 Extract primaryLocation as a special attribute | Julien HENRY | 2015-07-31 | 1 | -0/+5 |
| | | | | Also rework new issue API on batch side. | ||||
* | show a message when there are no quality profiles | Stas Vilchik | 2015-07-31 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Remove classes badly committed | Simon Brandhof | 2015-07-30 | 1 | -2/+2 |
| | |||||
* | Add ProtobufJsonFormat to convert protobuf messages to JSON | Simon Brandhof | 2015-07-30 | 5 | -89/+1626 |
| | |||||
* | fork Profiler into sonar-core to change return type of stop methods | Sébastien Lesaint | 2015-07-29 | 6 | -0/+677 |
| | |||||
* | Revert "SONAR-6746 Drop Plugin interface + batch cleanup" | Simon Brandhof | 2015-07-29 | 4 | -12/+13 |
| | | | | This reverts commit 70c24eb376e514098f228bef76194536995c4957. | ||||
* | show a warning when delete a quality profile with descendants | Stas Vilchik | 2015-07-28 | 1 | -0/+2 |
| | |||||
* | SONAR-6746 Drop Plugin interface + batch cleanup | Julien HENRY | 2015-07-28 | 4 | -13/+12 |
| | |||||
* | Revert hacks related to sprint on removal of Decorator | Simon Brandhof | 2015-07-24 | 1 | -9/+5 |
| | | | | | * forbid negative effort to fix on issues * enable VB in plugin tests | ||||
* | SONAR-6577 Offline mode in preview mode | Duarte Meneses | 2015-07-24 | 2 | -18/+75 |
| | |||||
* | SONAR-4865, SONAR-6052 Improved issue locations | Julien HENRY | 2015-07-23 | 1 | -0/+21 |
| | |||||
* | SONAR-6725 drop aggregation of measures of PACKAGES metric | Sébastien Lesaint | 2015-07-23 | 2 | -3/+1 |
| | |||||
* | Improve readability of IssueWorkflowTest | Simon Brandhof | 2015-07-22 | 1 | -26/+31 |
| | |||||
* | Fix closing of resovled manual issue | Simon Brandhof | 2015-07-22 | 4 | -69/+204 |
| | |||||
* | Improve utility org.sonar.core.util.Protobuf | Simon Brandhof | 2015-07-22 | 5 | -0/+936 |
| | |||||
* | Add org.sonar.core.util.ContextException | Simon Brandhof | 2015-07-22 | 2 | -0/+269 |
| | |||||
* | SONAR-6376 ws plugins/installed and plugins/pending add category field | Teryk Bellahsene | 2015-07-21 | 1 | -0/+57 |
| | | | | - use Optional when retrieving an UpdateCenter | ||||
* | SONAR-6681 Move computation of Unit test related measures to CE | Julien Lancelot | 2015-07-21 | 2 | -3/+1 |
| | |||||
* | SONAR-6679 Move computation of language ditribution measures to CE | Julien Lancelot | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | Rename SensorMetrics to BatchMetrics | Julien Lancelot | 2015-07-21 | 2 | -9/+8 |
| | |||||
* | Allow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batch | Julien Lancelot | 2015-07-21 | 2 | -1/+5 |
| | |||||
* | Remove unused db classes Snapshot and ResourceModel | Simon Brandhof | 2015-07-20 | 1 | -3/+4 |
| | |||||
* | SONAR-6703 load common rule parameters from batch report | Simon Brandhof | 2015-07-20 | 3 | -2/+416 |
| | |||||
* | 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 | 2 | -109/+0 |
| | |||||
* | Add missing annotations | Julien Lancelot | 2015-07-15 | 1 | -0/+4 |
| | |||||
* | Filter metrics that can be read from the batch | Julien Lancelot | 2015-07-15 | 2 | -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 line | Simon Brandhof | 2015-07-09 | 1 | -1/+1 |
| | |||||
* | SONAR-6697 filter available metrics | Stas Vilchik | 2015-07-08 | 1 | -0/+1 |
| | |||||
* | SONAR-6697 add new custom measures page | Stas Vilchik | 2015-07-08 | 1 | -0/+14 |
| | |||||
* | Minor - fix log in PluginInfo | Simon Brandhof | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -0/+257 |
| | |||||
* | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 867 | -50531/+290 |
| | |||||
* | Fix stability of issue tracking | Simon Brandhof | 2015-07-03 | 1 | -3/+2 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-07-03 | 1 | -1/+0 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-07-03 | 2 | -14/+36 |
| | |||||
* | Fix stability of issue tracking | Simon Brandhof | 2015-07-03 | 3 | -60/+52 |
| | |||||
* | SONAR-6588 drop db connection from batch | Simon Brandhof | 2015-07-02 | 28 | -1196/+14 |
| | |||||
* | SONAR-6588 move computation of debt to Compute Engine | Simon Brandhof | 2015-07-02 | 20 | -106/+638 |
| | |||||
* | SONAR-6588 integrate issues to Compute Engine | Simon Brandhof | 2015-07-02 | 21 | -676/+228 |
| | |||||
* | SONAR-6623 count issues | Simon Brandhof | 2015-07-02 | 1 | -29/+0 |
| | |||||
* | SONAR-6623 extract issue tracking algorithm from batch | Simon Brandhof | 2015-07-02 | 50 | -228/+2696 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2015-06-30 | 1 | -67/+66 |
| |