Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move from jshint to eslint | Stas Vilchik | 2015-09-10 | 4 | -109/+209 |
| | |||||
* | MeasureDtoToMeasure now always allow rule and characteristic measures | Julien Lancelot | 2015-09-10 | 4 | -57/+59 |
| | |||||
* | SONAR-6610 Correctly handle views and subviews | Julien Lancelot | 2015-09-10 | 2 | -36/+101 |
| | |||||
* | SONAR-6827 Compute cutom measures on views | Julien Lancelot | 2015-09-10 | 4 | -39/+152 |
| | |||||
* | Add getAddedRawRuleMeasure() and getAddedRawCharacteristicMeasure() | Julien Lancelot | 2015-09-10 | 2 | -7/+105 |
| | |||||
* | Create DebtModelHolderRule | Julien Lancelot | 2015-09-10 | 2 | -10/+99 |
| | |||||
* | Create Characteristic interface | Julien Lancelot | 2015-09-10 | 8 | -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 metric | Julien Lancelot | 2015-09-10 | 6 | -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 hasCharacteristicById | Julien Lancelot | 2015-09-10 | 3 | -0/+25 |
| | |||||
* | SONAR-6827 Complete UT | Julien Lancelot | 2015-09-10 | 1 | -36/+70 |
| | |||||
* | fix for SONAR-6766 | Stas Vilchik | 2015-09-10 | 1 | -4/+2 |
| | |||||
* | SONAR-6766 migrate to "flows" | Stas Vilchik | 2015-09-10 | 5 | -37/+47 |
| | |||||
* | Do not return empty array of locations in WS | Simon Brandhof | 2015-09-10 | 1 | -4/+6 |
| | |||||
* | SONAR-6052 Drop secondary locations from db/ws | Simon Brandhof | 2015-09-10 | 3 | -26/+12 |
| | |||||
* | increase the number of displayed computation reports | Stas Vilchik | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | fix the js error with empty search | Stas Vilchik | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | fix display of component administration links | Stas Vilchik | 2015-09-10 | 1 | -1/+15 |
| | |||||
* | Revert "use single web app" | Stas Vilchik | 2015-09-10 | 340 | -2430/+3647 |
| | |||||
* | Revert "temporary disable web medium tests" | Stas Vilchik | 2015-09-10 | 1 | -12/+10 |
| | | | | This reverts commit d9c700ff5c0c9e9908602c51aa24df492e76aa63. | ||||
* | Fix the location where to download nodejs from | David Gageot | 2015-09-10 | 1 | -0/+2 |
| | |||||
* | SONAR-6644 fix debt when characteristic is none | Simon Brandhof | 2015-09-09 | 3 | -20/+5 |
| | |||||
* | SONAR-6827 Validate uniqueness of output metrics | Julien Lancelot | 2015-09-09 | 2 | -11/+39 |
| | | | | Output metric can only by generated by one measure computer | ||||
* | SONAR-6827 Rebuild MeasureComputerDefinition only if needed | Julien Lancelot | 2015-09-09 | 1 | -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 database | Simon Brandhof | 2015-09-09 | 1 | -0/+39 |
| | |||||
* | add ComponentDtoFunctions to factor ComponentDto functions | Sébastien Lesaint | 2015-09-08 | 6 | -84/+32 |
| | |||||
* | PersistComponentsStep now supports Views components | Sébastien Lesaint | 2015-09-08 | 3 | -29/+415 |
| | |||||
* | fix ComponentTesting: Subview in table PROJECTS have no path | Sébastien Lesaint | 2015-09-08 | 2 | -3/+3 |
| | |||||
* | use a visitor and no more BatchReportReader in PersistComponentsStep | Sébastien Lesaint | 2015-09-08 | 2 | -567/+377 |
| | | | | will allow to make the step compatible with Views | ||||
* | add description and path to ReportAttributes | Sébastien Lesaint | 2015-09-08 | 3 | -5/+90 |
| | | | | will allow to not use the BatchReportReader at all in PersistComponentsStep | ||||
* | pull UuidFactory out of FillComponentsStep to use it in Views | Sébastien Lesaint | 2015-09-08 | 2 | -31/+54 |
| | |||||
* | WIP improving coverage quick wins | Sébastien Lesaint | 2015-09-08 | 2 | -0/+66 |
| | |||||
* | remove unkown type support in PathAwareCrawler and PathAwareVisitor | Sébastien Lesaint | 2015-09-08 | 5 | -28/+12 |
| | | | | we now fail, rather than silently accepting unknown types | ||||
* | Make methods static in the permission domain | Teryk Bellahsene | 2015-09-08 | 2 | -2/+6 |
| | |||||
* | Remove useless MeasureDto.componentKey | Julien Lancelot | 2015-09-07 | 2 | -7/+7 |
| | |||||
* | SONAR-6827 MeasureDtoToMeasure supports rule and characteristic measures | Julien Lancelot | 2015-09-07 | 4 | -14/+42 |
| | |||||
* | SONAR-6827 MeasureComputersVisitor should support a views tree | Julien Lancelot | 2015-09-07 | 4 | -32/+335 |
| | |||||
* | SONAR-6353 new metric days_since_last_commit | Simon Brandhof | 2015-09-07 | 2 | -46/+125 |
| | |||||
* | Add permission template name as a web service parameter in the permission ↵ | Teryk Bellahsene | 2015-09-04 | 24 | -144/+305 |
| | | | | template domain | ||||
* | SONAR-6495 WS permissions/search_templates add default templates | Teryk Bellahsene | 2015-09-04 | 8 | -12/+149 |
| | |||||
* | Prefix web service protobuf messages with 'Ws' | Teryk Bellahsene | 2015-09-04 | 7 | -32/+32 |
| | |||||
* | SONAR-6495 WS permissions/search_templates search for permission templates | Teryk Bellahsene | 2015-09-04 | 16 | -43/+719 |
| | |||||
* | Fix metrics of type MILLISEC | Simon Brandhof | 2015-09-04 | 7 | -153/+41 |
| | | | | Underlying type must be long instead of int | ||||
* | Fix api/sources/index | Simon Brandhof | 2015-09-04 | 3 | -0/+222 |
| | |||||
* | Drop empty package | Simon Brandhof | 2015-09-04 | 1 | -24/+0 |
| | |||||
* | Drop WS api/sources/index | Simon Brandhof | 2015-09-04 | 3 | -222/+0 |
| | | | | This WS is not used and is marked as internal, so it can be dropped | ||||
* | SONAR-6813 Drop ES index sourceLines | Simon Brandhof | 2015-09-04 | 62 | -2766/+694 |
| | |||||
* | SONAR-6824 add metric last_commit_date | Simon Brandhof | 2015-09-04 | 8 | -272/+362 |
| | |||||
* | SONAR-6499 WS permission/set_default_template fix when views default ↵ | Teryk Bellahsene | 2015-09-04 | 4 | -18/+15 |
| | | | | template has never been set | ||||
* | SONAR-6746 Drop Plugin interface + batch cleanup | Julien HENRY | 2015-09-04 | 8 | -22/+19 |
| | |||||
* | Fix test false-positives when port is already in use | Simon Brandhof | 2015-09-04 | 1 | -1/+1 |
| |