Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add isHigherThan method | Julien Lancelot | 2015-07-02 | 2 | -0/+38 |
| | |||||
* | fix typo in method name in MeasureVariations | Sébastien Lesaint | 2015-07-01 | 4 | -11/+11 |
| | |||||
* | SONAR-6645 move New Coverage computation to Compute Engine | Sébastien Lesaint | 2015-07-01 | 13 | -2/+1510 |
| | |||||
* | fix coverage of MeasureVariations | Sébastien Lesaint | 2015-06-30 | 1 | -0/+71 |
| | |||||
* | fix missing provider initialization when no measure has been added to rule | Sébastien Lesaint | 2015-06-30 | 1 | -0/+4 |
| | |||||
* | add missing equals() to MeasureVariations | Sébastien Lesaint | 2015-06-30 | 1 | -1/+44 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-30 | 1 | -14/+24 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-30 | 1 | -2/+3 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-30 | 14 | -34/+30 |
| | |||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 54 | -185/+349 |
| | | | | | - do not declare multiple variables on same line - fix imports | ||||
* | fix quality flaw (unnecessary boxing) | Sébastien Lesaint | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | Another test to fix after change of parsing to not lenient | Julien HENRY | 2015-06-29 | 1 | -23/+33 |
| | |||||
* | Fix test now that date parsing is not lenient | Julien HENRY | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | SONAR-6668 update issue filters widgets to display the technical debt | Stas Vilchik | 2015-06-29 | 4 | -3/+11 |
| | |||||
* | fix quality flaws | Teryk Bellahsene | 2015-06-26 | 3 | -50/+63 |
| | |||||
* | Use MetricJsonWriter in the metrics/search WS | Teryk Bellahsene | 2015-06-26 | 2 | -38/+3 |
| | |||||
* | SONAR-6615 ws custom_measures/search requires 'Administer System' permission ↵ | Teryk Bellahsene | 2015-06-26 | 6 | -37/+59 |
| | | | | or 'Administer' permission on the project | ||||
* | SONAR-6615 ws custom_measures/* add the pending field | Teryk Bellahsene | 2015-06-26 | 8 | -17/+61 |
| | |||||
* | SONAR-6664 compute Sqale metrics in CE | Sébastien Lesaint | 2015-06-26 | 9 | -0/+878 |
| | |||||
* | double values of Measures must have only 1 decimal (rounded up) | Sébastien Lesaint | 2015-06-26 | 7 | -43/+69 |
| | |||||
* | SONAR-6664 add MeasureRepositoryRule and MetricRepositoryRule | Sébastien Lesaint | 2015-06-26 | 3 | -0/+637 |
| | |||||
* | SONAR-6664 add PathAwareVisitor to visit a Component tree | Sébastien Lesaint | 2015-06-26 | 18 | -19/+578 |
| | |||||
* | SONAR-6664 add language to Component and a FileAttributes property | Sébastien Lesaint | 2015-06-26 | 11 | -39/+141 |
| | | | | FileAttributes property replaces the unitTest property and adds the languageKey | ||||
* | SONAR-6612 ws custom_measures/metrics requires 'Administer System' ↵ | Teryk Bellahsene | 2015-06-26 | 2 | -23/+82 |
| | | | | permission or 'Administer' permission on the project | ||||
* | SONAR-6612 ws custom_measures/metrics update description | Teryk Bellahsene | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | SONAR-6615 ws custom_measures/search search for custom measures | Teryk Bellahsene | 2015-06-26 | 15 | -48/+677 |
| | |||||
* | SONAR-6634 drop column resource_id from the manual_measures table | Teryk Bellahsene | 2015-06-26 | 8 | -14/+5 |
| | |||||
* | SONAR-6617 remove the manual_measures/* RoR WS | Teryk Bellahsene | 2015-06-25 | 3 | -89/+0 |
| | |||||
* | SONAR-6611 ws custom_measures/update check permissions before fetching ↵ | Teryk Bellahsene | 2015-06-25 | 2 | -1/+27 |
| | | | | logged user | ||||
* | SONAR-6078 Aggregate technical debt on issues search WS | Jean-Baptiste Lievremont | 2015-06-25 | 10 | -38/+602 |
| | |||||
* | SONAR-6612 ws custom_measures/metrics list available custom metrics for a ↵ | Teryk Bellahsene | 2015-06-25 | 9 | -2/+460 |
| | | | | project | ||||
* | SONAR-6195 Adjust UI to request fields as needed | Jean-Baptiste Lievremont | 2015-06-25 | 4 | -26/+41 |
| | |||||
* | SONAR-6195 Implement selection of fields in api/issues/search | Jean-Baptiste Lievremont | 2015-06-25 | 6 | -84/+162 |
| | |||||
* | SONAR-6618 Enforce paging on issues search | Jean-Baptiste Lievremont | 2015-06-25 | 5 | -94/+12 |
| | |||||
* | Update metric type JSON format SONAR-6570 SONAR-6578 SONAR-6610 SONAR-6611 | Teryk Bellahsene | 2015-06-24 | 11 | -65/+21 |
| | | | | | | | | WS updated: - metrics/search - metrics/types - custom_measures/create - custom_measures/update | ||||
* | SONAR-6649 Move initialization of persistit cache to global context | Duarte Meneses | 2015-06-24 | 1 | -1/+0 |
| | |||||
* | SONAR-6610 ws custom_measures/create add user and correct date in response | Teryk Bellahsene | 2015-06-24 | 4 | -9/+38 |
| | | | | | | | - only project and module are allowed - add user in response - set created_at and updated_at field in db and response - update several error message to make them clearer | ||||
* | SONAR-6304 Set Content-Disposition header on profile backup and export | Jean-Baptiste Lievremont | 2015-06-24 | 5 | -31/+80 |
| | |||||
* | SONAR-6468 Check old password when changing password on self | Jean-Baptiste Lievremont | 2015-06-24 | 4 | -10/+63 |
| | |||||
* | fix quality flaw | Teryk Bellahsene | 2015-06-24 | 1 | -1/+2 |
| | |||||
* | SONAR-6611 WS custom_measures/update update a custom measure | Teryk Bellahsene | 2015-06-24 | 15 | -147/+891 |
| | |||||
* | SONAR-6610 WS custom_measures/create use specific JsonWriter class to write ↵ | Teryk Bellahsene | 2015-06-24 | 5 | -21/+100 |
| | | | | response | ||||
* | Revert "SONAR-6646 no_value measure can not be a best value optimized measure" | Sébastien Lesaint | 2015-06-24 | 2 | -9/+1 |
| | | | | This reverts commit 0199d646efb6260d2aa6fc8705d940a3ef89285c because no_value measures _can_ and must be considered as best value optimized if other criterias are met | ||||
* | SONAR-6570 ws metrics/search add fields direction, qualitative, custom and ↵ | Teryk Bellahsene | 2015-06-24 | 4 | -6/+50 |
| | | | | hidden in response | ||||
* | Revert merge to d70f025 | Duarte Meneses | 2015-06-23 | 1 | -0/+1 |
| | |||||
* | SONAR-6649 Move initialization of persistit caches to global context | Duarte Meneses | 2015-06-23 | 1 | -1/+0 |
| | |||||
* | improve coverage of ConditionEvaluator | Sébastien Lesaint | 2015-06-23 | 2 | -49/+100 |
| | |||||
* | FIX fix various quality flaws | Sébastien Lesaint | 2015-06-23 | 1 | -2/+2 |
| | |||||
* | SONAR-6646 no_value measure can not be a best value optimized measure | Sébastien Lesaint | 2015-06-23 | 2 | -1/+9 |
| | |||||
* | fix various quality flaws | Sébastien Lesaint | 2015-06-23 | 8 | -31/+65 |
| |