Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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. | ||||
* | Update Xoo plugin to test Settings default values | Julien HENRY | 2016-07-21 | 3 | -7/+21 |
| | |||||
* | 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 | 6 | -37/+171 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Change return type of Plugin#getSonarQubeVersion() | Simon Brandhof | 2016-04-11 | 1 | -3/+2 |
| | | | | and improve Javadoc | ||||
* | SONAR-7540 Throwable attached to logs is lost on scanner side when using ↵ | Julien HENRY | 2016-04-11 | 1 | -0/+1 |
| | | | | LogOutput API | ||||
* | SONAR-7458 Expose SQ Version in SensorContext | Julien HENRY | 2016-03-30 | 4 | -66/+86 |
| | |||||
* | SONAR-7389 Improve testability | Julien HENRY | 2016-03-17 | 1 | -0/+87 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2016-03-16 | 7 | -29/+25 |
| | |||||
* | SONAR-7389 Add new Sensor API to provide duplication tokens | Julien HENRY | 2016-03-15 | 3 | -3/+97 |
| | |||||
* | ITs on quality model | Julien Lancelot | 2016-03-14 | 5 | -1/+151 |
| | |||||
* | SONAR-7453 Rename rules remediation function fields in API | Julien Lancelot | 2016-03-10 | 2 | -6/+6 |
| | |||||
* | Remove deprecated calls to RulesDefinition#setDebtSubCharacteristic() | Simon Brandhof | 2016-03-02 | 1 | -8/+6 |
| | |||||
* | SONAR-7364 Remove SQALE characteristics from measures and rules | Simon Brandhof | 2016-02-22 | 1 | -1/+0 |
| | |||||
* | SONAR-7366 Expose InputModule in SensorContext | Julien HENRY | 2016-02-19 | 1 | -24/+22 |
| | |||||
* | Move remaining issues ITs | Julien Lancelot | 2016-02-12 | 1 | -0/+2 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 58 | -58/+58 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 58 | -232/+232 |
| | |||||
* | SONAR-6939 ability for plugins to override the decimal scale of float | Simon Brandhof | 2015-12-07 | 4 | -148/+0 |
| | | | | measures | ||||
* | SONAR-5894 Support symbol references with different length | Duarte Meneses | 2015-11-17 | 2 | -6/+25 |
| | |||||
* | SONAR-6183 Validate that coverage measures are correct regarding line number ↵ | Duarte Meneses | 2015-11-16 | 3 | -6/+6 |
| | | | | and resource | ||||
* | SONAR-6658 Remove ProjectClasspath, ProjectFileSystem, sonar.binaries, ↵ | Julien HENRY | 2015-11-05 | 1 | -1/+1 |
| | | | | sonar.libraries | ||||
* | Fix quality flaw | Julien Lancelot | 2015-11-03 | 1 | -4/+6 |
| | |||||
* | Add Xoo senor to generate a issue with one day debt on each file | Julien Lancelot | 2015-11-03 | 4 | -1/+63 |
| | |||||
* | Add a medium test for float measures precision on batch side | Julien HENRY | 2015-10-22 | 1 | -4/+13 |
| | |||||
* | Create a Xoo sensor to compute float measure | Julien Lancelot | 2015-10-22 | 4 | -10/+147 |
| | |||||
* | Create a shortcut to add secondary issue locations | Julien HENRY | 2015-10-07 | 1 | -1/+5 |
| | |||||
* | SONAR-6847 Fix NPE when creating issues on root directory | Julien HENRY | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Add an IT for custom rules | Julien HENRY | 2015-10-02 | 2 | -7/+10 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-09-22 | 1 | -4/+6 |
| | |||||
* | SONAR-6052 Drop secondary locations and rename execution flow -> flow | Julien HENRY | 2015-09-10 | 1 | -25/+17 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | Improve quality | Duarte Meneses | 2015-08-21 | 2 | -2/+1 |
| | |||||
* | Migrate batch ITs | Duarte Meneses | 2015-08-18 | 2 | -1/+11 |
| |