summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-126-127/+235
* 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-123-3/+25
* SONAR-9616 Add BranchFeature to detect if branch is supported or notJulien Lancelot2017-09-128-0/+250
* 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-1295-753/+2093
* 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-129-12/+334
* SONAR-9616 api/projectbranches returns isOrphan on unknown merge branchJulien Lancelot2017-09-125-56/+81
* 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-1213-22/+331
* SONAR-9616 Delete the branches that are inactive for too longDuarte Meneses2017-09-128-30/+128
* SONAR-9616 Return branch in issues searchJulien Lancelot2017-09-122-6/+8
* 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-127-172/+169
* SONAR-9702 Build UI for short-lived branches (#2371)Stas Vilchik2017-09-1282-524/+1901
* SONAR-9628 Branches must not appear in administration of projectsDuarte Meneses2017-09-127-5/+91
* SONAR-9616 Handle branch in api/sources/linesJulien Lancelot2017-09-124-19/+96
* SONAR-9616 Return branch info in api/ce wsJulien Lancelot2017-09-128-27/+267
* SONAR-9616 Move BranchType to CommonJulien Lancelot2017-09-124-13/+17
* 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-125-17/+12
* SONAR-9720 Issue tracking for long branchesDuarte Meneses2017-09-1214-33/+380
* SONAR-9616 Delete branch content when deleting project (#2368)Janos Gyerik2017-09-125-1/+58
* Skip unchanged files and dirs on short living branchesDuarte Meneses2017-09-123-10/+4
* Fix issue tracking for short living branchesDuarte Meneses2017-09-125-86/+52
* SONAR-9616 Create api/projectbranches/showJulien Lancelot2017-09-1212-6/+455
* 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-122-5/+71
* 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-123-17/+54
* SONAR-9616 Return merge branch in api/projectbranches/listJulien Lancelot2017-09-128-9/+93
* SONAR-9616 Return component branch in api/issues/searchJulien Lancelot2017-09-122-1/+6
* SONAR-9616 Handle branch in scannerJanos Gyerik2017-09-121-52/+46
* SONAR-9616 Support branch in api/issues/searchJulien Lancelot2017-09-1217-146/+440