aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-3/+2
|
* SONAR-6717 Restore issues actions APIJulien Lancelot2015-10-092-7/+3
|
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-6/+6
|
* SONAR-6913 Stop support of issue attributes on batch sideJulien HENRY2015-10-074-28/+3
|
* Remove issue attributes from batchSimon Brandhof2015-10-071-0/+4
|
* Create a shortcut to add secondary issue locationsJulien HENRY2015-10-073-0/+19
|
* SONAR-6904 add log level to system infoSimon Brandhof2015-10-063-2/+12
|
* SONAR-6867: Add a new APIs UserDetails.getUserId()/setUserId(String userId)Sulabh Upadhyay2015-10-052-4/+99
| | | | | | | | | | | | | | | | | 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-6847 Fix NPE when creating issues on root directoryJulien HENRY2015-10-052-5/+11
|
* SONAR-6824 mark new metric "last_commit_date" as hidden in UISimon Brandhof2015-10-021-0/+2
|
* SONAR-6818 Split batch/project WS in several simpler WSDuarte Meneses2015-09-301-1/+5
|
* SONAR-6777 Project cache syncDuarte Meneses2015-09-302-1/+33
|
* SONAR-6886 Stop support of deprecated property sonar.jdbc.userSimon Brandhof2015-09-301-0/+5
|
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube ↵Koushik Dasgupta2015-09-291-2/+2
| | | | | | installed in Windows Enabling Integrated Authentication for connecting to MS Sql Server. Default value for sonar.jdbc.username and sonar.jdbc.password have been removed.
* SONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context ↵Sulabh Upadhyay2015-09-292-2/+142
| | | | | | | | | | | | | | 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
* Fix quality flawsJulien Lancelot2015-09-281-14/+7
|
* Fix quality flawsJulien Lancelot2015-09-282-8/+4
|
* SONAR-6353 do not compute the metric days_since_last_commitSimon Brandhof2015-09-251-67/+55
|
* SONAR-6859 deprecate debt size metric propertySébastien Lesaint2015-09-251-0/+2
| | | | and also drop the associated language specific size metric properties
* SONAR-5876 add metric new_sqale_debt_ratio to CoreMetricsSébastien Lesaint2015-09-221-0/+17
|
* SONAR-5876 remove Sqale in name of metric sqale_debt_ratioSébastien Lesaint2015-09-221-1/+1
|
* SONAR-6736 refactor step names and descriptionsSimon Brandhof2015-09-221-2/+4
|
* SONAR-6834 support project branchesSimon Brandhof2015-09-181-1/+1
|
* SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"Simon Brandhof2015-09-181-0/+2
|
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-181-0/+40
|
* No op for highlighting and symbol references in issues modeJulien HENRY2015-09-173-9/+6
|
* Cleanup and deprecate Decorator related stuffJulien HENRY2015-09-173-4/+7
|
* Fix some quality flawsJulien HENRY2015-09-173-26/+6
|
* improve batch logging and performanceDuarte Meneses2015-09-141-4/+4
|
* SONAR-6052 Drop secondary locations and rename execution flow -> flowJulien HENRY2015-09-104-47/+17
|
* SONAR-6827 Check output metrics are not core metricsJulien Lancelot2015-09-092-0/+45
|
* SONAR-6730 Improve javadocJulien Lancelot2015-09-091-3/+15
|
* SONAR-6827 MeasureComputersVisitor should support a views treeJulien Lancelot2015-09-071-1/+1
|
* SONAR-6460 Add Checks#addAnnotatedChecks(Iterable)Julien HENRY2015-09-071-1/+9
|
* SONAR-6353 new metric days_since_last_commitSimon Brandhof2015-09-071-1/+1
|
* Fix metrics of type MILLISECSimon Brandhof2015-09-042-2/+2
| | | | Underlying type must be long instead of int
* SONAR-6824 add metric last_commit_dateSimon Brandhof2015-09-041-0/+14
|
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-09-042-79/+7
|
* Improve file hashing performanceDuarte Meneses2015-09-042-10/+51
|
* SONAR-6730 Add boolean measureJulien Lancelot2015-09-026-4/+63
|
* SONAR-6730 Fix test implementationJulien Lancelot2015-09-0215-223/+857
|
* SONAR-6730 Simplify APIJulien Lancelot2015-09-028-153/+179
|
* SONAR-6730 Move test implementation to org.sonar.api.ce.measure.testJulien Lancelot2015-09-029-10/+11
|
* Fix quality flawsSimon Brandhof2015-09-023-3/+2
|
* Fix quality flawsSimon Brandhof2015-08-311-1/+1
|
* SONAR-6730 Replace List by varargs in addChildrenMeasuresJulien Lancelot2015-08-311-4/+4
|
* SONAR-6730 Add component key in the APIJulien Lancelot2015-08-312-0/+7
| | | | It will allow to have more information in error generated by plugin or in debug logs.
* SONAR-6730 Move RangeDistrubtionBuilder to API and allow constructor to take ↵Julien Lancelot2015-08-313-7/+391
| | | | bottom limits