aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/KeyLongValue.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
|
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
|
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-3/+2
|
* Update license templates for 2023Pierre2023-01-021-1/+1
|
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
|
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
|
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
|
* SONARCLOUD-78 add metricsSimon Brandhof2018-06-291-0/+9
|
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
|
* rename Collectors to MoreCollectorsSébastien Lesaint2017-04-031-1/+1
|
* SONAR-8924 compute active rules statistics via databaseSimon Brandhof2017-03-231-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.