aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/schema
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23978 Create table 'user_ai_tool_usages' and add column ↵Dejan Milisavljevic2024-12-201-1/+10
| | | | 'detected_ai_code' to table 'projects'
* SONAR-23571 Add index on rule_tags tableEric Giffon2024-12-181-0/+1
|
* SONAR-23619 Rename ai_code_assurance_column (#12320)Anita Stanisz2024-11-291-1/+1
|
* SONAR-23619 Add DB migration for 'quality_gates' table to add ↵Jacek Poreda2024-11-291-1/+2
| | | | 'ai_code_supported' boolean flag
* CODEFIX-177 Add 'ai_code_fix_enabled' column to the 'projects' tableSerhat Yenican2024-11-191-1/+2
|
* SONAR-23363 Database Migration for manual_severity flag OrlovAlexander2024-11-111-1/+2
|
* SONAR-23485 Fix NPE when importing FOSSA CVEsJulien HENRY2024-10-291-2/+2
| | | | Make published_at and last_modified_at nullable
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-211-0/+10
|
* SONAR-23250 Update active_rules table and dtoOrlovAlexander2024-10-161-1/+2
|
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-151-22/+2
|
* SONAR-23312 Drop column issues.from_hotspotJavier Garcia Orduna2024-10-141-1/+0
|
* SONAR-22880 Migrate 'live_measures' to 'measures'Claire Villard2024-10-091-2/+6
|
* SONAR-22871 Create measures tableEric Giffon2024-10-091-0/+11
|
* SONAR-23064 Add ai_code_assurance column in projects tableMatteo Mara2024-09-251-1/+2
|
* SONAR-22914 Add CVEs DB migration and DAOsantoine.vinot2024-09-121-0/+26
|
* SONAR-22807 Implement required DB migrations to rename github_perms_mapping ↵Nolwenn Cadic2024-08-231-8/+9
| | | | table to devops_perms_mapping
* SONAR-22479 added new table 'telemetry_metrics_sent'lukasz-jarocki-sonarsource2024-07-241-0/+7
|
* SONAR-21920 fixed issues in migrations 10_4_002 and 10_4_003lukasz-jarocki-sonarsource2024-06-201-1/+1
|
* SONAR-22224 DB migration to add prioritized_rule columnsOrlovAlexander2024-06-031-2/+4
|
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-4/+2
|
* SONAR-21259 Create new table issues_fixedEric Giffon2024-01-171-0/+6
|
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships ↵Wojtek Wajerowicz2023-11-281-1/+3
| | | | (GET/POST/DELETE)
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-271-2/+7
|
* SONAR-19378 Add unicity constraint on properties tableLéo Geoffroy2023-10-201-0/+1
|
* SONAR-19612 Change index constraint for postgresql 15- and add support for ↵Léo Geoffroy2023-10-201-50/+50
| | | | "NULLS NOT DISTINCT" for supported vendor
* SONAR-20672 QualityProfileChange now record the version of SQ the change ↵Steve Marion2023-10-161-1/+2
| | | | was done with. Added sq_version field in database. refactor QpChange insertion to batch insert at the same date to improve change grouping in UI. refactor rule impact. add "sonarQubeVersion" parameter to "api/qualityprofile/changelog" endpoint.
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-101-4/+4
|
* SONAR-20548 updated the index for rule_impact_changes to not be uniquelukasz-jarocki-sonarsource2023-10-101-1/+1
|
* SONAR-20548 created tables to store changelog eventslukasz-jarocki-sonarsource2023-10-101-1/+19
|
* SONAR-20630 Add column creation_method in projects tableAurelien Poscia2023-10-051-1/+2
|
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-211-1/+2
|
* SONAR-20392 Add default mappings in github_perms_mappingAurelien Poscia2023-09-151-2/+2
|
* SONAR-20392 Add github_perms_mapping table and unique indexAurelien Poscia2023-09-151-0/+8
|
* SONAR-20328 Update com.h2database:h2 to 2.2.2.222Matteo Mara2023-09-111-49/+49
|
* SONAR-20058 improve webhook purge mechanismPierre2023-08-311-0/+1
|
* SONAR-20164 add `created_at` to indexesPierre2023-08-311-3/+3
|
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-291-0/+1
|
* 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
| | | | Definition
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-231-1/+1
| | | | This reverts commit 020582bd
* SONAR-19783 add github_orgs_groups tableAurelien Poscia2023-08-221-0/+6
|
* SONAR-20021 Create rules and issues impact tablesJacek2023-08-181-0/+18
|
* SONAR-20021 Add clean_code_attribute column to rules tableLéo Geoffroy2023-08-181-1/+2
|
* Revert "SONAR-19789 Add initial_perm_sync column to the projects table"Antoine Vigneau2023-08-071-2/+1
| | | | This reverts commit eee7644981d1fea2282256b01d57dedfceaf68b7.
* 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-19372 Add filePath field in anticipated_transitions and the associated ↵Dimitris Kavvathas2023-08-021-2/+3
| | | | query logic
* SONAR-19372 add anticipated_transitions tableSteve Marion2023-08-021-0/+14
|
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-241-1/+1
|
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-211-1/+1
|