summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10140 Compress plugins using pack200Duarte Meneses2017-12-0710-56/+310
* Remove dead codeJulien Lancelot2017-12-061-56/+0
* Fix quality flawsDaniel Schwarz2017-12-061-3/+1
* Remove legacy sonar-ws code for usersDaniel Schwarz2017-12-063-22/+20
* Remove legacy sonar-ws code for projectsDaniel Schwarz2017-12-061-11/+11
* Add response example to api/qualityprofiles/copyDaniel Schwarz2017-12-063-4/+32
* Generate class WsClient in sonar-wsDaniel Schwarz2017-12-061-2/+2
* Remove legacy sonar-ws code for qualityprofilesDaniel Schwarz2017-12-061-19/+18
* Remove deprecated MeasuresServiceSimon Brandhof2017-12-0615-72/+134
* Remove deprecated ProjectAnalysisServiceSimon Brandhof2017-12-0616-52/+124
* Remove legacy sonar-ws code for issuesDaniel Schwarz2017-12-061-9/+7
* Remove legacy sonar-ws code for organizationsDaniel Schwarz2017-12-062-20/+24
* Deprecate old service classes in WsClient, add replacement methodsDaniel Schwarz2017-12-063-7/+7
* SONAR-10116 exclude person measures when populating live_measuresSimon Brandhof2017-12-052-1/+14
* SONAR-10116 Fix insert of LOB in batch statements of migrationsSimon Brandhof2017-12-052-3/+2
* SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-05105-2130/+3077
* SONAR-10089 Fix quality flawsEric Hartmann2017-12-041-10/+0
* SONAR-9332 api/issues/tags searches across organizationsTeryk Bellahsene2017-12-045-21/+49
* SONAR-10074 Use new QP actions 'delete' and 'associateProjects'Grégoire Aubert2017-12-047-43/+65
* SONAR-10074 Add QP actions "delete" and "associateProjects"Julien Lancelot2017-12-044-42/+55
* SONAR-10089 Fix migration on MySQLEric Hartmann2017-12-042-78/+34
* SONAR-10088 Prevent deleting default quality gateGrégoire Aubert2017-12-046-16/+25
* SONAR-10088 Prevent deleting default quality gateJulien Lancelot2017-12-045-26/+46
* SONAR-10096 Forbid deleting built-in quality gateJulien Lancelot2017-12-044-85/+105
* SONAR-10096 Delete getDefault() from QualityGatesWsSupportJulien Lancelot2017-12-045-40/+21
* SONAR-10096 rewrite unit test not using old frameworkGuillaume Jambet2017-12-043-42/+128
* SONAR-10088 Forbid deleting built-in quality gate conditionGuillaume Jambet2017-12-043-13/+44
* SONAR-10088 Prevent creating condition on built-in quality gateJulien Lancelot2017-12-042-13/+19
* SONAR-10088 Replace id by dto when creating conditionJulien Lancelot2017-12-047-65/+37
* SONAR-10088 Improve isolation of CreateConditionActionTestJulien Lancelot2017-12-041-58/+47
* SONAR-10088 Prevent updating built-in quality gate when updating conditionJulien Lancelot2017-12-044-54/+84
* SONAR-10088 Improve isolation of UpdateConditionActionTestJulien Lancelot2017-12-042-79/+57
* SONAR-9962 Remove the ability to unset default quality profileEric Hartmann2017-12-044-19/+26
* SONAR-10088 Remove api/qualitygates/app actionJulien Lancelot2017-12-046-354/+3
* SONAR-10110 Remove LoadedTemplate DAOJulien Lancelot2017-12-0416-304/+4
* SONAR-10110 Remove log detecting old projectsJulien Lancelot2017-12-043-192/+0
* SONAR-10110 Remove LOADED_TEMPLATES tableJulien Lancelot2017-12-045-2/+107
* SONAR-10089 Add a migration to rename old quality gatesEric Hartmann2017-12-045-1/+272
* Apply feedbackGrégoire Aubert2017-12-049-24/+14
* SONAR-9962 Remove the "unset as default" action on Quality GatesGrégoire Aubert2017-12-046-38/+5
* SONAR-10088 SONAR-10114 Allow/prevent QG actions based on list of authorized ...Grégoire Aubert2017-12-0410-96/+104
* SONAR-10087 SONAR-10113 Display built-in badges on quality gatesGrégoire Aubert2017-12-044-4/+58
* SONAR-10089 Add a migration removing loaded_templates for quality gatesEric Hartmann2017-12-045-2/+148
* SONAR-10089 Automatically update built-in quality gateEric Hartmann2017-12-0411-96/+524
* Merge QGateWsSupport to QualityGatesWsSupportJulien Lancelot2017-12-0411-112/+73
* SONAR-10088 Prevent updating built-in quality gate in rename wsJulien Lancelot2017-12-043-2/+22
* SONAR-10087 Use protobuf in api/qualitygates/renameJulien Lancelot2017-12-043-16/+14
* SONAR-10087 Move rename logic from QualityGates to wsJulien Lancelot2017-12-046-83/+213
* SONAR-10088 Return available actions in api/qualitygates/showJulien Lancelot2017-12-043-7/+92
* SONAR-10088 Return available actions in api/qualitygates/listJulien Lancelot2017-12-046-32/+165