Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issues | Julien HENRY | 2018-09-24 | 1 | -3/+2 | |
| | ||||||
* | SONAR-11259 Improve source offset handling on Windows | Julien HENRY | 2018-09-24 | 1 | -2/+4 | |
| | | | | | | * Trying to create a range in the middle of a \r\n sequence will now automatically be adapted to exclude the eol * Fix a few other tests on Windows | |||||
* | SONAR-10985 Add filters for owaspTop10, sans25Top10, cwe (#485) | Janos Gyerik | 2018-07-17 | 1 | -1/+20 | |
| | | | | | | | | | | * Add security standards for Xoo hotspot sensor (when API supports it) * Re-generate issues/SearchRequest * Verify security standards in issue search * Store security standards when registering rules | |||||
* | fix varargs and unchecked called warnings | Sébastien Lesaint | 2018-07-09 | 1 | -6/+19 | |
| | ||||||
* | SONAR-10867 Add a rule in Xoo to report security hotspots | Julien HENRY | 2018-07-04 | 2 | -1/+9 | |
| | ||||||
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 5 | -142/+26 | |
| | ||||||
* | Fix malformed license headers | Janos Gyerik | 2018-06-14 | 1 | -19/+0 | |
| | ||||||
* | SONAR-10809 Analyzers need to declare whether a rule is external | Duarte Meneses | 2018-06-01 | 2 | -1/+10 | |
| | ||||||
* | SONAR-10647 Add ITs | Duarte Meneses | 2018-05-09 | 2 | -1/+92 | |
| | ||||||
* | SONAR-10648 Fix InputFile::relativePath for global sensors | Julien HENRY | 2018-04-27 | 1 | -2/+2 | |
| | | | | SensorStrategy was wrongly instanciated once per module, while it was supposed to be a project level singleton. | |||||
* | SONAR-10544 Apply feedback | Duarte Meneses | 2018-04-26 | 1 | -1/+2 | |
| | ||||||
* | SONAR-10543 Sensor Java API should allow to add external rule engine issues | Duarte Meneses | 2018-04-26 | 1 | -0/+8 | |
| | ||||||
* | SONAR-10321 Add scope to rule definition API | Duarte Meneses | 2018-02-07 | 2 | -4/+4 | |
| | ||||||
* | Add Java API Plugin.Context#getBootConfiguration() | Simon Brandhof | 2018-02-06 | 1 | -3/+4 | |
| | | | | | That allows plugins to check configuration when providing the list of extensions. | |||||
* | Cleanup code based on Intellij inspections | Simon Brandhof | 2018-01-14 | 2 | -3/+3 | |
| | ||||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 15 | -15/+15 | |
| | ||||||
* | SONAR-5236 Create new API to register built-in quality profiles | Julien HENRY | 2017-09-25 | 2 | -0/+62 | |
| | ||||||
* | Rework file indexing | Julien HENRY | 2017-08-04 | 1 | -11/+7 | |
| | | | | | | * Drop cycle ModuleFileSystem -> FileIndexer -> ModuleFileSystem * Ensure basedir is initialized once * Drop useless FileSystemLogger, and log in ModuleFileSystemInitializer | |||||
* | SONAR-9480 fix support of multiple docs to recover with same id | Simon Brandhof | 2017-07-11 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9478 Deprecate Settings and introduce new Configuration interface | Julien HENRY | 2017-07-04 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9482 Add IT for WS api/qualityprofiles/show | Teryk Bellahsene | 2017-07-04 | 1 | -2/+2 | |
| | ||||||
* | SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizer | Julien HENRY | 2017-05-09 | 1 | -8/+12 | |
| | ||||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 14 | -28/+28 | |
| | ||||||
* | Fix assertions in Xoo | Janos Gyerik | 2017-01-31 | 2 | -3/+3 | |
| | ||||||
* | SONAR-8631 Only publish input files used by sensors | Duarte Meneses | 2017-01-31 | 2 | -3/+3 | |
| | ||||||
* | 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 | 1 | -2/+2 | |
| | ||||||
* | SONAR-8281 Update SensorContextTester to no more expose coverage type | Julien HENRY | 2016-10-21 | 3 | -30/+18 | |
| | ||||||
* | 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 | |||||
* | Improve org.sonar.api.SonarRuntime | Simon Brandhof | 2016-07-27 | 2 | -8/+13 | |
| | | | | | | | | | | | | * 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 | 1 | -2/+2 | |
| | ||||||
* | Make Xoo a SonarLint plugin | Julien HENRY | 2016-07-12 | 1 | -2/+2 | |
| | ||||||
* | Fix Xoo UT | Julien HENRY | 2016-07-11 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -2/+81 | |
| | ||||||
* | SONAR-7783 Ensure Sensors don't save same data twice | Duarte Meneses | 2016-07-08 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | Improve unit test coverage | Julien HENRY | 2016-05-17 | 3 | -7/+38 | |
| | ||||||
* | 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 | |
| | ||||||
* | Change return type of Plugin#getSonarQubeVersion() | Simon Brandhof | 2016-04-11 | 1 | -3/+2 | |
| | | | | and improve Javadoc | |||||
* | SONAR-7458 Expose SQ Version in SensorContext | Julien HENRY | 2016-03-30 | 2 | -50/+66 | |
| | ||||||
* | SONAR-7389 Improve testability | Julien HENRY | 2016-03-17 | 1 | -0/+87 | |
| | ||||||
* | ITs on quality model | Julien Lancelot | 2016-03-14 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7453 Rename rules remediation function fields in API | Julien Lancelot | 2016-03-10 | 1 | -3/+3 | |
| | ||||||
* | SONAR-7364 Remove SQALE characteristics from measures and rules | Simon Brandhof | 2016-02-22 | 1 | -1/+0 | |
| | ||||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 12 | -12/+12 | |
| | ||||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 12 | -48/+48 | |
| |