aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/testFixtures/java/org/sonar/db/component/ComponentDbTester.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-23619 Rename ai_code_assurance_column (#12320)Anita Stanisz2024-11-291-1/+1
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-5/+4
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-211-1/+0
* SONAR-23064 Return 403 when trying to select/deselect a Quality Gate for AI-f...Matteo Mara2024-09-251-0/+5
* SONAR-22649 Create DB populator for creating generated dataAlain Kermis2024-09-191-30/+37
* 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-1/+1
* SONAR-20630 Add creationMethod to project telemetry payload.Wojtek Wajerowicz2023-10-051-0/+5
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-051-1/+1
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-051-1/+3
* SONAR-19850 Fix permissions on testsLéo Geoffroy2023-07-101-2/+13
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-31/+9
* SONAR-19558 Refactor rest of test in webapi moduleBenjamin Campomenosi2023-07-031-0/+6
* SONAR-19558 made webserver-auth tests compatible with project/branch uuidlukasz-jarocki-sonarsource2023-06-301-1/+0
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-291-1/+2
* SONAR-19558 Fix issue with test frameworkLéo Geoffroy2023-06-281-4/+0
* SONAR-19558 Fix WS action ITsDuarte Meneses2023-06-201-1/+5
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Léo Geoffroy2023-06-201-1/+17
* SONAR-19455 refactored permissions in the codebase to not rely on main branch...Lukasz Jarocki2023-06-191-0/+12
* SONAR-19445 Remove usage of registerComponents in UserSessionRuleLéo Geoffroy2023-06-191-2/+8
* SONAR-19445 Review and improve the endpoints in WebAPI that rely on ComponentDtoDuarte Meneses2023-06-191-2/+11
* SONAR-19445 Update AuthorizationDao to not rely on componentsLéo Geoffroy2023-06-191-6/+0
* SONAR-18852 Refactor 'portfolio_projects'Duarte Meneses2023-05-121-4/+23
* SONAR-18856 accurate usage of project uuid in applicationsLukasz Jarocki2023-05-121-6/+10
* [NO JIRA] Fix ComponentdbTester to support different main branch UUIDsDuarte Meneses2023-05-101-3/+5
* [NO JIRA] Use different uuids for project and main branch in ITsDuarte Meneses2023-05-091-27/+4
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-081-83/+69
* SONAR-17620 removed import and export of portfoliosLukasz Jarocki2023-04-121-0/+5
* SONAR-18860 Fix sql queries for components in the main branch and fix ITsDuarte Meneses2023-04-121-5/+2
* SONAR-18850 clean sonar-webserver-auth of main_branc_project_uuid usage Benjamin Campomenosi2023-04-071-1/+12
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-041-8/+5
* SONAR-18850 update branch mapper to use is main and update test framework Benjamin Campomenosi2023-04-041-0/+1
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-0/+5
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-0/+20
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-5/+5
* SONAR-13915 - Handle No Project Branches for NCLOC Language DistributionBelen Pruvost2022-07-141-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15805 Add new endpoints for addition and removal of application branchesKlaudio Sinani2021-12-271-1/+1
* SONAR-15802 Add new 'branch_uuid' column to 'portfolio_references'Duarte Meneses2021-12-271-1/+6
* SONAR-15498 Compute manually selected projects in portfolioJacek2021-11-091-3/+11
* SONAR-15498 DB schema and WS supports project branches selection in portfoliosDuarte Meneses2021-11-091-0/+7
* SONAR-15259 Remove dead code and minor fixesDuarte Meneses2021-09-081-0/+9
* SONAR-15259 Improve unit tests and fix Move WSDuarte Meneses2021-09-081-0/+4
* SONAR-15259 Use portfolios related tables in RemoveDeprecatedViewsStepJacek2021-09-081-8/+13
* SONAR-15259 Use portfolios table in MoveAction WSDuarte Meneses2021-09-081-6/+29
* SONAR-15259 Use portfolios realted tables in DefineAction WSJacek2021-09-081-0/+7
* SONAR-15259 Fix generation of subview keyDuarte Meneses2021-09-081-8/+39
* SONAR-15259 Migrate portfolios from XML to DBJacek2021-09-081-6/+61