Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 1 | -58/+0 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | Rework file indexing | Julien HENRY | 2017-08-04 | 1 | -2/+10 |
| | | | | | | * Drop cycle ModuleFileSystem -> FileIndexer -> ModuleFileSystem * Ensure basedir is initialized once * Drop useless FileSystemLogger, and log in ModuleFileSystemInitializer | ||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | SONAR-8622 Lazily generate metadata for input files | Duarte Meneses | 2017-01-27 | 1 | -2/+2 |
| | |||||
* | SONAR-8310, SONAR-8314 Make generic coverage plugin a core feature | Julien HENRY | 2016-10-21 | 1 | -11/+2 |
| | |||||
* | SONAR-7678 server-side stateless settings | Simon Brandhof | 2016-09-06 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed | ||||
* | Rename package org.sonar.batch to org.sonar.scanner | Julien HENRY | 2016-07-06 | 1 | -0/+60 |