aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/component
Commit message (Expand)AuthorAgeFilesLines
* SCA-352 add AnalyzedComponent.selectReferencingBranchesHavoc Pennington2025-05-062-0/+6
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0942-42/+42
* SONAR-24057 Optimize querying of branch measures to only load required measur...Eric Giffon2024-12-202-0/+12
* SONAR-23936 Query all portfolio projects at once rather than recursivelyCody Simms2024-12-182-15/+29
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-245-7/+70
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-152-7/+0
* SONAR-22880 Migrate 'live_measures' to 'measures'Claire Villard2024-10-092-1/+8
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-163-4/+4
* SONAR-21259 added new param to api/issues/searchlukasz-jarocki-sonarsource2024-01-171-7/+0
* NO-JIRA Update license headers to 2024Pierre2024-01-0340-40/+40
* SONAR-20317 fixed the issue where creating a portfolio would insert two entri...lukasz-jarocki-sonarsource2023-10-161-3/+3
* SONAR-20315 update SnapshotDao queriesPierre2023-09-282-4/+4
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-293-38/+7
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-232-8/+10
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-242-10/+8
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-211-8/+8
* SONAR-19850 Use different uuids for project and branchlukasz-jarocki-sonarsource2023-07-191-1/+1
* SONAR-19850 Add POST endpoint to set main branchBenjamin Campomenosi2023-07-192-0/+7
* SONAR-19728 Update ws indexation_status to return project count instead of br...Eric Giffon2023-07-192-12/+0
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-1/+1
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-171-2/+2
* NO-JIRA remove unused importsPierre2023-07-061-1/+0
* SONAR-19558 Fix usage of indexOnAnalysis and minor fixesLéo Geoffroy2023-07-051-5/+0
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-302-6/+0
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-294-28/+31
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-297-18/+27
* SONAR-19558 Fix WS action ITsDuarte Meneses2023-06-202-16/+14
* SONAR-19558 Refactor eventsDuarte Meneses2023-06-202-8/+8
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-30/+0
* SONAR-19445 refactor deleteProjectPermissionOfAnyUser methodLukasz Jarocki2023-06-192-1/+10
* SONAR-19003 Fix error when retrieving multiple components with the same key a...Matteo Mara2023-06-122-4/+3
* SONAR-19483 Collect daily counts of analysis and green Quality Gate in Teleme...Zipeng WU2023-06-073-4/+69
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-012-13/+0
* SONAR-19407 Fix ComponentUuidFactory to load uuid for portfolio from `portfol...Benjamin Campomenosi2023-06-011-13/+1
* SONAR-19297 Track new code definition in TelemetryZipeng WU2023-05-252-0/+6
* SONAR-18852 Refactor 'portfolio_projects'Duarte Meneses2023-05-122-4/+4
* SONAR-18856 accurate usage of project uuid in applicationsLukasz Jarocki2023-05-124-16/+18
* SONAR-18860 Remove use of main_branch_project_uuid in DB mappersDuarte Meneses2023-04-072-4/+4
* SONAR-18850 mainBranchProjectUuid refactoringLukasz Jarocki2023-04-062-19/+0
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-043-18/+12
* SONAR-18850 remove usage main branch component for private moduleLéo Geoffroy2023-04-042-0/+6
* SONAR-18850 make is_main column work on OracleLukasz Jarocki2023-04-041-0/+3
* SONAR-18850 update branch mapper to use is main and update test framework Benjamin Campomenosi2023-04-042-3/+13
* SONAR-18565 - Improve IssueIndexer performance to use markAsUnchanged flagAntoine Vinot2023-03-031-0/+6
* SONAR-17706 Remove root_uuid in Components and all its usesDuarte Meneses2023-02-025-49/+12
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-027-152/+10
* SONAR-17706 Drop support for modules in WSDuarte Meneses2023-02-022-32/+4
* SONAR-17706 Drop few queries related to modulesDuarte Meneses2023-02-021-4/+0
* SONAR-17706 Drop support for projects still using modules in SonarQube serverDuarte Meneses2023-02-022-19/+0