Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | SONAR-5700 ability to change level of loggers of 3rd-party libraries | Simon Brandhof | 2015-02-19 | 14 | -118/+175 | |
* | | | | | Support property sonar.log.debug (boolean) | Simon Brandhof | 2015-02-19 | 4 | -8/+26 | |
* | | | | | SONAR-5700 New logging API to remove coupling on SLF4J | Simon Brandhof | 2015-02-19 | 140 | -717/+1868 | |
* | | | | | SONAR-6057 fix path of archived logs | Simon Brandhof | 2015-02-19 | 2 | -7/+9 | |
* | | | | | SONAR-6057 Make log rotation more configurable for production | Simon Brandhof | 2015-02-19 | 39 | -459/+1214 | |
* | | | | | SONAR-6046 When calling a web service with some wrong data, the generated exc... | Julien Lancelot | 2015-02-19 | 3 | -1/+103 | |
* | | | | | SONAR-5861 Ability to hide issue comments | Jean-Baptiste Lievremont | 2015-02-19 | 5 | -6/+78 | |
* | | | | | Fix test | Julien HENRY | 2015-02-19 | 1 | -1/+1 | |
* | | | | | Fix some quality flaws | Julien HENRY | 2015-02-19 | 10 | -19/+32 | |
* | | | | | Merge pull request #101 from SonarSource/fix/file_sources_migration | Julien HENRY | 2015-02-19 | 7 | -19/+195 | |
|\ \ \ \ \ | ||||||
| * | | | | | SONAR-6174 Ignore any exception during file_sources migration when parsing du... | Julien HENRY | 2015-02-19 | 7 | -19/+195 | |
* | | | | | | SONAR-5885 Fix mapping of htmlDesc attribute to fetch correct fields in ES | Jean-Baptiste Lievremont | 2015-02-19 | 3 | -1/+31 | |
* | | | | | | SONAR-5596 Fix migration on Oracle | Julien Lancelot | 2015-02-19 | 1 | -1/+1 | |
* | | | | | | SONAR-5711 Send validation messages to client all at once | Jean-Baptiste Lievremont | 2015-02-18 | 3 | -32/+101 | |
* | | | | | | SONAR-5596 Purge permission on modules | Julien Lancelot | 2015-02-18 | 10 | -4/+275 | |
* | | | | | | SONAR-5385 Some widget links are broken when apache is configured with AllowE... | Stas Vilchik | 2015-02-18 | 12 | -36/+13 | |
* | | | | | | SONAR-6137 Do not fail when createdAfter == createdBefore | Jean-Baptiste Lievremont | 2015-02-18 | 2 | -1/+46 | |
* | | | | | | SONAR-5345 Revert createdAfter/createdBefore to their old meaning (exclude bo... | Jean-Baptiste Lievremont | 2015-02-18 | 3 | -11/+8 | |
* | | | | | | hide tooltips when popups are open | Stas Vilchik | 2015-02-18 | 1 | -0/+2 | |
* | | | | | | hide error messages after a while | Stas Vilchik | 2015-02-18 | 2 | -0/+5 | |
* | | | | | | fix create custom rule modal overflow | Stas Vilchik | 2015-02-18 | 1 | -1/+1 | |
* | | | | | | fix edition of custom rules | Stas Vilchik | 2015-02-18 | 3 | -3/+17 | |
* | | | | | | fix form wrapping on coding rules page | Stas Vilchik | 2015-02-18 | 3 | -12/+12 | |
* | | | | | | SONAR-5659 Issues link parameters disappear when fail to log | Julien Lancelot | 2015-02-18 | 2 | -2/+5 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | SONAR-5855 Update UI of quality gates page | Stas Vilchik | 2015-02-18 | 17 | -281/+257 | |
* | | | | | Merge remote-tracking branch 'origin/branch-5.0' | Julien Lancelot | 2015-02-18 | 14 | -96/+165 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | SONAR-6187 Exclude requirements when getting all characteristics | Julien Lancelot | 2015-02-18 | 14 | -99/+166 | |
| * | | | | Update to 5.0.1-SNAPSHOT | Julien Lancelot | 2015-02-18 | 33 | -66/+96 | |
* | | | | | Fix quality flaw | Julien Lancelot | 2015-02-18 | 1 | -5/+3 | |
| |/ / / |/| | | | ||||||
* | | | | SONAR-6196 Update UI of measures page | Stas Vilchik | 2015-02-18 | 5 | -21/+15 | |
* | | | | fix compatibility with eclipse plugin | Stas Vilchik | 2015-02-18 | 1 | -0/+5 | |
* | | | | Revert "SONAR-6146 clean up /resources/index" | Stas Vilchik | 2015-02-18 | 4 | -0/+97 | |
* | | | | fix creation date facet | Stas Vilchik | 2015-02-18 | 1 | -1/+1 | |
* | | | | fix nonav pages | Stas Vilchik | 2015-02-18 | 3 | -6/+6 | |
* | | | | return file name to the issue details | Stas Vilchik | 2015-02-18 | 1 | -1/+7 | |
* | | | | SONAR-6009 Number of returned active rules should not be limited | Julien Lancelot | 2015-02-18 | 2 | -1/+26 | |
* | | | | Add getters that never return null in Select | Julien Lancelot | 2015-02-18 | 37 | -140/+208 | |
* | | | | Fix quality flaws | Julien Lancelot | 2015-02-18 | 2 | -14/+17 | |
* | | | | SONAR-5595 When analysing a new multi modules project, permission should not ... | Julien HENRY | 2015-02-18 | 2 | -1/+14 | |
* | | | | SONAR-5711 Validate custom rule parameters at creation | Jean-Baptiste Lievremont | 2015-02-18 | 2 | -7/+103 | |
* | | | | SONAR-6009 Each time the batch call the project referentials WS, a E/S query ... | Julien Lancelot | 2015-02-18 | 3 | -36/+44 | |
* | | | | SONAR-5552 Display how many files are excluded from the analysis | Julien HENRY | 2015-02-18 | 4 | -2/+59 | |
* | | | | Replace isUnitTestClass by isUnitTestFile | Julien HENRY | 2015-02-18 | 1 | -0/+9 | |
* | | | | fix duplications popup | Stas Vilchik | 2015-02-18 | 1 | -1/+1 | |
* | | | | fix file dashboard | Stas Vilchik | 2015-02-18 | 1 | -1/+1 | |
* | | | | update all projects page | Stas Vilchik | 2015-02-18 | 1 | -31/+35 | |
* | | | | fix dashboard configuration | Stas Vilchik | 2015-02-18 | 2 | -1/+2 | |
* | | | | fix header clipping effect | Stas Vilchik | 2015-02-18 | 6 | -15/+21 | |
* | | | | Merge branch-5.0 | Julien Lancelot | 2015-02-18 | 3 | -26/+41 | |
|\| | | | ||||||
| * | | | SONAR-6187 Nothing should be done when there's no characteristic in db | Julien Lancelot | 2015-02-18 | 3 | -25/+40 |