Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-4407 remove usage of sonar-gwt-pages | Simon Brandhof | 2014-08-28 | 3 | -13/+0 | |
| | | | | The GWT pages "libraries" and "design" have been refactored to backbone.js. | |||||
* | SONAR-5540 "http" should not be in the url | Julien Lancelot | 2014-08-28 | 2 | -18/+33 | |
| | ||||||
* | Add helper to filter measures by rule key | Julien Lancelot | 2014-08-28 | 1 | -1/+5 | |
| | ||||||
* | SONAR-4898 fix NPE on termination of ES | Simon Brandhof | 2014-08-28 | 1 | -1/+1 | |
| | ||||||
* | SONAR-5490 Improve readability and payload of results in the page "Rules" | Stas Vilchik | 2014-08-28 | 1 | -11/+12 | |
| | | | | Align tags on the left | |||||
* | SONAR-4898 fix parallel termination of processes | Simon Brandhof | 2014-08-27 | 1 | -1/+1 | |
| | ||||||
* | Improve UT coverage | Julien HENRY | 2014-08-27 | 3 | -0/+128 | |
| | ||||||
* | SONAR-5542 Force user authentication is not taking into account by Java Web ↵ | Julien Lancelot | 2014-08-27 | 1 | -2/+1 | |
| | | | | Service | |||||
* | SONAR-5540 Fix links in breadcrumb | Julien Lancelot | 2014-08-27 | 2 | -18/+27 | |
| | ||||||
* | Fix license header | Julien HENRY | 2014-08-27 | 1 | -0/+19 | |
| | ||||||
* | Improve code coverage | Julien HENRY | 2014-08-27 | 3 | -8/+60 | |
| | ||||||
* | SONAR-5484 Add node address in system info | Jean-Baptiste Lievremont | 2014-08-27 | 3 | -3/+24 | |
| | ||||||
* | SONAR-4898 do not use IPv6 loopback address | Simon Brandhof | 2014-08-27 | 2 | -6/+6 | |
| | | | | Conflict with -Djava.net.preferIPv4Stack=true recommended for ES | |||||
* | SONAR-5541 Add REST Web Services in the online API documentation | Julien Lancelot | 2014-08-27 | 13 | -137/+544 | |
| | ||||||
* | Fix regression caused by SONAR-5349 | Julien HENRY | 2014-08-27 | 2 | -3/+4 | |
| | ||||||
* | SONAR-4898 use loopback address instead of hardcoding 127.0.0.1 for JMX ↵ | Simon Brandhof | 2014-08-27 | 5 | -23/+185 | |
| | | | | connections | |||||
* | SONAR-5540 Dashboard links are broken if apache does not allow to encode ↵ | Julien Lancelot | 2014-08-27 | 1 | -8/+20 | |
| | | | | slash in URL | |||||
* | Fix some quality flaws | Julien HENRY | 2014-08-27 | 28 | -116/+175 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2014-08-26 | 10 | -20/+590 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2014-08-26 | 21 | -163/+152 | |
| | ||||||
* | SONAR-5528 One more optimization for highlighting API -> don't hit value cache | Julien HENRY | 2014-08-26 | 10 | -36/+49 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2014-08-26 | 4 | -5/+5 | |
| | ||||||
* | Add missing tests in sonar-process module | Simon Brandhof | 2014-08-26 | 13 | -60/+140 | |
| | ||||||
* | SONAR-4963 Return description in /permission_templates/search_groups | Julien Lancelot | 2014-08-26 | 4 | -10/+18 | |
| | ||||||
* | SONAR-5528 Improve performance of persistit serialization for highlighting | Julien HENRY | 2014-08-26 | 5 | -2/+99 | |
| | ||||||
* | SONAR-4407 Refactor the libraries page in order to drop GWT | Stas Vilchik | 2014-08-26 | 5 | -8/+9 | |
| | | | | Feedback applied | |||||
* | SONAR-5484 Add detailed search information per node | Jean-Baptiste Lievremont | 2014-08-26 | 7 | -48/+151 | |
| | ||||||
* | SONAR-5417 Handle permision error for project referential loader | Julien HENRY | 2014-08-26 | 8 | -57/+19 | |
| | ||||||
* | SONAR-4963 Display group description in User window | Stas Vilchik | 2014-08-26 | 2 | -2/+14 | |
| | ||||||
* | Synchronized monitored list of processes | Stephane Gamard | 2014-08-26 | 1 | -8/+14 | |
| | ||||||
* | Fixed fork.sh with default values | Stephane Gamard | 2014-08-26 | 1 | -1/+1 | |
| | ||||||
* | SONAR-4963 Return description in /permissions/search_groups | Julien Lancelot | 2014-08-26 | 8 | -13/+50 | |
| | ||||||
* | SONAR-5417 Add back preview parameter to check permission | Julien HENRY | 2014-08-26 | 2 | -2/+97 | |
| | ||||||
* | SONAR-5417 Add a 'preview' parameter in order to check some permissions | Julien Lancelot | 2014-08-26 | 3 | -19/+102 | |
| | ||||||
* | FindByProfile should not return removed rules | Julien Lancelot | 2014-08-26 | 3 | -8/+12 | |
| | ||||||
* | SONAR-5528 Fix UT | Julien HENRY | 2014-08-26 | 1 | -9/+1 | |
| | ||||||
* | Fix quality flaw | Simon Brandhof | 2014-08-25 | 1 | -3/+2 | |
| | ||||||
* | SONAR-5383 improve SonarClient#get() and #post() | Simon Brandhof | 2014-08-25 | 5 | -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 API | Julien HENRY | 2014-08-25 | 6 | -77/+110 | |
| | ||||||
* | Disable process monitoring when in debug with agentlib:jdwt | Stephane Gamard | 2014-08-25 | 5 | -26/+76 | |
| | ||||||
* | Disable process monitoring when in debug with agentlib:jdwt | Stephane Gamard | 2014-08-25 | 1 | -1/+1 | |
| | ||||||
* | Disable process monitoring when in debug with agentlib:jdwt | Stephane Gamard | 2014-08-25 | 5 | -5/+49 | |
| | ||||||
* | SONAR-5417 Load project referentials using WS | Julien HENRY | 2014-08-25 | 19 | -386/+90 | |
| | ||||||
* | SONAR-5036 When drilling down on a measure, return all projects (even the ↵ | Julien Lancelot | 2014-08-25 | 4 | -24/+29 | |
| | | | | projects the user don't have access to), but display a message when user click on a project he's not authorized to see | |||||
* | SONAR-5417 Fix issue when setting a profile on a provisoned project | Julien Lancelot | 2014-08-25 | 4 | -2/+31 | |
| | ||||||
* | SONAR-5483 - Fix log | Stephane Gamard | 2014-08-25 | 1 | -1/+1 | |
| | ||||||
* | SONAR-5483 - Fails to start if no master available in cluster (mainly do to ↵ | Stephane Gamard | 2014-08-25 | 3 | -6/+13 | |
| | | | | wrong coordinates in properties) | |||||
* | SONAR-5483 - Added cluster notification log | Stephane Gamard | 2014-08-25 | 1 | -1/+1 | |
| | ||||||
* | SONAR-5483 - Added cluster notification log | Stephane Gamard | 2014-08-25 | 1 | -0/+4 | |
| | ||||||
* | SONAR-5483 - Fixed log level for ES | Stephane Gamard | 2014-08-25 | 1 | -1/+1 | |
| |