| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SONAR-5484 Add node address in system info | Jean-Baptiste Lievremont | 2014-08-27 | 2 | -3/+23 |
* | SONAR-5541 Add REST Web Services in the online API documentation | Julien Lancelot | 2014-08-27 | 13 | -137/+544 |
* | Fix some quality flaws | Simon Brandhof | 2014-08-26 | 5 | -9/+578 |
* | Fix some quality flaws | Simon Brandhof | 2014-08-26 | 4 | -29/+29 |
* | SONAR-5484 Add detailed search information per node | Jean-Baptiste Lievremont | 2014-08-26 | 5 | -36/+108 |
* | 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-5417 Load project referentials using WS | Julien HENRY | 2014-08-25 | 1 | -6/+11 |
* | SONAR-5417 Fix issue when setting a profile on a provisoned project | Julien Lancelot | 2014-08-25 | 4 | -2/+31 |
* | 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-5530 - Created IssueDao V2 | Stephane Gamard | 2014-08-22 | 3 | -17/+259 |
* | fix quality flaws | Stephane Gamard | 2014-08-22 | 3 | -33/+60 |
* | 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 | 5 | -15/+52 |
* | fixing case sensitive issue on file | Stephane Gamard | 2014-08-21 | 2 | -0/+0 |
* | fixing case sensitive issue on file | Stephane Gamard | 2014-08-21 | 2 | -1/+1 |
* | Case problems | Stephane Gamard | 2014-08-21 | 1 | -1/+1 |
* | Updated pom dependencies and size | Stephane Gamard | 2014-08-20 | 1 | -0/+1 |
* | code format | Stephane Gamard | 2014-08-20 | 1 | -112/+3 |
* | fixed synchronization | Stephane Gamard | 2014-08-20 | 2 | -23/+3 |
* | removed final modifier because of Mockito | Stephane Gamard | 2014-08-20 | 1 | -11/+11 |
* | Updated indexQueue mechanism for performance (no compression yet). | Stephane Gamard | 2014-08-20 | 21 | -587/+427 |
* | code format | Stephane Gamard | 2014-08-20 | 1 | -4/+4 |
* | Finalized base methods for DAO | Stephane Gamard | 2014-08-20 | 1 | -3/+3 |
* | Updated DAO with findAfterDate method | Stephane Gamard | 2014-08-20 | 17 | -247/+169 |
* | Fixed BaseIndex test | Stephane Gamard | 2014-08-14 | 1 | -3/+1 |
* | added properties for SearchServer in ServerTester for mediumTests | Stephane Gamard | 2014-08-14 | 1 | -3/+1 |
* | fix quality flaws | Stephane Gamard | 2014-08-14 | 1 | -28/+0 |
* | format code | Stephane Gamard | 2014-08-13 | 2 | -6/+5 |
* | fix quality flaws | Stephane Gamard | 2014-08-13 | 1 | -124/+11 |
* | Fix quality flaw | Julien Lancelot | 2014-08-13 | 4 | -26/+31 |
* | SONAR-5417 Get batch project referentials using WS | Julien Lancelot | 2014-08-12 | 4 | -16/+103 |
* | SONAR-5485 SonarQube should ignore creation of a repository and its rules if ... | Julien Lancelot | 2014-08-11 | 6 | -44/+84 |
* | SONAR-5175 When deleting a group, rows related to this group in perm_template... | Julien Lancelot | 2014-08-11 | 2 | -2/+44 |
* | Fixed BaseIndex test | Stephane Gamard | 2014-08-11 | 1 | -15/+44 |
* | fixed license header | Stephane Gamard | 2014-08-11 | 1 | -1/+1 |
* | No need to wait for ES in non-blocking mode (start returns when node is started) | Stephane Gamard | 2014-08-11 | 1 | -10/+1 |
* | Extracted ES from sonar-server & updated ServerTester for mediumTests | Stephane Gamard | 2014-08-11 | 2 | -575/+0 |
* | Extracted ES from sonar-server & updated ServerTester for mediumTests | Stephane Gamard | 2014-08-11 | 13 | -68/+526 |
* | SONAR-4791 loading of single JDBC driver fixed some memory leaks detected by ... | Simon Brandhof | 2014-08-07 | 1 | -8/+0 |
* | Log and waiting for ES Shutdown when using Memory type | Stephane Gamard | 2014-08-07 | 1 | -0/+8 |
* | Info log level for ES (Only used in tests) | Stephane Gamard | 2014-08-07 | 1 | -1/+1 |
* | Add missing license header | Jean-Baptiste Lievremont | 2014-08-07 | 1 | -0/+19 |
* | SONAR-4907 Add search index related info to system info page | Jean-Baptiste Lievremont | 2014-08-07 | 6 | -16/+130 |
* | SONAR-5483 - Fixed null rack_id in searchProcess and ESNode | Stephane Gamard | 2014-08-07 | 1 | -2/+1 |
* | SONAR-5483 - Added Cluster zone-awareness using rack_id | Stephane Gamard | 2014-08-07 | 1 | -4/+8 |
* | Relax assertions on tests | Jean-Baptiste Lievremont | 2014-08-07 | 1 | -2/+2 |