aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9803 Prevent crashes when the date is undefinedGrégoire Aubert2017-09-133-2/+12
* Do not show the activity preview graph on project dashboard if there is no dataGrégoire Aubert2017-09-131-6/+5
* Tweak wordingGrégoire Aubert2017-09-131-1/+1
* Fix display of multiple events in projects pageGrégoire Aubert2017-09-131-0/+1
* Fix typoSimon Brandhof2017-09-121-1/+1
* Update web tests snapshotsGrégoire Aubert2017-09-126-5/+6
* Fix renamed field in testJanos Gyerik2017-09-121-1/+1
* SONAR-9702 SONAR-9736 apply feedback on branches (#2496)Stas Vilchik2017-09-1214-45/+201
* SONAR-9736 change color of help iconStas Vilchik2017-09-123-14/+11
* SONAR-9736 fix project statusStas Vilchik2017-09-124-8/+173
* SONAR-9736 fix access to project admin pagesStas Vilchik2017-09-1238-589/+1281
* SONAR-9616 Branch status is using unresolved issuesJulien Lancelot2017-09-124-20/+23
* SONAR-9616 Allow usage of main branch in ws having branch parameterJulien Lancelot2017-09-1211-54/+146
* SONAR-9736 simplify long-living branch settingsStas Vilchik2017-09-124-62/+60
* SONAR-9702 better display of orphan branchesStas Vilchik2017-09-123-3/+49
* SONAR-7745 Return version in api/components/showJulien Lancelot2017-09-124-10/+37
* SONAR-9736 display analysis date and a version of long-living branchStas Vilchik2017-09-124-16/+33
* SONAR-9616 Component name is set to public key when emptyJulien Lancelot2017-09-122-12/+15
* SONAR-9702 display branches on background tasks pageStas Vilchik2017-09-1210-14/+84
* SONAR-9702 rewrite some background tasks componentsStas Vilchik2017-09-1236-221/+1153
* SONAR-9616 Fix notification on branchJulien Lancelot2017-09-125-50/+134
* fix redirection on activity pageStas Vilchik2017-09-121-11/+13
* SONAR-916 Do not include branch name in quality gate notifsJanos Gyerik2017-09-122-3/+30
* SONAR-9616 Use Component#getProjectKey instead of Project#getKeyJulien Lancelot2017-09-124-30/+20
* SONAR-9616 Remove Optional from Branch#getName as it always setJulien Lancelot2017-09-1220-112/+54
* SONAR-9616 Issue#componentKey should be the public keyJulien Lancelot2017-09-125-12/+23
* SONAR-9616 Fix notifications on branches (#2450)Janos Gyerik2017-09-1214-25/+116
* SONAR-9616 Migration populating main branch now set 'master' as nameJulien Lancelot2017-09-122-38/+51
* SONAR-9616 Add public key in Component of CEJulien Lancelot2017-09-1210-285/+224
* SONAR-9616 Add project uuid routing when searching branch statsJulien Lancelot2017-09-123-6/+9
* SONAR-9616 Filter out branches in ComponentDao#selectProjects()Julien Lancelot2017-09-123-2/+15
* SONAR-9616 Use single ES query in api/project_branches/listJulien Lancelot2017-09-125-43/+202
* fix governance pages when using branches (#2446)Stas Vilchik2017-09-1214-82/+128
* SONAR-9616 Use ES to get issues in api/project_branches/listJulien Lancelot2017-09-123-117/+98
* SONAR-9616 Remove api/project_branches/showJulien Lancelot2017-09-124-458/+1
* SONAR-9756 enable settings for long-living branches (#2438)Stas Vilchik2017-09-1211-61/+121
* SONAR-9756 Build UI for branch management (#2433)Stas Vilchik2017-09-1238-49/+1449
* add branches help popups (#2420)Stas Vilchik2017-09-1217-152/+602
* SONAR-9616 Handle branch in api/settings/list_definitionsJulien Lancelot2017-09-126-26/+94
* SONAR-9616 Handle branch in api/settings/valuesJulien Lancelot2017-09-122-7/+83
* SONAR-9616 Handle branch in api/settings/resetJulien Lancelot2017-09-122-3/+62
* SONAR-9616 Handle branch in api/settings/setJulien Lancelot2017-09-122-3/+96
* SONAR-9616 Load Branch settings in CEJulien Lancelot2017-09-125-85/+229
* SONAR-9616 Use AnalysisMetadataHolder when loading settings in CEJulien Lancelot2017-09-122-21/+11
* SONAR-9616 Write main branch to DB even if plugin is not installedDuarte Meneses2017-09-1213-25/+25
* SONAR-9616 Handle branch in api/tests/covered_fileJulien Lancelot2017-09-123-66/+100
* SONAR-9616 Return branch in api/tests/listJulien Lancelot2017-09-122-7/+15
* fix global & organization issues pageStas Vilchik2017-09-121-2/+2
* SONAR-9616 Copy SCM info to branchesDuarte Meneses2017-09-129-232/+490
* Different branches UI fixes (#2418)Stas Vilchik2017-09-1242-262/+520