summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove elasticsearch from sonar-core dependenciesSimon Brandhof2014-08-281-5/+0
|
* Replace bad imports of org.elasticsearch.common by guavaSimon Brandhof2014-08-2813-56/+50
|
* Restore period option from link_to_resource because it's used on projectJulien Lancelot2014-08-281-0/+4
|
* SONAR-5417 Remove /batch_bootstrap/properties WS as it's now no more usedJulien Lancelot2014-08-281-38/+0
|
* Remove rule and period options from link_to_resource as it's not managedJulien Lancelot2014-08-281-25/+9
|
* Remove tab option from link_to_resource as it's not managedJulien Lancelot2014-08-281-3/+0
|
* Fix quality flawJulien Lancelot2014-08-281-5/+5
|
* New views prototypeStas Vilchik2014-08-282-0/+125
|
* Remove unused dependencies in sonar-design-pluginSimon Brandhof2014-08-281-11/+1
|
* SONAR-4898 do not remove the autokill monitor before trying to stop appSimon Brandhof2014-08-281-6/+6
|
* SONAR-4407 remove usage of sonar-gwt-pagesSimon Brandhof2014-08-283-13/+0
| | | | The GWT pages "libraries" and "design" have been refactored to backbone.js.
* SONAR-5540 "http" should not be in the urlJulien Lancelot2014-08-282-18/+33
|
* Add helper to filter measures by rule keyJulien Lancelot2014-08-281-1/+5
|
* SONAR-4898 fix NPE on termination of ESSimon Brandhof2014-08-281-1/+1
|
* SONAR-5490 Improve readability and payload of results in the page "Rules"Stas Vilchik2014-08-281-11/+12
| | | | Align tags on the left
* SONAR-4898 fix parallel termination of processesSimon Brandhof2014-08-271-1/+1
|
* Improve UT coverageJulien HENRY2014-08-273-0/+128
|
* SONAR-5542 Force user authentication is not taking into account by Java Web ↵Julien Lancelot2014-08-271-2/+1
| | | | Service
* SONAR-5540 Fix links in breadcrumbJulien Lancelot2014-08-272-18/+27
|
* Fix license headerJulien HENRY2014-08-271-0/+19
|
* Improve code coverageJulien HENRY2014-08-273-8/+60
|
* SONAR-5484 Add node address in system infoJean-Baptiste Lievremont2014-08-273-3/+24
|
* SONAR-4898 do not use IPv6 loopback addressSimon Brandhof2014-08-272-6/+6
| | | | Conflict with -Djava.net.preferIPv4Stack=true recommended for ES
* SONAR-5541 Add REST Web Services in the online API documentationJulien Lancelot2014-08-2713-137/+544
|
* Fix regression caused by SONAR-5349Julien HENRY2014-08-272-3/+4
|
* SONAR-4898 use loopback address instead of hardcoding 127.0.0.1 for JMX ↵Simon Brandhof2014-08-275-23/+185
| | | | connections
* SONAR-5540 Dashboard links are broken if apache does not allow to encode ↵Julien Lancelot2014-08-271-8/+20
| | | | slash in URL
* Fix some quality flawsJulien HENRY2014-08-2728-116/+175
|
* Fix some quality flawsSimon Brandhof2014-08-2610-20/+590
|
* Fix some quality flawsSimon Brandhof2014-08-2621-163/+152
|
* SONAR-5528 One more optimization for highlighting API -> don't hit value cacheJulien HENRY2014-08-2610-36/+49
|
* Fix some quality flawsSimon Brandhof2014-08-264-5/+5
|
* Add missing tests in sonar-process moduleSimon Brandhof2014-08-2613-60/+140
|
* SONAR-4963 Return description in /permission_templates/search_groupsJulien Lancelot2014-08-264-10/+18
|
* SONAR-5528 Improve performance of persistit serialization for highlightingJulien HENRY2014-08-265-2/+99
|
* SONAR-4407 Refactor the libraries page in order to drop GWTStas Vilchik2014-08-265-8/+9
| | | | Feedback applied
* SONAR-5484 Add detailed search information per nodeJean-Baptiste Lievremont2014-08-267-48/+151
|
* SONAR-5417 Handle permision error for project referential loaderJulien HENRY2014-08-268-57/+19
|
* SONAR-4963 Display group description in User windowStas Vilchik2014-08-262-2/+14
|
* Synchronized monitored list of processesStephane Gamard2014-08-261-8/+14
|
* Fixed fork.sh with default valuesStephane Gamard2014-08-261-1/+1
|
* SONAR-4963 Return description in /permissions/search_groupsJulien Lancelot2014-08-268-13/+50
|
* SONAR-5417 Add back preview parameter to check permissionJulien HENRY2014-08-262-2/+97
|
* SONAR-5417 Add a 'preview' parameter in order to check some permissionsJulien Lancelot2014-08-263-19/+102
|
* FindByProfile should not return removed rulesJulien Lancelot2014-08-263-8/+12
|
* SONAR-5528 Fix UTJulien HENRY2014-08-261-9/+1
|
* Fix quality flawSimon Brandhof2014-08-251-3/+2
|
* SONAR-5383 improve SonarClient#get() and #post()Simon Brandhof2014-08-255-9/+146
| | | | | * add helpful get(String relativeUrl, Object... params) and post(String relativeUrl, Object... params) * support relativeUrl that does not start with slash /
* SONAR-5528 Improve performance of syntax highlighting APIJulien HENRY2014-08-256-77/+110
|
* Disable process monitoring when in debug with agentlib:jdwtStephane Gamard2014-08-255-26/+76
|