aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-2415-3/+583
|
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-214-0/+125
|
* SONAR-7697 Replace integer `purged_status` column with boolean `purged`Jacek Poreda2023-07-2113-0/+504
|
* NO-JIRA remove unused importsPierre2023-07-175-5/+0
|
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-3/+3
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-178-10/+8
|
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-171-1/+2
|
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-172-4/+4
|
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-172-4/+4
|
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-2910-1/+310
|
* SONAR-19556 updated webhooks to not rely on component_uuidLukasz Jarocki2023-06-2211-0/+381
|
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-207-1/+239
|
* SONAR-19556 Fix DB migration and increase test coverageDuarte Meneses2023-06-2011-3/+260
|
* SONAR-19556 Fix DB migrationsDuarte Meneses2023-06-201-7/+8
|
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-204-0/+107
|
* SONAR-19556 Add DB migration tests and fix drop of indexDuarte Meneses2023-06-208-1/+236
|
* SONAR-19556 indexes are now re-created when renaming a columnLukasz Jarocki2023-06-2014-6/+395
|
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-207-1/+224
| | | | Entities
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-1911-0/+362
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-136-15/+15
|
* SONAR-18856 Fix code smells and TODOsLéo Geoffroy2023-06-011-1/+1
|
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-0110-14/+136
|
* SONAR-18856 Fix SonarQube issues and BTTDuarte Meneses2023-06-011-1/+0
|
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-0120-1/+1126
|
* SONAR-19407 Migrate subportfolios to realign with component uuidsLéo Geoffroy2023-05-254-1/+298
|
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-164-1/+147
|
* NO-JIRA fix code smellsAurelien Poscia2023-05-124-20/+18
|
* SONAR-19085 Add index on 'external_groups(external_identity_provider, ↵Wojtek Wajerowicz2023-05-115-4/+127
| | | | external_id).
* SONAR-19085 Create 'external_groups' table.Wojtek Wajerowicz2023-05-114-1/+125
|
* SONAR-19159 Increase TASK_TYPE column size in ce_queue and ce_activityAntoine Vigneau2023-05-117-1/+262
|
* SONAR-19125 fixed an issue where one of 10.0 migration did not work on ↵Lukasz Jarocki2023-05-081-24/+27
| | | | Oracle Databases
* SONAR-18917 Fix migration failure and support user_token without project keyLéo Geoffroy2023-05-042-7/+8
|
* SONAR-18917 Project analysis token isn't updated when project is rekeyedDuarte Meneses2023-05-0414-0/+631
|
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-284-151/+1
| | | | This reverts commit 145d97dd8fe78d2d19b569e55ade89c056a98fda.
* [NO_JIRA] move is_main migration script in version10.1Benjamin Campomenosi2023-04-2410-9/+6
|
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-244-1/+151
|
* SONAR-19133 Increase KEE column size in INTERNAL_PROPERTIES tableAurelien Poscia2023-04-244-0/+115
|
* [NO JIRA] Fix DB migration name for v10.1Duarte Meneses2023-04-1218-34/+33
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-112-14/+14
|
* SONAR-18850 make is_main column work on OracleLukasz Jarocki2023-04-041-1/+2
|
* SONAR-18850 fixed the script for adding 'is_main' columnLukasz Jarocki2023-04-042-3/+4
|
* SONAR-18850 added is_main column to project_branches tableLukasz Jarocki2023-04-0410-0/+410
|
* SONAR-18879 add documentation URL for SCIM errorsAurelien Poscia2023-03-312-3/+6
|
* SONAR-18728 Drop Users.SCM_ACCOUNTS columnAurelien Poscia2023-03-3119-30/+253
|
* SONAR-18728 use DB calls to replace ↵Aurelien Poscia2023-03-319-3/+274
| | | | UserIndex.getAtMostThreeActiveUsersForScmAccount
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-313-3/+3
|
* SONAR-18728 Add DB migrations for SCM_ACCOUNTSAurelien Poscia2023-03-3111-7/+580
|
* SONAR-18872 improve total ncloc computation10.0.0.68432Pierre2023-03-307-0/+394
|
* SONAR-18797 warn log message and truncate scim_users during upgradePierre2023-03-2210-0/+369
|
* SONAR-18525 SCIM Group data model (Mapper, DTO, DAO, Migrations)Antoine Vigneau2023-03-226-0/+228
|