Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve code coverage | Julien HENRY | 2014-09-02 | 3 | -5/+72 | |
| | ||||||
* | Rename for consistency | Julien HENRY | 2014-09-01 | 3 | -5/+5 | |
| | ||||||
* | Fix some quality flaws | Julien HENRY | 2014-09-01 | 1 | -2/+1 | |
| | ||||||
* | Fix some quality flaws | Julien HENRY | 2014-09-01 | 21 | -344/+280 | |
| | ||||||
* | Fix quality flaws | Stas Vilchik | 2014-09-01 | 3 | -27/+79 | |
| | ||||||
* | fix Ignored test and removed another one | Stephane Gamard | 2014-09-01 | 2 | -25/+4 | |
| | ||||||
* | Add unit test coverage | Julien HENRY | 2014-09-01 | 2 | -1/+98 | |
| | ||||||
* | Fix minor quality flaw | Simon Brandhof | 2014-09-01 | 1 | -1/+1 | |
| | ||||||
* | SONAR-5484 Fix test on windows | Jean-Baptiste Lievremont | 2014-09-01 | 1 | -1/+5 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2014-09-01 | 3 | -7/+4 | |
| | ||||||
* | SONAR-5546 fix typo in ruby code | Simon Brandhof | 2014-09-01 | 1 | -2/+2 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2014-09-01 | 5 | -1/+32 | |
| | ||||||
* | Fix quality flaw | Jean-Baptiste Lievremont | 2014-09-01 | 1 | -1/+1 | |
| | ||||||
* | Move latinize.js to 3rd party libraries | Jean-Baptiste Lievremont | 2014-09-01 | 2 | -2/+2 | |
| | ||||||
* | Fix header | Julien HENRY | 2014-09-01 | 2 | -0/+38 | |
| | ||||||
* | Improve code coverage | Julien HENRY | 2014-09-01 | 1 | -0/+67 | |
| | ||||||
* | Improve code coverage | Julien HENRY | 2014-09-01 | 3 | -2/+81 | |
| | ||||||
* | SONAR-4898 - forgot a synchronized for JSW | Stephane Gamard | 2014-08-29 | 1 | -18/+16 | |
| | ||||||
* | SONAR-4898 - fixed sonar-server SearchClient exceptions on server shutdown | Stephane Gamard | 2014-08-29 | 2 | -4/+15 | |
| | ||||||
* | SONAR-5530 - IssueDao server uses UUID as key | Stephane Gamard | 2014-08-29 | 1 | -5/+3 | |
| | ||||||
* | SONAR-4898 - fixed concurrent termination and exception on exit | Stephane Gamard | 2014-08-29 | 3 | -61/+76 | |
| | ||||||
* | Null authorName instead of "Not Yet Implemented" | Stephane Gamard | 2014-08-29 | 2 | -7/+6 | |
| | ||||||
* | SONAR-5530 - Issuekey is UUID string | Stephane Gamard | 2014-08-29 | 2 | -124/+3 | |
| | ||||||
* | SONAR-5546 do not display "true" when change login is set ! | Simon Brandhof | 2014-08-29 | 1 | -1/+8 | |
| | ||||||
* | SONAR-4898 revert autokill timeout to 30 seconds | Simon Brandhof | 2014-08-29 | 1 | -1/+1 | |
| | ||||||
* | Add details of persisters in profiling output to ease understanding | Julien HENRY | 2014-08-29 | 9 | -6/+321 | |
| | ||||||
* | SONAR-4898 - fix early termination leaves search server as ghost | Stephane Gamard | 2014-08-29 | 1 | -5/+5 | |
| | ||||||
* | SONAR-4898 - fix early termination leaves search server as ghost | Stephane Gamard | 2014-08-29 | 3 | -81/+89 | |
| | ||||||
* | Remove views proto | Stas Vilchik | 2014-08-29 | 2 | -182/+0 | |
| | ||||||
* | SONAR-4898 - Fixed process-locking monitor | Stephane Gamard | 2014-08-29 | 1 | -3/+3 | |
| | ||||||
* | SONAR-5547 Support branches when disabling automatic project creation | Julien HENRY | 2014-08-29 | 2 | -3/+13 | |
| | ||||||
* | Testing IPv4 for sonar-server | Stephane Gamard | 2014-08-29 | 1 | -1/+1 | |
| | ||||||
* | SONAR-5498 Make all links consistent | Stas Vilchik | 2014-08-29 | 1 | -2/+2 | |
| | | | | Remove blue color from headers | |||||
* | SONAR-5490 Improve readability and payload of results in the page "Rules" | Stas Vilchik | 2014-08-29 | 1 | -0/+13 | |
| | | | | Condense the result list | |||||
* | New views prototype | Stas Vilchik | 2014-08-29 | 1 | -47/+104 | |
| | ||||||
* | Remove unused fields in SearchClient | Simon Brandhof | 2014-08-28 | 1 | -21/+6 | |
| | ||||||
* | SONAR-5546 Fail to display changelog of Quality Profile | Simon Brandhof | 2014-08-28 | 1 | -1/+1 | |
| | ||||||
* | Fix some quality flaws | Julien HENRY | 2014-08-28 | 2 | -5/+5 | |
| | ||||||
* | SONAR-5542 /batch/file should never be secured | Julien Lancelot | 2014-08-28 | 1 | -3/+3 | |
| | ||||||
* | SONAR-4898 try to fix ping monitoring | Simon Brandhof | 2014-08-28 | 4 | -24/+19 | |
| | | | | Sometimes child autokills because it did not receive pings in the last 30 seconds. I hope it comes from the parent process that is slow to start monitoring (send pings). | |||||
* | Remove elasticsearch from sonar-core dependencies | Simon Brandhof | 2014-08-28 | 1 | -5/+0 | |
| | ||||||
* | Replace bad imports of org.elasticsearch.common by guava | Simon Brandhof | 2014-08-28 | 13 | -56/+50 | |
| | ||||||
* | Restore period option from link_to_resource because it's used on project | Julien Lancelot | 2014-08-28 | 1 | -0/+4 | |
| | ||||||
* | SONAR-5417 Remove /batch_bootstrap/properties WS as it's now no more used | Julien Lancelot | 2014-08-28 | 1 | -38/+0 | |
| | ||||||
* | Remove rule and period options from link_to_resource as it's not managed | Julien Lancelot | 2014-08-28 | 1 | -25/+9 | |
| | ||||||
* | Remove tab option from link_to_resource as it's not managed | Julien Lancelot | 2014-08-28 | 1 | -3/+0 | |
| | ||||||
* | Fix quality flaw | Julien Lancelot | 2014-08-28 | 1 | -5/+5 | |
| | ||||||
* | New views prototype | Stas Vilchik | 2014-08-28 | 2 | -0/+125 | |
| | ||||||
* | Remove unused dependencies in sonar-design-plugin | Simon Brandhof | 2014-08-28 | 1 | -11/+1 | |
| | ||||||
* | SONAR-4898 do not remove the autokill monitor before trying to stop app | Simon Brandhof | 2014-08-28 | 1 | -6/+6 | |
| |