aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-072-4/+4
|
* SONAR-10321 Add scope field to rule search wsDuarte Meneses2018-02-073-2/+55
|
* Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-061-3/+4
| | | | | That allows plugins to check configuration when providing the list of extensions.
* Set version 7.1-SNAPSHOTSimon Brandhof2018-01-241-1/+1
|
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-143-5/+5
|
* SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ↵Simon Brandhof2018-01-101-2/+8
| | | | webhooks
* Fix license headers for 2018Simon Brandhof2018-01-0774-74/+74
|
* Prepare for next development iterationJulien Lancelot2017-10-271-1/+1
|
* Set version to 6.7-SNAPSHOTSimon Brandhof2017-10-091-1/+1
|
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-254-0/+103
|
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-121-1/+1
|
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
|
* Xoo MeasureSensor supports language Xoo2Teryk Bellahsene2017-08-301-2/+3
|
* SONAR-9574 Same file indexed in different modulesJulien HENRY2017-08-041-2/+2
|
* Rework file indexingJulien HENRY2017-08-041-11/+7
| | | | | | * Drop cycle ModuleFileSystem -> FileIndexer -> ModuleFileSystem * Ensure basedir is initialized once * Drop useless FileSystemLogger, and log in ModuleFileSystemInitializer
* Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
|
* SONAR-9480 fix support of multiple docs to recover with same idSimon Brandhof2017-07-112-1/+7
|
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-111-4/+0
| | | | Mark Immutable classes in the Plugin API and Scanner
* SONAR-8546 Add medium testJulien HENRY2017-07-071-1/+1
|
* Prepare for next development iterationSimon Brandhof2017-07-051-1/+1
|
* Release 6.5-M26.5-M2Simon Brandhof2017-07-051-1/+1
|
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-041-1/+1
|
* SONAR-9482 Add IT for WS api/qualityprofiles/showTeryk Bellahsene2017-07-046-4/+90
|
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|
* SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizerJulien HENRY2017-05-092-17/+17
|
* SONAR-9199 InputFile::content() and InputFile::inputStream() should filter BOMJulien HENRY2017-05-091-15/+19
|
* Automatic merge from branch-6.3ssjenka2017-03-091-9/+11
|\ | | | | | | | | * origin/branch-6.3: SONAR-8623 Fix regression with project level measures
| * SONAR-8623 Fix regression with project level measuresJulien HENRY2017-03-091-9/+11
| |
| * Back to development version 6.3-SNAPSHOTSimon Brandhof2017-03-061-1/+1
| |
| * Publish 6.3-RC4Simon Brandhof2017-03-031-1/+1
| |
| * Set version 6.3-SNAPSHOTSimon Brandhof2017-02-221-1/+1
| |
| * Publish version 6.3-RC3Simon Brandhof2017-02-221-1/+1
| |
* | Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|/
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1070-140/+140
|
* Fix assertions in XooJanos Gyerik2017-01-312-3/+3
|
* Add OneIssuePerDirectory rule in Xoo (#1606)Janos Gyerik2017-01-313-0/+73
|
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-315-3/+64
|
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-2711-37/+72
|
* SONAR-8573 Use api/settings to load global settingsJulien HENRY2017-01-102-2/+8
|
* Prepare for next development iterationDavid Rautureau2016-11-211-1/+1
|
* SONAR-8281 Update SensorContextTester to no more expose coverage typeJulien HENRY2016-10-213-30/+18
|
* Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-061-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 APIJulien HENRY2016-08-291-9/+10
| | | | SONAR-8038 Deprecate ProjectDefinition::getBuildDir
* Automatic merge from branch-6.0ssjenka2016-07-282-3/+3
|\ | | | | | | | | * origin/branch-6.0: Revert deprecation of SonarQubeVersion
| * Revert deprecation of SonarQubeVersionSimon Brandhof2016-07-282-3/+3
| | | | | | | | | | so that compatibility with 5.6 does not need to call deprecated code.
* | Fix merge of branch-6.0Simon Brandhof2016-07-273-12/+16
|\|
| * Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-273-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.0ssjenka2016-07-223-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 valuesJulien HENRY2016-07-213-7/+21
| |