aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7496 drop unused columns on Issues tablePierre2022-02-2414-0/+534
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2224-222/+167
* SONAR-15845 Ensure database entity identifier is not a reserved SQL keywordKlaudio Sinani2022-02-022-0/+149
* SONAR-15845 Upgrade H2 database dependency to 2.XJacek2022-02-024-7/+11
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in t...Duarte Meneses2022-02-021-2/+2
* Update license headers for 2022 [update headers]Pierre2022-01-28274-274/+274
* SONAR-15760 Increase selection_expression column sizeJacek2022-01-252-2/+14
* SONAR-14929 Create 'new_code_reference_issues' tableJacek2022-01-216-0/+226
* SONAR-15802 Add new 'branch_uuid' column to 'portfolio_references'Duarte Meneses2021-12-2711-1/+357
* [NO-JIRA] Fix Bugs, Code SmellsJacek2021-12-211-0/+24
* SONAR-15780 Migrate 'image' column type to 'varbinary(max)' in MSSQLJacek2021-12-065-0/+223
* Improve code qualityDuarte Meneses2021-11-207-16/+17
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1937-651/+507
* SONAR-15614 Drop the 'sonar.lf.aboutText' propertyPhilippe Perrin2021-11-184-0/+121
* SONAR-15360 Deprecate old built-in JS/TS quality profileDuarte Meneses2021-11-154-0/+187
* SONAR-13426 add project_badge_token tablePierre2021-11-154-0/+128
* SONAR-15498 Compute manually selected projects in portfolioDuarte Meneses2021-11-096-4/+149
* SONAR-15498 Compute manually selected projects in portfolioJacek2021-11-091-2/+2
* SONAR-15498 DB schema and WS supports project branches selection in portfoliosDuarte Meneses2021-11-0913-1/+431
* SONAR-15587 - Change DB Migration for sonarlint_ad_seenBelen Pruvost2021-11-041-1/+3
* SONAR-15587 - Add sonarlint_ad_seen boolean column to users tableBelen Pruvost2021-11-037-1/+301
* SONAR-15441 - Create table for qgate_group_permissionsBelen Pruvost2021-10-226-45/+172
* SONAR-15497 Create database store for qgate_user_permissionsZipeng WU2021-10-224-1/+132
* SONAR-15478 added a new boolean column to the Issues table quick_fix_availableLukasz Jarocki2021-10-134-0/+143
* SONAR-15451 migrate existing team restriction from auth pluginPierre2021-09-285-2/+146
* Fix code quality issuesDuarte Meneses2021-09-241-10/+0
* Add missing package-infoDuarte Meneses2021-09-231-0/+24
* SONAR-15422 Portfolios 'selection_expression' column is too shortDuarte Meneses2021-09-226-0/+198
* SONAR-15378 create migration script to remove svn propertiesLukasz Jarocki2021-09-155-2/+129
* SONAR-15334 - Project Export Findings endpointPierre2021-09-145-1/+122
* SONAR-15259 Add DB indexesDuarte Meneses2021-09-0811-4/+393
* SONAR-15259 Fix resolution of references and improve code qualityDuarte Meneses2021-09-082-2/+1
* SONAR-15259 Migrate portfolios from XML to DBJacek2021-09-086-2/+1125
* SONAR-15259 Create new tables, daos, dtos and mappersDuarte Meneses2021-09-089-2/+366
* SONAR-15322 Allow SQ DB fit encrypted DevOps Platform valuesZipeng WU2021-08-308-2/+237
* SONAR-15237 Register removal of pluginsDuarte Meneses2021-08-045-2/+116
* SONAR-15234 Make 9.x migrations re-entrantJacek2021-08-0314-11/+190
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-1/+1
* SONAR-15142 Persisting audits for User operationsBelen Pruvost2021-07-275-2/+122
* Fix code smell: add package-info.javaZipeng WU2021-07-091-0/+24
* SONAR-10762 Drop custom metrics and measures data from tables: `metrics`, 'pr...Jacek2021-07-0715-14/+770
* SONAR-10762 Drop manual measures tableZipeng WU2021-07-079-0/+290
* SONAR-15060 Database migration dropping index should not fail when index does...Duarte Meneses2021-06-293-5/+8
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'snapshots' tableJacek2021-06-1712-3/+309
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'issues' tableJacek2021-06-1712-3/+367
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'events' tableJacek2021-06-1712-3/+300
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'ce_activity'Jacek2021-06-1713-38/+296
* SONAR-14792 Add 9.0 nop migration to not enforce DB downgradeJacek2021-06-167-1/+186
* SONAR-14792 Code smell fixesJacek2021-06-161-120/+132
* SONAR-14792 Drop `newLenientVarcharBuilder` method from initial schemaJacek2021-06-161-150/+143