aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13291 Remove file reference in global search.Mathieu Suen2020-05-266-188/+41
* SONAR-12266 Remove favorite icon for file.mathieu-suen-sonarsource2020-05-264-37/+7
* SONAR-12266 Drop favourites for filesJacek2020-05-267-27/+284
* SONAR-13291 deprecate 'language' param and remove 'language' field from compo...Jacek2020-05-269-96/+7
* SONAR-13291 index components with qualifier ['APP', 'TRK', 'VW', 'SVW'] only...Jacek2020-05-2611-146/+100
* SONAR-13447 Update the Upgrade Notes with deprecated WS parameters and plugin...MikeBirnstiehl2020-05-251-0/+5
* SONAR-13438 Add Back and Restore Documentationmichaelbirnstiehl2020-05-254-2/+36
* SONAR-13436 Update Web API docs - quality_gatesJacek2020-05-2516-34/+43
* SONAR-13436 Update Web API docs - user_groupsJacek2020-05-2517-17/+113
* 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
* 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-25263-1505/+7213
* 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-2593-356/+1343
* SONAR-13221 Update method and var namesDuarte Meneses2020-05-2523-322/+101
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-25238-1142/+5028
* 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
* SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES tableJacek2020-05-25117-621/+3226
* SONAR-13221 MetricsDuarte Meneses2020-05-25206-753/+4258
* SONAR-13221 change PK to uuid of RULES_PARAMETERS tableJacek2020-05-2545-44/+1239
* 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-2541-72/+142
* 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