Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5540 "http" should not be in the url | Julien Lancelot | 2014-08-28 | 2 | -18/+33 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | Simon Brandhof | 2014-08-26 | 6 | -11/+580 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2014-08-26 | 14 | -121/+117 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2014-08-26 | 4 | -5/+5 |
| | |||||
* | Add missing tests in sonar-process module | Simon Brandhof | 2014-08-26 | 12 | -55/+140 |
| | |||||
* | SONAR-4963 Return description in /permission_templates/search_groups | Julien Lancelot | 2014-08-26 | 1 | -4/+8 |
| | |||||
* | 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-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 |
| | |||||
* | SONAR-4963 Return description in /permissions/search_groups | Julien Lancelot | 2014-08-26 | 1 | -4/+8 |
| | |||||
* | 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 |
| | |||||
* | 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 / | ||||
* | Disable process monitoring when in debug with agentlib:jdwt | Stephane Gamard | 2014-08-25 | 3 | -26/+59 |
| | |||||
* | 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 | 1 | -6/+11 |
| | |||||
* | SONAR-5036 When drilling down on a measure, return all projects (even the ↵ | Julien Lancelot | 2014-08-25 | 3 | -24/+28 |
| | | | | 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 | 2 | -4/+11 |
| | | | | wrong coordinates in properties) | ||||
* | SONAR-5483 - Fixed log level for ES | Stephane Gamard | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | Minimum Viable Environment checks Java 1.6, 1.7 or 1.8 but not >= 1.6 | Simon Brandhof | 2014-08-25 | 2 | -6/+6 |
| | |||||
* | SONAR-4593 Display group description in User window | Stas Vilchik | 2014-08-25 | 1 | -1/+7 |
| | | | | Fix the issue with the empty group description | ||||
* | SONAR-4407 Refactor the libraries page in order to drop GWT | Stas Vilchik | 2014-08-25 | 2 | -0/+12 |
| | | | | Add libraries' versions | ||||
* | DSM & Libraries: drop entry points for old pages | Stas Vilchik | 2014-08-25 | 1 | -17/+9 |
| | |||||
* | Remove console.log | Stas Vilchik | 2014-08-25 | 1 | -2/+1 |
| | |||||
* | fixed ITs - IndexQueue can exhaust connection pool (not actually pool-able) | Stephane Gamard | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | fixed ITs - IndexQueue can exhaust connection pool (not actually pool-able) | Stephane Gamard | 2014-08-22 | 1 | -10/+6 |
| | |||||
* | SONAR-4406 Rework design page | Stas Vilchik | 2014-08-22 | 4 | -0/+213 |
| | | | | Add MT | ||||
* | SONAR-5530 - Created IssueDao V2 | Stephane Gamard | 2014-08-22 | 3 | -17/+259 |
| | |||||
* | fix quality flaws | Stephane Gamard | 2014-08-22 | 4 | -39/+76 |
| | |||||
* | SONAR-4407 Refactor the libraries page in order to drop GWT | Stas Vilchik | 2014-08-22 | 1 | -60/+0 |
| | | | | Break old pages | ||||
* | SONAR-4407 Refactor the libraries page in order to drop GWT | Stas Vilchik | 2014-08-22 | 1 | -2/+2 |
| | | | | Update dependencies page | ||||
* | Added synchronizerTest | Stephane Gamard | 2014-08-21 | 3 | -2/+84 |
| | |||||
* | removed legacy explicit refresh() in medium test | Stephane Gamard | 2014-08-21 | 1 | -1/+0 |
| | |||||
* | changed indexing stats to debug level | Stephane Gamard | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | indexQueue can explicitly avoid inline refresh. | Stephane Gamard | 2014-08-21 | 6 | -16/+53 |
| |