Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 12 | -51/+75 | |
| | | | | | - do not declare multiple variables on same line - fix imports | |||||
* | SONAR-6668 update issue filters widgets to display the technical debt | Stas Vilchik | 2015-06-29 | 1 | -0/+6 | |
| | ||||||
* | SONAR-6078 show debt on issues page | Stas Vilchik | 2015-06-29 | 1 | -0/+1 | |
| | ||||||
* | SONAR-6615 ws custom_measures/search search for custom measures | Teryk Bellahsene | 2015-06-26 | 4 | -4/+29 | |
| | ||||||
* | SONAR-6634 drop column resource_id from the manual_measures table | Teryk Bellahsene | 2015-06-26 | 8 | -23/+10 | |
| | ||||||
* | SONAR-6661 rewrite update center | Stas Vilchik | 2015-06-25 | 1 | -0/+12 | |
| | ||||||
* | SONAR-6612 ws custom_measures/metrics list available custom metrics for a ↵ | Teryk Bellahsene | 2015-06-25 | 2 | -0/+15 | |
| | | | | project | |||||
* | SONAR-6570 update web | Stas Vilchik | 2015-06-25 | 1 | -0/+19 | |
| | ||||||
* | SONAR-6611 WS custom_measures/update update a custom measure | Teryk Bellahsene | 2015-06-24 | 2 | -3/+15 | |
| |