aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentDao.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-23936 Query all portfolio projects at once rather than recursivelyCody Simms2024-12-181-12/+22
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-2/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20317 fixed the issue where creating a portfolio would insert two entri...lukasz-jarocki-sonarsource2023-10-161-3/+3
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-291-5/+5
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-301-4/+0
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-291-4/+3
* SONAR-19445 refactor deleteProjectPermissionOfAnyUser methodLukasz Jarocki2023-06-191-0/+5
* SONAR-19003 Fix error when retrieving multiple components with the same key a...Matteo Mara2023-06-121-3/+2
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-011-11/+0
* SONAR-18860 Remove use of main_branch_project_uuid in DB mappersDuarte Meneses2023-04-071-3/+3
* SONAR-18850 mainBranchProjectUuid refactoringLukasz Jarocki2023-04-061-12/+0
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-041-13/+8
* SONAR-17706 Remove root_uuid in Components and all its usesDuarte Meneses2023-02-021-8/+8
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-021-2/+2
* SONAR-17706 Drop support for modules in WSDuarte Meneses2023-02-021-15/+2
* 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-021-15/+0
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17352 Fix quality issuesLéo Geoffroy2022-10-121-1/+1
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-20/+19
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-125/+119
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-2/+1
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-54/+59
* SONAR-17389 - Prevent project creation with existing key but different caseAntoine Vinot2022-09-291-0/+4
* SONAR-11401 Calculate hotspot measuresDuarte Meneses2022-06-101-2/+2
* SONAR-11401 Performance hotspot when changing state of issueDuarte Meneses2022-06-101-0/+6
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15825 Escape special characters in like sql query for portfolio projectsJacek2022-01-261-1/+2
* SONAR-15142 - Avoid log creation when a branch or PR is createdBelen Pruvost2021-09-031-1/+7
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-261-17/+11
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-191-2/+2
* SONAR-15142 - Skip visibility update logs from PersistComponentsStepBelen Pruvost2021-08-191-4/+5
* SONAR-15277 removing duplicates from audit table when changing visibility of ...Lukasz Jarocki2021-08-191-3/+4
* SONAR-15142 add 'name' and 'key' in component context for AuditPierre2021-08-191-1/+1
* SONAR-15142 remove dead codePierre2021-08-191-7/+0
* SONAR-15154 add audit logs about projects, portfolios and appslukasz-jarocki-sonarsource2021-07-271-3/+28
* SONAR-14646 copy issue state on branch mergeMichal Duda2021-04-091-2/+13
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-2/+2
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13999 remove orgs from application WSMichal Duda2020-12-221-37/+8
* SONAR-13696 drop PROJECT_ALM_BINDINGS tableDuarte Meneses2020-08-141-4/+0
* SONAR-13398 Throw ES exception in case component is a portfolio, subview or appJacek2020-06-261-0/+13
* SONAR-13291 index components with qualifier ['APP', 'TRK', 'VW', 'SVW'] only...Jacek2020-05-261-2/+2
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-141-11/+2
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-311-9/+0
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-8/+0
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-091-1/+1