| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-7135 WS api/measures/component_tree navigate through components and dis... | Teryk Bellahsene | 2016-01-13 | 1 | -17/+9 |
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 516 | -2114/+2064 |
* | SONAR-7129 WS api/components/tree | Teryk Bellahsene | 2015-12-21 | 2 | -1/+20 |
* | Fix quality flaws in PathUtils | Simon Brandhof | 2015-12-14 | 1 | -5/+10 |
* | SONAR-6939 decrease maximum nb of decimal digits to 5 | Simon Brandhof | 2015-12-14 | 1 | -1/+1 |
* | SONAR-6820 document page size limitation in WS | Teryk Bellahsene | 2015-12-08 | 1 | -0/+19 |
* | Revert "SONAR-6820 WS api/rules/search has a page size limit of 500" | Teryk Bellahsene | 2015-12-08 | 1 | -18/+0 |
* | SONAR-6820 WS api/rules/search has a page size limit of 500 | Teryk Bellahsene | 2015-12-07 | 1 | -0/+18 |
* | Revert "SONAR-6820 WS api/rules/search has a page size limit of 500" | Teryk Bellahsene | 2015-12-07 | 1 | -18/+0 |
* | SONAR-6820 WS api/rules/search has a page size limit of 500 | Teryk Bellahsene | 2015-12-07 | 1 | -0/+18 |
* | SONAR-6939 ability for plugins to override the decimal scale of float | Simon Brandhof | 2015-12-07 | 11 | -216/+140 |
* | SONAR-7031 fix Logger.warn(String, Throwable) not logging exception | Sébastien Lesaint | 2015-12-07 | 3 | -1/+14 |
* | Fix quality flaws | Simon Brandhof | 2015-12-04 | 3 | -19/+24 |
* | SONAR-7113 API - Support Markdown descriptions in RulesDefinitionXmlLoader | Simon Brandhof | 2015-12-04 | 2 | -54/+75 |
* | SONAR-7049 check max length of rule/rule param fields | simonbrandhof | 2015-12-04 | 2 | -5/+20 |
* | SONAR-7028 Update default value of sonar.technicalDebt.ratingGrid | Julien Lancelot | 2015-12-03 | 1 | -1/+1 |
* | SONAR-6933 Drop newDuplication() beta API | Julien HENRY | 2015-12-01 | 8 | -383/+1 |
* | SONAR-6591 Add SQALE metadata to XML rule format | Simon Brandhof | 2015-11-25 | 4 | -95/+250 |
* | SONAR-7039 Generate user tokens | Teryk Bellahsene | 2015-11-23 | 2 | -1/+5 |
* | SONAR-7037 Improve logging on authentication failure | Duarte Meneses | 2015-11-20 | 1 | -3/+19 |
* | SONAR-7057 Delete deprecated org.sonar.api.checks.NoSonarFilter | Julien HENRY | 2015-11-20 | 1 | -73/+0 |
* | SONAR-6752 Deprecate org.sonar.batch.issue.IssueFilters extension point and a... | Duarte Meneses | 2015-11-18 | 8 | -23/+147 |
* | SONAR-7023 Restore task API | Julien HENRY | 2015-11-17 | 6 | -17/+27 |
* | SONAR-7025 Move "Public API" metric to the "Documentation" category | Stas Vilchik | 2015-11-17 | 1 | -1/+1 |
* | SONAR-5894 Support symbol references with different length | Duarte Meneses | 2015-11-17 | 1 | -0/+18 |
* | SONAR-6887 Make it clear in SCM API that date and revision are mandatory on l... | Duarte Meneses | 2015-11-16 | 3 | -3/+22 |
* | SONAR-6183 Validate that coverage measures are correct regarding line number ... | Duarte Meneses | 2015-11-16 | 1 | -2/+32 |
* | SONAR-5676 Improve validation of highlighting API | Duarte Meneses | 2015-11-16 | 1 | -0/+1 |
* | Fix some quality flaws | Julien HENRY | 2015-11-10 | 1 | -3/+1 |
* | SONAR-6916 Enforce some mandatory web service metadata | Teryk Bellahsene | 2015-11-09 | 1 | -18/+27 |
* | SONAR-6989 Feed the file duplication index in the batch report | Julien HENRY | 2015-11-09 | 1 | -8/+2 |
* | SONAR-6998 Remove injection of MavenProject in module IoC container | Julien HENRY | 2015-11-05 | 1 | -19/+1 |
* | Revert "SONAR-6916 Enforce some mandatory web service metadata" | Teryk Bellahsene | 2015-11-05 | 1 | -17/+18 |
* | SONAR-6916 Enforce some mandatory web service metadata | Teryk Bellahsene | 2015-11-05 | 1 | -18/+17 |
* | SONAR-6954 Add 'since' tag to WS parameters | Teryk Bellahsene | 2015-11-05 | 1 | -0/+16 |
* | Don't load Decorators in pico | Julien HENRY | 2015-11-05 | 1 | -3/+0 |
* | SONAR-6658 Remove ProjectClasspath, ProjectFileSystem, sonar.binaries, sonar.... | Julien HENRY | 2015-11-05 | 4 | -297/+3 |
* | SONAR-6462 Add deprecated flag on WS and WS parameters | Teryk Bellahsene | 2015-11-04 | 1 | -0/+29 |
* | SONAR-6931 Speed up issues mode by scanning only changed files | Duarte Meneses | 2015-11-04 | 1 | -3/+22 |
* | SONAR-6355 Period 1 is now the leak period | Julien Lancelot | 2015-10-30 | 1 | -13/+0 |
* | Complete javadoc of RulesDefinitionXmlLoader | Simon Brandhof | 2015-10-29 | 2 | -13/+45 |
* | Add the possibility to log a WARN message with an exception | Julien Lancelot | 2015-10-21 | 2 | -0/+11 |
* | fix error in JsonWriter usage description in javadoc of WebService | Sébastien Lesaint | 2015-10-16 | 1 | -0/+2 |
* | SONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r' | Julien HENRY | 2015-10-14 | 1 | -15/+24 |
* | SONAR-6717 Restore issues actions API | Julien Lancelot | 2015-10-09 | 2 | -7/+3 |
* | SONAR-6913 Stop support of issue attributes on batch side | Julien HENRY | 2015-10-07 | 4 | -28/+3 |
* | Remove issue attributes from batch | Simon Brandhof | 2015-10-07 | 1 | -0/+4 |
* | Create a shortcut to add secondary issue locations | Julien HENRY | 2015-10-07 | 3 | -0/+19 |
* | SONAR-6904 add log level to system info | Simon Brandhof | 2015-10-06 | 3 | -2/+12 |
* | SONAR-6867: Add a new APIs UserDetails.getUserId()/setUserId(String userId) | Sulabh Upadhyay | 2015-10-05 | 1 | -4/+20 |