aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/component/BranchMapper.java
Commit message (Expand)AuthorAgeFilesLines
* SCA-352 add AnalyzedComponent.selectReferencingBranchesHavoc Pennington2025-05-061-0/+2
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-24057 Optimize querying of branch measures to only load required measur...Eric Giffon2024-12-201-0/+4
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-151-2/+0
* SONAR-22880 Migrate 'live_measures' to 'measures'Claire Villard2024-10-091-1/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-19850 Add POST endpoint to set main branchBenjamin Campomenosi2023-07-191-0/+3
* SONAR-19728 Update ws indexation_status to return project count instead of br...Eric Giffon2023-07-191-4/+0
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-291-0/+2
* SONAR-19483 Collect daily counts of analysis and green Quality Gate in Teleme...Zipeng WU2023-06-071-2/+1
* SONAR-19297 Track new code definition in TelemetryZipeng WU2023-05-251-0/+2
* SONAR-18852 Refactor 'portfolio_projects'Duarte Meneses2023-05-121-2/+2
* SONAR-18856 accurate usage of project uuid in applicationsLukasz Jarocki2023-05-121-0/+2
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-041-1/+0
* SONAR-18850 remove usage main branch component for private moduleLéo Geoffroy2023-04-041-0/+2
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17254 added coverage for renaming the main branch of the applicationLukasz Jarocki2022-12-151-1/+1
* [NO JIRA] Remove unused codeDuarte Meneses2022-12-141-3/+0
* SONAR-17497 Add web service to reindex issuesalain2022-10-271-0/+4
* SONAR-17195 Move unanalyzed language flags to project level for telemetryalain2022-09-281-1/+1
* SONAR-17196 Drop obsolete telemetry dataJacek2022-09-051-2/+0
* SONAR-17195 Add new telemetry fieldsalain2022-09-051-0/+2
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15528 Support export project branches in portfolio in XMLJacek2021-11-091-0/+3
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-281-0/+1
* SONAR-13861 Remove column 'key_type" from the table 'project_branches'Duarte Meneses2020-09-301-1/+1
* SONAR-13398 Verify needIssue sync flag at project levelJacek2020-06-261-2/+1
* SONAR-13398 fail with 503 api/issues/search WS if needIssueSync is set to trueJacek2020-06-261-0/+3
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-261-0/+6
* SONAR-13398 add ws api/ce/indexation_status to track progress of issue indexa...Jacek2020-06-261-1/+5
* SONAR-13399 return 'needIssueSync' flag in api/components/show WSJacek2020-06-261-0/+1
* SONAR-13399 return 'needIssueSync' flag in api/components/search_projects WSJacek2020-06-261-0/+4
* SONAR-12689 change WS to use ProjectDtoDuarte Meneses2020-01-311-2/+1
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-0/+4
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-12636 add a global setting that defines default list of branches to keepMichal Duda2019-12-091-1/+4
* SONAR-11626 Add BranchDao.updateManualBaselineJanos Gyerik2019-02-111-2/+2
* SONAR-11626 Add BranchDao.updateBaselineSébastien Lesaint2019-02-111-0/+3
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONARCLOUD-45 Advertise featured projects on SonarCloudPascal Mugnier2018-11-011-0/+2
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-131-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9899 Remove all references to branches of type PRDuarte Meneses2017-10-041-2/+1
* SONAR-9820 Telemetry returns usingBranchesTeryk Bellahsene2017-10-031-0/+2
* SONAR-9616 Ability to set the name of the main branchDuarte Meneses2017-09-121-0/+2
* SONAR-9616 Create api/projectbranches/showJulien Lancelot2017-09-121-0/+2
* SONAR-9616 Return merge branch in api/projectbranches/listJulien Lancelot2017-09-121-0/+3
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-121-0/+7
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-121-0/+28