Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 some Java compiler warnings | Simon Brandhof | 2018-03-12 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | SONAR-5236 Create new API to register built-in quality profiles | Julien HENRY | 2017-09-25 | 4 | -0/+103 | |
| | ||||||
* | 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 | |||||
* | SONAR-9480 fix support of multiple docs to recover with same id | Simon Brandhof | 2017-07-11 | 2 | -1/+7 | |
| | ||||||
* | SONAR-9477 Deprecate ProjectReactor and ProjectBuilder | Duarte Meneses | 2017-07-11 | 1 | -4/+0 | |
| | | | | Mark Immutable classes in the Plugin API and Scanner | |||||
* | SONAR-8546 Add medium test | Julien HENRY | 2017-07-07 | 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 | 6 | -4/+90 | |
| | ||||||
* | SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizer | Julien HENRY | 2017-05-09 | 2 | -17/+17 | |
| | ||||||
* | SONAR-9199 InputFile::content() and InputFile::inputStream() should filter BOM | Julien HENRY | 2017-05-09 | 1 | -15/+19 | |
| | ||||||
* | SONAR-8623 Fix regression with project level measures | Julien HENRY | 2017-03-09 | 1 | -9/+11 | |
| | ||||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 70 | -140/+140 | |
| | ||||||
* | Fix assertions in Xoo | Janos Gyerik | 2017-01-31 | 2 | -3/+3 | |
| | ||||||
* | Add OneIssuePerDirectory rule in Xoo (#1606) | Janos Gyerik | 2017-01-31 | 3 | -0/+73 | |
| | ||||||
* | SONAR-8631 Only publish input files used by sensors | Duarte Meneses | 2017-01-31 | 5 | -3/+64 | |
| |