aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Deprecate old service classes in WsClient, add replacement methodsDaniel Schwarz2017-12-0664-184/+280
* | Deprecate non-generated sonar-ws service classesDaniel Schwarz2017-12-067-0/+28
* | Simplify usage of sonar-ws-generatorSimon Brandhof2017-12-062-6/+4
* | SONAR-9857 fixing regexp to allow short emphasised stringGuillaume Jambet2017-12-064-10/+91
* | SONAR-10116 exclude person measures when populating live_measuresSimon Brandhof2017-12-052-1/+14
* | SONAR-10125 Add project relative path for all componentsJanos Gyerik2017-12-055-23/+229
* | SONAR-10152 Add revision id to scanner reportJanos Gyerik2017-12-051-4/+91
* | SONAR-10126 Add relative path of project basedir to scanner reportJanos Gyerik2017-12-053-2/+51
* | SONAR-10153 Add ScmProvider methods to get last revision and relative paths f...Janos Gyerik2017-12-052-9/+40
* | SONAR-10116 Fix insert of LOB in batch statements of migrationsSimon Brandhof2017-12-052-3/+2
* | Use released version of OrchestratorSimon Brandhof2017-12-051-1/+1
* | SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-05110-2165/+3087
* | Do not hardcode version of sonar-scanner in integration testsSimon Brandhof2017-12-051-1/+0
* | Upgrade Orchestrator to 3.15.2.1321Simon Brandhof2017-12-051-1/+1
* | SONAR-10089 Fix quality flawsEric Hartmann2017-12-041-10/+0
* | SONAR-9332 api/issues/tags searches across organizationsTeryk Bellahsene2017-12-046-26/+74
* | SONAR-10074 Use new QP actions 'delete' and 'associateProjects'Grégoire Aubert2017-12-048-43/+76
* | SONAR-10074 Add QP actions "delete" and "associateProjects"Julien Lancelot2017-12-046-50/+67
* | 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-046-27/+49
* | SONAR-10096 Forbid deleting built-in quality gateJulien Lancelot2017-12-045-89/+111
* | 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-046-124/+66
* | 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-047-39/+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-045-4/+62
* | 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-0415-101/+529
* | 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-044-17/+15
* | 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-044-7/+93
* | SONAR-10088 Return available actions in api/qualitygates/listJulien Lancelot2017-12-048-33/+179
* | SONAR-10087 Add built-in field in api/qualitygates/listJulien Lancelot2017-12-044-11/+31
* | SONAR-10087 Use protobuf in api/qualitygates/listJulien Lancelot2017-12-043-58/+62