aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/resources
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ...Julien Lancelot2020-09-291-0/+7
* SONAR-13862 Add dismiss information to 'api/ce/analysis_status' WSJulien Lancelot2020-09-291-3/+6
* SONAR-13835 api/qualitygates/search is not returning deterministic results wh...Duarte Meneses2020-09-221-1/+1
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-181-0/+4
* SONAR-12692 add project_uuid to issues_changesPierre2020-09-082-14/+4
* SONAR-13784 Deleting project should make sure all components are removedDuarte Meneses2020-08-241-0/+6
* SONAR-13518 Drop unused indexesDuarte Meneses2020-08-141-10/+0
* SONAR-13696 drop PROJECT_ALM_BINDINGS tableDuarte Meneses2020-08-143-120/+0
* SONAR-13708 P/R purge should depend on last analysis dateDuarte Meneses2020-08-061-1/+6
* SONAR-13698 Delete 'project_alm_settings' rows when project is deletedJacek2020-07-301-0/+4
* SONAR-13475 - List Github Enterprise repositories API (#2883)Duarte Meneses2020-07-011-0/+12
* SONAR-13475 Get GitHub ClientId APIMark Rekveld2020-07-011-0/+8
* Fix oracle selects with case for issue sync progressJacek2020-06-304-8/+55
* SONAR-13398 Throw ES exception in case component is a portfolio, subview or appJacek2020-06-261-7/+27
* SONAR-13444 Return hasFailure flag for indexation progress statusJacek2020-06-262-5/+29
* SONAR-13398 Verify needIssue sync flag at project levelJacek2020-06-261-6/+0
* SONAR-13400 exclude portfolio (but not applications) from worker peek during ...Pierre2020-06-261-2/+5
* SONAR-13398 fail with 503 api/issues/search WS if needIssueSync is set to trueJacek2020-06-261-0/+23
* SONAR-13444 order projects by last analysis datePierre2020-06-261-1/+1
* SONAR-13444 purge CE indexation tasks when triggering a disaster recoveryPierre2020-06-261-2/+14
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-262-6/+33
* SONAR-13398 add ws api/ce/indexation_status to track progress of issue indexa...Jacek2020-06-261-0/+14
* SONAR-13399 return 'needIssueSync' flag in api/components/show WSJacek2020-06-261-2/+13
* SONAR-13399 return 'needIssueSync' flag in api/components/search_projects WSJacek2020-06-261-1/+12
* SONAR-13444 add 'need_issue_sync' to 'project_branches' tableJacek2020-06-261-21/+24
* SONAR-13327 Fix SSF-107Julien Lancelot2020-06-151-0/+40
* SONAR-13472 Fix SSF-113Julien Lancelot2020-06-111-0/+59
* Table creation migrations should not be re-entrantJulien Lancelot2020-06-032-8/+8
* SONAR-13291 index components with qualifier ['APP', 'TRK', 'VW', 'SVW'] only...Jacek2020-05-261-0/+2
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-255-85/+91
* SONAR-13221 drop id column of USERS tableJacek2020-05-254-34/+16
* SONAR-13221 change USER_ROLES user_id FK to user_uuidJacek2020-05-254-45/+33
* SONAR-13221 change QPROFILE_EDIT_USERS user_id FK to user_uuidJacek2020-05-251-9/+9
* SONAR-13221 change PROPERTIES user_id FK to user_uuidJacek2020-05-251-37/+37
* SONAR-13221 change PERM_TEMPLATES_USERS user_id FK to user_uuidJacek2020-05-251-12/+11
* SONAR-13221 change ORGANIZATION_MEMBERS user_id FK to user_uuidJacek2020-05-256-28/+19
* SONAR-13221 change USERS_GROUPS user_id FK to user_uuidJacek2020-05-257-68/+81
* SONAR-13221 change PK of quality gates from id to uuid, update FKs, update APIPierre2020-05-253-29/+10
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-259-156/+158
* SONAR-13221 change PK of propertiesPierre2020-05-251-8/+14
* SONAR-13221 change PK to uuid of RULES_PROFILES tableJacek2020-05-254-63/+61
* SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES tableJacek2020-05-252-78/+78
* SONAR-13221 MetricsDuarte Meneses2020-05-257-68/+67
* SONAR-13221 change PK to uuid of RULES_PARAMETERS tableJacek2020-05-252-10/+12
* 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-252-32/+34
* SONAR-13221 Fix permission template tablesDuarte Meneses2020-05-252-15/+17
* SONAR-13221 Quality gate conditionsDuarte Meneses2020-05-251-9/+9
* SONAR-13221 Issue changesDuarte Meneses2020-05-251-4/+4