aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-6195 Adjust UI to request fields as neededJean-Baptiste Lievremont2015-06-254-26/+41
* SONAR-6195 Implement selection of fields in api/issues/searchJean-Baptiste Lievremont2015-06-256-84/+162
* SONAR-6618 Enforce paging on issues searchJean-Baptiste Lievremont2015-06-255-94/+12
* Update metric type JSON format SONAR-6570 SONAR-6578 SONAR-6610 SONAR-6611Teryk Bellahsene2015-06-2411-65/+21
* SONAR-6649 Move initialization of persistit cache to global contextDuarte Meneses2015-06-241-1/+0
* SONAR-6610 ws custom_measures/create add user and correct date in responseTeryk Bellahsene2015-06-244-9/+38
* SONAR-6304 Set Content-Disposition header on profile backup and exportJean-Baptiste Lievremont2015-06-245-31/+80
* SONAR-6468 Check old password when changing password on selfJean-Baptiste Lievremont2015-06-244-10/+63
* fix quality flawTeryk Bellahsene2015-06-241-1/+2
* SONAR-6611 WS custom_measures/update update a custom measureTeryk Bellahsene2015-06-2415-147/+891
* SONAR-6610 WS custom_measures/create use specific JsonWriter class to write r...Teryk Bellahsene2015-06-245-21/+100
* Revert "SONAR-6646 no_value measure can not be a best value optimized measure"Sébastien Lesaint2015-06-242-9/+1
* SONAR-6570 ws metrics/search add fields direction, qualitative, custom and hi...Teryk Bellahsene2015-06-244-6/+50
* Revert merge to d70f025Duarte Meneses2015-06-231-0/+1
* SONAR-6649 Move initialization of persistit caches to global contextDuarte Meneses2015-06-231-1/+0
* improve coverage of ConditionEvaluatorSébastien Lesaint2015-06-232-49/+100
* FIX fix various quality flawsSébastien Lesaint2015-06-231-2/+2
* SONAR-6646 no_value measure can not be a best value optimized measureSébastien Lesaint2015-06-232-1/+9
* fix various quality flawsSébastien Lesaint2015-06-238-31/+65
* SONAR-6646 empty measure must not be persistedSébastien Lesaint2015-06-232-2/+32
* SONAR-6646 computing issue measures must be before variations and QGSébastien Lesaint2015-06-231-3/+3
* SONAR-6646 measures of bestValueOptimized Metrics must not be persistedSébastien Lesaint2015-06-234-22/+318
* add bestValue and optimizeBestValue to Metric interface in CESébastien Lesaint2015-06-235-10/+71
* fix level of conditions in JSON of QualityGateDetails measureSébastien Lesaint2015-06-222-3/+3
* fix quality flawsTeryk Bellahsene2015-06-222-25/+24
* SONAR-6646 Compute measures on issuesJulien Lancelot2015-06-223-1/+756
* SONAR-6646 Change visibility of has/getVariation() to publicJulien Lancelot2015-06-221-15/+15
* SONAR-6582 Extract class to serialize componentsJean-Baptiste Lievremont2015-06-226-25/+78
* Fix quality flawsSimon Brandhof2015-06-2112-44/+37
* Fix Q flawsSimon Brandhof2015-06-192-9/+9
* Creation of notifications on quality gate must be executed after computation ...Julien Lancelot2015-06-192-2/+12