aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * add branches help popups (#2420)Stas Vilchik2017-09-1218-152/+615
| * SONAR-9616 Handle branch in api/settings/list_definitionsJulien Lancelot2017-09-1210-29/+123
| * SONAR-9616 Handle branch in api/settings/valuesJulien Lancelot2017-09-126-24/+126
| * SONAR-9616 Handle branch in api/settings/resetJulien Lancelot2017-09-126-4/+100
| * SONAR-9616 Handle branch in api/settings/setJulien Lancelot2017-09-127-4/+129
| * 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 Use base branch to get project repository (#2426)Janos Gyerik2017-09-129-25/+42
| * SONAR-9616 Handle branch in api/tests/covered_fileJulien Lancelot2017-09-124-66/+101
| * SONAR-9616 Return branch in api/tests/listJulien Lancelot2017-09-123-7/+16
| * 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
| * SONAR-9616 Handle branch in api/tests/listJulien Lancelot2017-09-124-132/+167
| * SONAR-9616 Handle branch in api/components/appJulien Lancelot2017-09-122-8/+85
| * SONAR-9616 Sanitize AppActionJulien Lancelot2017-09-127-217/+264
| * SONAR-9616 Handle branch in api/duplications/showJulien Lancelot2017-09-127-127/+236
| * Remove setup data from DuplicationsParserTestJulien Lancelot2017-09-121-0/+1
| * SONAR-9616 Handle branch in api/sources/rawJulien Lancelot2017-09-124-6/+72
| * SONAR-9616 Refactor RawActionTest to not use mockJulien Lancelot2017-09-121-48/+46
| * SONAR-9616 api/navigation/global returns branchesEnabledJulien Lancelot2017-09-124-3/+37
| * SONAR-9616 Add BranchFeature to detect if branch is supported or notJulien Lancelot2017-09-128-0/+250
| * SONAR-9616 Add IT on api/project_branches/listJulien Lancelot2017-09-122-1/+58
| * SONAR-9616 Don't return anything in api/component/show when no branchJulien Lancelot2017-09-122-29/+1
| * SONAR-9616 Support notifications on branches (#2413)Janos Gyerik2017-09-1219-30/+213
| * SONAR-9736 Build UI for long-living branches (#2390)Stas Vilchik2017-09-1296-754/+2095