aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6644 fix debt when characteristic is noneSimon Brandhof2015-09-093-20/+5
* SONAR-6827 Validate uniqueness of output metricsJulien Lancelot2015-09-092-11/+39
* SONAR-6827 Rebuild MeasureComputerDefinition only if neededJulien Lancelot2015-09-091-3/+9
* SONAR-6840 Allow measure values of integers with more than 10 digits in databaseSimon Brandhof2015-09-091-0/+39
* add ComponentDtoFunctions to factor ComponentDto functionsSébastien Lesaint2015-09-086-84/+32
* PersistComponentsStep now supports Views componentsSébastien Lesaint2015-09-083-29/+415
* fix ComponentTesting: Subview in table PROJECTS have no pathSébastien Lesaint2015-09-082-3/+3
* use a visitor and no more BatchReportReader in PersistComponentsStepSébastien Lesaint2015-09-082-567/+377
* add description and path to ReportAttributesSébastien Lesaint2015-09-083-5/+90
* pull UuidFactory out of FillComponentsStep to use it in ViewsSébastien Lesaint2015-09-082-31/+54
* WIP improving coverage quick winsSébastien Lesaint2015-09-082-0/+66
* remove unkown type support in PathAwareCrawler and PathAwareVisitorSébastien Lesaint2015-09-085-28/+12
* Make methods static in the permission domainTeryk Bellahsene2015-09-082-2/+6
* Remove useless MeasureDto.componentKeyJulien Lancelot2015-09-072-7/+7
* SONAR-6827 MeasureDtoToMeasure supports rule and characteristic measuresJulien Lancelot2015-09-074-14/+42
* SONAR-6827 MeasureComputersVisitor should support a views treeJulien Lancelot2015-09-074-32/+335
* SONAR-6353 new metric days_since_last_commitSimon Brandhof2015-09-072-46/+125
* Add permission template name as a web service parameter in the permission tem...Teryk Bellahsene2015-09-0424-144/+305
* SONAR-6495 WS permissions/search_templates add default templatesTeryk Bellahsene2015-09-048-12/+149
* Prefix web service protobuf messages with 'Ws'Teryk Bellahsene2015-09-047-32/+32
* SONAR-6495 WS permissions/search_templates search for permission templatesTeryk Bellahsene2015-09-0416-43/+719
* Fix metrics of type MILLISECSimon Brandhof2015-09-047-153/+41
* Fix api/sources/indexSimon Brandhof2015-09-043-0/+222
* Drop empty packageSimon Brandhof2015-09-041-24/+0
* Drop WS api/sources/indexSimon Brandhof2015-09-043-222/+0
* SONAR-6813 Drop ES index sourceLinesSimon Brandhof2015-09-0462-2766/+694
* SONAR-6824 add metric last_commit_dateSimon Brandhof2015-09-048-272/+362
* SONAR-6499 WS permission/set_default_template fix when views default template...Teryk Bellahsene2015-09-044-18/+15
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-09-048-22/+19
* Fix test false-positives when port is already in useSimon Brandhof2015-09-041-1/+1
* SONAR-6487 WS permissions/search_project_permissions do not return component ...Teryk Bellahsene2015-09-022-6/+12
* fix broken View page because of missing Squale metricSébastien Lesaint2015-09-021-0/+4
* SONAR-6499 WS permissions/set_default_template improve descriptionTeryk Bellahsene2015-09-021-1/+1
* Rename id and template id parameters in the permission domainTeryk Bellahsene2015-09-0217-55/+55
* Use WsProjectRef instead of Request to get a projectTeryk Bellahsene2015-09-022-6/+3
* SONAR-6499 WS permissions/set_default_template set default permission templat...Teryk Bellahsene2015-09-0214-21/+343
* SONAR-6494 WS permissions/apply_template apply a permission template to a pro...Teryk Bellahsene2015-09-026-8/+393
* Rename WsGroup and WsProject to WsGroupRef and WsProjectRefTeryk Bellahsene2015-09-0233-208/+168
* Improve WsGroup and WsProject contractsTeryk Bellahsene2015-09-028-27/+29
* SONAR-6730 Replace ComponentVisitors and inject directly ComponentVisitor in ...Julien Lancelot2015-09-024-92/+18
* SONAR-6730 Add boolean measureJulien Lancelot2015-09-024-4/+46
* SONAR-6730 Simplify APIJulien Lancelot2015-09-0216-593/+435
* Fix quality flawsSimon Brandhof2015-09-024-11/+9
* Fix quality flawJulien Lancelot2015-08-311-11/+11
* Fix quality flawsJulien Lancelot2015-08-3117-71/+62
* Fix quality flawsSimon Brandhof2015-08-311-1/+1
* Fix perf tests of issue indexingSimon Brandhof2015-08-311-1/+1
* SONAR-6730 Add component key in the APIJulien Lancelot2015-08-312-0/+6
* SONAR-6730 Move RangeDistrubtionBuilder to API and allow constructor to take ...Julien Lancelot2015-08-313-296/+2
* SONAR-6730 Measure computer should allowed no Input metricsJulien Lancelot2015-08-312-25/+64