sonarqube/server/sonar-web
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
..
src/main 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
test fix loader options for web tests 2015-09-29 15:29:28 +02:00
.eslintignore move from jshint to eslint 2015-09-10 17:21:47 +02:00
.eslintrc migrate js apps to es2015 modules 2015-09-18 10:47:27 +02:00
.gitignore ignore coverage report after web test failures 2015-09-16 15:24:09 +02:00
Gruntfile.coffee migrate js components to es2015 modules 2015-09-29 15:22:40 +02:00
package.json sanitize sonar-web 2015-09-28 19:19:46 +02:00
pom.xml Revert "upgrade to node.js v4.1.0" 2015-09-18 17:46:00 +02:00
README.md sanitize sonar-web 2015-09-28 19:19:46 +02:00

License

Copyright 2008-2015 SonarSource.

Licensed under the GNU Lesser General Public License, Version 3.0: http://www.gnu.org/licenses/lgpl.txt

Build status

Build Status