| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor table ANALYSIS_REPORTS because of MySQL packet size limitation | Simon Brandhof | 2015-03-02 | 3 | -5/+62 |
* | Fix quality flaws | Simon Brandhof | 2015-02-23 | 1 | -0/+32 |
* | SONAR-5936 improve Elasticsearch information displayed in System Info | Simon Brandhof | 2015-02-23 | 1 | -1/+6 |
* | Revert change on equals on Category since it is breaking UI | Julien HENRY | 2015-02-23 | 1 | -0/+34 |
* | Fix quality flaws | Simon Brandhof | 2015-02-23 | 1 | -0/+8 |
* | Fix some quality flaws | Simon Brandhof | 2015-02-23 | 2 | -0/+13 |
* | SONAR-6175 Validate that offsets provided for highlighting and symbol referen... | Julien HENRY | 2015-02-20 | 2 | -6/+42 |
* | SONAR-6116 Validate line is correct when creating issue on file | Julien HENRY | 2015-02-20 | 1 | -3/+44 |
* | SONAR-5931 Update documentation | Julien HENRY | 2015-02-20 | 2 | -0/+38 |
* | SONAR-5931 Add a tester class for SensorContext | Julien HENRY | 2015-02-20 | 1 | -0/+158 |
* | SONAR-5931 Cleanup highlighting API | Julien HENRY | 2015-02-20 | 1 | -0/+73 |
* | Fix non-deterministic NPE in BaseLogger due to incorrect static field initial... | Simon Brandhof | 2015-02-20 | 2 | -1/+39 |
* | SONAR-5931 Cleanup new issue API | Julien HENRY | 2015-02-20 | 1 | -3/+3 |
* | SONAR-5931 Cleanup new issue API | Julien HENRY | 2015-02-19 | 2 | -4/+4 |
* | SONAR-5931 Remove beta test API | Julien HENRY | 2015-02-19 | 3 | -480/+0 |
* | SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.level | Simon Brandhof | 2015-02-19 | 8 | -36/+362 |
* | SONAR-5700 ability to change level of loggers of 3rd-party libraries | Simon Brandhof | 2015-02-19 | 3 | -2/+23 |
* | SONAR-5700 New logging API to remove coupling on SLF4J | Simon Brandhof | 2015-02-19 | 10 | -10/+379 |
* | SONAR-6079 A license might be displayed as expired even though it's not the case | Julien HENRY | 2015-02-17 | 1 | -3/+16 |
* | SONAR-6000 Try to decrease size of duplications in persistit | Julien HENRY | 2015-02-16 | 4 | -114/+115 |
* | Fix test on Windows | Julien HENRY | 2015-02-10 | 2 | -7/+4 |
* | SONAR-6134, SONAR-6048 Improve performance of FS indexation | Julien HENRY | 2015-02-10 | 29 | -176/+186 |
* | SONAR-6068 Improve performance of FileSystem query operation | Julien HENRY | 2015-02-10 | 4 | -14/+153 |
* | Merge remote-tracking branch 'origin/branch-5.0' | Julien HENRY | 2015-02-09 | 1 | -3/+3 |
|\ |
|
| * | SONAR-6162 Fix NPE when searching for Check of custom rules | Julien HENRY | 2015-02-09 | 1 | -3/+3 |
* | | SONAR-5183 timezones - migrate issues table from timestamp to long | Teryk Bellahsene | 2015-02-09 | 1 | -1/+8 |
* | | Refactor issue search stack in order to remove dependency with | Simon Brandhof | 2015-02-09 | 1 | -4/+18 |
* | | SONAR-5183 timezones - fix views and devcockpit | Teryk Bellahsene | 2015-02-06 | 1 | -3/+3 |
* | | SONAR-5183 - analysis unsensitive to timezones - snapshots table | Teryk Bellahsene | 2015-02-04 | 2 | -9/+4 |
* | | Use protocol buffers format for analysis reports | Simon Brandhof | 2015-02-02 | 1 | -4/+15 |
* | | WS API: accept NewParam#setPossibleValues(Collection) with not-null empty col... | Simon Brandhof | 2015-01-26 | 1 | -0/+19 |
* | | delete component ids from the issues table | Teryk Bellahsene | 2015-01-26 | 1 | -2/+0 |
* | | Computation stack based on an isolated picocontainer | Simon Brandhof | 2015-01-20 | 1 | -0/+33 |
* | | SONAR-6056 API: closeable components must be closed when stopping picocontainer | Simon Brandhof | 2015-01-20 | 1 | -0/+54 |
* | | Deprecate Resource::getLanguage() to ease later API changes | Julien HENRY | 2015-01-19 | 1 | -1/+9 |
* | | SONAR-5931 Publish new sensor API | Julien HENRY | 2015-01-15 | 1 | -11/+9 |
* | | fix quality flaws | Teryk Bellahsene | 2015-01-13 | 1 | -3/+16 |
* | | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 122 | -165/+159 |
* | | Do not allow to declare WS parameters with both required flag and default value | Simon Brandhof | 2015-01-06 | 1 | -0/+19 |
* | | SONAR-5934 Rewrite create users WS, SONAR-5961 Rewrite the update user WS | Julien Lancelot | 2014-12-18 | 2 | -0/+23 |
* | | Fix some quality flaws | Julien HENRY | 2014-12-17 | 1 | -0/+11 |
* | | SONAR-5910 unzip analysis report | Teryk Bellahsene | 2014-12-16 | 1 | -0/+8 |
* | | SONAR-5910 read report sent via WS | Teryk Bellahsene | 2014-12-11 | 1 | -0/+16 |
* | | Upgrade to JUnit 4.12 | Simon Brandhof | 2014-12-09 | 1 | -1/+3 |
|/ |
|
* | Refactor issue indexer (project-agnostic approach) | Simon Brandhof | 2014-12-04 | 1 | -2/+2 |
* | SONAR-5878 More improvement concerning memory consumption | Julien HENRY | 2014-12-03 | 1 | -14/+0 |
* | Centralize algorithm of UUID generation | Simon Brandhof | 2014-11-21 | 1 | -0/+47 |
* | Remove class TxtWriter | Simon Brandhof | 2014-11-07 | 1 | -51/+0 |
* | Merge remote-tracking branch 'origin/branch-4.5' | Julien Lancelot | 2014-11-06 | 1 | -0/+19 |
|\ |
|
| * | SONAR-5841 Empty parameter on integer, boolean and float types should be auth... | Julien Lancelot | 2014-11-06 | 1 | -0/+19 |