aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-9940 update mock to commit license when no change requiredSébastien Lesaint2017-10-231-0/+17
* SONAR-9951 add internal extension point LicenseCommitSébastien Lesaint2017-10-233-4/+89
* SONAR-9954 return sonar.editions.jsonUrl in api/navigation/globalSébastien Lesaint2017-10-231-0/+2
* SONAR-9976 add editionBundled flag to response of api/plugins/installedSébastien Lesaint2017-10-233-0/+11
* SONAR-9976 add editionBundled flag to several webServicesSébastien Lesaint2017-10-235-27/+74
* SONAR-9946 Background download and "pre-installation" of an editionDuarte Meneses2017-10-2316-193/+628
* SONAR-9939 add WS api/editions/preview (mock implementation)Sébastien Lesaint2017-10-234-2/+124
* SONAR-9951 finalize edition install at startup (mocked implem.)Sébastien Lesaint2017-10-235-18/+124
* SONAR-9940 add WS api/editions/apply_license (mocked implementation)Sébastien Lesaint2017-10-233-0/+95
* SONAR-9943 add WS api/editions/statusSébastien Lesaint2017-10-2312-0/+591
* SONAR-9991 Set BranchPersister as IntefaceJulien Lancelot2017-10-233-84/+111
* Improve coverageJulien HENRY2017-10-213-3/+118
* SONAR-9991 Clean up remaining references to P/RDuarte Meneses2017-10-2017-88/+48
* SONAR-9262 Prevent using files/dirs/modules facets when no proj/orgJulien Lancelot2017-10-201-0/+11
* SONAR-9917 Improve notification messages on branchesJulien Lancelot2017-10-203-7/+16
* SONAR-8967 Fail fast when trying to analyse a moduleJulien Lancelot2017-10-202-39/+36
* SONAR-9142 Remove 'previous_analysis' optionEric Hartmann2017-10-201-18/+0
* SONAR-8727 Do not fail when SCM login is longer than 255 charactersJulien HENRY2017-10-201-2/+7
* SONAR-9949 Also merge open issues from short living branchesJulien HENRY2017-10-201-1/+1
* SONAR-9993 Issue search WS should return comment functional dateJulien HENRY2017-10-201-12/+12
* SONAR-9970, SONAR-9949 Do not copy 'file' issue changelog entriesJulien HENRY2017-10-201-2/+35
* SONAR-9987 Add a changelog entry when copying/merging issuesJulien HENRY2017-10-206-18/+41
* SONAR-9970 Copy issue changes when creating an long living branchJulien HENRY2017-10-208-65/+87
* SONAR-9949 Copy all issue attributes when merging a short in a long living br...Julien HENRY2017-10-206-36/+80
* SONAR-9913 Match issues from short living branches more aggressivelyJulien HENRY2017-10-204-14/+15
* Fix some logger callsDaniel Trebbien2017-10-194-5/+5
* Add documentation link in cluster error messageSimon Brandhof2017-10-191-1/+2
* Do not crash with technical errors when cluster is enabledSimon Brandhof2017-10-192-0/+8
* SONAR-9869 Fix changedAt value when a webhook is triggered from WebEric Hartmann2017-10-192-7/+11
* Set branches WS as public and fix descriptionJulien Lancelot2017-10-194-24/+32
* SONAR-8635 Remove "assign_to_me" actions from issuesJulien Lancelot2017-10-1911-81/+33
* SONAR-9926 Let project admins cancel background tasksJulien Lancelot2017-10-191-1/+19
* SONAR-9926 CeQueue#cancel now needs CeQueuDto instead of uuidJulien Lancelot2017-10-193-25/+39
* Fix quality flawsDaniel Schwarz2017-10-192-6/+10
* SONAR-9995 Order setings definitions by category, index and then name case in...Teryk Bellahsene2017-10-191-1/+5
* SONAR-9903 Ignore SCM accounts that are duplicates when adding a userTeryk Bellahsene2017-10-191-2/+7
* Document organization resolution for WS api/qualityprofiles/searchTeryk Bellahsene2017-10-192-9/+3
* Support High Availability pluginSimon Brandhof2017-10-184-0/+95
* Remove cluster testsSimon Brandhof2017-10-183-181/+0
* SONAR-7590 Redirect to requested page with identity providerJulien Lancelot2017-10-175-4/+96
* Revert "SONAR-7590 Redirect to requested page with identity provider"Julien Lancelot2017-10-175-91/+4
* Revert "fixup! SONAR-7590 Redirect to requested page with identity provider"Julien Lancelot2017-10-172-6/+1
* fixup! SONAR-7590 Redirect to requested page with identity providerJulien Lancelot2017-10-172-1/+6
* SONAR-7590 Redirect to requested page with identity providerJulien Lancelot2017-10-175-4/+91
* SONAR-9871 also call project webhook on issue changeSébastien Lesaint2017-10-177-42/+199
* SONAR-9882 Implement keeping sonar.analysis.* properties and send them in web...Eric Hartmann2017-10-171-4/+7
* SONAR-9872 call webhook on bulk issue change on short lived branchSébastien Lesaint2017-10-175-25/+149
* SONAR-9871 call webhook on single issue change on short lived branchSébastien Lesaint2017-10-177-5/+368
* SONAR-9871 add ShortLivingBranchQualityGateSébastien Lesaint2017-10-174-15/+89
* SONAR-9871 support null ce task in webhook payload + fix equalsSébastien Lesaint2017-10-174-24/+35