aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/security
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-215-313/+0
|
* Update license headers for 2022 [update headers]Pierre2022-01-285-5/+5
|
* Improve code qualityDuarte Meneses2021-11-202-5/+4
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-172-34/+0
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-085-5/+5
|
* Format all headers for 2020Wouter Admiraal2020-01-075-5/+5
|
* Fix license headers for 2019Duarte Meneses2019-01-025-5/+5
|
* Fix license headers for 2018Simon Brandhof2018-01-075-5/+5
|
* Fix Quality flawsSimon Brandhof2017-04-121-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-105-10/+10
|
* Fix project title in copyright headersSimon Brandhof2016-01-135-5/+5
|
* Fix quality flaws5.4-M3Simon Brandhof2016-01-061-2/+2
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-055-20/+20
|
* SONAR-6867: Add a new APIs UserDetails.getUserId()/setUserId(String userId)Sulabh Upadhyay2015-10-051-0/+79
| | | | | | | | | | | | | | | | | to allow plugins to pass userId information to SonarQube setUserId(String userId) and getUserId () are added to UserDetails. Testing 1. Unit test for UserDetails 2. Verification of following scenarios : a. Plugin (e.g. LDAP) is dependent on older sonarqube plugins apis ( < 5.2) and the plugin is being used in SonarQube 5.2 server b. Plugin is dependent on SonarQube 5.2 plugin apis and userId is not being populated in UserDetails along with userName and Email . c. Plugin is dependent on SonarQube 5.2 plugin apis and userId is also being populated by the plugin in UserDetails along with userName and Email.
* SONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context ↵Sulabh Upadhyay2015-09-291-0/+107
| | | | | | | | | | | | | | 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
* Replace fest-assert by assertJSimon Brandhof2015-01-103-3/+3
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-113-3/+3
|
* Update copyright headersSimon Brandhof2013-04-223-12/+12
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-213-9/+9
|
* SONAR-3618 Support custom default permissions for non-project resourcesSimon Brandhof2012-07-051-9/+7
|
* Add some testsSimon Brandhof2012-06-121-0/+1
|
* SONAR-2950 Single Sign On with external authentication mechanismSimon Brandhof2012-05-082-0/+126
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+37
value of rule parameters in Q profile console