aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6697 update UI of the custom measures pageStas Vilchik2015-09-157-84/+88
|
* Upgrade to Elasticsearch 1.7.1Simon Brandhof2015-09-143-4/+3
|
* Allow server-side plugins to use javax.servletSimon Brandhof2015-09-141-0/+1
|
* Improve FileCache testsDuarte Meneses2015-09-143-12/+53
|
* improve batch logging and performanceDuarte Meneses2015-09-144-16/+21
|
* SONAR-6708 fix sqale colors on treemapStas Vilchik2015-09-142-3/+10
|
* SONAR-5851 fix bug with duplicated languages in the listStas Vilchik2015-09-142-2/+4
|
* SONAR-6802 SONAR-6803 add an ability to apply a permission template to projectsStas Vilchik2015-09-1411-8/+325
|
* Cleanup codeDavid Gageot2015-09-141-8/+11
|
* Stop using random ports. It causes FPDavid Gageot2015-09-141-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 pageStas Vilchik2015-09-111-1/+2
|
* SONAR-6789 increase min-width of the container to prevent global menu wrappingStas Vilchik2015-09-111-20/+1
|
* fix execution of web testsStas Vilchik2015-09-112-1/+7
|
* fix execution of web testsStas Vilchik2015-09-112-15/+3
|
* SONAR-6285 show filters on the issues home pageStas Vilchik2015-09-119-299/+71
|
* fix SONAR-6788 The language of manual rules is displayed as "undefined" in ↵Stas Vilchik2015-09-112-1/+3
| | | | the select box of the rules facet on the issues page
* Exclude generated protobuf codebase from analysisSimon Brandhof2015-09-113-0/+12
|
* Upgrade protobuf lib to 3.0.0-beta-1Simon Brandhof2015-09-1116-5269/+6272
|
* Use new DbClient in ViewIndexerTestJulien Lancelot2015-09-111-21/+6
|
* Use a single thread because NetworkUtils.freePort()David Gageot2015-09-111-1/+1
| | | | is not thread safe
* SONAR-6793 Make it possible to collapse WS response exampleStas Vilchik2015-09-112-25/+12
|
* fix SONAR-6815 Impossible to configure dashboard when one of the widgets has ↵Stas Vilchik2015-09-111-1/+1
| | | | double quotes in its description
* Use latest travis-utilsDavid Gageot2015-09-111-1/+1
|
* Use latest orchestratorDavid Gageot2015-09-111-2/+2
|
* Increase read timeout for WSLoaderJulien HENRY2015-09-101-14/+14
|
* Fix phase name for indexationJulien HENRY2015-09-101-5/+4
|
* fix SONAR-6708 TreeMap Widget: colors of squares are not matching SQALE ↵Stas Vilchik2015-09-101-2/+2
| | | | rating while drilling down on sub-components
* improve code qualityStas Vilchik2015-09-101-1/+1
|
* improve code qualityStas Vilchik2015-09-1023-328/+103
|
* 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-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.