aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/testFixtures/java/org/sonar/db/component
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-098-8/+8
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-2/+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-244-135/+24
* SONAR-23098 Persist dependencies in the compute engineJulien HENRY2024-10-211-0/+12
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-211-1/+0
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-143-12/+11
* 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-192-33/+38
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-163-7/+10
* NO-JIRA Update license headers to 2024Pierre2024-01-039-9/+9
* 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-053-5/+5
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-053-2/+9
* SONAR-19888 Update test framework to not use addProjectPermission(java.lang.S...10.2.0.77647Léo Geoffroy2023-08-311-1/+18
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-231-2/+2
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-241-2/+2
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-211-2/+2
* 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 Refactored SetActionITLéo Geoffroy2023-07-032-3/+3
* SONAR-19558 Refactor rest of test in webapi moduleBenjamin Campomenosi2023-07-033-0/+18
* SONAR-19558 made webserver-auth tests compatible with project/branch uuidlukasz-jarocki-sonarsource2023-06-301-1/+0
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-291-2/+2
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-291-1/+2
* SONAR-19256 refactor project links to use entity Benjamin Campomenosi2023-06-281-19/+1
* SONAR-19558 Fix issue with test frameworkLéo Geoffroy2023-06-281-4/+0
* SONAR-19558 Fix import/export of project_links to not depend on componentLéo Geoffroy2023-06-261-0/+20
* SONAR-19558 Fix WS action ITsDuarte Meneses2023-06-202-15/+19
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-4/+0
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Léo Geoffroy2023-06-201-1/+17
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-12/+12
* SONAR-19455 refactored permissions in the codebase to not rely on main branch...Lukasz Jarocki2023-06-192-0/+54
* SONAR-19445 Remove usage of registerComponents in UserSessionRuleLéo Geoffroy2023-06-192-2/+16
* 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-19445 refactor deleteProjectPermissionOfAnyUser methodLukasz Jarocki2023-06-191-4/+8
* SONAR-19407 Fix ComponentUuidFactory to load uuid for portfolio from `portfol...Benjamin Campomenosi2023-06-011-0/+15
* SONAR-18852 Refactor 'portfolio_projects'Duarte Meneses2023-05-121-4/+23
* SONAR-18856 accurate usage of project uuid in applicationsLukasz Jarocki2023-05-123-6/+22
* [NO JIRA] Fix ComponentdbTester to support different main branch UUIDsDuarte Meneses2023-05-101-3/+5
* SONAR-18856 Adapt ALM provisionning to not rely on component uuid for project...Léo Geoffroy2023-05-101-0/+53
* [NO JIRA] Use different uuids for project and main branch in ITsDuarte Meneses2023-05-092-27/+50
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-082-85/+71
* SONAR-18742 Remove usage of 'BRC' in component/search and component/treeLéo Geoffroy2023-05-031-5/+14
* 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-042-19/+42