Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | improve the "max results reached" message in issues filter widget | Stas Vilchik | 2015-06-22 | 1 | -0/+1 |
| | |||||
* | SONAR-5851 remove "all rules" exporter | Stas Vilchik | 2015-06-22 | 1 | -1/+0 |
| | |||||
* | Fix Q flaws | Simon Brandhof | 2015-06-19 | 3 | -6/+15 |
| | |||||
* | Copy custom measures in compute engine | Simon Brandhof | 2015-06-19 | 2 | -3/+3 |
| | |||||
* | Merge pull request #366 from gliptak/warnings1 | Sébastien Lesaint | 2015-06-19 | 6 | -11/+13 |
|\ | | | | | Cleanup warnings | ||||
| * | Cleanup warnings | Gabor Liptak | 2015-06-17 | 6 | -11/+13 |
| | | |||||
* | | Fix MeasureDao on PostgreSQL and Oracle | Julien Lancelot | 2015-06-19 | 3 | -1/+13 |
| | | |||||
* | | fix quality flaws | Teryk Bellahsene | 2015-06-19 | 2 | -16/+18 |
| | | | | | | | | | | | | - add static inner class - make methods static - declare one field by line | ||||
* | | SONAR-6643 Fill measures with variations | Julien Lancelot | 2015-06-19 | 4 | -4/+157 |
| | | |||||
* | | Revert "Fix quality flaws" | Sébastien Lesaint | 2015-06-18 | 2 | -0/+46 |
| | | | | | | | | This reverts commit 47bad47ae07d3ffc895f3e76261d637073c57981 which breaks the compiltation of SQ | ||||
* | | Fix quality flaws | Simon Brandhof | 2015-06-18 | 2 | -46/+0 |
| | | |||||
* | | fix quality flaws | Teryk Bellahsene | 2015-06-18 | 1 | -1/+5 |
| | | |||||
* | | fix shortcut help label | Stas Vilchik | 2015-06-18 | 1 | -1/+1 |
| | | |||||
* | | SONAR-6610 WS custom_measures/create work duration sends the raw data ↵ | Teryk Bellahsene | 2015-06-18 | 1 | -1/+1 |
| | | | | | | | | (number of minutes) | ||||
* | | Drop Hibernate from server | Simon Brandhof | 2015-06-18 | 3 | -87/+10 |
| | | |||||
* | | Refactor registration of metrics at server startup | Simon Brandhof | 2015-06-18 | 9 | -316/+19 |
| | | | | | | | | Replace Hibernate by MyBatis | ||||
* | | SONAR-6610 WS custom_measures/create create a custom measure | Teryk Bellahsene | 2015-06-18 | 3 | -0/+10 |
| | | |||||
* | | Merge pull request #381 from Bananeweizen/patch-1 | Simon Brandhof | 2015-06-17 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo in English bundle | ||||
| * | | Update core.properties | Michael Keppler | 2015-06-17 | 1 | -1/+1 |
| |/ | | | | | typo in "overridden" | ||||
* | | SONAR-6588 Remove RuleFinder from batch bootstrap phase | Simon Brandhof | 2015-06-17 | 4 | -234/+0 |
| | | | | | | | | | | That allows to drop CacheRuleFinder and the Hibernate entities Rule/RuleParam | ||||
* | | Remove ability to get users from batch | Simon Brandhof | 2015-06-17 | 4 | -26/+38 |
| | | | | | | | | + drop Hibernate model "User" | ||||
* | | Remove Hibernate entity "MeasureModel" | Simon Brandhof | 2015-06-17 | 3 | -33/+8 |
|/ | |||||
* | Allow to insert multiple dtos at the same times for some daos | Julien Lancelot | 2015-06-16 | 2 | -27/+72 |
| | |||||
* | Increase some timeouts in tests | Simon Brandhof | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | SONAR-6507 Redesign the "My Profile" page | Stas Vilchik | 2015-06-15 | 1 | -0/+1 |
| | |||||
* | SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITY | Simon Brandhof | 2015-06-12 | 3 | -40/+2 |
| | |||||
* | SONAR-6557 Drop dependencies table | Julien Lancelot | 2015-06-12 | 15 | -298/+13 |
| | |||||
* | SONAR-6557 Remove component and snapshot libraries | Julien Lancelot | 2015-06-12 | 3 | -85/+2 |
| | |||||
* | SONAR-6557 Remove useless migrations on dependencies | Julien Lancelot | 2015-06-12 | 1 | -4/+0 |
| | |||||
* | MetricDao.selectNullableById should really take a long, not a int | Sébastien Lesaint | 2015-06-12 | 1 | -1/+1 |
| | |||||
* | Decrease to DEBUG the log "API compatibility mode is enabled on plugin xxx" | Simon Brandhof | 2015-06-12 | 1 | -1/+1 |
| | |||||
* | SONAR-6260 Fix test on Oracle because snapshots.path is not empty but null | Julien Lancelot | 2015-06-10 | 1 | -1/+5 |
| | |||||
* | SONAR-6596 Remove database semaphores from batch | Julien Lancelot | 2015-06-10 | 1 | -7/+4 |
| | |||||
* | SONAR-6260 Apply PR feedback | Julien Lancelot | 2015-06-10 | 3 | -5/+4 |
| | |||||
* | SONAR-6260 Remove snapshot and project persistence form batch | Julien Lancelot | 2015-06-10 | 5 | -353/+12 |
| |