sonarqube/server
Sulabh Upadhyay 271e2cde31 SONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context context) to allow plugins to pass groups information to SonarQube
Addition of one more api in ExternalGroupsProvider which will pass Context as parameter .
doGetGroups(String username) is marked as deprecated

Default implementation is provided in both version of doGetGroups so that authentication plugin relying on previous version ( <5.2) and current version 5.2 do not face compact issue on the SonarQube server 5.2

Testing:
1. Unit test for ExternalGroupsProvider is added.
2. Testing of authentication plugin (e.g. LDAP) targeting SonarQube Plugin apis version < 5.2 working with SonarQube server 5.2
3. Testing of LDAP plugin with SSO changes which are tareting SonarQube plugin api version 5.2 working with SonarQube server 5.2
2015-09-29 23:03:35 +02:00
..
sonar-process SONAR-6799 SONAR-6232 compute engine logs 2015-09-27 12:29:27 +02:00
sonar-process-monitor fix incomplete assertions 2015-08-18 12:55:24 +02:00
sonar-search SONAR-6799 SONAR-6232 compute engine logs 2015-09-27 12:29:27 +02:00
sonar-server SONAR-6833 fix missing change 2015-09-29 21:00:30 +02:00
sonar-server-benchmarks Source code should only be read from the report 2015-09-29 08:42:05 +02:00
sonar-views-bridge fix quality flaws in sonar-views-bridge 2015-08-13 15:02:19 +02:00
sonar-web SONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context context) to allow plugins to pass groups information to SonarQube 2015-09-29 23:03:35 +02:00
pom.xml SONAR-6749 add sonar-views-bridge module and start/stop Views from SQ 2015-08-06 14:20:48 +02:00