summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-13436 Update Web API docs - permissionsJacek2020-05-2512-44/+129
|
* SONAR-13436 Update Web API docs - metricsJacek2020-05-257-31/+91
|
* SONAR-13436 Update Web API docs - custom_measuresJacek2020-05-257-16/+71
|
* SONAR-13420 org.sonar.api.rules.Rule#getId() no longer supportedMichal Duda2020-05-251-1/+1
|
* Fix unstable test TransitionActionTestDuarte Meneses2020-05-251-0/+5
|
* SONAR-13300 Deprecate use of id in quality gate web servicesDuarte Meneses2020-05-2521-66/+315
|
* SONAR-13221 Delete rows with orphan FKDuarte Meneses2020-05-2530-11/+482
|
* SONAR-13221 use kee when updating ISSUES tableJacek2020-05-251-3/+3
|
* SONAR-13221 drop `order by id asc` statementJacek2020-05-2516-16/+16
|
* SONAR-13221 add index before populateJacek2020-05-257-276/+541
|
* SONAR-13221 move migrations from v83 to v84Pierre2020-05-25945-1638/+1687
|
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-25267-1537/+7217
|
* SONAR-13221 drop id column of USERS tableJacek2020-05-2554-301/+654
|
* SONAR-13221 change USER_ROLES user_id FK to user_uuidJacek2020-05-2548-311/+980
|
* SONAR-13221 change QPROFILE_EDIT_USERS user_id FK to user_uuidJacek2020-05-2527-99/+867
|
* SONAR-13221 change PROPERTIES user_id FK to user_uuidJacek2020-05-2557-395/+878
|
* SONAR-13221 change PERM_TEMPLATES_USERS user_id FK to user_uuidJacek2020-05-2541-173/+758
|
* SONAR-13221 change ORGANIZATION_MEMBERS user_id FK to user_uuidJacek2020-05-2565-165/+1127
|
* SONAR-13221 add support PK with many columns to drop builderJacek2020-05-258-27/+44
|
* SONAR-13221 change USERS_GROUPS user_id FK to user_uuidJacek2020-05-2586-399/+1448
|
* SONAR-132221 Fix qualitygate API type.Mathieu Suen2020-05-2514-48/+46
|
* SONAR-13221 change PK of quality gates from id to uuid, update FKs, update APIPierre2020-05-2598-378/+1561
|
* SONAR-13221 Update method and var namesDuarte Meneses2020-05-2523-322/+101
|
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-25240-1144/+5030
|
* fix FP with a sequence uuid factory for ceQueue testsPierre2020-05-251-9/+10
|
* SONAR-13221 change PK of propertiesPierre2020-05-2530-139/+841
|
* SONAR-13221 change PK to uuid of RULES_PROFILES tableJacek2020-05-2579-189/+2248
| | | | * change profile_id to profile_uuid for ACTIVE_RULES
* SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES tableJacek2020-05-25117-621/+3226
| | | | * change template_id to template_uuid for PERM_TEMPLATES_GROUPS, PERM_TEMPLATES_USERS, PERM_TPL_CHARACTERISTICS
* SONAR-13221 MetricsDuarte Meneses2020-05-25211-765/+4270
|
* SONAR-13221 change PK to uuid of RULES_PARAMETERS tableJacek2020-05-2545-44/+1239
| | | | * change rules_parameter_id of ACTIVE_RULE_PARAMETERS table to rules_parameter_uuid
* Fix ITsDuarte Meneses2020-05-251-1/+1
|
* Fix ITsDuarte Meneses2020-05-251-1/+1
|
* SONAR-13240 Change PK of ACTIVE_RULES and update FKDuarte Meneses2020-05-2568-288/+1645
|
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-2542-75/+145
|
* SONAR-13221 Fix permission template tablesDuarte Meneses2020-05-2516-50/+121
|
* SONAR-13221 PERM_TEMPLATES_GROUPSDuarte Meneses2020-05-2518-61/+52
|
* SONAR-13221 PERM_TPL_CHARACTERISTICSDuarte Meneses2020-05-2518-68/+73
|
* SONAR-13221 PERM_TEMPLATES_USERSDuarte Meneses2020-05-2554-0/+1865
|
* SONAR-13221 Update Dbversion83Duarte Meneses2020-05-252-15/+67
|
* SONAR-13221 Quality gate conditionsDuarte Meneses2020-05-2539-85/+731
|
* SONAR-13221 Issue changesDuarte Meneses2020-05-2523-11/+663
|
* SONAR-13221 Simplify migrationsDuarte Meneses2020-05-2534-487/+294
|
* SONAR-13221 Update DbVersion83Duarte Meneses2020-05-251-0/+46
|
* SONAR-13221 File sourcesDuarte Meneses2020-05-2532-19/+752
|
* SONAR-13221 User rolesDuarte Meneses2020-05-2520-14/+321
|
* SONAR-13221 Group rolesDuarte Meneses2020-05-2534-13/+678
|
* SONAR-13221 Reorganize migrations from SONAR-13193Duarte Meneses2020-05-2519-15/+27
|
* SONAR-13235 change PK of manual measuresMichal Duda2020-05-2534-113/+843
|
* SONAR-13221 change PK to uuid of PROJECT_QPROFILES tableJacek2020-05-2523-13/+684
|
* Remove usage of original table name when dropping primary keyJulien Lancelot2020-05-2525-63/+73
|