Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6697 update UI of the custom measures page | Stas Vilchik | 2015-09-15 | 7 | -84/+88 |
| | |||||
* | Upgrade to Elasticsearch 1.7.1 | Simon Brandhof | 2015-09-14 | 3 | -4/+3 |
| | |||||
* | Allow server-side plugins to use javax.servlet | Simon Brandhof | 2015-09-14 | 1 | -0/+1 |
| | |||||
* | Improve FileCache tests | Duarte Meneses | 2015-09-14 | 3 | -12/+53 |
| | |||||
* | improve batch logging and performance | Duarte Meneses | 2015-09-14 | 4 | -16/+21 |
| | |||||
* | SONAR-6708 fix sqale colors on treemap | Stas Vilchik | 2015-09-14 | 2 | -3/+10 |
| | |||||
* | SONAR-5851 fix bug with duplicated languages in the list | Stas Vilchik | 2015-09-14 | 2 | -2/+4 |
| | |||||
* | SONAR-6802 SONAR-6803 add an ability to apply a permission template to projects | Stas Vilchik | 2015-09-14 | 11 | -8/+325 |
| | |||||
* | Cleanup code | David Gageot | 2015-09-14 | 1 | -8/+11 |
| | |||||
* | Stop using random ports. It causes FP | David Gageot | 2015-09-14 | 1 | -0/+63 |
| | | | | | | The same port can be given twice before the processes are started. On Travis, we know all those ports are free. We still check with nc, just to be sure. | ||||
* | fix display of the assignees facet on the issues page | Stas Vilchik | 2015-09-11 | 1 | -1/+2 |
| | |||||
* | SONAR-6789 increase min-width of the container to prevent global menu wrapping | Stas Vilchik | 2015-09-11 | 1 | -20/+1 |
| | |||||
* | fix execution of web tests | Stas Vilchik | 2015-09-11 | 2 | -1/+7 |
| | |||||
* | fix execution of web tests | Stas Vilchik | 2015-09-11 | 2 | -15/+3 |
| | |||||
* | SONAR-6285 show filters on the issues home page | Stas Vilchik | 2015-09-11 | 9 | -299/+71 |
| | |||||
* | fix SONAR-6788 The language of manual rules is displayed as "undefined" in ↵ | Stas Vilchik | 2015-09-11 | 2 | -1/+3 |
| | | | | the select box of the rules facet on the issues page | ||||
* | Exclude generated protobuf codebase from analysis | Simon Brandhof | 2015-09-11 | 3 | -0/+12 |
| | |||||
* | Upgrade protobuf lib to 3.0.0-beta-1 | Simon Brandhof | 2015-09-11 | 16 | -5269/+6272 |
| | |||||
* | Use new DbClient in ViewIndexerTest | Julien Lancelot | 2015-09-11 | 1 | -21/+6 |
| | |||||
* | Use a single thread because NetworkUtils.freePort() | David Gageot | 2015-09-11 | 1 | -1/+1 |
| | | | | is not thread safe | ||||
* | SONAR-6793 Make it possible to collapse WS response example | Stas Vilchik | 2015-09-11 | 2 | -25/+12 |
| | |||||
* | fix SONAR-6815 Impossible to configure dashboard when one of the widgets has ↵ | Stas Vilchik | 2015-09-11 | 1 | -1/+1 |
| | | | | double quotes in its description | ||||
* | Use latest travis-utils | David Gageot | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Use latest orchestrator | David Gageot | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | Increase read timeout for WSLoader | Julien HENRY | 2015-09-10 | 1 | -14/+14 |
| | |||||
* | Fix phase name for indexation | Julien HENRY | 2015-09-10 | 1 | -5/+4 |
| | |||||
* | fix SONAR-6708 TreeMap Widget: colors of squares are not matching SQALE ↵ | Stas Vilchik | 2015-09-10 | 1 | -2/+2 |
| | | | | rating while drilling down on sub-components | ||||
* | improve code quality | Stas Vilchik | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | improve code quality | Stas Vilchik | 2015-09-10 | 23 | -328/+103 |
| | |||||
* | 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 | 2 | -17/+21 |
| | |||||
* | SONAR-6052 Drop secondary locations from db/ws | Simon Brandhof | 2015-09-10 | 7 | -1838/+1098 |
| | |||||
* | SONAR-6052 Drop secondary locations and rename execution flow -> flow | Julien HENRY | 2015-09-10 | 16 | -873/+545 |
| | |||||
* | 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 |
| | |||||
* | fix typo in the l10n messages | Stas Vilchik | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | 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. |