Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16232 Delete sonar-plugin-api module | Duarte Meneses | 2022-04-21 | 5 | -313/+0 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 5 | -5/+5 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 2 | -5/+4 |
| | |||||
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 2 | -34/+0 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 5 | -5/+5 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 5 | -5/+5 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 5 | -5/+5 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 5 | -5/+5 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 5 | -10/+10 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 5 | -5/+5 |
| | |||||
* | Fix quality flaws5.4-M3 | Simon Brandhof | 2016-01-06 | 1 | -2/+2 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 5 | -20/+20 |
| | |||||
* | SONAR-6867: Add a new APIs UserDetails.getUserId()/setUserId(String userId) | Sulabh Upadhyay | 2015-10-05 | 1 | -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 Upadhyay | 2015-09-29 | 1 | -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 assertJ | Simon Brandhof | 2015-01-10 | 3 | -3/+3 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 3 | -3/+3 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 3 | -12/+12 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 3 | -9/+9 |
| | |||||
* | SONAR-3618 Support custom default permissions for non-project resources | Simon Brandhof | 2012-07-05 | 1 | -9/+7 |
| | |||||
* | Add some tests | Simon Brandhof | 2012-06-12 | 1 | -0/+1 |
| | |||||
* | SONAR-2950 Single Sign On with external authentication mechanism | Simon Brandhof | 2012-05-08 | 2 | -0/+126 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 1 | -0/+37 |
value of rule parameters in Q profile console |