aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-102-17/+21
|
* SONAR-6052 Drop secondary locations from db/wsSimon Brandhof2015-09-107-1838/+1098
|
* SONAR-6052 Drop secondary locations and rename execution flow -> flowJulien HENRY2015-09-1016-873/+545
|
* 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
|
* fix typo in the l10n messagesStas Vilchik2015-09-101-1/+1
|
* 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
|
* Cleanup travis scriptDavid Gageot2015-09-101-7/+5
|
* Improve warnings about sonar.search.port/host in sonar.propertiesSimon Brandhof2015-09-091-1/+2
|
* Fix unassociated mode ITJulien HENRY2015-09-091-11/+9
|
* Improve qualityDuarte Meneses2015-09-092-4/+16
|
* Optimize batch project containerDuarte Meneses2015-09-097-74/+175
|
* SONAR-6817 Issues mode should support analysis of projects not associatedDuarte Meneses2015-09-0977-598/+2076
|
* SONAR-6644 fix debt when characteristic is noneSimon Brandhof2015-09-095-27/+77
|
* 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-6827 Check output metrics are not core metricsJulien Lancelot2015-09-092-0/+45
|
* SONAR-6730 Improve javadocJulien Lancelot2015-09-091-3/+15
|
* SONAR-6840 Allow measure values of integers with more than 10 digits in databaseSimon Brandhof2015-09-093-1/+41
|
* add ComponentDtoFunctions to factor ComponentDto functionsSébastien Lesaint2015-09-087-84/+116
|
* PersistComponentsStep now supports Views componentsSébastien Lesaint2015-09-083-29/+415
|
* fix ComponentTesting: Subview in table PROJECTS have no pathSébastien Lesaint2015-09-083-8/+7
|
* 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
|
* SONAR-6827 fix selectBySnapshotAndMetricKeysJulien Lancelot2015-09-076-3/+120
| | | | it should also return rule/characteristic measures
* Remove useless MeasureDto.componentKeyJulien Lancelot2015-09-076-23/+7
|
* SONAR-6827 MeasureDtoToMeasure supports rule and characteristic measuresJulien Lancelot2015-09-074-14/+42
|
* SONAR-6827 MeasureComputersVisitor should support a views treeJulien Lancelot2015-09-075-33/+336
|
* SONAR-6460 Add Checks#addAnnotatedChecks(Iterable)Julien HENRY2015-09-071-1/+9
|
* SONAR-6749 Add query to get custom measures from a metric key and a text valueJulien Lancelot2015-09-079-24/+50
|
* SONAR-6353 new metric days_since_last_commitSimon Brandhof2015-09-073-47/+126
|
* Add permission template name as a web service parameter in the permission ↵Teryk Bellahsene2015-09-0424-144/+305
| | | | template domain