aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-1715-32/+33
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-173-7/+7
* SONAR-19850 Fix permissions on testsLéo Geoffroy2023-07-101-2/+13
* SONAR-19889 enable profiler only at debug for project deletionPierre2023-07-104-34/+65
* SONAR-19850 Fix constructors for DbTester.createLéo Geoffroy2023-07-071-14/+8
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-07104-169/+120
* NO-JIRA remove unused importsPierre2023-07-065-6/+0
* SONAR-19558 Fix usage of indexOnAnalysis and minor fixesLéo Geoffroy2023-07-055-36/+3
* SONAR-19558 Refactor Project IndexersDuarte Meneses2023-07-055-44/+7
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-032-4/+5
* SONAR-19558 Refactored SetActionITLéo Geoffroy2023-07-034-15/+13
* 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 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-3065-303/+289
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-2924-162/+158
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-2923-153/+199
* SONAR-19558 Update PurgeDao to not rely on component uuidLéo Geoffroy2023-06-297-171/+197
* SONAR-19256 refactor project links to use entity Benjamin Campomenosi2023-06-2811-81/+131
* SONAR-19558 Fix issue with test frameworkLéo Geoffroy2023-06-282-5/+1
* SONAR-19558 Fix import/export of project_links to not depend on componentLéo Geoffroy2023-06-262-3/+21
* SONAR-19558 Fix Settings using components instead of projectLéo Geoffroy2023-06-261-3/+1
* SONAR-19558 Fix duplication indexes tests to supportLéo Geoffroy2023-06-261-1/+1
* SONAR-19556 updated webhooks to not rely on component_uuidLukasz Jarocki2023-06-2212-82/+81
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-221-0/+24
* SONAR-19558 Fix WS action ITsDuarte Meneses2023-06-206-34/+36
* SONAR-19558 Refactor eventsDuarte Meneses2023-06-204-14/+14
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-205-47/+5
* SONAR-19556 updated schema filesLukasz Jarocki2023-06-201-0/+1
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-2016-532/+1
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Léo Geoffroy2023-06-206-93/+126
* SONAR-19556 Add DB migration tests and fix drop of indexDuarte Meneses2023-06-201-1/+1
* SONAR-19556 indexes are now re-created when renaming a columnLukasz Jarocki2023-06-201-4/+3
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-2045-541/+550
* SONAR-19556 org.sonar.server.project.Project#from(org.sonar.db.component.Comp...Lukasz Jarocki2023-06-205-15/+21
* SONAR-19556 projects dao is not misusing component_uuid anymoreLukasz Jarocki2023-06-203-29/+37
* SONAR-19445 Fix new mapper query from masterLukasz Jarocki2023-06-194-13/+13
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-1920-184/+221
* SONAR-19445 update elasticSearch permission indexBenjamin Campomenosi2023-06-194-71/+74
* SONAR-19455 refactored permissions in the codebase to not rely on main branch...Lukasz Jarocki2023-06-1920-510/+531
* SONAR-19445 Remove usage of registerComponents in UserSessionRuleLéo Geoffroy2023-06-192-2/+16
* [NO JIRA] Remove unused importsDuarte Meneses2023-06-192-2/+0
* SONAR-19445 Review and improve the endpoints in WebAPI that rely on ComponentDtoDuarte Meneses2023-06-193-23/+22
* SONAR-19445 Rename AuthorizationDao methods to use entity insteadLéo Geoffroy2023-06-194-216/+216
* SONAR-19445 Update AuthorizationDao to not rely on componentsLéo Geoffroy2023-06-198-191/+287
* SONAR-19445 refactor deleteProjectPermissionOfAnyUser methodLukasz Jarocki2023-06-1919-148/+273
* No-JIRA Code smell fix: Logs are expecting args, but weren't being passedBruno Andrade2023-06-191-1/+1
* SONAR-19383 Remove unnecessary methods from CeTaskMessagesDao. (#8539)Wojtek Wajerowicz2023-06-154-73/+20
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1311-24/+24
* SONAR-19525 Fix selectByKeyCaseInsensitive components query in order to prope...Matteo Mara2023-06-121-1/+1
* SONAR-19003 Fix error when retrieving multiple components with the same key a...Matteo Mara2023-06-123-10/+9