Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9356 Rename onboarding setting | Julien Lancelot | 2017-06-20 | 1 | -5/+0 |
| | |||||
* | SONAR-9356 define property "sonar.onboardingTutorial.skip" | Daniel Schwarz | 2017-06-20 | 1 | -0/+4 |
| | |||||
* | Remove some usages of Guava in API | Simon Brandhof | 2017-06-19 | 72 | -491/+423 |
| | |||||
* | SONAR-9322 deprecate RulesProfile#setParentName(String) | Simon Brandhof | 2017-06-14 | 1 | -8/+9 |
| | | | | | Hierarchy of profiles in plugin API has never been implemented. The method is misleading so it's marked as deprecated. | ||||
* | SONAR-8800 Deprecate org.sonar.api.platform.Server#getUrl | Julien Lancelot | 2017-06-09 | 1 | -0/+2 |
| | |||||
* | SONAR-9351 enforce in API allowed qualifiers on PropertyDefinition | Sébastien Lesaint | 2017-06-01 | 2 | -9/+148 |
| | |||||
* | SONAR-9335 remove deprecated NewAction#createParam | Daniel Schwarz | 2017-05-29 | 1 | -9/+0 |
| | |||||
* | Prepare for next development version 6.5-SNAPSHOT | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-05-16 | 1 | -4/+5 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | Fix javadoc of DateUtils about ISO8601 vs RFC822 formats | Simon Brandhof | 2017-05-12 | 1 | -2/+2 |
| | |||||
* | SONAR-9056 WS api/components/suggestion filter allowed qualifiers | Teryk Bellahsene | 2017-05-12 | 1 | -6/+1 |
| | |||||
* | SONAR-9199 Fix unclosed inputStream | Julien HENRY | 2017-05-11 | 1 | -5/+6 |
| | |||||
* | SONAR-9199 InputFile::content() and InputFile::inputStream() should filter BOM | Julien HENRY | 2017-05-09 | 5 | -31/+73 |
| | |||||
* | SONAR-8456, SONAR-8906 Cleanup properties | Julien HENRY | 2017-05-03 | 1 | -32/+1 |
| | |||||
* | Revert "SONAR-9116 EventHandler should be annotated with SonarLintSide" | Duarte Meneses | 2017-05-02 | 1 | -2/+0 |
| | | | | This reverts commit 4076db84b5d1f53a08ec4351d14a4f44bf6b7464. | ||||
* | SONAR-9116 EventHandler should be annotated with SonarLintSide | Duarte Meneses | 2017-04-28 | 1 | -0/+2 |
| | |||||
* | Minimize sonar-plugin-api | Duarte Meneses | 2017-04-28 | 1 | -4/+22 |
| | |||||
* | SONAR-7818 Remove RubyRailsWebservice API | Julien Lancelot | 2017-04-20 | 1 | -41/+0 |
| | |||||
* | SONAR-9051 Ability to set the maximum number of values on a WS parameter | Julien Lancelot | 2017-04-20 | 6 | -57/+118 |
| | |||||
* | SONAR-9138 Improve logs displaying servlet filter patterns at server startup | Julien Lancelot | 2017-04-18 | 2 | -0/+31 |
| | |||||
* | SONAR-9014 Replace 'sonar.defaultGroup' setting usage by hardcoded 'sonar-users' | Julien Lancelot | 2017-04-13 | 2 | -2/+13 |
| | |||||
* | SONAR-9117 Delete the unused Java interface ↵ | Simon Brandhof | 2017-04-12 | 1 | -59/+0 |
| | | | | org.sonar.api.security.ResourcePermissions | ||||
* | Fix Quality flaws | Simon Brandhof | 2017-04-12 | 2 | -11/+7 |
| | |||||
* | SONAR-9054 PageDefinition has ORGANIZATION scope | Teryk Bellahsene | 2017-04-12 | 2 | -2/+4 |
| | |||||
* | Deprecate System2#isJavaAtLeast17() | Simon Brandhof | 2017-04-11 | 2 | -7/+5 |
| | | | | because it always returns true. Java 6 is not supported at runtime. | ||||
* | SONAR-9082 H2 should bind to localhost interface | Simon Brandhof | 2017-04-11 | 2 | -12/+30 |
| | |||||
* | SONAR-6100 Improve support of binary files and/or files with different encoding | Duarte Meneses | 2017-04-11 | 2 | -66/+47 |
| | |||||
* | SONAR-9025 Optimize computation issue exclusions | Duarte Meneses | 2017-04-11 | 2 | -9/+27 |
| | |||||
* | SONAR-9070 Make it easier to work with test files in unit tests | Duarte Meneses | 2017-04-10 | 1 | -2/+49 |
| | |||||
* | SONAR-8882 Ease testability of InputFile virtual content | Duarte Meneses | 2017-04-10 | 3 | -1/+77 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2017-03-28 | 1 | -1/+2 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-03-28 | 3 | -3/+8 |
| | |||||
* | SONAR-7860 Remove CodeColorizerFormat API | Duarte Meneses | 2017-03-16 | 3 | -148/+0 |
| | |||||
* | Automatic merge from branch-6.3 | Julien Lancelot | 2017-03-03 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.3: SONAR-8883 Fix Server::getVersion() on scanner side, and reenable IssueJsonReportTest IT SONAR-8622 Fix preview mode/JSON report on branches Remove javaProperties plugin from PluginsTest Remove JSON plugin SONAR-8460 Do not fail to write response when profile not found SONAR-8460 Remove Errors SONAR-8460 Remove creation BadRequestException with Errors SONAR-8460 Fix bundled error messages SONAR-8460 Simplify creation of BadRequestException with one message SONAR-8460 Remove isEmpty from Errors SONAR-8460 Remove check from Errors SONAR-8460 Remove writeJson from Errors fix quality flaw | ||||
| * | SONAR-8883 Fix Server::getVersion() on scanner side, and reenable ↵ | Julien HENRY | 2017-03-02 | 1 | -1/+0 |
| | | | | | | | | IssueJsonReportTest IT | ||||
* | | SONAR-8832 Support project-level sensors (#1720) | Janos Gyerik | 2017-03-02 | 5 | -19/+40 |
| | | |||||
* | | Automatic merge from branch-6.3 | ssjenka | 2017-02-27 | 1 | -23/+28 |
|\| | | | | | | | | | * origin/branch-6.3: BUILD-384 Replace usage of groovy-maven-plugin (not compliant with Maven paraller execution) by beanshell-maven-plugin | ||||
| * | BUILD-384 Replace usage of groovy-maven-plugin (not compliant with Maven ↵ | David Rautureau | 2017-02-24 | 1 | -23/+28 |
| | | | | | | | | paraller execution) by beanshell-maven-plugin | ||||
| * | Set version 6.3-SNAPSHOT | Simon Brandhof | 2017-02-22 | 1 | -1/+1 |
| | | |||||
| * | Publish version 6.3-RC3 | Simon Brandhof | 2017-02-22 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from branch-6.3 | ssjenka | 2017-02-21 | 1 | -0/+2 |
|\| | | | | | | | | | * origin/branch-6.3: SONAR-8823 Deprecate API org.sonar.api.web.Footer | ||||
| * | SONAR-8823 Deprecate API org.sonar.api.web.Footer | Teryk Bellahsene | 2017-02-21 | 1 | -0/+2 |
| | | |||||
* | | Automatic merge from branch-6.3 | ssjenka | 2017-02-21 | 3 | -8/+18 |
|\| | | | | | | | | | | | * origin/branch-6.3: Add logs when Travis downloads phantomjs and JDK8 Ability to release versions without build number in artifact filenames | ||||
| * | Ability to release versions without build number in artifact filenames | Simon Brandhof | 2017-02-21 | 3 | -8/+18 |
| | | |||||
* | | Fix Quality flaws | Simon Brandhof | 2017-02-20 | 1 | -0/+23 |
| | | |||||
* | | Drop unused Surefire config for skipping tests | Simon Brandhof | 2017-02-19 | 1 | -0/+1 |
| | | |||||
* | | Drop unused dependency xpp3 | Simon Brandhof | 2017-02-19 | 1 | -5/+0 |
| | | |||||
* | | Drop dependency on deprecated sonar-graph | Simon Brandhof | 2017-02-19 | 2 | -6/+34 |
| | |