Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for next development version 6.5-SNAPSHOT | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizer | Julien HENRY | 2017-05-09 | 2 | -17/+17 |
| | |||||
* | SONAR-9199 InputFile::content() and InputFile::inputStream() should filter BOM | Julien HENRY | 2017-05-09 | 1 | -15/+19 |
| | |||||
* | Automatic merge from branch-6.3 | ssjenka | 2017-03-09 | 1 | -9/+11 |
|\ | | | | | | | | | * origin/branch-6.3: SONAR-8623 Fix regression with project level measures | ||||
| * | SONAR-8623 Fix regression with project level measures | Julien HENRY | 2017-03-09 | 1 | -9/+11 |
| | | |||||
| * | Back to development version 6.3-SNAPSHOT | Simon Brandhof | 2017-03-06 | 1 | -1/+1 |
| | | |||||
| * | Publish 6.3-RC4 | Simon Brandhof | 2017-03-03 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
* | | Prepare for next development iteration | Simon Brandhof | 2017-02-14 | 1 | -1/+1 |
|/ | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 70 | -140/+140 |
| | |||||
* | Fix assertions in Xoo | Janos Gyerik | 2017-01-31 | 2 | -3/+3 |
| | |||||
* | Add OneIssuePerDirectory rule in Xoo (#1606) | Janos Gyerik | 2017-01-31 | 3 | -0/+73 |
| | |||||
* | SONAR-8631 Only publish input files used by sensors | Duarte Meneses | 2017-01-31 | 5 | -3/+64 |
| | |||||
* | SONAR-8622 Lazily generate metadata for input files | Duarte Meneses | 2017-01-27 | 11 | -37/+72 |
| | |||||
* | SONAR-8573 Use api/settings to load global settings | Julien HENRY | 2017-01-10 | 2 | -2/+8 |
| | |||||
* | Prepare for next development iteration | David Rautureau | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | SONAR-8281 Update SensorContextTester to no more expose coverage type | Julien HENRY | 2016-10-21 | 3 | -30/+18 |
| | |||||
* | Prepare for next development iteration | David Rautureau | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | SONAR-7678 server-side stateless settings | Simon Brandhof | 2016-09-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | * 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-7864 Drop org.sonar.api.scan.filesystem.ModuleFileSystem from API | Julien HENRY | 2016-08-29 | 1 | -9/+10 |
| | | | | SONAR-8038 Deprecate ProjectDefinition::getBuildDir | ||||
* | Automatic merge from branch-6.0 | ssjenka | 2016-07-28 | 2 | -3/+3 |
|\ | | | | | | | | | * origin/branch-6.0: Revert deprecation of SonarQubeVersion | ||||
| * | Revert deprecation of SonarQubeVersion | Simon Brandhof | 2016-07-28 | 2 | -3/+3 |
| | | | | | | | | | | so that compatibility with 5.6 does not need to call deprecated code. | ||||
* | | Fix merge of branch-6.0 | Simon Brandhof | 2016-07-27 | 3 | -12/+16 |
|\| | |||||
| * | Improve org.sonar.api.SonarRuntime | Simon Brandhof | 2016-07-27 | 3 | -12/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | | Automatic merge from branch-6.0 | ssjenka | 2016-07-22 | 3 | -7/+21 |
|\| | | | | | | | | | | | | | | | * origin/branch-6.0: fix profile overflow on project overview page SONAR-7912 Highlight releasability rating in measure page of a view Update Xoo plugin to test Settings default values SONAR-7751 Missing @SonarLintSide on some extensions | ||||
| * | Update Xoo plugin to test Settings default values | Julien HENRY | 2016-07-21 | 3 | -7/+21 |
| | | |||||
| * | [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 |
| | | |||||
* | | prepare for next development iteration | David Rautureau | 2016-07-20 | 1 | -1/+1 |
|/ | |||||
* | SONAR-7883 Expose InputFile charset in API | Julien HENRY | 2016-07-12 | 4 | -7/+7 |
| | |||||
* | Fix unclosed resource | Julien HENRY | 2016-07-12 | 1 | -6/+9 |
| | |||||
* | Make Xoo a SonarLint plugin | Julien HENRY | 2016-07-12 | 7 | -37/+172 |
| | |||||
* | Revert "Make Xoo a SonarLint plugin" | Sébastien Lesaint | 2016-07-11 | 1 | -2/+0 |
| | | | | This reverts commit c0fc296133ab2c1f6b4b2f1fddf7e1afa26b426e. | ||||
* | Make Xoo a SonarLint plugin | Julien HENRY | 2016-07-11 | 1 | -0/+2 |
| | |||||
* | Fix Xoo UT | Julien HENRY | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | Make Xoo Plugin compatible with SonarLint Core | Duarte Meneses | 2016-07-11 | 1 | -2/+6 |
| | |||||
* | SONAR-7876 Add an API for Sensors to report files that can't be analyzed | Duarte Meneses | 2016-07-11 | 1 | -1/+5 |
| | |||||
* | SONAR-7876 Add an API for Sensors to report files that can't be analyzed | Duarte Meneses | 2016-07-11 | 4 | -2/+180 |
| | |||||
* | SONAR-7783 Ensure Sensors don't save same data twice | Duarte Meneses | 2016-07-08 | 3 | -2/+65 |
| | |||||
* | SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibility | Julien HENRY | 2016-07-07 | 2 | -4/+8 |
| | |||||
* | SONAR-7751, SONAR-7756 SonarLint API | Julien HENRY | 2016-07-07 | 2 | -4/+4 |
| | |||||
* | SONAR-7727 Remove deprecated stuff from Resources API | Julien HENRY | 2016-07-05 | 1 | -5/+2 |
| | |||||
* | SONAR-7665 Deprecate @BatchSide and introduce @ScannerSide | Duarte Meneses | 2016-07-04 | 1 | -2/+2 |
| | |||||
* | prepare for next development iteration | Tom | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Improve unit test coverage | Julien HENRY | 2016-05-17 | 7 | -23/+176 |
| | |||||
* | SONAR-7636 Deprecate org.sonar.api.measures.Measure + many small API ↵ | Julien HENRY | 2016-05-12 | 1 | -7/+6 |
| | | | | improvements | ||||
* | SONAR-7612 Improve documentation and SensorContextTester | Julien HENRY | 2016-05-12 | 3 | -15/+8 |
| | |||||
* | SONAR-7612 Move new Sensor API out of @Beta | Julien HENRY | 2016-05-12 | 1 | -3/+3 |
| | |||||
* | SONAR-6897 add IT | Julien HENRY | 2016-05-11 | 1 | -2/+8 |
| |