Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16232 Delete sonar-plugin-api module | Duarte Meneses | 2022-04-21 | 8 | -463/+0 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 8 | -8/+8 |
| | |||||
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 2 | -26/+4 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 8 | -8/+8 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 8 | -8/+8 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 8 | -8/+8 |
| | |||||
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 1 | -39/+0 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 9 | -9/+9 |
| | |||||
* | Remove some usages of Guava in API | Simon Brandhof | 2017-06-19 | 1 | -4/+4 |
| | |||||
* | SONAR-9117 Delete the unused Java interface ↵ | Simon Brandhof | 2017-04-12 | 1 | -59/+0 |
| | | | | org.sonar.api.security.ResourcePermissions | ||||
* | Fix Quality flaws | Simon Brandhof | 2017-04-12 | 1 | -10/+6 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 10 | -20/+20 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2016-07-18 | 1 | -2/+4 |
| | |||||
* | SONAR-7665 Deprecate @BatchSide and introduce @ScannerSide | Duarte Meneses | 2016-07-04 | 1 | -2/+2 |
| | |||||
* | remove usage of deprecated methods of Guava Objects | Sébastien Lesaint | 2016-05-24 | 1 | -2/+2 |
| | |||||
* | Fix javadoc errors | Julien HENRY | 2016-04-11 | 1 | -2/+2 |
| | |||||
* | SONAR-7441 add ComputeEngineSide annotation where applicable | Sébastien Lesaint | 2016-03-29 | 1 | -0/+2 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 10 | -10/+10 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 10 | -40/+40 |
| | |||||
* | SONAR-6867: Add a new APIs UserDetails.getUserId()/setUserId(String userId) | Sulabh Upadhyay | 2015-10-05 | 1 | -4/+20 |
| | | | | | | | | | | | | | | | | | 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 | -2/+35 |
| | | | | | | | | | | | | | | 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 | ||||
* | SONAR-6502 WS permissions/add_group_to_template add a group to a permission ↵ | Teryk Bellahsene | 2015-08-24 | 1 | -1/+3 |
| | | | | template | ||||
* | Remove ability to get users from batch | Simon Brandhof | 2015-06-17 | 1 | -3/+1 |
| | | | | + drop Hibernate model "User" | ||||
* | Move @BatchSide and @ServerSide to appropriate packages | Simon Brandhof | 2015-05-20 | 5 | -7/+7 |
| | |||||
* | SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponent | Julien HENRY | 2015-05-11 | 5 | -12/+25 |
| | |||||
* | SONAR-5927 Restore UserFinder on batch side but deprecate it | Julien HENRY | 2015-01-26 | 1 | -0/+2 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 10 | -10/+10 |
| | |||||
* | SONAR-4543 Make it possible to flag local/technical accounts | Julien HENRY | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Fix some quality flaws | Dinesh Bolkensteyn | 2013-08-29 | 1 | -1/+1 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 10 | -40/+40 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 10 | -30/+30 |
| | |||||
* | SONAR-4069 ResourcePermission need to be in TaskContainer | Julien HENRY | 2013-03-18 | 1 | -2/+2 |
| | |||||
* | SONAR-4050 The roles on each project are re-initialized with the default ↵ | Simon Brandhof | 2013-01-03 | 1 | -0/+3 |
| | | | | values as soon as the project is analyzed | ||||
* | SONAR-3646 fix transaction conflict with H2 | Simon Brandhof | 2012-07-20 | 1 | -1/+13 |
| | |||||
* | Remove warnings | David Gageot | 2012-07-16 | 1 | -0/+1 |
| | |||||
* | Deploy the component ResourcePermissions on server-side | Simon Brandhof | 2012-07-12 | 1 | -1/+2 |
| | |||||
* | Improve and refactor the ResourcePermissions component | Simon Brandhof | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | SONAR-3618 Better naming of ResourcePermissioning methods | Simon Brandhof | 2012-07-06 | 1 | -4/+4 |
| | |||||
* | SONAR-3618 Support custom default permissions for non-project resources | Simon Brandhof | 2012-07-05 | 4 | -179/+79 |
| | |||||
* | Update javadoc of SecurityRealm : prefer low-case ids | Simon Brandhof | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | Remove violation | David Gageot | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Remove violations | David Gageot | 2012-06-14 | 1 | -2/+1 |
| | |||||
* | Add some tests | Simon Brandhof | 2012-06-12 | 1 | -3/+2 |
| | |||||
* | Fix warnings | David Gageot | 2012-05-25 | 1 | -0/+1 |
| | |||||
* | Unused imports | David Gageot | 2012-05-09 | 2 | -5/+0 |
| | |||||
* | SONAR-2950 Single Sign On with external authentication mechanism | Simon Brandhof | 2012-05-08 | 6 | -4/+158 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2012-01-16 | 1 | -1/+2 |
| | |||||
* | SONAR-3137,SONAR-2292 Add synchronization of groups, prepare API for future ↵ | Evgeny Mandrikov | 2012-01-11 | 5 | -25/+46 |
| | | | | enhancements | ||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 8 | -8/+8 |
| | |||||
* | SONAR-3137,SONAR-2292 Complete API for external security systems | Evgeny Mandrikov | 2012-01-10 | 3 | -3/+97 |
| |