aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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