aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentDto.java
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-2/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-231-4/+5
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-241-5/+4
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-30/+0
* SONAR-17706 Remove root_uuid in Components and all its usesDuarte Meneses2023-02-021-27/+0
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-021-43/+7
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-2/+0
* SONAR-17352 Refactor component keys to not include branch suffixLukasz Jarocki2022-10-121-10/+0
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-6/+2
* SONAR-17352 Refactor component keys to not include branch suffixLukasz Jarocki2022-10-121-9/+0
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-21/+10
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15398 update class and method namesDuarte Meneses2021-11-181-1/+1
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-20/+2
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13999 remove orgs from application WSMichal Duda2020-12-221-0/+4
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-141-16/+0
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-311-29/+0
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-11463 Don't migrate root folders and fix component key migrationJulien HENRY2019-01-161-13/+0
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11031 add ProjectAlmBindingLookupSébastien Lesaint2018-08-101-1/+1
* Fix Quality flawsSimon Brandhof2018-05-101-1/+1
* SONAR-10567 Compute Engine analysis do not fail if project name or descriptio...Teryk Bellahsene2018-04-271-1/+2
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-131-19/+21
* SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ...Simon Brandhof2018-01-101-1/+7
* Fix license headers for 2018Simon Brandhof2018-01-071-2/+1
* SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-051-13/+0
* Fix quality flawsJulien Lancelot2017-10-261-1/+0
* SONAR-9887 Reuse information from issues in short living branches targeting c...Duarte Meneses2017-10-041-0/+6
* SONAR-9616 Renaming of project/module key must be propagated to branches (#2383)Janos Gyerik2017-09-121-1/+1
* SONAR-9616 Handle branch in batch/issuesJulien Lancelot2017-09-121-1/+30
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-121-3/+30
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-121-0/+35
* Rename ComponentDto#getKey to ComponentDto#getDbKeyJulien Lancelot2017-08-011-10/+24
* ComponentDto does not inherit anymore from ComponentJulien Lancelot2017-08-011-7/+1
* Remove useless usages of projects.authorization_updated_atSimon Brandhof2017-07-291-15/+0
* Revert "SONAR-9584 Add root project key to response of api/components/search"Julien HENRY2017-07-261-17/+0
* SONAR-9584 Add root project key to response of api/components/searchJulien HENRY2017-07-261-0/+17
* SONAR-9087 add PROJECTS.PRIVATE non null columnSébastien Lesaint2017-04-271-0/+11
* SONAR-8845 Index tags in project measures ES indexTeryk Bellahsene2017-03-031-4/+3
* SONAR-8838 insert and return tags from projects DB tableTeryk Bellahsene2017-02-281-11/+41
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-0/+411