aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8329 Get rid of 'Documentation' category in the measures pageTeryk Bellahsene2016-11-111-9/+19
|
* SONAR-8328 SONAR-4872 Deprecate and Hide metrics public_api, ↵Teryk Bellahsene2016-11-111-0/+18
| | | | public_documented_api_density and public_undocumented_api
* Fix Quality flaws about complexitySimon Brandhof2016-11-112-39/+44
|
* fix quality flawsTeryk Bellahsene2016-11-104-49/+73
|
* SONAR-8352 add the scanner properties sonar.analysis.* to payloadSimon Brandhof2016-11-092-6/+10
|
* SONAR-8354 Complete javadoc on deprecated class related to dashboardsJulien Lancelot2016-11-0912-12/+12
|
* SONAR-8355 Remove property 'supportsMeasureFilters' from ResourceType APIJulien Lancelot2016-11-092-29/+10
|
* SONAR-8354 Deprecate API related to dashboardsJulien Lancelot2016-11-0912-0/+31
|
* Fix some Quality flaws about nullability of variablesSimon Brandhof2016-11-097-40/+34
|
* SONAR-8172 add steroid support for optional parameters in RequestSébastien Lesaint2016-11-082-1/+456
| | | | | also adds support for validation of parameter parameter value when it is retrieved from request also adds support for customized extraction and validation parameter value from the request
* Fix quality flawsJulien HENRY2016-11-081-2/+3
|
* Fix quality flawsJulien Lancelot2016-11-081-1/+2
|
* Improve InputFile javadocDuarte Meneses2016-10-281-2/+7
|
* SONAR-8327 Support access input file's contents through VFSDuarte Meneses2016-10-272-0/+51
|
* SONAR-8221 Fix project measures indexing on MySQLJulien Lancelot2016-10-241-2/+2
| | | | Replace streaming of projects by first loading all projects once, then load measures project by project
* SONAR-8186 Refresh default value of 'sonar.preview.excludePlugins'Julien HENRY2016-10-241-2/+1
|
* SONAR-8192 improve coverage of AlwaysIncreasingSystem2Sébastien Lesaint2016-10-212-3/+52
|
* SONAR-8281 Update SensorContextTester to no more expose coverage typeJulien HENRY2016-10-213-56/+56
|
* SONAR-8192 add missing UT on AlwaysIncreasingSystem2Sébastien Lesaint2016-10-202-2/+70
| | | | and fix initial returned value of method now() when an initial value is provided
* SONAR-8192 use a System2 impl always returning a bigger numberSébastien Lesaint2016-10-191-0/+72
| | | | provides bullet proof reliability to unit tests checking updates actually occured by checking the value of the update_at column
* SONAR-8284 Make IT/Overall coverage measures 'hidden'Julien HENRY2016-10-191-0/+23
|
* SONAR-8281 Rework Sensor storage to merge multiple coverage reportsJulien HENRY2016-10-182-16/+0
|
* SONAR-8281 Rename measure "Coverage by unit tests" -> " "Coverage by tests"Julien HENRY2016-10-181-1/+1
|
* SONAR-8281 Deprecated IT/Overall coverage measuresJulien HENRY2016-10-181-0/+112
|
* SONAR-8281 Change coverage API to accept unlimited reports/deprecate ↵Julien HENRY2016-10-182-3/+16
| | | | coverage type
* Ensure component in not null on an issue location to prevent NPE at runtimeJulien HENRY2016-10-181-0/+1
|
* SONAR-8291 add NewParam#setInternal(boolean) to APISimon Brandhof2016-10-172-1/+40
|
* Improve error message of empty group nameSimon Brandhof2016-10-133-7/+7
|
* SONAR-8206 add WS api/root/searchSébastien Lesaint2016-10-121-0/+18
|
* Deprecated ZipUtils.ZipEntryFilter in favour of PredicateSimon Brandhof2016-10-052-23/+98
|
* SONAR-7782 Compute Maintainability Rating on New CodeJulien Lancelot2016-10-031-0/+19
|
* SONAR-7782 Compute Reliability Rating on New CodeJulien Lancelot2016-10-031-0/+19
|
* SONAR-7782 Compute Security Rating on New CodeJulien Lancelot2016-10-031-0/+19
|
* Automatic merge from branch-6.1ssjenka2016-09-231-2/+0
|\ | | | | | | | | | | | | | | | | | | * origin/branch-6.1: Fix Javadoc of org.sonar.api.batch.sensor.highlighting.TypeOfText SONAR-5856 add wildcards help fix image paths update wording on quality profiles page SONAR-8021 fix "null" error SONAR-5856 fix default value for boolean fields
| * Fix Javadoc of org.sonar.api.batch.sensor.highlighting.TypeOfTextJulien HENRY2016-09-221-2/+0
| |
* | Improve handling of some thread interruptionsSimon Brandhof2016-09-211-1/+2
|/
* SONAR-8094 add PostProjectAnalysisTask.ProjectAnalysis#getAnalysisDateSébastien Lesaint2016-09-193-2/+22
|
* SONAR-8031 Allow user login with 2 characters in Realm and IdentityProvider APIJulien Lancelot2016-09-192-13/+13
|
* Deprecate newReference() method accepting global offsets as parameter.Julien HENRY2016-09-191-0/+2
|
* Fix Quality flawSimon Brandhof2016-09-161-1/+2
|
* SONAR-7865 Deprecate XML format of web service responsesJulien Lancelot2016-09-151-2/+4
|
* SONAR-8024 Deprecate PropertyFieldDefinition#indicativeSizeJulien Lancelot2016-09-152-5/+14
|
* SONAR-7987 Deprecate PropertyDefinition#propertySetKey()Julien Lancelot2016-09-152-0/+10
|
* SONAR-6407 Missing javadoc on profileImporter and profileExporterJulien Lancelot2016-09-152-0/+26
|
* SONAR-8028 Use DateUtils.parseEndingDateOrDatetime to search background ↵Teryk Bellahsene2016-09-142-4/+4
| | | | tasks and issues
* SONAR-8028 DateUtils parse date and datetimeTeryk Bellahsene2016-09-144-24/+166
|
* Remove unused methods about settings in JRubyFacadeSimon Brandhof2016-09-121-1/+0
|
* SONAR-8047 Validate settings of type REGULAR_EXPRESSIONTeryk Bellahsene2016-09-122-32/+76
|
* SONAR-8050 Validate settings of type LONGTeryk Bellahsene2016-09-122-8/+29
|
* Fix quality flawsJulien Lancelot2016-09-072-13/+27
|