aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-028-14/+111
* SONAR-19372 Add filePath field in anticipated_transitions and the associated ...Dimitris Kavvathas2023-08-026-45/+93
* SONAR-19372 add api/issues/anticipated_transitions endpointDimitris Kavvathas2023-08-025-0/+103
* SONAR-19372 add anticipated_transitions tableSteve Marion2023-08-029-1/+311
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-247-26/+23
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-218-33/+87
* SONAR-7697 Replace integer `purged_status` column with boolean `purged`Jacek Poreda2023-07-214-32/+52
* SONAR-19850 Fix tests after enabling different uuids for project and branchlukasz-jarocki-sonarsource2023-07-191-1/+7
* SONAR-19850 Use different uuids for project and branchlukasz-jarocki-sonarsource2023-07-194-8/+7
* SONAR-19850 Add POST endpoint to set main branchBenjamin Campomenosi2023-07-194-5/+36
* SONAR-19728 Update ws indexation_status to return project count instead of br...Eric Giffon2023-07-198-62/+54
* SONAR-19728 Remove ordering from query, fetch issue keysJacek Poreda2023-07-194-36/+39
* SONAR-19728 add `api/hotspots/list` endpointJacek2023-07-191-2/+3
* SONAR-19728 add api/issues/list WS actionJacek Poreda2023-07-192-3/+7
* SONAR-19770 - Implement DAO query for issue listantoine.vinot2023-07-196-62/+471
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-183-3/+244
* SONAR-19790 Return managed status for project in /api/project/searchAntoine Vigneau2023-07-184-1/+37
* SONAR-19786 add method to fetch all user permissions obtained via managed groupsAurelien Poscia2023-07-185-0/+145
* SONAR-19785 update SQ groups permissions from GitHub teams permissionsAurelien Poscia2023-07-184-2/+21
* SONAR-19785 Fetch all group permissions for a project from the database.Wojtek Wajerowicz2023-07-184-56/+51
* SONAR-19784 Do not allow visibility update on managed projectsAntoine Vigneau2023-07-181-1/+5
* SONAR-19784 Add method ProjectAlmSettingDao.selectByAlmAurelien Poscia2023-07-184-0/+39
* NO-JIRA remove unused importsPierre2023-07-1713-13/+0
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-3/+2
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-1728-49/+41
* NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toListPierre2023-07-172-4/+3
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-171-2/+2
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-173-15/+12
* 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