Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 6.76.7-RC1 | Julien Lancelot | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | SONAR-7992 Restrict length of version names | Daniel Schwarz | 2017-10-26 | 2 | -7/+31 |
| | | | | | | | | * SONAR-7992 Restrict length of name in api/project_analyses/update_event to 100 characters * SONAR-7992 Restrict length of version name of an analysis * SONAR-7992 Restrict length of version name of SnapshotDto * SONAR-7992 Include the module's name in the validation error message | ||||
* | SONAR-9984 Coverage per tests should be disabled for short living branches | Julien HENRY | 2017-10-20 | 2 | -1/+61 |
| | |||||
* | SONAR-9949 Also merge open issues from short living branches | Julien HENRY | 2017-10-20 | 1 | -1/+8 |
| | |||||
* | SONAR-9913 Match issues from short living branches more aggressively | Julien HENRY | 2017-10-20 | 2 | -0/+10 |
| | | | | | When there are multiple candidates (from multiple branches), prefer any of the RESOLVED one, before taking any of the CONFIRMED ones. | ||||
* | SONAR-9969 Change the validation logic of the new branch parameter (#2666) | Janos Gyerik | 2017-10-20 | 4 | -10/+69 |
| | | | | | | * Fail-fast when branch name or target used without branch plugin * Allow missing BranchParamsValidator, improve the check for missing * Reuse branches doc link constant | ||||
* | Remove unused dependency on commons-beanutils | Simon Brandhof | 2017-10-16 | 1 | -4/+0 |
| | |||||
* | Delete deprecated and unused Server#getDeployDir() | Simon Brandhof | 2017-10-16 | 2 | -8/+0 |
| | |||||
* | SONAR-9863 replace old "permanent server ID" by the new one | Simon Brandhof | 2017-10-16 | 3 | -4/+3 |
| | |||||
* | Fix Quality flaws | ameya | 2017-10-16 | 4 | -7/+7 |
| | |||||
* | SONAR-9799 deprecate legacy branch param (#2662) | Janos Gyerik | 2017-10-12 | 2 | -0/+2 |
| | |||||
* | Revert "SONAR-9757 Copy issues in directories with unchanged files only" | Janos Gyerik | 2017-10-12 | 2 | -72/+0 |
| | | | | This reverts commit aa5537ba9748dd4f3f9c876064ff6a6e641cba3e. | ||||
* | Skip storage on short branch if file status is SAME | Janos Gyerik | 2017-10-12 | 2 | -10/+121 |
| | |||||
* | Analyze all files even in short branches | Janos Gyerik | 2017-10-12 | 2 | -12/+5 |
| | |||||
* | SONAR-9929 Filter secondary locations that are in a different file than ↵ | Julien HENRY | 2017-10-10 | 2 | -8/+36 |
| | | | | primary location | ||||
* | remove misleading thread safety comment | Sébastien Lesaint | 2017-10-10 | 1 | -3/+0 |
| | | | | thanks to dtrebbien for spotting it | ||||
* | Utilize parameterized logging | Daniel Trebbien | 2017-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | As suggested in the SLF4J FAQ: https://www.slf4j.org/faq.html#logging_performance .. parameterized logging can improve the efficiency of logger calls when logging at the specified level is disabled. In addition, per the FAQ: https://www.slf4j.org/faq.html#paramException since SLF4J 1.6.0 it is possible to use parameterized logging and also log an exception/throwable. These changes were suggested by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/ | ||||
* | Set version to 6.7-SNAPSHOT | Simon Brandhof | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | SONAR-9770 Stop listing deprecated modes | Julien HENRY | 2017-10-04 | 2 | -22/+2 |
| | |||||
* | SONAR-7245 Remove issues report (html/console) feature | Julien HENRY | 2017-10-04 | 29 | -2394/+0 |
| | |||||
* | SONAR-9816 Transitively find long-lived branch to use as target | Duarte Meneses | 2017-10-02 | 2 | -1/+13 |
| | |||||
* | SONAR-9836 Fix @Phase annotation support on new PostJob API | Julien HENRY | 2017-10-02 | 2 | -38/+100 |
| | |||||
* | SONAR-9883 Project name is 'null' if not specified and branch is used | Duarte Meneses | 2017-10-02 | 2 | -1/+25 |
| | |||||
* | Fix SCM tests | Duarte Meneses | 2017-09-28 | 1 | -0/+3 |
| | |||||
* | SONAR-9837 Detect files changed in the current branch with SCM | Duarte Meneses | 2017-09-28 | 1 | -1/+1 |
| | |||||
* | Drop ScmBranchProvider (blend it into ScmProvider) | Janos Gyerik | 2017-09-28 | 2 | -8/+10 |
| | |||||
* | SONAR-9837 Detect files changed in the current branch with SCM | Duarte Meneses | 2017-09-28 | 6 | -36/+112 |
| | |||||
* | Clean container | Duarte Meneses | 2017-09-28 | 14 | -204/+50 |
| | |||||
* | SONAR-9837 Detect files changed in the current branch with SCM | Duarte Meneses | 2017-09-28 | 13 | -23/+361 |
| | |||||
* | SONAR-9575 Revert all changes made to support incremental mode | Julien HENRY | 2017-09-27 | 24 | -321/+38 |
| | |||||
* | SONAR-5236 Create new API to register built-in quality profiles | Julien HENRY | 2017-09-25 | 2 | -3/+3 |
| | |||||
* | SONAR-9283 Settings, Configuration and Props trim values at insert | Sébastien Lesaint | 2017-09-19 | 5 | -9/+26 |
| | |||||
* | SONAR-9223 Properly handle case when SONAR_USER_HOME point to a symlink | Julien HENRY | 2017-09-15 | 2 | -4/+22 |
| | |||||
* | SONAR-9718 Fail with a clear message when sonar.projectDate is empty | Julien HENRY | 2017-09-15 | 5 | -16/+57 |
| | |||||
* | SONAR-8855 Make it obvious that generic coverage report expect an XML file | Julien HENRY | 2017-09-15 | 4 | -42/+67 |
| | |||||
* | SONAR-9770 Deprecate 'preview'/'issues' analysis mode | Julien HENRY | 2017-09-15 | 1 | -1/+3 |
| | |||||
* | SONAR-9666 Restore support of multi-valued properties containing line breaks | Julien HENRY | 2017-09-15 | 2 | -2/+51 |
| | |||||
* | Improve quality | Duarte Meneses | 2017-09-14 | 2 | -4/+5 |
| | |||||
* | Use SettingsLoader only when needed for branches | Duarte Meneses | 2017-09-12 | 7 | -87/+62 |
| | |||||
* | SONAR-9670 Introduce sonar.branch.longLivedBranches.regex | Duarte Meneses | 2017-09-12 | 3 | -30/+37 |
| | |||||
* | SONAR-9670 Introduce sonar.branch.longLivedBranches.regex | Duarte Meneses | 2017-09-12 | 5 | -39/+61 |
| | |||||
* | SONAR-9670 Introduce sonar.branch.longLivedBranches.regex | Janos Gyerik | 2017-09-12 | 80 | -455/+805 |
| | |||||
* | Remove message about deprecated sonar.branch | Duarte Meneses | 2017-09-12 | 2 | -2/+0 |
| | |||||
* | SONAR-9701 Don't publish coverage, scm and source of unchanged files | Julien HENRY | 2017-09-12 | 23 | -65/+81 |
| | |||||
* | SONAR-9701 Don't publish empty modules | Julien HENRY | 2017-09-12 | 2 | -5/+62 |
| | |||||
* | SONAR-9626 update log messages (#2472) | Janos Gyerik | 2017-09-12 | 2 | -4/+32 |
| | |||||
* | SONAR-9616 Use base branch to get project repository (#2426) | Janos Gyerik | 2017-09-12 | 9 | -25/+42 |
| | |||||
* | SONAR-9616 Send branch type into the report as characteristic | Julien Lancelot | 2017-09-12 | 2 | -14/+58 |
| | |||||
* | SONAR-9720 Issue tracking for long branches | Duarte Meneses | 2017-09-12 | 3 | -0/+15 |
| | |||||
* | Add medium test for branches (#2359) | Janos Gyerik | 2017-09-12 | 3 | -96/+243 |
| |