aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/measure/ProjectMeasuresIndexerIterator.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24216 Optimize querying of measures on startup indexingEric Giffon2025-01-281-80/+22
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-3/+3
* SONAR-22875 Index project measures using the measures table (#11734)Claire Villard2024-10-091-143/+217
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-181-2/+0
* SONAR-22727 index software qualitiy measure to project measuresDejan Milisavljevic2024-08-261-1/+13
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20708 Add sorting project by creation date in search_projects endpointWojtek Wajerowicz2023-10-181-6/+13
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-291-7/+5
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-291-38/+49
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17636 fix in clause with too much valuesSteve Marion2022-11-291-53/+23
* SONAR-16455 Merge measure's 'variation' and 'value'Duarte Meneses2022-11-051-7/+6
* SONAR-17326 Project measure index fails due to cursor leakDuarte Meneses2022-09-151-42/+33
* SONAR-13915 - Handle No Project Branches for NCLOC Language DistributionBelen Pruvost2022-07-141-9/+11
* SONAR-13915 - ncloc_language_distribution is taken from biggest branchBelen Pruvost2022-06-151-9/+138
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-16/+9
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13221 MetricsDuarte Meneses2020-05-251-1/+1
* SONAR-13188 store qualifier in project measure indexJacek2020-04-151-5/+13
* SONAR-12961 add facets for new code period: new_security_hotspots_reviewed, n...Jacek2020-02-111-0/+2
* SONAR-12961 add facets for: security_hotspots_reviewed, security_review_ratingJacek2020-02-111-0/+2
* SONAR-12689 change WS to use ProjectDtoDuarte Meneses2020-01-311-6/+3
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-311-4/+5
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-5/+4
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-141-8/+4
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-051-26/+13
* SONAR-9616 do not index branches in ES indices components and projectmeasuresSimon Brandhof2017-09-121-1/+1
* SONAR-9721 ES index project_measures indexes 'lines' metricTeryk Bellahsene2017-08-301-0/+1
* SONAR-9721 Feed ncloc_language_distrution to project measures ES indexTeryk Bellahsene2017-08-301-8/+8
* fix quality flawsJulien Lancelot2017-06-131-4/+3
* SONAR-9230 only index project measures, that will actually be usedDaniel Schwarz2017-06-091-67/+52
* SONAR-9168 do not fail when indexing measure with unexpected text valueSimon Brandhof2017-05-091-1/+0
* Fix Quality flawsSimon Brandhof2017-04-121-1/+1
* SONAR-8231 Return distribution of projects per languageJulien Lancelot2017-03-071-7/+7
* SONAR-8845 Index tags in project measures ES indexTeryk Bellahsene2017-03-031-3/+12
* SONAR-8092 index issues when changed in the db, ignore updatedAtDaniel Schwarz2017-02-241-16/+8
* SONAR-8803 Sort by quality gate statusJulien Lancelot2017-02-221-1/+2
* SONAR-8231 Add language distribution in project measures indexJulien Lancelot2017-02-221-10/+33
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-0/+331