aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SONAR-9616 Write main branch to DB even if plugin is not installedDuarte Meneses2017-09-1216-49/+516
* SONAR-9616 Ability to set the name of the main branchDuarte Meneses2017-09-1212-12/+355
* SONAR-9616 api/projectbranches returns isOrphan on unknown merge branchJulien Lancelot2017-09-126-56/+82
* SONAR-9616 mergeBranch returns default main branch when emptyJulien Lancelot2017-09-126-113/+178
* SONAR-9616 Add forgotten changelog about branch in api/component/showJulien Lancelot2017-09-122-2/+4
* SONAR-9616 Return empty in projectbranches/show when no branch supportJulien Lancelot2017-09-122-4/+30
* SONAR-9616 Allow to return main branch in api/projectbranches/showJulien Lancelot2017-09-123-16/+53
* SONAR-9616 propagate visibility to branches (#2392)Janos Gyerik2017-09-123-3/+33
* SONAR-9616 Does not allow ws to use branch db keyJulien Lancelot2017-09-1254-44/+1269
* SONAR-9616 Ability to manually delete a non-main branchDuarte Meneses2017-09-1216-22/+354
* SONAR-9616 Delete the branches that are inactive for too longDuarte Meneses2017-09-129-30/+129
* SONAR-9616 Return branch in issues searchJulien Lancelot2017-09-123-7/+11
* SONAR-9616 Renaming of project/module key must be propagated to branches (#2383)Janos Gyerik2017-09-123-3/+93
* SONAR-9616 Fix ce ws on branchesJulien Lancelot2017-09-1211-193/+187
* SONAR-9702 Build UI for short-lived branches (#2371)Stas Vilchik2017-09-1282-524/+1901
* Add TreeWsRequest#component to replace baseComponentKeyJulien Lancelot2017-09-123-1/+31
* SONAR-9628 Branches must not appear in administration of projectsDuarte Meneses2017-09-127-5/+91
* SONAR-9616 Add missing branch parameter in some ws clientJulien Lancelot2017-09-125-6/+16
* SONAR-9616 Handle branch in api/sources/linesJulien Lancelot2017-09-124-19/+96
* SONAR-9616 Return branch info in api/ce wsJulien Lancelot2017-09-1210-27/+270
* SONAR-9616 Move BranchType to CommonJulien Lancelot2017-09-126-22/+30
* SONAR-9616 Send branch type into the report as characteristicJulien Lancelot2017-09-122-14/+58
* SONAR-9616 Fix api/projectbranches/show when invalid branchJulien Lancelot2017-09-122-1/+18
* SONAR-9616 Do not return project in api/projectbranches wsJulien Lancelot2017-09-126-22/+16
* SONAR-9720 Issue tracking for long branchesDuarte Meneses2017-09-1221-35/+419
* SONAR-9616 Delete branch content when deleting project (#2368)Janos Gyerik2017-09-125-1/+58
* Add medium test for branches (#2359)Janos Gyerik2017-09-123-96/+243
* Skip unchanged files and dirs on short living branchesDuarte Meneses2017-09-125-22/+96
* Fix issue tracking for short living branchesDuarte Meneses2017-09-126-87/+55
* Add incrementalMode param to BranchConfigurationValidator.validate (#2353)Janos Gyerik2017-09-123-3/+3
* SONAR-9711 Skip duplications and coverage in short living branchesDuarte Meneses2017-09-1211-21/+129
* SONAR-9616 Create api/projectbranches/showJulien Lancelot2017-09-1216-6/+489
* SONAR-9616 Add project in api/projectbranches/listJulien Lancelot2017-09-123-7/+10
* SONAR-9616 Add bugs, vulnerabilities and code smells in branches listJulien Lancelot2017-09-123-8/+74
* SONAR-9616 Add quality gate status in api/projectbranches/listJulien Lancelot2017-09-122-2/+45
* SONAR-9616 Add UT on main branch in api/projectbranches/listJulien Lancelot2017-09-124-24/+71
* SONAR-9616 Return merge branch in api/projectbranches/listJulien Lancelot2017-09-129-9/+95
* SONAR-9616 Return component branch in api/issues/searchJulien Lancelot2017-09-123-1/+7
* Adjusting performance tests expectationsDuarte Meneses2017-09-121-2/+2
* SONAR-9701 Skip unchanged components in short living branchesDuarte Meneses2017-09-122-10/+17
* Improve tests and qualityDuarte Meneses2017-09-125-5/+74
* SONAR-9616 Handle branch in scannerJanos Gyerik2017-09-1220-115/+401
* SONAR-9616 Support branch in api/issues/searchJulien Lancelot2017-09-1219-146/+452
* SONAR-9701 Skip unchanged componentsDuarte Meneses2017-09-1214-56/+138
* SONAR-9692 - Perform issue tracking for short living branchesDuarte Meneses2017-09-1221-143/+850
* SONAR-9674 Load branch information from scanner reportDuarte Meneses2017-09-125-4/+9