Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 84 | -84/+84 |
| | |||||
* | Update Xoo plugin | Julien Lancelot | 2020-09-03 | 8 | -82/+323 |
| | |||||
* | SONAR-13591 Fix copy of issue tags from rule tags | Julien Lancelot | 2020-07-09 | 1 | -1/+2 |
| | |||||
* | SONAR-13214 Remove org.sonar.api.config.Settings from the API | Julien HENRY | 2020-03-23 | 8 | -21/+14 |
| | |||||
* | SONAR-12723 Filter hotspots in api/issues/bulk_change | Jacek | 2020-01-13 | 1 | -2/+2 |
| | |||||
* | SONAR-12723 Issue/hotspots IT fixes | Jacek | 2020-01-13 | 1 | -0/+4 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 81 | -81/+81 |
| | |||||
* | Fix code quality issues and reduce dependency on Guava | Duarte Meneses | 2019-12-10 | 3 | -8/+7 |
| | |||||
* | SONAR-12627 Issues are 'new' if they involve a location on a new line | Duarte Meneses | 2019-12-09 | 2 | -2/+111 |
| | |||||
* | SONAR-12626 CE and Web no longer support SLBs | Duarte Meneses | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | JAR of sonar-xoo-plugin should not contain sonar-plugin-api | Evgeny Mandrikov | 2019-08-09 | 1 | -1/+1 |
| | | | | | | | * Plugins should not embed sonar-plugin-api, unfortunately this happened due to typo in efad42ce25ddaa8083546859c6c05a635260b77d * And this was preventing caching of build task ":sonar-scanner-engine:test" | ||||
* | Clean deps | Duarte Meneses | 2019-07-17 | 1 | -2/+1 |
| | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 14 | -47/+47 |
| | | | | sonar-plugin-api-impl | ||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 15 | -48/+47 |
| | | | | sonar-plugin-api-impl | ||||
* | Extract implementation from plugin API - Server rule definition | Duarte Meneses | 2019-07-12 | 2 | -1/+3 |
| | |||||
* | Extract implementation from plugin API - Scanner FS | Duarte Meneses | 2019-07-12 | 6 | -12/+12 |
| | |||||
* | Extract implementation from plugin API - fix tests | Duarte Meneses | 2019-07-12 | 13 | -36/+34 |
| | |||||
* | SONAR-11973 Update Xoo plugin for new sonarsourceSecurity facet testing | Wouter Admiraal | 2019-05-07 | 2 | -2/+2 |
| | |||||
* | SONAR-11969 Make Edition available for analyzers in the Scanner API | Duarte Meneses | 2019-05-06 | 3 | -8/+10 |
| | |||||
* | 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 |
| |