aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'branch-6.7'Stas Vilchik2017-12-1117-83/+476
|\
| * SONAR-10067 add "Restore Access" action on projects management pageStas Vilchik2017-12-1113-133/+547
| * SONAR-10076 Impossible to create a QP using IE11Stas Vilchik2017-12-111-0/+2
| * SONAR-10159 display sub-portfolios before projectsStas Vilchik2017-12-112-10/+9
* | SONAR-10116 disable clean-up migration on SonarCloudSimon Brandhof2017-12-082-5/+37
* | Automatic merge from branch-6.7ssjenka2017-12-082-2/+14
|\|
| * Revert "SONAR-10176 Fix query of users having a global permission"Julien HENRY2017-12-072-5/+0
| * SONAR-10176 Fix query of users having a global permissionJulien HENRY2017-12-072-0/+5
| * SONAR-10123 UserSession#keepkeepAuthorizedComponents handles branches properlyTeryk Bellahsene2017-12-072-2/+14
* | 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