aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-1330 Create table QPROFILE_EDIT_USERSJulien Lancelot2017-10-026-1/+160
* SONAR-1330 add widget to manage quality profile permissionsStas Vilchik2017-10-0244-214/+2253
* SONAR-1330 Create stub ws to allow edition of qprofile to users/groupsJulien Lancelot2017-10-0214-8/+633
* SONAR-9599 change issues measures on the projects pageStas Vilchik2017-10-0213-38/+219
* SONAR-9786 Closed issues retain their lineStas Vilchik2017-10-021-2/+4
* SONAR-9702 expand root dir with branch on code pageStas Vilchik2017-10-021-9/+14
* SONAR-9552 add version to QG alert notificationSébastien Lesaint2017-10-024-3/+39
* SONAR-8730 use existing L18n for types in new issue notificationsSébastien Lesaint2017-10-023-7/+7
* SONAR-9725 support singular in subject of new issue notificationsSébastien Lesaint2017-10-024-4/+12
* SONAR-7024 show project specific dispatcher labelsStas Vilchik2017-10-025-2/+100
* SONAR-7024 global report failure notif only on administrated projectsSébastien Lesaint2017-10-022-3/+7
* SONAR-7024 support permission for global and project subscribersSébastien Lesaint2017-10-0215-69/+228
* SONAR-7024 SQL optimization if multiple channels when checking permissionSébastien Lesaint2017-10-021-26/+67
* SONAR-7024 PropertiesDao#findUsersForNotification return global flagSébastien Lesaint2017-10-027-19/+107
* SONAR-9534 compute new_debt measure only from new issuesSébastien Lesaint2017-10-025-343/+113
* SONAR-7024 add notification on Report Analysis failuresSébastien Lesaint2017-10-0221-4/+1419
* SONAR-7024 add CeWorker.ExecutionListenerSébastien Lesaint2017-10-0210-42/+319
* add missing package-info.javaSébastien Lesaint2017-10-021-0/+23
* SONAR-9552 add version to New Issues notification emailsSébastien Lesaint2017-10-027-5/+89
* SONAR-9771 add property email.fromName and use it in email notificationsSébastien Lesaint2017-10-023-6/+7
* SONAR-9771 remove "SonarQube" from wording of links in notificationsSébastien Lesaint2017-10-0213-23/+23
* SONAR-9552 show branch name in QP alert notificationsSébastien Lesaint2017-10-022-10/+53
* SONAR-9552 support branch name in subject of new issue notificationsSébastien Lesaint2017-10-024-11/+40
* SONAR-9725 grammar support for single rule in Builtin QP notificationSébastien Lesaint2017-10-022-21/+51
* SONAR-9725 fix grammar for single issue in new issue notificationsSébastien Lesaint2017-10-023-18/+39
* SONAR-8730 replace severity by rule type in new issues notificationsSébastien Lesaint2017-10-0216-275/+230
* SONAR-9144 add coverage on 5 elements per category + SQL optimisationSébastien Lesaint2017-10-027-56/+245
* SONAR-9144 send notifications only for issues on the leak periodSébastien Lesaint2017-10-025-87/+298
* SONAR-9144 support leak period when computing issue statisticsSébastien Lesaint2017-10-0212-113/+655
* SONAR-4824 Prevent notification when user does not have Browse permissionEric Hartmann2017-10-0226-251/+299
* SONAR-9227 Forbid adding a notification on project without BROWSE permissionEric Hartmann2017-10-022-9/+58
* SONAR-9811 fix quality flawsDaniel Schwarz2017-10-022-6/+6
* SONAR-6959 Performance improvementsDuarte Meneses2017-10-0217-67/+154
* SONAR-9875 Add branch= param to /api/navigation/component (#2555)Janos Gyerik2017-10-025-4/+105
* SONAR-9811 change es data dir to data/es5, delete data/es during startupDaniel Schwarz2017-10-025-19/+109
* SONAR-9792 Fix sidebar position with a notificationGrégoire Aubert2017-09-296-80/+132
* SONAR-9792 Add background task error notification related to licensingGrégoire Aubert2017-09-295-95/+136
* SONAR-8747 Make in progress and pending background task status more visibleGrégoire Aubert2017-09-299-80/+174
* Fix broken web unit testGrégoire Aubert2017-09-291-4/+5
* SONAR-9792 The fail background task status is now more visibleGrégoire Aubert2017-09-2912-32/+212
* Update icons listGrégoire Aubert2017-09-292-1/+55
* SONAR-9389 Better highlight uncovered code in leak periodStas Vilchik2017-09-295-57/+35
* SONAR-9127 make api/qualitygates/get_by_project public, change parametersDaniel Schwarz2017-09-293-80/+55
* SONAR-9127 add unit test of the definition of api/qualitygates/get_by_projectDaniel Schwarz2017-09-291-0/+16
* SONAR-9353 let the built-in quality gate check duplicated lines on new codeDaniel Schwarz2017-09-292-1/+7
* Add method to select all administrators (for license notifications)Julien HENRY2017-09-294-6/+37
* SONAR-9890 avoid as many potential problems of non-english locales as possibleDaniel Schwarz2017-09-282-2/+2
* SONAR-9890 fix startup issue with Turkish localeDaniel Schwarz2017-09-281-1/+1
* Add field "errorType" to tasks returned in api/ce/*Simon Brandhof2017-09-283-6/+11
* Populate error type when CE task fails with TypedMessageExceptionSimon Brandhof2017-09-284-0/+119