summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-6654 When a user flags an issue as "False Positive" or "Won't Fix", enc...Stas Vilchik2015-09-157-14/+113
* SONAR-6852 Improve display of package names inside word cloud widgetStas Vilchik2015-09-151-1/+10
* SONAR-6804 Wrap long lines in the response examples on the Web Service API pageStas Vilchik2015-09-151-1/+1
* SONAR-6251 Rename "Exclusions" settings category to "Analysis Scope"Stas Vilchik2015-09-151-1/+1
* SONAR-6284 force project widgets displayed on global dashboards to select a p...Stas Vilchik2015-09-152-19/+32
* SONAR-6219 Show timeline widget on measures with no valueslschoelens2015-09-153-3/+37
* Remove some useless views queriesJulien Lancelot2015-09-155-146/+0
* Simplify deletion of a project in PurgeDaoJulien Lancelot2015-09-156-41/+26
* SONAR-6208 Sync rule activation between list and detailsStas Vilchik2015-09-151-1/+8
* SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rulesStas Vilchik2015-09-154-0/+24
* SONAR-6209 While in the profile context, activation modal should suggest sele...Stas Vilchik2015-09-153-2/+29
* Fix benchmark of saving of FILE_SOURCESSimon Brandhof2015-09-151-1/+1
* SONAR-6747 Display the number of issues on a line in the component viewerStas Vilchik2015-09-155-2/+179
* SONAR-6160 Show a notification when user reaches the last issue / ruleStas Vilchik2015-09-155-6/+17
* improve formatting of LEVEL measuresStas Vilchik2015-09-152-1/+18
* 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
* 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 th...Stas Vilchik2015-09-112-1/+3
* 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
* 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
* 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 ratin...Stas Vilchik2015-09-101-2/+2
* 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