aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rewrite remaining helpers to tsStas Vilchik2017-09-1311-352/+238
* update prettierStas Vilchik2017-09-13498-4518/+4122
* Analyze pull requests as short-living branches on next.sonarqube.comSimon Brandhof2017-09-131-3/+12
* 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-133-7/+7
* Fix display of multiple events in projects pageGrégoire Aubert2017-09-131-0/+1
* Fix typoSimon Brandhof2017-09-121-1/+1
* Support of branchesDuarte Meneses2017-09-12820-7362/+26764
|\
| * Use SettingsLoader only when needed for branchesDuarte Meneses2017-09-127-87/+62
| * Adjust performance test timingsDuarte Meneses2017-09-121-2/+2
| * SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-123-30/+37
| * Update web tests snapshotsGrégoire Aubert2017-09-126-5/+6
| * SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-125-39/+61
| * Fix renamed field in testJanos Gyerik2017-09-121-1/+1
| * SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-1281-458/+805
| * SONAR-9702 SONAR-9736 apply feedback on branches (#2496)Stas Vilchik2017-09-1215-45/+204
| * Remove message about deprecated sonar.branchDuarte Meneses2017-09-122-2/+0
| * SONAR-9701 Don't publish coverage, scm and source of unchanged filesJulien HENRY2017-09-1223-65/+81
| * SONAR-9701 Don't publish empty modulesJulien HENRY2017-09-122-5/+62
| * SONAR-9736 change color of help iconStas Vilchik2017-09-123-14/+11
| * SONAR-9736 fix project statusStas Vilchik2017-09-124-8/+173
| * SONAR-9626 update log messages (#2472)Janos Gyerik2017-09-122-4/+32
| * 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-125-63/+60
| * SONAR-9702 better display of orphan branchesStas Vilchik2017-09-124-3/+52
| * SONAR-7745 Return version in api/components/showJulien Lancelot2017-09-125-10/+38
| * 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-126-46/+205
| * 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-1212-61/+122
| * SONAR-9756 Build UI for branch management (#2433)Stas Vilchik2017-09-1239-49/+1455