Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 1 | -1/+1 |
| | |||||
* | NO-JIRA Update license headers to 2024 | Pierre | 2024-01-03 | 1 | -1/+1 |
| | |||||
* | NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdas | Pierre | 2023-07-17 | 1 | -3/+2 |
| | |||||
* | Update license templates for 2023 | Pierre | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 1 | -1/+1 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | SONARCLOUD-78 add metrics | Simon Brandhof | 2018-06-29 | 1 | -0/+9 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | rename Collectors to MoreCollectors | Sébastien Lesaint | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | SONAR-8924 compute active rules statistics via database | Simon Brandhof | 2017-03-23 | 1 | -0/+48 |
Using Elasticsearch is not accurate because the results are not exhaustive. They can be paginated by the aggregations. Moreover it brings useless complexity compared to the simple and performance SQL requests. |