Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8329 Get rid of 'Documentation' category in the measures page | Teryk Bellahsene | 2016-11-11 | 1 | -9/+19 |
| | |||||
* | SONAR-8328 SONAR-4872 Deprecate and Hide metrics public_api, ↵ | Teryk Bellahsene | 2016-11-11 | 1 | -0/+18 |
| | | | | public_documented_api_density and public_undocumented_api | ||||
* | Fix Quality flaws about complexity | Simon Brandhof | 2016-11-11 | 2 | -39/+44 |
| | |||||
* | fix quality flaws | Teryk Bellahsene | 2016-11-10 | 4 | -49/+73 |
| | |||||
* | SONAR-8352 add the scanner properties sonar.analysis.* to payload | Simon Brandhof | 2016-11-09 | 2 | -6/+10 |
| | |||||
* | SONAR-8354 Complete javadoc on deprecated class related to dashboards | Julien Lancelot | 2016-11-09 | 12 | -12/+12 |
| | |||||
* | SONAR-8355 Remove property 'supportsMeasureFilters' from ResourceType API | Julien Lancelot | 2016-11-09 | 2 | -29/+10 |
| | |||||
* | SONAR-8354 Deprecate API related to dashboards | Julien Lancelot | 2016-11-09 | 12 | -0/+31 |
| | |||||
* | Fix some Quality flaws about nullability of variables | Simon Brandhof | 2016-11-09 | 7 | -40/+34 |
| | |||||
* | SONAR-8172 add steroid support for optional parameters in Request | Sébastien Lesaint | 2016-11-08 | 2 | -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 flaws | Julien HENRY | 2016-11-08 | 1 | -2/+3 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2016-11-08 | 1 | -1/+2 |
| | |||||
* | Improve InputFile javadoc | Duarte Meneses | 2016-10-28 | 1 | -2/+7 |
| | |||||
* | SONAR-8327 Support access input file's contents through VFS | Duarte Meneses | 2016-10-27 | 2 | -0/+51 |
| | |||||
* | SONAR-8221 Fix project measures indexing on MySQL | Julien Lancelot | 2016-10-24 | 1 | -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 HENRY | 2016-10-24 | 1 | -2/+1 |
| | |||||
* | SONAR-8192 improve coverage of AlwaysIncreasingSystem2 | Sébastien Lesaint | 2016-10-21 | 2 | -3/+52 |
| | |||||
* | SONAR-8281 Update SensorContextTester to no more expose coverage type | Julien HENRY | 2016-10-21 | 3 | -56/+56 |
| | |||||
* | SONAR-8192 add missing UT on AlwaysIncreasingSystem2 | Sébastien Lesaint | 2016-10-20 | 2 | -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 number | Sébastien Lesaint | 2016-10-19 | 1 | -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 HENRY | 2016-10-19 | 1 | -0/+23 |
| | |||||
* | SONAR-8281 Rework Sensor storage to merge multiple coverage reports | Julien HENRY | 2016-10-18 | 2 | -16/+0 |
| | |||||
* | SONAR-8281 Rename measure "Coverage by unit tests" -> " "Coverage by tests" | Julien HENRY | 2016-10-18 | 1 | -1/+1 |
| | |||||
* | SONAR-8281 Deprecated IT/Overall coverage measures | Julien HENRY | 2016-10-18 | 1 | -0/+112 |
| | |||||
* | SONAR-8281 Change coverage API to accept unlimited reports/deprecate ↵ | Julien HENRY | 2016-10-18 | 2 | -3/+16 |
| | | | | coverage type | ||||
* | Ensure component in not null on an issue location to prevent NPE at runtime | Julien HENRY | 2016-10-18 | 1 | -0/+1 |
| | |||||
* | SONAR-8291 add NewParam#setInternal(boolean) to API | Simon Brandhof | 2016-10-17 | 2 | -1/+40 |
| | |||||
* | Improve error message of empty group name | Simon Brandhof | 2016-10-13 | 3 | -7/+7 |
| | |||||
* | SONAR-8206 add WS api/root/search | Sébastien Lesaint | 2016-10-12 | 1 | -0/+18 |
| | |||||
* | Deprecated ZipUtils.ZipEntryFilter in favour of Predicate | Simon Brandhof | 2016-10-05 | 2 | -23/+98 |
| | |||||
* | SONAR-7782 Compute Maintainability Rating on New Code | Julien Lancelot | 2016-10-03 | 1 | -0/+19 |
| | |||||
* | SONAR-7782 Compute Reliability Rating on New Code | Julien Lancelot | 2016-10-03 | 1 | -0/+19 |
| | |||||
* | SONAR-7782 Compute Security Rating on New Code | Julien Lancelot | 2016-10-03 | 1 | -0/+19 |
| | |||||
* | Automatic merge from branch-6.1 | ssjenka | 2016-09-23 | 1 | -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.TypeOfText | Julien HENRY | 2016-09-22 | 1 | -2/+0 |
| | | |||||
* | | Improve handling of some thread interruptions | Simon Brandhof | 2016-09-21 | 1 | -1/+2 |
|/ | |||||
* | SONAR-8094 add PostProjectAnalysisTask.ProjectAnalysis#getAnalysisDate | Sébastien Lesaint | 2016-09-19 | 3 | -2/+22 |
| | |||||
* | SONAR-8031 Allow user login with 2 characters in Realm and IdentityProvider API | Julien Lancelot | 2016-09-19 | 2 | -13/+13 |
| | |||||
* | Deprecate newReference() method accepting global offsets as parameter. | Julien HENRY | 2016-09-19 | 1 | -0/+2 |
| | |||||
* | Fix Quality flaw | Simon Brandhof | 2016-09-16 | 1 | -1/+2 |
| | |||||
* | SONAR-7865 Deprecate XML format of web service responses | Julien Lancelot | 2016-09-15 | 1 | -2/+4 |
| | |||||
* | SONAR-8024 Deprecate PropertyFieldDefinition#indicativeSize | Julien Lancelot | 2016-09-15 | 2 | -5/+14 |
| | |||||
* | SONAR-7987 Deprecate PropertyDefinition#propertySetKey() | Julien Lancelot | 2016-09-15 | 2 | -0/+10 |
| | |||||
* | SONAR-6407 Missing javadoc on profileImporter and profileExporter | Julien Lancelot | 2016-09-15 | 2 | -0/+26 |
| | |||||
* | SONAR-8028 Use DateUtils.parseEndingDateOrDatetime to search background ↵ | Teryk Bellahsene | 2016-09-14 | 2 | -4/+4 |
| | | | | tasks and issues | ||||
* | SONAR-8028 DateUtils parse date and datetime | Teryk Bellahsene | 2016-09-14 | 4 | -24/+166 |
| | |||||
* | Remove unused methods about settings in JRubyFacade | Simon Brandhof | 2016-09-12 | 1 | -1/+0 |
| | |||||
* | SONAR-8047 Validate settings of type REGULAR_EXPRESSION | Teryk Bellahsene | 2016-09-12 | 2 | -32/+76 |
| | |||||
* | SONAR-8050 Validate settings of type LONG | Teryk Bellahsene | 2016-09-12 | 2 | -8/+29 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2016-09-07 | 2 | -13/+27 |
| |