aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Fix license headers for 2018Simon Brandhof2018-01-072686-2778/+2704
* SONAR-10223 add optional organization to PostProjectAnalysisTaskSébastien Lesaint2018-01-052-4/+80
* SONAR-10223 remove dead codeSébastien Lesaint2018-01-052-136/+0
* SONAR-10223 add organizationsEnabled flag to OrganizationSébastien Lesaint2018-01-058-30/+95
* SONAR-10223 Reorder statements to improve readabilityJanos Gyerik2018-01-051-7/+12
* SONAR-10085 backward runtime compatibility of QGChangeEventListenerSébastien Lesaint2018-01-051-1/+14
* SONAR-10085 QGChangeEventListener#onIssueChanges replaces onChangesSébastien Lesaint2018-01-055-131/+285
* SONAR-10085 drop now unused QGChangeEventListeners#isEmptySébastien Lesaint2018-01-053-27/+0
* SONAR-10085 rename IssueChangeTrigger to QGChangeEventFactorySébastien Lesaint2018-01-0515-274/+386
* SONAR-10245 Limit page size of api/components/searchGuillaume Jambet2018-01-052-7/+13
* SONAR-10218 Fix permissions document of api/custom_measures/createTeryk Bellahsene2018-01-042-3/+4
* SONAR-7547 Add email format validation to api/users create/update wsGuillaume Jambet2018-01-036-8/+155
* SONAR-10154 Use Response.newJsonWriter() to write in WS api/system/infoTeryk Bellahsene2018-01-032-15/+11
* SONAR-10154 Do not reset WS response if it is streamedTeryk Bellahsene2018-01-031-0/+4
* SONAR-10154 No streaming of web services response by defaultTeryk Bellahsene2018-01-035-17/+114
* SONAR-10182 Rename homepage parameter from 'value' to 'parameter'Guillaume Jambet2018-01-027-44/+42
* SONAR-10182 Add api/users/set_homepage persistenceGuillaume Jambet2018-01-023-17/+245
* SONAR-10182 Clean homepage when deleting a projectGuillaume Jambet2018-01-022-4/+39
* SONAR-10182 Clean homepage when deleting an organizationGuillaume Jambet2018-01-022-1/+40
* SONAR-10182 Add api/users/current homepage persistenceGuillaume Jambet2018-01-023-9/+88
* SONAR-10183 Create api/users/set_homepage stubGuillaume Jambet2018-01-025-2/+161
* SONAR-10184 Add stub for homepage fields to api/users/currentGuillaume Jambet2018-01-022-0/+7
* Automatic merge from branch-6.7Eric Hartmann2017-12-292-1/+14
|\
| * SONAR-10217 Fix 500 error when branch is incorrectEric Hartmann2017-12-292-1/+14
| * Upgrade to version 6.7.2-SNAPSHOTEric Hartmann2017-12-291-1/+1
| * Release 6.7.16.7.1Simon Brandhof2017-12-201-1/+1
* | SONAR-10181 Aligning TemplateGroupAction behavior and documentationGuillaume Jambet2017-12-213-5/+8
* | SONAR-10181 mandatory WS Params are automatically validated on retrievalGuillaume Jambet2017-12-211-0/+17
* | SONAR-10163 Updating description of built-in rules now fails with error 400Guillaume Jambet2017-12-203-81/+73
* | SONAR-10134 Remove 'organization' parameter from project_status wsJulien Lancelot2017-12-202-6/+2
* | SONAR-10134 Remove 'organization' parameter from project_status wsJulien Lancelot2017-12-202-38/+3
* | Automatic merge from branch-6.7ssjenka2017-12-205-16/+38
|\|
| * SONAR-10216 Tests with long names can't be indexedSimon Brandhof2017-12-203-1/+25
| * SONAR-10216 fix quality flawsSimon Brandhof2017-12-203-15/+13
* | Merge remote-tracking branch 'origin/branch-6.7'Simon Brandhof2017-12-209-57/+65
|\|
| * SONAR-10214 Deprecated value of "qualityProfile" is "name", not "profileName"Julien Lancelot2017-12-202-2/+7
| * SONAR-8216 System info page fails when a setting is defined both in sonar.pro...Simon Brandhof2017-12-207-55/+58
* | SONAR-10126 add scmPath to ReportAttributesSébastien Lesaint2017-12-184-18/+173
* | SONAR-10134 Search return only projects from quality gate organizationJulien Lancelot2017-12-141-1/+23
* | SONAR-10134 Use QGateWithOrgDto instead of id in ProjectQgateAssociationQueryJulien Lancelot2017-12-141-4/+5
* | SONAR-10134 Move QgateProjectFinder code to SearchActionJulien Lancelot2017-12-146-450/+291
* | SONAR-10134 Correctly delete OrgQualityGates when deleting organizationJulien Lancelot2017-12-142-13/+17
* | SONAR-10134 Fix unit tests not having default QG on organizationJulien Lancelot2017-12-1414-719/+183
* | SONAR-10134 Remove creation of built-in QG in DbTesterJulien Lancelot2017-12-146-228/+243
* | SONAR-10134 Remove setup from OrganizationCreationImplTestJulien Lancelot2017-12-141-34/+39
* | SONAR-10147 Drop usage of global 'sonar.qualitygate' property in CEEric Hartmann2017-12-1414-62/+123
* | SONAR-10147 Remove class QualityGatesEric Hartmann2017-12-1428-415/+193
* | SONAR-10147 Remove 'sonar.qualitygate' setting usage to store default quality...Eric Hartmann2017-12-145-70/+42
* | SONAR-10134 Add check that built-in qg is not deletedEric Hartmann2017-12-141-0/+3
* | SONAR-10134 Fix test on QualityGateDaoEric Hartmann2017-12-142-3/+7