summaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6680 Move computation of measure Quality Profile to Compute EngineJulien Lancelot2015-07-035-30/+195
* Fix quality flawsJulien Lancelot2015-07-0340-531/+865
* Fix stability of issue trackingSimon Brandhof2015-07-0312-84/+77
* Fix typo ("squale" instead of "sqale")Simon Brandhof2015-07-022-4/+4
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-021-3/+0
* Merge branch 'feature/ce_issue_tracking'Simon Brandhof2015-07-02122-2141/+3650
|\
| * SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-0250-1191/+1638
| * SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-0234-286/+960
| * SONAR-6623 distribution of issues by debt in Compute EngineSimon Brandhof2015-07-0211-292/+396
| * SONAR-6623 count issuesSimon Brandhof2015-07-0214-769/+575
| * SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-0278-950/+1428
* | SONAR-6605 Add Empty FormulaRepositoryJulien Lancelot2015-07-022-0/+37
* | Revert "SONAR-6605 Replace some batch formulas by compute formulas"Julien Lancelot2015-07-023-159/+0
|/
* SONAR-6605 Replace some batch formulas by compute formulasJulien Lancelot2015-07-023-0/+159
* SONAR-6605 Create average formulaJulien Lancelot2015-07-023-0/+553
* SONAR-6605 Create distribution formulaJulien Lancelot2015-07-026-25/+594
* SONAR-6605 Create sum formulaJulien Lancelot2015-07-024-0/+326
* SONAR-6605 Create step computing formula measuresJulien Lancelot2015-07-027-0/+493
* SONAR-6605 Do not persist FILE_COMPLEXITY_DISTRIBUTION and FUNCTION_COMPLEXIT...Julien Lancelot2015-07-022-18/+121
* Add isHigherThan methodJulien Lancelot2015-07-022-0/+38
* fix typo in method name in MeasureVariationsSébastien Lesaint2015-07-014-11/+11
* SONAR-6645 move New Coverage computation to Compute EngineSébastien Lesaint2015-07-0113-2/+1510
* fix coverage of MeasureVariationsSébastien Lesaint2015-06-301-0/+71
* fix missing provider initialization when no measure has been added to ruleSébastien Lesaint2015-06-301-0/+4
* add missing equals() to MeasureVariationsSébastien Lesaint2015-06-301-1/+44
* Fix quality flawsSimon Brandhof2015-06-301-14/+24
* Fix quality flawsSimon Brandhof2015-06-301-2/+3
* Fix quality flawsSimon Brandhof2015-06-3014-34/+30
* Quality flawsSimon Brandhof2015-06-2954-185/+349
* fix quality flaw (unnecessary boxing)Sébastien Lesaint2015-06-291-1/+1
* Another test to fix after change of parsing to not lenientJulien HENRY2015-06-291-23/+33
* Fix test now that date parsing is not lenientJulien HENRY2015-06-291-2/+2
* SONAR-6668 update issue filters widgets to display the technical debtStas Vilchik2015-06-294-3/+11
* fix quality flawsTeryk Bellahsene2015-06-263-50/+63
* Use MetricJsonWriter in the metrics/search WSTeryk Bellahsene2015-06-262-38/+3
* SONAR-6615 ws custom_measures/search requires 'Administer System' permission ...Teryk Bellahsene2015-06-266-37/+59
* SONAR-6615 ws custom_measures/* add the pending fieldTeryk Bellahsene2015-06-268-17/+61
* SONAR-6664 compute Sqale metrics in CESébastien Lesaint2015-06-269-0/+878
* double values of Measures must have only 1 decimal (rounded up)Sébastien Lesaint2015-06-267-43/+69
* SONAR-6664 add MeasureRepositoryRule and MetricRepositoryRuleSébastien Lesaint2015-06-263-0/+637
* SONAR-6664 add PathAwareVisitor to visit a Component treeSébastien Lesaint2015-06-2618-19/+578
* SONAR-6664 add language to Component and a FileAttributes propertySébastien Lesaint2015-06-2611-39/+141
* SONAR-6612 ws custom_measures/metrics requires 'Administer System' permission...Teryk Bellahsene2015-06-262-23/+82
* SONAR-6612 ws custom_measures/metrics update descriptionTeryk Bellahsene2015-06-261-1/+1
* SONAR-6615 ws custom_measures/search search for custom measuresTeryk Bellahsene2015-06-2615-48/+677
* SONAR-6634 drop column resource_id from the manual_measures tableTeryk Bellahsene2015-06-268-14/+5
* SONAR-6617 remove the manual_measures/* RoR WSTeryk Bellahsene2015-06-253-89/+0
* SONAR-6611 ws custom_measures/update check permissions before fetching logged...Teryk Bellahsene2015-06-252-1/+27
* SONAR-6078 Aggregate technical debt on issues search WSJean-Baptiste Lievremont2015-06-2510-38/+602
* SONAR-6612 ws custom_measures/metrics list available custom metrics for a pro...Teryk Bellahsene2015-06-259-2/+460