Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare development version 6.7.5-SNAPSHOT | Simon Brandhof | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | Release 6.7.46.7.4 | Simon Brandhof | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | SONAR-10658 Prevent Scanner Context from being too big (fix merge issue) | Julien HENRY | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | SONAR-10658 Prevent Scanner Context from being too big | Julien HENRY | 2018-05-25 | 2 | -15/+40 |
| | |||||
* | SONAR-10648 Fix InputFile::relativePath for global sensors | Julien HENRY | 2018-05-21 | 5 | -7/+22 |
| | | | | SensorStrategy was wrongly instanciated once per module, while it was supposed to be a project level singleton. | ||||
* | Prepare for dev version 6.7.4-SNAPSHOT | Simon Brandhof | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Release 6.7.36.7.3 | Simon Brandhof | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Prepare version 6.7.3-SNAPSHOT | Simon Brandhof | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | Release 6.7.26.7.2 | Simon Brandhof | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 6.7.2-SNAPSHOT | Eric Hartmann | 2017-12-29 | 1 | -1/+1 |
| | |||||
* | Release 6.7.16.7.1 | Simon Brandhof | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Prepare for next development iteration | Julien Lancelot | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Release 6.76.7 | Simon Brandhof | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | SONAR-9973 ComponentContainer#stopComponent now never fail | Sébastien Lesaint | 2017-11-03 | 1 | -6/+4 |
| | | | | and ensures all stoppable and/or disposable components in the container have their stop and/or dispose methods called | ||||
* | Prepare for next development iteration | Julien Lancelot | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | 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 |
| |