aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some styling issues in the system info pageGrégoire Aubert2017-10-046-15/+74
|
* SONAR-9550 Don't show the activate button for rules where there is no ↵Grégoire Aubert2017-10-041-2/+3
| | | | editable QP
* SONAR-4824 support branches when filtering recipients on their permsSébastien Lesaint2017-10-0434-123/+164
| | | | | by querying permissions in DB with component key rather than component uuid as computing the target branch's key from the branch's key is easy
* SONAR-9545 Better wording when searching for a project in My Favorites scopeGrégoire Aubert2017-10-044-6/+51
|
* SONAR-9553 Update onboarding headlineGrégoire Aubert2017-10-043-7/+48
|
* Remove unused cssGrégoire Aubert2017-10-042-27/+0
|
* SONAR-9808 Add ncloc to system info pageGrégoire Aubert2017-10-041-2/+12
|
* SONAR-9504 Support ESC key in onboarding tutorialGrégoire Aubert2017-10-041-0/+15
|
* SONAR-9496 group changelog events by action and dateStas Vilchik2017-10-041-5/+12
|
* SONAR-9522 Change the duplication perspective's graph axisStas Vilchik2017-10-043-4/+4
|
* SONAR-9705 Make organization key easier to findStas Vilchik2017-10-044-8/+34
|
* SONAR-9665 Bring back the issues link from the Most Violated Projects sectionStas Vilchik2017-10-042-26/+50
|
* fix issue permalinks with branchesStas Vilchik2017-10-0411-3/+30
|
* invalidate browser cache for logoStas Vilchik2017-10-041-1/+1
|
* fix quality gates deletion/renamingStas Vilchik2017-10-045-25/+27
|
* SONAR-7956 remove obsolete gateId parameter of api/qualitygates/deselectDaniel Schwarz2017-10-033-36/+51
|
* SONAR-9802 add global section "Search State" to System Info of clusterSimon Brandhof2017-10-033-0/+106
|
* SONAR-9820 Telemetry returns usingBranchesTeryk Bellahsene2017-10-0310-5/+51
|
* SONAR-9820 Telemetry returns database name and versionTeryk Bellahsene2017-10-036-11/+84
|
* SONAR-9820 update telemetry format - list instead of mapTeryk Bellahsene2017-10-033-19/+67
|
* Replace the CE class TypedException by an interfaceSimon Brandhof2017-10-033-76/+24
| | | | | so that a class inheriting MessageException can provide a type of error.
* Fix instability of ClusterHealthTest#hashcode_is_based_on_content()Simon Brandhof2017-10-031-3/+1
| | | | Two different objects can have the same hashCode.
* SONAR-9902 Silence debug logs of PostgreSQL driverSimon Brandhof2017-10-033-3/+6
|
* Avatar resolver fails when email is emptyTeryk Bellahsene2017-10-037-13/+19
|
* SONAR-9195 Ease removing of SCM accountsStas Vilchik2017-10-032-9/+28
|
* SONAR-8828 Make sure all messages can be localized (#2600)Stas Vilchik2017-10-0379-321/+310
|
* SONAR-9499 Secondary locations unclickable when code is not loadedStas Vilchik2017-10-031-4/+15
|
* SONAR-9756 update branch management pageStas Vilchik2017-10-0335-179/+1239
|
* SONAR-9756 add analysis date to response of api/project_branches/listDaniel Schwarz2017-10-033-21/+68
|
* SONAR-9896 Webhook must support basic authenticationSimon Brandhof2017-10-022-6/+55
|
* SONAR-1330 Purge edit permissions when removing groupJulien Lancelot2017-10-026-0/+52
|
* SONAR-1330 Purge edit permissions when removing organization memberJulien Lancelot2017-10-026-0/+53
|
* SONAR-1330 Purge edit permissions when deleting userJulien Lancelot2017-10-026-0/+45
|
* SONAR-1330 Purge edit permissions when deleting quality profileJulien Lancelot2017-10-0213-5/+103
|
* SONAR-1330 Remove qualityprofiles from api/rules/appTeryk Bellahsene2017-10-022-82/+0
|
* SONAR-1330 Check edit permissions in qprofiles WSJulien Lancelot2017-10-0229-278/+572
|
* SONAR-1330 Check edit permission via groupJulien Lancelot2017-10-028-10/+30
|
* SONAR-1330 Allow rule changes only for quality profile adminsStas Vilchik2017-10-0216-64/+64
|
* SONAR-1330 Allow only authorized actions on the Quality Profiles pageStas Vilchik2017-10-0221-92/+517
|
* SONAR-1330 Return available actions in api/qualityprofiles/searchJulien Lancelot2017-10-0213-50/+268
|
* SONAR-1330 Search for groups allowed to edit single quality profileJulien Lancelot2017-10-029-12/+784
|
* SONAR-1330 Remove group permission to edit single quality profileJulien Lancelot2017-10-026-6/+362
|
* SONAR-1330 Add group permission to edit single quality profileJulien Lancelot2017-10-0215-8/+620
|
* SONAR-1330 Create table QPROFILE_EDIT_GROUPSJulien Lancelot2017-10-026-1/+161
|
* SONAR-1330 Search for user allowed to edit single quality profileJulien Lancelot2017-10-0211-14/+911
|
* SONAR-1330 Remove user permission to edit single quality profileJulien Lancelot2017-10-026-2/+353
|
* SONAR-1330 Add user permission to edit single quality profileJulien Lancelot2017-10-0215-10/+647
|
* 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
|