Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'branch-6.7' | Stas Vilchik | 2017-12-11 | 2 | -3/+2 |
|\ | |||||
| * | Fix typo in JavaDoc | Julien HENRY | 2017-12-11 | 2 | -3/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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-10125 Add project relative path for all components | Janos Gyerik | 2017-12-05 | 2 | -7/+49 |
| | | |||||
* | | SONAR-10153 Add ScmProvider methods to get last revision and relative paths ↵ | Janos Gyerik | 2017-12-05 | 2 | -9/+40 |
| | | | | | | | | from SCM root | ||||
* | | SONAR-10116 Better scalability of loading of project measures | Daniel Schwarz | 2017-12-05 | 4 | -34/+9 |
| | | |||||
* | | SONAR-10059 Increase timeout to download plugins | Guillaume Jambet | 2017-12-01 | 1 | -0/+19 |
| | | |||||
* | | fix logback configuration in UTs to drastically reduce build verbosity | Sébastien Lesaint | 2017-11-24 | 2 | -0/+27 |
| | | |||||
* | | Support build of SonarQube with JDK 9 | Simon Brandhof | 2017-11-23 | 2 | -51/+4 |
| | | |||||
* | | SONAR-10046 adding minimum length validation to Request api | Guillaume Jambet | 2017-11-09 | 3 | -0/+45 |
| | | |||||
* | | SONAR-10040 add maximum value to ws API | Julien Lancelot | 2017-11-08 | 4 | -22/+105 |
| | | |||||
* | | SONAR-10040 add length validation to Request api and api/projects/create | Julien Lancelot | 2017-11-08 | 4 | -18/+94 |
| | | |||||
* | | Prepare for next development iteration | Julien Lancelot | 2017-10-27 | 1 | -1/+1 |
|/ | |||||
* | Fix quality flaws | Julien Lancelot | 2017-10-26 | 1 | -2/+2 |
| | |||||
* | SONAR-10008 Make date facet tests independent from the machine's time zone | Daniel Schwarz | 2017-10-24 | 1 | -0/+12 |
| | |||||
* | Fix quality flaws | Eric Hartmann | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | SONAR-8331 Rename Complexity to Cyclomatic Complexity | Teryk Bellahsene | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | SONAR-9891 Add Analysis to PostProjectAnalysisTask.ProjectAnalysis | Eric Hartmann | 2017-10-17 | 4 | -50/+221 |
| | |||||
* | SONAR-9871 move webhook code to use it in web | Sébastien Lesaint | 2017-10-17 | 1 | -43/+44 |
| | | | | as well as we use it in CE report processing | ||||
* | SONAR-9931 deprecate sonar.cpd.cross_project property | Daniel Schwarz | 2017-10-17 | 1 | -0/+2 |
| | |||||
* | Delete deprecated and unused Server#getDeployDir() | Simon Brandhof | 2017-10-16 | 1 | -8/+0 |
| | |||||
* | SONAR-9863 replace old "permanent server ID" by the new one | Simon Brandhof | 2017-10-16 | 3 | -5/+14 |
| | |||||
* | SONAR-8331 Deprecate and hide complexity related metrics | Teryk Bellahsene | 2017-10-16 | 1 | -5/+50 |
| | |||||
* | SONAR-9922 Metric new_lines renamed from 'Lines of New Code' to 'New Lines' | Teryk Bellahsene | 2017-10-16 | 1 | -2/+2 |
| | |||||
* | SONAR-9799 deprecate legacy branch param (#2662) | Janos Gyerik | 2017-10-12 | 1 | -0/+6 |
| | |||||
* | SONAR-7574 Allow to set log level to WARN or ERROR in API | Eric Hartmann | 2017-10-12 | 2 | -14/+17 |
| | |||||
* | SONAR-9930 improve naming in DefaultTempFolderTest | Simon Brandhof | 2017-10-11 | 1 | -18/+22 |
| | |||||
* | SONAR-9930 Noisy ERROR logs when failing to delete a temp directory that ↵ | Simon Brandhof | 2017-10-11 | 2 | -5/+37 |
| | | | | does not exist | ||||
* | Fix two logger calls | Daniel Trebbien | 2017-10-10 | 2 | -3/+3 |
| | | | | | | | | | | | One logger call was using incorrect syntax for a formatting anchor ('%s' should be '{}'). The other logger call had three formatting anchors, but only passed two values. These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/ | ||||
* | 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-9840 Flip sort of 'Lines to Cover' in Measures | Teryk Bellahsene | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | SONAR-9526 Make coverage metrics visible | Teryk Bellahsene | 2017-10-05 | 1 | -6/+4 |
| | |||||
* | SONAR-9263 Drop unused property sonar.web.dev | Simon Brandhof | 2017-10-04 | 1 | -2/+4 |
| | |||||
* | API - ability to extend MessageException | Simon Brandhof | 2017-10-03 | 1 | -1/+1 |
| | | | | for instance to implement CE TypedException at the same time | ||||
* | SONAR-9771 add property email.fromName and use it in email notifications | Sébastien Lesaint | 2017-10-02 | 2 | -1/+15 |
| | |||||
* | SONAR-4824 Prevent notification when user does not have Browse permission | Eric Hartmann | 2017-10-02 | 1 | -3/+3 |
| | |||||
* | SONAR-6959 Performance improvements | Duarte Meneses | 2017-10-02 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | * Avoid creation of intermediary array * SONAR-6959 Speed-up copy of custom measures in Compute Engine * Use light object to get key/uuid map of components * Avoid always formatting string * Minor refactoring * Avoid cost of hash * Ajust perf tests | ||||
* | SONAR-9890 avoid as many potential problems of non-english locales as possible | Daniel Schwarz | 2017-09-28 | 1 | -1/+1 |
| | |||||
* | Drop ScmBranchProvider (blend it into ScmProvider) | Janos Gyerik | 2017-09-28 | 2 | -50/+13 |
| | |||||
* | SONAR-9837 Detect files changed in the current branch with SCM | Duarte Meneses | 2017-09-28 | 1 | -3/+3 |
| | |||||
* | SONAR-9837 Detect files changed in the current branch with SCM | Duarte Meneses | 2017-09-28 | 2 | -4/+47 |
| | |||||
* | SONAR-9575 Revert all changes made to support incremental mode | Julien HENRY | 2017-09-27 | 2 | -15/+0 |
| | |||||
* | SONAR-5236 Create new API to register built-in quality profiles | Julien HENRY | 2017-09-25 | 11 | -10/+772 |
| | |||||
* | Remove deprecation on System2.now() | Julien HENRY | 2017-09-25 | 1 | -2/+3 |
| | |||||
* | add DateUtils#truncateToSeconds and use it instead of +1_000L | Sébastien Lesaint | 2017-09-21 | 1 | -0/+18 |
| | |||||
* | SONAR-9283 Settings, Configuration and Props trim values at insert | Sébastien Lesaint | 2017-09-19 | 6 | -17/+211 |
| |