Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix two logger calls | Daniel Trebbien | 2017-10-10 | 1 | -2/+2 | |
| | | | | | | | | | | | 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/ | |||||
* | SONAR-9771 add property email.fromName and use it in email notifications | Sébastien Lesaint | 2017-10-02 | 1 | -1/+2 | |
| | ||||||
* | SONAR-4824 Prevent notification when user does not have Browse permission | Eric Hartmann | 2017-10-02 | 1 | -3/+3 | |
| | ||||||
* | SONAR-5236 Create new API to register built-in quality profiles | Julien HENRY | 2017-09-25 | 3 | -4/+249 | |
| | ||||||
* | SONAR-9283 Settings, Configuration and Props trim values at insert | Sébastien Lesaint | 2017-09-19 | 3 | -12/+192 | |
| | ||||||
* | SONAR-9718 Fail with a clear message when sonar.projectDate is empty | Julien HENRY | 2017-09-15 | 1 | -85/+6 | |
| | ||||||
* | SONAR-9740 support HTTP headers in API Request and sonar-ws | Simon Brandhof | 2017-09-13 | 2 | -1/+30 | |
| | ||||||
* | SONAR-9670 Introduce sonar.branch.longLivedBranches.regex | Janos Gyerik | 2017-09-12 | 1 | -3/+0 | |
| | ||||||
* | SONAR-9721 Remove DateUtils#formatDate(Long) | Teryk Bellahsene | 2017-08-30 | 1 | -2/+0 | |
| | ||||||
* | SONAR-9721 Send telemetry data once a week | Teryk Bellahsene | 2017-08-30 | 1 | -0/+2 | |
| | ||||||
* | SONAR-9576 More simple predicate to skip default status filter | Julien HENRY | 2017-08-07 | 1 | -0/+1 | |
| | ||||||
* | SONAR-9576 Add component status in the scanner report | Julien HENRY | 2017-08-07 | 2 | -1/+9 | |
| | ||||||
* | SONAR-9576 Add analysis mode in the scanner report | Julien HENRY | 2017-08-07 | 1 | -0/+3 | |
| | ||||||
* | SONAR-9574 Same file indexed in different modules | Julien HENRY | 2017-08-04 | 2 | -4/+7 | |
| | ||||||
* | Store project relative path inside DefaultIndexedFile | Julien HENRY | 2017-08-04 | 1 | -25/+41 | |
| | ||||||
* | SONAR-9641 Add URIPredicate | Julien HENRY | 2017-08-04 | 4 | -19/+33 | |
| | ||||||
* | SONAR-9561 File inclusions/exclusions should be applied before language ↵ | Julien HENRY | 2017-08-04 | 1 | -13/+13 | |
| | | | | detection | |||||
* | SONAR-9557 Fix coverage exclusions for global sensors | Julien HENRY | 2017-08-04 | 1 | -1/+1 | |
| | ||||||
* | Rework file indexing | Julien HENRY | 2017-08-04 | 6 | -34/+56 | |
| | | | | | | * Drop cycle ModuleFileSystem -> FileIndexer -> ModuleFileSystem * Ensure basedir is initialized once * Drop useless FileSystemLogger, and log in ModuleFileSystemInitializer | |||||
* | SONAR-9641 Introduce InputFile:uri() | Julien HENRY | 2017-08-04 | 1 | -0/+2 | |
| | ||||||
* | SONAR-9551 PropertyDefinition and ResourceTypeTree correctly handles APP ↵ | Teryk Bellahsene | 2017-07-31 | 4 | -25/+37 | |
| | | | | qualifier | |||||
* | SONAR-9551 Page API supports APP qualifier | Teryk Bellahsene | 2017-07-31 | 1 | -1/+3 | |
| | ||||||
* | SONAR-9283 support trailing/heading whitespaces in properties | Sébastien Lesaint | 2017-07-21 | 1 | -0/+104 | |
| | | | | for numbers and boolean types | |||||
* | Improve coverage | Duarte Meneses | 2017-07-13 | 2 | -3/+93 | |
| | ||||||
* | SONAR-9477 Deprecate ProjectReactor and ProjectBuilder | Duarte Meneses | 2017-07-11 | 3 | -40/+39 | |
| | | | | Mark Immutable classes in the Plugin API and Scanner | |||||
* | Fix tests on Windows | Julien HENRY | 2017-07-05 | 1 | -2/+3 | |
| | ||||||
* | SONAR-9478 Replace Settings by Configuration | Julien HENRY | 2017-07-04 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8546 Improve SensorDescriptor API to give more flexibility on ↵ | Julien HENRY | 2017-07-04 | 1 | -2/+7 | |
| | | | | configuration requirements to execute Sensors | |||||
* | SONAR-9478 Deprecate Settings and introduce new Configuration interface | Julien HENRY | 2017-07-04 | 6 | -20/+23 | |
| | ||||||
* | Remove some usages of Guava in API | Simon Brandhof | 2017-06-19 | 1 | -1/+2 | |
| | ||||||
* | SONAR-9351 enforce in API allowed qualifiers on PropertyDefinition | Sébastien Lesaint | 2017-06-01 | 1 | -5/+113 | |
| | ||||||
* | SONAR-9199 InputFile::content() and InputFile::inputStream() should filter BOM | Julien HENRY | 2017-05-09 | 1 | -5/+39 | |
| | ||||||
* | SONAR-9051 Ability to set the maximum number of values on a WS parameter | Julien Lancelot | 2017-04-20 | 2 | -6/+53 | |
| | ||||||
* | SONAR-9138 Improve logs displaying servlet filter patterns at server startup | Julien Lancelot | 2017-04-18 | 1 | -0/+13 | |
| | ||||||
* | Fix Quality flaws | Simon Brandhof | 2017-04-12 | 1 | -1/+1 | |
| | ||||||
* | Deprecate System2#isJavaAtLeast17() | Simon Brandhof | 2017-04-11 | 1 | -6/+2 | |
| | | | | 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 | 1 | -12/+21 | |
| | ||||||
* | SONAR-6100 Improve support of binary files and/or files with different encoding | Duarte Meneses | 2017-04-11 | 1 | -40/+21 | |
| | ||||||
* | SONAR-8882 Ease testability of InputFile virtual content | Duarte Meneses | 2017-04-10 | 1 | -0/+41 | |
| | ||||||
* | SONAR-7860 Remove CodeColorizerFormat API | Duarte Meneses | 2017-03-16 | 1 | -55/+0 | |
| | ||||||
* | SONAR-8832 Support project-level sensors (#1720) | Janos Gyerik | 2017-03-02 | 1 | -2/+4 | |
| | ||||||
* | Drop dependency xmlunit | Simon Brandhof | 2017-02-19 | 1 | -26/+7 | |
| | | | | Replaced by assertJ assertThat().isXmlEqualTo() | |||||
* | Clean-up sonar-testing-harness dependencies | Simon Brandhof | 2017-02-19 | 17 | -383/+346 | |
| | | | | and decrease usages of Hamcrest | |||||
* | Move temp dir of build outsite project | Simon Brandhof | 2017-02-19 | 1 | -1/+0 | |
| | | | | | | Overriding java.io.tmpdir does not allow to detect issues with canonical path in tests. Moreover this complex (and useless) configuration does not allow to support Gradle. | |||||
* | SONAR-8777 Rename WS history to changelog | Teryk Bellahsene | 2017-02-17 | 1 | -6/+6 | |
| | ||||||
* | Replace anonymous classes with method reference in WebServiceTest | Teryk Bellahsene | 2017-02-17 | 1 | -12/+2 | |
| | ||||||
* | SONAR-8777 New API to set the history of a web service action | Teryk Bellahsene | 2017-02-17 | 1 | -0/+9 | |
| | ||||||
* | SONAR-8793 Replace use of method to set a deprecated key | Teryk Bellahsene | 2017-02-16 | 1 | -2/+2 | |
| | ||||||
* | Replace anonymous classes by lambda in WebServiceTest | Teryk Bellahsene | 2017-02-16 | 1 | -203/+132 | |
| | ||||||
* | SONAR-8793 Add since to the deprecated key of an active parameter | Teryk Bellahsene | 2017-02-16 | 1 | -1/+2 | |
| |