Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove wildcard imports in tests | Janos Gyerik | 2019-02-11 | 2 | -2/+3 |
| | |||||
* | SONAR-10199 Fix search of issues by author containing comma | Julien Lancelot | 2019-02-11 | 3 | -38/+67 |
| | |||||
* | SONAR-11621 Implement IgnoreCommand in Xoo plugin | Benoît Gianinetti | 2019-01-22 | 5 | -2/+155 |
| | |||||
* | change year in file headers | Stas Vilchik | 2019-01-16 | 2 | -2/+2 |
| | |||||
* | Fix quality flaws | Julien HENRY | 2019-01-16 | 2 | -5/+5 |
| | |||||
* | SONAR-11465 Add project level Sensor EP | Julien HENRY | 2019-01-16 | 3 | -2/+50 |
| | |||||
* | SONAR-11509 Ignore module and folder level measures in Sensor API | Julien HENRY | 2019-01-16 | 2 | -1/+28 |
| | |||||
* | SONAR-11488 Stop loading module level settings in scanner | Julien HENRY | 2019-01-16 | 2 | -5/+9 |
| | |||||
* | SONAR-11465 Introduce a new annotation for project level extensions | Julien HENRY | 2019-01-16 | 3 | -5/+56 |
| | | | | and deprecate issue filters | ||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 77 | -77/+77 |
| | |||||
* | SONAR-11238 Xoo plugin supports recent symbol/highlighting location | Sébastien Lesaint | 2018-10-10 | 2 | -22/+60 |
| | |||||
* | SONAR-11210 Display organization specific ad hoc rule info | Julien Lancelot | 2018-09-24 | 3 | -3/+87 |
| | |||||
* | SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issues | Julien HENRY | 2018-09-24 | 5 | -48/+42 |
| | |||||
* | 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-9904 guess author of issue based on all its locations | Simon Brandhof | 2018-08-16 | 1 | -2/+2 |
| | |||||
* | SONAR-10985 Add filters for owaspTop10, sans25Top10, cwe (#485) | Janos Gyerik | 2018-07-17 | 2 | -3/+41 |
| | | | | | | | | | | * 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 | 2 | -7/+20 |
| | |||||
* | SONAR-10867 Add a rule in Xoo to report security hotspots | Julien HENRY | 2018-07-04 | 6 | -1/+95 |
| | |||||
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 21 | -561/+128 |
| | |||||
* | 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 | 6 | -3/+112 |
| | |||||
* | SONAR-10647 Add ITs | Duarte Meneses | 2018-05-09 | 4 | -2/+190 |
| | |||||
* | SONAR-10648 Fix InputFile::relativePath for global sensors | Julien HENRY | 2018-04-27 | 3 | -2/+51 |
| | | | | 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-10544 fix tests | Duarte Meneses | 2018-04-26 | 1 | -1/+1 |
| | |||||
* | SONAR-10543 Update test to v7.2 and remove descriptionUrl and ruleTitle from ↵ | Duarte Meneses | 2018-04-26 | 2 | -4/+1 |
| | | | | scanner | ||||
* | SONAR-10543 Fix mandatory fields | Duarte Meneses | 2018-04-26 | 1 | -1/+4 |
| | |||||
* | SONAR-10543 Sensor Java API should allow to add external rule engine issues | Duarte Meneses | 2018-04-26 | 3 | -1/+96 |
| | |||||
* | Fix publication | David Rautureau | 2018-04-04 | 1 | -4/+0 |
| | |||||
* | Fix build | David Rautureau | 2018-04-04 | 1 | -0/+4 |
| | |||||
* | BUILD-630 Generate javadoc ad sources jars with Gradle only on release branches | David Rautureau | 2018-04-04 | 1 | -2/+4 |
| | |||||
* | Fix gradle configuration | Julien Lancelot | 2018-03-22 | 1 | -1/+2 |
| | |||||
* | Fix some Java compiler warnings | Simon Brandhof | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Move To Gradle | David Rautureau | 2018-03-09 | 2 | -75/+44 |
| | |||||
* | Add missing license headers | Duarte Meneses | 2018-02-07 | 1 | -0/+19 |
| | |||||
* | SONAR-10321 Add scope to rule definition API | Duarte Meneses | 2018-02-07 | 2 | -4/+4 |
| | |||||
* | SONAR-10321 Add scope field to rule search ws | Duarte Meneses | 2018-02-07 | 3 | -2/+55 |
| | |||||
* | 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. | ||||
* | Set version 7.1-SNAPSHOT | Simon Brandhof | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Cleanup code based on Intellij inspections | Simon Brandhof | 2018-01-14 | 3 | -5/+5 |
| | |||||
* | SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ↵ | Simon Brandhof | 2018-01-10 | 1 | -2/+8 |
| | | | | webhooks | ||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 74 | -74/+74 |
| | |||||
* | Prepare for next development iteration | Julien Lancelot | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | Set version to 6.7-SNAPSHOT | Simon Brandhof | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | SONAR-5236 Create new API to register built-in quality profiles | Julien HENRY | 2017-09-25 | 4 | -0/+103 |
| | |||||
* | Bring 6.6-SNAPSHOT back | Simon Brandhof | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Release 6.6-M1 | Simon Brandhof | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Xoo MeasureSensor supports language Xoo2 | Teryk Bellahsene | 2017-08-30 | 1 | -2/+3 |
| | |||||
* | SONAR-9574 Same file indexed in different modules | Julien HENRY | 2017-08-04 | 1 | -2/+2 |
| | |||||
* | 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 |