Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8314 Some rework on generic test executions report | Julien HENRY | 2016-10-27 | 6 | -12/+94 |
| | | | | | | * show warning in case of use of deprecated props * deprecate root element 'unitTest' and support 'testExecutions' * few other minor fixes | ||||
* | SONAR-8310 Added missing deprecation warning | Julien HENRY | 2016-10-27 | 2 | -11/+71 |
| | |||||
* | Fix minor Quality flaws | Simon Brandhof | 2016-10-24 | 1 | -15/+12 |
| | |||||
* | SONAR-8314 Add medium tests for generic test execution report | Julien HENRY | 2016-10-24 | 9 | -4/+246 |
| | |||||
* | SONAR-6337 Detect encoding of a file from BOM | Evgeny Mandrikov | 2016-10-21 | 8 | -2/+81 |
| | |||||
* | SONAR-8281 coverage_*_data measure should be sorted | Julien HENRY | 2016-10-21 | 2 | -6/+20 |
| | |||||
* | SONAR-8310, SONAR-8314 Make generic coverage plugin a core feature | Julien HENRY | 2016-10-21 | 34 | -106/+1327 |
| | |||||
* | Move old test API to deprecated package | Julien HENRY | 2016-10-21 | 9 | -11/+11 |
| | |||||
* | Rename persistit classes Cache* -> Storage* | Julien HENRY | 2016-10-21 | 14 | -77/+102 |
| | |||||
* | Update JavaDoc | Julien HENRY | 2016-10-21 | 2 | -5/+7 |
| | |||||
* | SONAR-8284 Make IT/Overall coverage measures 'hidden' | Julien HENRY | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | SONAR-7875 Log a warning when a metric should not be saved by a Sensor | Julien HENRY | 2016-10-18 | 1 | -17/+25 |
| | |||||
* | SONAR-8281 Recompute coverage measures from line data to ensure consistency | Julien HENRY | 2016-10-18 | 5 | -60/+98 |
| | |||||
* | SONAR-8284 Remove overall/IT coverage data from scanner report | Julien HENRY | 2016-10-18 | 3 | -67/+15 |
| | |||||
* | SONAR-8281 Rework Sensor storage to merge multiple coverage reports | Julien HENRY | 2016-10-18 | 20 | -804/+566 |
| | |||||
* | SONAR-8281 Rename measure "Coverage by unit tests" -> " "Coverage by tests" | Julien HENRY | 2016-10-18 | 2 | -5/+3 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2016-10-05 | 3 | -4/+4 |
| | |||||
* | Prepare for next development iteration | David Rautureau | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | SONAR-8084 Support HTTP proxy authentication | Julien HENRY | 2016-09-14 | 1 | -2/+6 |
| | | | | Tested by an IT in SQ Scanner API | ||||
* | Return content when exception is generated in ws client | Julien Lancelot | 2016-09-08 | 1 | -5/+2 |
| | |||||
* | Cleanup unused test files | Julien HENRY | 2016-09-07 | 7 | -9/+0 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2016-09-07 | 1 | -4/+0 |
| | |||||
* | SONAR-7678 server-side stateless settings | Simon Brandhof | 2016-09-06 | 34 | -156/+189 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | SONAR-7722 The project name should not be mandatory | Duarte Meneses | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | SONAR-7258 The project version should be optional | Duarte Meneses | 2016-08-31 | 3 | -7/+80 |
| | |||||
* | SONAR-7722 The project name should not be mandatory | Duarte Meneses | 2016-08-30 | 11 | -4/+61 |
| | |||||
* | SONAR-7864 Drop org.sonar.api.scan.filesystem.ModuleFileSystem from API | Julien HENRY | 2016-08-29 | 9 | -524/+27 |
| | | | | SONAR-8038 Deprecate ProjectDefinition::getBuildDir | ||||
* | SONAR-5813 Fully drop support of "sonar.cpd.xxx.skip" properties | Julien HENRY | 2016-08-29 | 2 | -53/+2 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2016-08-23 | 1 | -3/+2 |
| | |||||
* | SONAR-8006 Decrease memory comsumption of FileMetadata | Julien HENRY | 2016-08-23 | 1 | -3/+3 |
| | |||||
* | Improve scanner report viewer | Duarte Meneses | 2016-08-17 | 1 | -2/+2 |
| | |||||
* | SONAR-7654 API to propagate props from scanner to CE | Simon Brandhof | 2016-08-06 | 8 | -3/+293 |
| | |||||
* | Fix property sonar.core.startTime | Simon Brandhof | 2016-07-29 | 2 | -15/+5 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2016-07-29 | 1 | -1/+0 |
| | |||||
* | SONAR-7899 configure container of "startup followers" | Simon Brandhof | 2016-07-29 | 1 | -2/+2 |
| | |||||
* | Fix merge of branch-6.0 | Simon Brandhof | 2016-07-27 | 4 | -26/+19 |
|\ | |||||
| * | Improve org.sonar.api.SonarRuntime | Simon Brandhof | 2016-07-27 | 4 | -26/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | * javadoc was not up-to-date * SensorContext has a single method #runtime() instead of #getRuntimeApiVersion() and #getRuntimeProduct() * deprecated SonarQubeVersion does not extend SonarRuntime * SonarRuntime becomes an interface. Implementation is org.sonar.api.internal.SonarRuntimeImpl for unit tests. | ||||
| * | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-07-20 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 6.0-RC16.0-RC1 | David Rautureau | 2016-07-20 | 1 | -1/+1 |
| | | |||||
* | | merge GuavaCollectors into Collectors and rename methods | Sébastien Lesaint | 2016-07-21 | 1 | -2/+3 |
| | | |||||
* | | prepare for next development iteration | David Rautureau | 2016-07-20 | 1 | -1/+1 |
|/ | |||||
* | SONAR-7876 Add SensorContext::isCancelled in the API | Julien HENRY | 2016-07-18 | 2 | -1/+7 |
| | |||||
* | Improve quality | Duarte Meneses | 2016-07-14 | 1 | -0/+29 |
| | |||||
* | Improve quality | Duarte Meneses | 2016-07-14 | 4 | -0/+82 |
| | |||||
* | Fix close connection | Duarte Meneses | 2016-07-13 | 1 | -1/+0 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2016-07-13 | 17 | -71/+42 |
| | |||||
* | Fix leaked connection | Duarte Meneses | 2016-07-13 | 3 | -5/+9 |
| | |||||
* | Improve quality | Duarte Meneses | 2016-07-12 | 2 | -12/+2 |
| | |||||
* | SONAR-7741 upgrade OK HTTP to 3.3.1 | Sébastien Lesaint | 2016-07-11 | 2 | -5/+5 |
| | |||||
* | SONAR-7876 Add an API for Sensors to report files that can't be analyzed | Duarte Meneses | 2016-07-11 | 3 | -0/+65 |
| |