Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-21575 Populate the issue filter chain after optional plugins have been ↵ | Julien HENRY | 2024-02-09 | 1 | -0/+1 |
| | | | | | | | loaded Optional plugins can contribute IssueFilter, so we should not load the list of extensions too early. Moving the IssueFilters class in the child container was not possible due to many dependencies, so the choice has been made to make it "mutable": it is instantiated early to allow injection, but the list of IssueFilter is populated later. | ||||
* | SONAR-21195 Refactor file indexing into two distinct steps | Matteo Mara | 2024-01-04 | 4 | -0/+15 |
| | |||||
* | Revert "SONAR-21195 Refactor file indexing into two distinct steps" | Matteo Mara | 2023-12-22 | 4 | -15/+0 |
| | | | | This reverts commit 42d16dafde01b19bc7fcb99084e087fdc9b8e95e. | ||||
* | SONAR-21195 Refactor file indexing into two distinct steps | Matteo Mara | 2023-12-21 | 4 | -0/+15 |
| | |||||
* | SONAR-17259 Remove unsupported XML tag for generic test execution report | Matteo Mara | 2022-09-22 | 2 | -4/+4 |
| | |||||
* | SONAR-17288 add medium tests | Lukasz Jarocki | 2022-09-16 | 1 | -0/+11 |
| | |||||
* | SONAR-16554 fix scanner failing to create report for multi-modules projects ↵ | Philippe Perrin | 2022-07-12 | 10 | -0/+111 |
| | | | | with no code to analyse | ||||
* | SONAR-11449 Drop deprecated property sonar.language | Benoît Gianinetti | 2019-03-19 | 7 | -8/+0 |
| | |||||
* | SONAR-11621 Use scm based exclusion in scanner engine | Benoît Gianinetti | 2019-01-22 | 7 | -0/+45 |
| | |||||
* | Move scan test resources outside IDE classpath | Simon Brandhof | 2018-11-30 | 38 | -0/+363 |
| | | | | That fixes the compatibility with Idea 2018.3 | ||||
* | Cleanup unused test files | Julien HENRY | 2016-09-07 | 7 | -9/+0 |
| | |||||
* | Rename batch into scanner | Julien HENRY | 2016-03-18 | 7 | -0/+9 |