aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-1125-0/+842
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081087-1103/+1087
* SONAR-14297 Make migration app xml->db re-entrant in case failureJacek2020-12-232-1/+48
* SONAR-13999 remove orgs from application WSMichal Duda2020-12-224-204/+0
* SONAR-13999 drop organization from QualityGate WSJacek2020-12-224-0/+180
* SONAR-13999 move project default visibility to global settingsJacek2020-12-226-0/+266
* fix code smellsPierre2020-12-1410-11/+11
* Add missing package-info.javaJacek2020-12-0969-0/+1587
* Code smells test fixesJacek2020-12-095-34/+30
* SSF-130 secure gitlab secretsZipeng WU2020-12-024-1/+132
* SONAR-14175 SONAR-14176 Detect usage of admin account with default credentialJulien Lancelot2020-12-021-4/+6
* SONAR-14175 Add 'reset_password' column to 'users' tableJacek2020-12-0210-1/+483
* SONAR-14033 fix migration for applications with no projectsMichal Duda2020-12-022-6/+25
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-2821-0/+2144
* SONAR-14159 enforce user authentication by defaultJacek2020-11-266-31/+272
* remove code smellsPierre Guillot2020-11-254-4/+5
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-11-032-6/+1
* Revert "SONAR-13913 Remove tables and indexes clean up used in Integration Te...Julien Lancelot2020-10-212-1/+6
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-10-202-6/+1
* SONAR-13936 Fix quality flaws after merge to masterJulien Lancelot2020-10-191-0/+23
* SONAR-13936 Move default permission templates to internal propertiesJulien Lancelot2020-10-166-0/+335
* SONAR-13936 Remove use of organizations in GroupsMichal Duda2020-10-1610-0/+291
* SONAR-13936 Remove use of organizations in Permissions WS and DBJulien Lancelot2020-10-1610-0/+289
* SONAR-13936 Remove organization parameter from UsersJulien Lancelot2020-10-164-1/+111
* SONAR-13965 Update column 'change_data' of 'qprofile_changes' table to use ru...Jacek2020-10-164-1/+146
* SONAR-13948 fix migrations to drop default constraints when dropping column f...Jacek2020-10-154-3/+187
* SONAR-13985 Drop associated index with primary key on Oracle DBJacek2020-10-142-2/+3
* SONAR-13903 move to v86 & add organization_uuid index deletion from quality_p...Pierre2020-10-0722-15/+196
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-0516-1/+451
* SONAR-13861 Remove column 'key_type" from the table 'project_branches'Duarte Meneses2020-09-3010-2/+393
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-2916-135/+413
* SONAR-13862 Add dismiss information to 'api/ce/analysis_status' WSJulien Lancelot2020-09-2910-1/+349
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-1810-0/+337
* SONAR-12692 add project_uuid to issues_changesPierre2020-09-0830-3/+1059
* SONAR-13802 Fix NPE when component favorite orphan selectedJacek2020-08-264-0/+179
* SONAR-13785 Complete migration of file sources with a DB migrationDuarte Meneses2020-08-243-0/+233
* SONAR-13518 Drop unused indexesDuarte Meneses2020-08-144-3/+209
* SONAR-13747 Drop unused DB columns related to periodsDuarte Meneses2020-08-147-0/+303
* SONAR-13696 drop PROJECT_ALM_BINDINGS tableDuarte Meneses2020-08-144-1/+109
* SONAR-11595 drop unused 'value_warning', 'period' columns from 'quality_gate_...Jacek2020-08-144-1/+101
* SONAR-13698 Remove comma from SQL queryJacek2020-07-311-1/+1
* SONAR-13698 Delete 'project_alm_settings' rows when project is deletedJacek2020-07-306-0/+259
* SONAR-13613 Fix code duplicationDuarte Meneses2020-07-219-67/+81
* Fix unstable unit testDuarte Meneses2020-07-101-1/+1
* SONAR-13594 Upgrade to 8.4 fails on MS SQL ServerDuarte Meneses2020-07-1049-444/+196
* SONAR-13613 DB migrations on upgrade fail due to orphan foreign keysDuarte Meneses2020-07-1014-0/+100
* SONAR-13475 Get GitHub ClientId APIMark Rekveld2020-07-014-1/+121
* SONAR-13341 fix SSF-110Michal Duda2020-06-304-0/+235
* SONAR-13444 add 'need_issue_sync' to 'project_branches' tableJacek2020-06-2611-1/+365
* Optimize database migrationsDuarte Meneses2020-06-2378-1909/+1300