aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* move from jshint to eslintStas Vilchik2015-09-104-109/+209
|
* MeasureDtoToMeasure now always allow rule and characteristic measuresJulien Lancelot2015-09-104-57/+59
|
* SONAR-6610 Correctly handle views and subviewsJulien Lancelot2015-09-102-36/+101
|
* SONAR-6827 Compute cutom measures on viewsJulien Lancelot2015-09-104-39/+152
|
* Add getAddedRawRuleMeasure() and getAddedRawCharacteristicMeasure()Julien Lancelot2015-09-102-7/+105
|
* Create DebtModelHolderRuleJulien Lancelot2015-09-102-10/+99
|
* Create Characteristic interfaceJulien Lancelot2015-09-108-80/+117
| | | | Replace the concrete class by an interface for consistency with other objects (Issue, Measure, Rule, etc.)
* SONAR-6827 Get all measures from a component and a metricJulien Lancelot2015-09-106-139/+120
| | | | | Add new getRawMeasures(component, metric) to return all measures, including rule and characteristic measures Remved not used getRawMeasure(component, metric, rule) and getRawMeasure(component, metric, characteristic)
* SONAR-6827 Add hasCharacteristicByIdJulien Lancelot2015-09-103-0/+25
|
* SONAR-6827 Complete UTJulien Lancelot2015-09-101-36/+70
|
* fix for SONAR-6766Stas Vilchik2015-09-101-4/+2
|
* SONAR-6766 migrate to "flows"Stas Vilchik2015-09-105-37/+47
|
* Do not return empty array of locations in WSSimon Brandhof2015-09-101-4/+6
|
* SONAR-6052 Drop secondary locations from db/wsSimon Brandhof2015-09-103-26/+12
|
* increase the number of displayed computation reportsStas Vilchik2015-09-101-1/+1
|
* fix the js error with empty searchStas Vilchik2015-09-101-1/+1
|
* fix display of component administration linksStas Vilchik2015-09-101-1/+15
|
* Revert "use single web app"Stas Vilchik2015-09-10340-2430/+3647
|
* Revert "temporary disable web medium tests"Stas Vilchik2015-09-101-12/+10
| | | | This reverts commit d9c700ff5c0c9e9908602c51aa24df492e76aa63.
* Fix the location where to download nodejs fromDavid Gageot2015-09-101-0/+2
|
* 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
| | | | Output metric can only by generated by one measure computer
* SONAR-6827 Rebuild MeasureComputerDefinition only if neededJulien Lancelot2015-09-091-3/+9
| | | | Rebuild it only if it has not been created by the builder
* 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
| | | | will allow to make the step compatible with Views
* add description and path to ReportAttributesSébastien Lesaint2015-09-083-5/+90
| | | | will allow to not use the BatchReportReader at all in PersistComponentsStep
* 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
| | | | we now fail, rather than silently accepting unknown types
* 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 ↵Teryk Bellahsene2015-09-0424-144/+305
| | | | template domain
* 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
| | | | Underlying type must be long instead of int
* 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
| | | | This WS is not used and is marked as internal, so it can be dropped
* 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 ↵Teryk Bellahsene2015-09-044-18/+15
| | | | template has never been set
* 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
|