aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-19888 Update test framework to not use addProjectPermission(java.lang.S...10.2.0.77647Léo Geoffroy2023-08-311-1/+18
* SONAR-19467 deprecated uuids in audit logslukasz-jarocki-sonarsource2023-08-3118-6/+227
* SONAR-20058 improve webhook purge mechanismPierre2023-08-315-19/+11
* SONAR-20164 add `created_at` to indexesPierre2023-08-311-3/+3
* SONAR-20164 replace in-memory pagination with sql paginationPierre2023-08-314-22/+26
* SONAR-20260 Fix quality gateLéo Geoffroy2023-08-301-2/+4
* SONAR-19839 branch renaming gets propagated to new code periods branch refer...Matteo Mara2023-08-302-0/+57
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-298-165/+107
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-293-1/+4
* SONAR-20258 Add all missing package-info.javaAurelien Poscia2023-08-253-0/+69
* SONAR-19783 Fix filter for (non-)managed groupsAurelien Poscia2023-08-242-4/+4
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-2413-78/+136
* SONAR-20156 New field previousUncompliantValue in api/new_code_periods/showZipeng WU2023-08-243-20/+37
* SONAR-20156 Make project_uuid nullable in user_dismissed_messagesNolwenn Cadic2023-08-241-1/+1
* SONAR-20155 All existing project have a Clean as You Code Compliant New Code ...Nolwenn Cadic2023-08-241-1/+2
* SONAR-19705 Prevent MyBatis to log anythingAntoine Vigneau2023-08-231-1/+1
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-237-23/+26
* SONAR-20198 Added rules data to elasticsearch indexeslukasz-jarocki-sonarsource2023-08-223-0/+85
* SONAR-19783 post review changesAurelien Poscia2023-08-221-0/+1
* SONAR-19783 Adapt synchronization steps to handle default organization groupAurelien Poscia2023-08-224-4/+33
* SONAR-19783 add GithubOrganizationGroupDao/Dto + mapperAurelien Poscia2023-08-229-0/+276
* SONAR-19783 add github_orgs_groups tableAurelien Poscia2023-08-221-0/+6
* SONAR-20021 Fix performance regressionJacek Poreda2023-08-181-3/+3
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-182-3/+9
* SONAR-20021 Adding clean code taxonomy to issues endpointslukasz-jarocki-sonarsource2023-08-181-1/+10
* SONAR-20021 Add test for cleanCodeAttribute for SearchActionlukasz-jarocki-sonarsource2023-08-181-0/+1
* SONAR-20021 Update Issues web apis with Clean Code TaxonomyJacek Poreda2023-08-183-13/+15
* SONAR-20021 Add impacts and cca to import export of adhoc rulesLéo Geoffroy2023-08-183-1/+44
* SONAR-20021 adding default impacts when registering a rulelukasz-jarocki-sonarsource2023-08-183-80/+14
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co...Jacek Poreda2023-08-186-0/+521
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-188-11/+74
* SONAR-20021 adding clean code attribute when registering a rulelukasz-jarocki-sonarsource2023-08-182-6/+44
* SONAR-20021 reducing the number of responsiblities and renaming of RegisterRu...lukasz-jarocki-sonarsource2023-08-181-0/+48
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-1822-60/+638
* SONAR-20021 Add clean code attribute to RuleDto and IssueDtoLéo Geoffroy2023-08-188-4/+44
* SONAR-20021 Create rules and issues impact tablesJacek2023-08-183-3/+75
* SONAR-20021 Add clean_code_attribute column to rules tableLéo Geoffroy2023-08-181-1/+2
* SONAR-19789 schedule permissions sync task upon project onboardingAurelien Poscia2023-08-091-0/+2
* Revert "SONAR-19789 Add initial_perm_sync column to the projects table"Antoine Vigneau2023-08-071-2/+1
* Revert "SONAR-19789 Return initial_perm_sync in /api/components/show"Antoine Vigneau2023-08-072-16/+3
* SONAR-19789 Return initial_perm_sync in /api/components/showAntoine Vigneau2023-08-042-3/+16
* SONAR-19789 Add initial_perm_sync column to the projects tableAntoine Vigneau2023-08-041-1/+2
* SONAR-19789 Add background task to sync single project permissions from GitHubWojtek Wajerowicz2023-08-041-2/+2
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-024-2/+71
* 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